You are on page 1of 1

Migrating Personalizations Following steps we need to perform to migrate Personalization from one instance to another. Events in source instance.

Set profile option "FND: Personalization Document Root Path" appropriatly before exporting personalization. Go to Functional Administrator.Click on Personalization tab. Under Import/Export click on Personalization Repository. Give Document Root Path as "/oracle/apps/pos/supplier/webui" and press Go.Page will display all the Personalizations. Select all the listed Personalization s which you want to export and press Export to File System.

Go to the path in "FND: Personalization Document Root Path" and run " tar -cvf xxPersonalizations.tar ./* ". Transfer the xxPersonalizations.tar to destination in Binary mode.

Events in destination instance.


Set profile option "FND: Personalization Document Root Path" appropriately before importing Personalizations. Copy .tar file to middle tier directory pointed by "FND: Personalization Document Root Path". Run " tar -xvf xxPersonalizations.tar ". Go to Functional Administrator.Click on Personalization tab. Under Import/Export click on Exported Personalizations. Click on Import from File System.

Note: Instead of using Functional Administrator you can user java oracle.jrad.tools.xml.importer.XMLImporter also to upload Personalizations.

You might also like