Sunday, September 12, 2010

Code Migration – FNDLOAD

Code Migration
Concurrent Program migration from development to production
———————————————————–
On development server
FNDLOAD APPS/***** 0 Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct .ldt PROGRAM APPLICATION_SHORT_NAME= CONCURRENT_PROGRAM_NAME=”
On production server
FNDLOAD apps/ 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct .ldt PROGRAM APPLICATION_SHORT_NAME= CONCURRENT_PROGRAM_NAME=”
Form migration from development to production
———————————————
1> Copy form .fmb $AU_TOP/forms/US
2> f60gen module=$AU_TOP/forms/US/.fmb userid=apps/ module_type=form batch=yes compile_all=special output_file=$CUSTOM_TOP/forms/US/.fmx
Reports migration from development to production
———————————————
Copy the rdf to $CUSTOM_TOP/reports/US
Workflow
——–
WFLOAD apps/ 0 Y FORCE .wft

1 comment:

Mark Mestetskiy said...

All EBS objects may be migrated using MigrationLogiK GUI. XMLP, FND and DB objects are quickly assembled and migrated or refreshed if needed. Download from http://migrationlogik.com

Post a Comment