Caused by: com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason '2035' ('MQRC_NOT_AUTHORIZED').
at com.ibm.msg.client.wmq.common.internal.Reason.createException(Reason.java:223)
... 20 more
Solution:
Run this command to grant right:
/home/lpp/mqm/script/setmcausr.sh QManager user
本文介绍了一种常见的WebSphere MQ异常:MQRC_NOT_AUTHORIZED(原因码2035)。通过执行特定命令来授予用户权限,从而解决该问题。
2343

被折叠的 条评论
为什么被折叠?



