Thursday 8 August 2013

FNDLOAD Utility continued....

Upload The concurrent request to destination instance:-

FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct XX_CUSTOM_CP.ldt

- WARNING=YES UPLOAD_MODE=REPLACE CUSTOM_MODE=FORCE

Store the downloaded LDT file in the below mentioned destination path:-

/home/steelappl


Download the data definition and template:-

FNDLOAD apps/$CLIENT_APPS_PWD O Y DOWNLOAD  $XDO_TOP/patch/115/import/xdotmpl.lct

XX_CUSTOM_DD_XML.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME='KROSS'

DATA_SOURCE_CODE='ZZ_BSDR_NEW' TMPL_APP_SHORT_NAME='KROSS'

TEMPLATE_CODE='ZZ_BSDR_NEW'

Store the downloaded LDT file in the below mentioned destination path:-
/home/steelappl

Upload the data definition and template:-

FNDLOAD apps/$CLIENT_APPS_PWD O Y UPLOAD $XDO_TOP/patch/115/import/xdotmpl.lct

XX_CUSTOM_DD_XML.ldt

Upload the rtf file :-

Store the downloaded xsl and rtf file in the below mentioned destination path:-

/home/steelappl

java oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME apps -DB_PASSWORD apps -JDBC_CONNECTION '(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.228)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=STEEL)))' -LOB_TYPE TEMPLATE -LOB_CODE ZZ_BSDR_NEW -XDO_FILE_TYPE RTF -FILE_NAME /home/steelappl/ZZ_BSDR_NEW.rtf -APPS_SHORT_NAME KROSS -NLS_LANG en -TERRITORY IN -LOG_FILE $LOG_FILE_NAME

Note:- Source and Destination instance should be same in structure.

No comments:

Post a Comment