0
votes

I am using Hermes v1.4 SOAP UI to connect with Tibco EMS 8.2. I followed this tutorial.

Problem:

After doing all the settings , when I tried to connect with EMS server which is running on local machine. It is giving me authentication error.

enter image description here

I provided the default username and password that is "admin" and "admin". I can see the following error in my EMS console.

enter image description here

Why my EMS server is not authorizing the Hermes JMS to connect? Do I also need to do anything on EMS Side as well. Please guide.

2
Check where you exactly set the credentials, it needs to be set on queue level and factory level (2 times)Seb

2 Answers

3
votes

By default there is no password for TIBCO EMS. You can try with username admin and password ''(empty). Hopefully, it will solve you your problem.

1
votes

Please follow the below steps: 1. Right-click on free space in plugin section and press “Add property”. 2. You have to enter all three properties: username, password and serverURL 3. Do the same for Connection Factory 4. Give the username as "admin"

Please refer attached screenshot for more detailsenter image description here