add

About Me

My photo
Oracle Apps - Techno Functional consultant

Monday, December 12

Steps to Move a Concurrent program from one instance(Database) to other

  • Define your concurrent program and save it in first instance(for how to register a concurrent program click here)
  • Connect to your UNIX box on first instance and run the following command to download the .ldt file
    FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt PROGRAM APPLICATION_SHORT_NAME=”Concurrent program application short name”CONCURRENT_PROGRAM_NAME=”concurrent program short name”
  • Move the downloaded .ldf file to new instance(Use FTP)
  • Connect to your UNIX box on second instance and run the following command to upload the .ldt file
    FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt

No comments: