In the source environment, where the event and its subscriptions are define, download the data as follows:
- Download business event definition
java oracle.apps.fnd.wf.WFXLoad -d apps SERVER:PORT:SID thin US filename.wfx EVENTS
example
java oracle.apps.fnd.wf.WFXLoad -d apps apps myserver.oracle.com:8068:PROD thin US DelayFlag.wfx EVENTS oracle.apps.fnd.wf.myevent.created
- Download business event subscriptions
java oracle.apps.fnd.wf.WFXLoad -d apps SERVER:PORT:SID thin US filenam.wfx SUBSCRIPTIONS oracle.apps.fnd.wf.myevent.created
adjava oracle.apps.fnd.wf.WFXLoad -d apps $APPS_PWD $MACHINE_NAME:$PORT_NUMBER:$TWO_TASK thin US adkfjdslf.wfx SUBSCRIPTIONS xxirc.oracle.apps.fnd.signon.failure
In the target instance, where you do not have access to events studio:
- Upload business event definition
java oracle.apps.fnd.wf.WFXLoad -u apps SERVER:PORT:SID thin US filename.wfx
- Upload business event subscriptions
java oracle.apps.fnd.wf.WFXLoad -u apps SERVER:PORT:SID thin US filename.wfx
- Download business event definition
java oracle.apps.fnd.wf.WFXLoad -d apps SERVER:PORT:SID thin US filename.wfx EVENTS
example
java oracle.apps.fnd.wf.WFXLoad -d apps apps myserver.oracle.com:8068:PROD thin US DelayFlag.wfx EVENTS oracle.apps.fnd.wf.myevent.created
- Download business event subscriptions
java oracle.apps.fnd.wf.WFXLoad -d apps SERVER:PORT:SID thin US filenam.wfx SUBSCRIPTIONS oracle.apps.fnd.wf.myevent.created
adjava oracle.apps.fnd.wf.WFXLoad -d apps $APPS_PWD $MACHINE_NAME:$PORT_NUMBER:$TWO_TASK thin US adkfjdslf.wfx SUBSCRIPTIONS xxirc.oracle.apps.fnd.signon.failure
In the target instance, where you do not have access to events studio:
- Upload business event definition
java oracle.apps.fnd.wf.WFXLoad -u apps SERVER:PORT:SID thin US filename.wfx
- Upload business event subscriptions
java oracle.apps.fnd.wf.WFXLoad -u apps SERVER:PORT:SID thin US filename.wfx
No comments:
Post a Comment