Reputation: 99
An application needs to clear a local queue using PCF commands. The application is getting reason code 2035 MQRC_NOT_AUTHORIZED. Channel authentication records are disabled.What are the minimum required permissions needs to assign to the application users. A blank MCAUSER in the server connection channel. or Connect authority to the queue manager object and Clear authority to the queue.
Upvotes: 2
Views: 1931
Reputation: 10672
If you view the AMQERR01.LOG it should show you what object and permission is missing, these errors are enabled by default on any supported version of MQ, in older now unsupported versions you would need to set a ENV variable to see these errors in the AMQERR01.LOG.
In general you would need the following permissions:
Reference two other answers I provided related permissions required for PCF commands:
IBM MQ - Permissions - Read perspective
How to monitor MQ within ITRS Geneos
Upvotes: 2