0

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.

omer khalid
  • 855
  • 1
  • 12
  • 39
  • Check where you exactly set the credentials, it needs to be set on queue level and factory level (2 times) – Seb May 22 '16 at 08:38

2 Answers2

3

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.

Waqas Ali Razzaq
  • 659
  • 1
  • 5
  • 30
1

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

Mahendra Andhale
  • 489
  • 8
  • 14