Pages

Monday, 2 April 2018

traUpgradeManager :: Update EMS Home

Hi Folks,

I have mentioned in one of previous posts(Add EMS server to TIBCO Admin) that

if you have installed EMS after TRA or if your ems is updated or if your ems server in different home, you might face an error like below while adding ems server to tibco admin:

"2018 Apr 01 19:33:56:370 GMT +0530 DU Error [DomainUtility] AESDKJ-0000 Run traUpgradeManager with -ems option to update <Home-Path>/tra/5.9/template/domainutility/jmswrapper.template with valid EMS_HOME"
(OR)
"Template is not updated error window on domain utility itself"

To solve this, We need to navigate to <Tibco-Home>\tra\5.9\bin and open a command prompt there.

try out traUpgradeManager -help, you will get details along with a few examples as below:
Examples
  traUpgradeManager -include C:/temp/include.txt  -traversion 5.6 -exclude C:/temp/exclude.txt
  traUpgradeManager -path C:/tibco/tra/5.6/bin/DeleteInvalidUsers.tra -jre C:/tibco/jre/1.6.0
  traUpgradeManager -path C:/tibco/bw/5.6 -jre C:/tibco/jre/1.6.0
  traUpgradeManager -path C:/tibco -jre C:/tibco/jre/1.6.0
  traUpgradeManager -path C:/tibco -ems C:/tibco/ems/7.0
  traUpgradeManager -revert -path C:/tibco/bw/5.6

Now to update the ems home location or to update your ems in the tra:
we need to execute the below command
traUpgradeManager -path C:/tibco -ems C:/tibco/ems/7.0
where -path is the home location where all of your .tra files should be updated with the provided ems home location in the command.
-ems should point to the ems home location just till the version.

After doing this, the issue will be resolved. Now you can add your ems server to tibco admin.

As shown in the below image, all of the .tra files will be updated.



Time for the Tip:
You can find your domainutility errors and logs at:
<Home-Path>\tra\5.9\logs\domainutility.log
If your error is something like the one mentioned, you can take the above action.


Happy Day Folks!! See you in next post!!
If you have any doubts or if you need anything, ping us at tibcotrainingbus@gmail.com

1 comment: