Following are some of the useful commands to migrate WEBADI, Concurrent programs and request set link in EBS R12.
WEB ADI or Oracle Data Integrator
FNDLOAD apps/apps 0 Y DOWNLOAD $BNE_TOP/patch/115/import/bneintegrator.lct ldt_file_xintg.ldt BNE_INTEGRATORS INTEGRATOR_ASN="XXC" INTEGRATOR_CODE="TEST_XINTG"
FNDLOAD apps/apps 0 Y UPLOAD $BNE_TOP/patch/115/import/bneintegrator.lct ldt_file_xintg.ldt
Concurrent Programs
Concurrent program download also extracts the Executables and value sets along with it.
FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct $program.ldt PROGRAM APPLICATION_SHORT_NAME=XXA CONCURRENT_PROGRAM_NAME=$program
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct XXtestfile.ldt WARNING=YES UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE
Request set and links
These commands will export both Request set and request set links.
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcprset.lct testfile.ldt REQ_SET_LINKS REQUEST_SET_NAME='XXTEST_REQ_SET'
FNDLOAD $APPS_UN/$APPS_PW 0 Y UPLOAD @FND:patch/115/import/afcprset.lct $LDT_DIR/testfile.ldt UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE
FND Messages
Following command will download and load fnd messages.
FNDLOAD apps/$APPS_PW 0 Y DOWNLOAD $FND_TOP/patch/115/import/afmdmsg.lct messages_file.ldt FND_NEW_MESSAGES APPLICATION_SHORT_NAME="XXC" MESSAGE_NAME="MESSAGE_NAME"
FNDLOAD apps/$APPS_PW 0 Y UPLOAD $FND_TOP/patch/115/import/afmdmsg.lct XXC_UBM_HR_DEDUCTION_CODE_MISS.ldt WARNING=YES UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE
No comments :
Post a Comment