Wednesday, September 5, 2012

FNDLOAD Download / Upload Concurrent Programs Fails To Load Parameters


How to load parameter values when using FNDLOAD to move a concurrent program from one instance to another? There have been changes since Enhancement Request << BUG 6934421>>.


Solution

At the source instance run FNDLOAD DOWNLOAD using the control file afcpprog.lct and the parameter P_VSET_DOWNLOAD_CHILDREN="Y".

For example:
FNDLOAD apps/{pwd} 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct /export/home/applmgr/XXINTF_INV_ITEM_OUTBOUND_PKG.ldt PROGRAM APPLICATION_SHORT_NAME="XXINTF" CONCURRENT_PROGRAM_NAME="XXINTF_INV_ITEM_OUTBOUND_PKG" P_VSET_DOWNLOAD_CHILDREN="Y"

Then at the target instance run FNDLOAD UPLOAD using the data file you just generated.

For example:
FNDLOAD apps/{pwd} 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct /export/home/applmgr/XXINTF_INV_ITEM_OUTBOUND_PKG.ldt

If you are replacing an existing custom program, add the parameter - CUSTOM_MODE=FORCE.

No comments:

Post a Comment