A23149577
A23149577

Reputation: 2155

can not create queue for QManager

I encountered a really wired problem. I have successfully install Websphere MQ on my windows machine and want to create QManager and Queue to connect to a remote Qmanager server. I have already created a QManager as you can see in the picture below. However, when I tried to create a queue for this QManager, I could not find any expand button as the IBM tutorial mentioned. I have already tried to create a queue with MQSC but when I run runmqsc in the command prompt with administrator user, it shows AMQ8135: Not Authorized error!

enter image description here

Upvotes: 4

Views: 1788

Answers (2)

Dinithi De Silva
Dinithi De Silva

Reputation: 1182

Run your IBM MQ Explorer as administrator and it will solve most of the issues.

Upvotes: 0

Tim McCormick
Tim McCormick

Reputation: 956

Check your error logs (AMQERR01.LOG) for an explanation of why AMQ8135 was returned to the client - for security reasons clients aren't given more information and so you have to go to the logs to get the detail.

I suspect the user you're running MQ Explorer and runmqsc as isn't in the 'mqm' group, or is otherwise not authorised to connect to the queue manager.

Upvotes: 6

Related Questions