Migrating apps from a TIBCO domain
In this example, I am migrating from domain “OLD” to domain “NEW”.
- Choose a directory that will contain the batch information, such as /utils/exports/OLD/
- cd to /utils/tibco/tra/5.2/bin/
- Use this command to create a batch file and export .ear files and configuration files: “AppManage -batchExport -domain OLD -user tibco -pw tibco -dir /utils/exports/OLD”
- To import all of the applications without starting them, use this command: “AppManage -batchDeploy -domain NEW -user tibco -pw tibco -dir /utils/exports/OLD -nostart”
Make sure these things are true:
- the directory you give for the -dir parameter exists
- you know the actual username and password for the domains
- both domains are running