Thursday 12 March 2015

Migrate Form Personalization from one instance to another using FNDLOAD

       The oracle apps form personalization in one instance can be migrated/moved to another instance using FNDLOAD. You can follow the below steps for the same.

Step 1: Edit the below FNDLOAD script.

To copy code select+ctrl+C


Note: You need to enter a) Apps Credential
                                        b)ldt file name
                                        c) function name

Step 2: Execution of FNDLOAD script
              * Log into unix as application user
              * Enter apps password
              * Execute the modified script in the step 1
              * The *.ldt file will be generated on the same directory i.e pwd

Step 3:Modify the below script

To copy code select+ctrl+C
 

Note: You need to enter the *.ldt file name which you have exported and apps credential

Step 4:
              • Log into destination instance from unix as application user
              • Place the *.ldt file to the directory i.e pwd
              • Enter the apps password.
              • Execute the modified script.

Important Note:
       • The form personalization migration using FNDLOAD will delete the existing   personalization on destination form.
       • If you would like to keep the existing personalization in destination there are 2 Alternatives
                      1) You need to enter/create the personalization manually on destination
                      2) Export the *.ldt file from both source and destination. Change the sequence numbers if it is conflicting and merge both *.ldt file to single *.ldt file and Migrate to destination .

No comments: