1
votes

I’m new to MQ. I have successfully installed WebSphere MQ, setup the queue managers, queues and channels between the queue managers. I have set up agents and I can start, stop and successfully ping the agents but the agents are not listed as shown on the attached screen shot. I have been trying to make the agents work so that I can test file transfer and set it up in our environment. I even tried to create new coordination and command queue managers and no luck. I even tried the fteListAgents -p (coordination queue manager) and -v I will really appreciate all the help I can get.

3

3 Answers

1
votes

What is the user id you are logged into machine as? Is it Administrator (on Windows)? If so you may be hitting the 12 character user id issue. Administrator is 13 character long and the 'r' at the end may be getting chopped off. I recommend you to look at this troubleshooting link.

1
votes

If your windows user id is longer than 12 character, check this out: 1) Agents are started, but MQ Explorer agent list is empty? 2) Check under Queuemanager->YOURQM->Subscriptions -> User. Do you see your windows user name truncated to 12 characters? 3) Create a new windows user, with the user name as the 12 characters trancated user. 4) Add this 12 characters username to the Admin group.

0
votes

MQ FTE used the queued PubSub mechanism. Usually this problem happens because the ID being used doesn't have access to publish. The procedure to diagnose this is as follows:

  • Download the MS0P SupportPac and install it into WMQ Explorer.
  • Enable authorization events on the Coordination Qmgr.
  • Stop and restart an agent or two.
  • Open MQ Explorer to the queues panel and find the SYSTEM.ADMIN.QMGR.EVENT queue.
  • Right click on the queue and select "Format Event Messages."
  • You should find some auths errors.

If the problem is authorization failures MS0P will tell you exactly which ID MQ thinks was used, the API call that failed and the object it failed on.