Migrating a New Subscription in the Business Event
VasuSep 23 2010 — edited Sep 27 2010We have created a new subscription for an existing business event. We need to migrate the subscription to the test and other instances.
Download Subscription :-_
*$AFJVAPRG oracle.apps.fnd.wf.WFXLoad -d <apps> <apps_pwd> <machine_name:port_no:SID> thin US <Custom_File_Name>.wfx*
SUBSCRIPTIONS <Business_Event_Name>
download commands extracts the subscription successfully
Upload Subscription :-_
*$AFJVAPRG oracle.apps.fnd.wf.WFXLoad -u apps apps <machine_name:port_no:SID> thin US <Custom_File_Name>.wfx*
The upload command says the subscription is loaded into database successfully. But when inspected from the Work Flow Administrator , the upload is failed to upload the new subscriptions.
Can anybody tell me if I'm missing something here.
Thanks