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

Add EMS server to TIBCO Admin Domain

Hey Folks,

Let's discuss how we can add the ems server to an existing tibco admin.
Simple and quick post alert!!

Open Domain Utility from Start>domain utility

1)From the available menu options from domain utility, select TIBCO EMS Plugin > Add TIBCO EMS Server as shown below


2)Next, select the domain to which you want to add the EMS server as shown below


3)Click on ok and it will ask for the domain credentials, provide your domain credentials as shown below

4)Click next, It will display the details of your machine on the next window as below.


5)Click Next, here we need to provide the details of the ems server that we want to register.
Also the locations to the tibemsd.conf file and to the tibemsd.exe files as shown below

Executable File : Executable File Provide the full path to the TIBCO Enterprise Message Service server executable (tibemsd). For most Microsoft Windows systems, this path name is TIBCO_HOME/ems/bin/tibemsd.exe
Configuration File: The configuration file tibemsd.conf locates in the EMS configuration directory that is defined during the installation of the specific version of TIBCO Enterprise Service


5)Once you click on Next, it will give you the summary of the details that you have provided till now as below:


6)From the above window, we should test the connection to the ems server. Make sure EMS is running on your machine. When you click on Test, it will print the success message as below if the EMS server is running.


7)If you click on next, It will give you the message of successful addition of EMS server.


8)Now, you can login to your domain and check the installed software. Ems should be added.
If you have already logged in, just refresh the page it should show the newly added ems server under installed software as below.


9) so that's it folks. That's how you add an EMS server to your existing admin domain.

Time for the Tip:
Actually 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.

"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"

Next post will be coming on how to solve this. 

Have a nice day!! See you guys on the next simple and quick post!!