Monday, 30 July 2012

Creating LDT files for Concurrent Program

STEPS:
open WINSCP software,enter all the credentials of any instance,and press ok.,now folder view will be opend.
there will be putty software in winscp,press on it,it will show command promt screen,in that
enter username press enter,
enter password press enter,
enter sudo code of instance press enter,
enter  syntax of creating LDT file press enter
now it will create ldt file,to see which path it saved,in prompt enter pwd,now it will show path

creating LDT file for  CONCURRENT PROGRAM :

syntax :

 FNDLOAD apps/xx123 O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct 
 <name of our ldt file.ldt> PROGRAM APPLICATION_SHORT_NAME='<shortname of application>' CONCURRENT_PROGRAM_NAME='<short name of concurrent program name>'

ex:
FNDLOAD apps/xx123 O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct
<xx_apsuppliers.ldt> PROGRAM APPLICATION_SHORT_NAME='AP' CONCURRENT_PROGRAM_NAME='XX_AP_SUPPLIER_CONV_PROG'


creating LDT file for REQUEST GROUP to perticular CONCURRENT PROGRAM :
 
syntax:
FNDLOAD apps/xxx123 O Y DOWNLOAD $FND_TOP/patch/115/import/afcpreqg.lct <our required req group ldt name>.ldt REQUEST_GROUP REQUEST_GROUP_NAME='<request group name>' APPLICATION_SHORT_NAME='<request group application short name>' REQUEST_GROUP_UNIT UNIT_APP='<concurrent program application short name>' UNIT_TYPE='P' UNIT_NAME='<concurrent program short name>'

Ex:
FNDLOAD apps/xxx123 O Y DOWNLOAD $FND_TOP/patch/115/import/afcpreqg.lct XX_supplier_ConcProg_REQ.ldt REQUEST_GROUP REQUEST_GROUP_NAME='All Reports' APPLICATION_SHORT_NAME='SQLAP' REQUEST_GROUP_UNIT UNIT_APP='XXXXX' UNIT_TYPE='P' UNIT_NAME='XX_AP_supplier_conv_program'





No comments:

Post a Comment