You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the latest 9.3.2 container I can only connect to the QMGR via admin on DEV.ADMIN.SVRCONN in MQ Explorer, JMSToolBox does not connect.
MQ Explorer: admin on DEV.ADMIN.SVRCONN works
MQ Explorer: app on DEV.APP.SVRCONN error
AMQ8077W: Entity 'app' has insufficient authority to access object SYSTEM.MQEXPLORER.REPLY.MODEL [queue]. [CommentInsert1(app), CommentInsert2(SYSTEM.MQEXPLORER.REPLY.MODEL [queue]), CommentInsert3(inq)]
JMSToolBox: admin on DEV.ADMIN.SVRCONN error
AMQ8077W: Entity 'admin' has insufficient authority to access object QM1 [qmgr]. [CommentInsert1(admin), CommentInsert2(QM1 [qmgr]), CommentInsert3(connect)]
AMQ9557E: Queue Manager User ID initialization failed for 'mqm'. [ArithInsert1(2), ArithInsert2(2035), CommentInsert1(mqm), CommentInsert2(admin), CommentInsert3(admin)]
JMSToolBox: app on DEV.APP.SVRCONN error:
AMQ8077W: Entity 'app' has insufficient authority to access object SYSTEM.ADMIN.COMMAND.QUEUE [queue]. [CommentInsert1(app), CommentInsert2(SYSTEM.ADMIN.COMMAND.QUEUE [queue]), CommentInsert3(put/inq)]
As admin on MQ Explorer worked, I would have expected the JMSToolBox to connect as well.
It would also be nice to be able to browse messages as app
When running the latest 9.3.2 container I can only connect to the QMGR via
admin
onDEV.ADMIN.SVRCONN
in MQ Explorer, JMSToolBox does not connect.admin
onDEV.ADMIN.SVRCONN
worksapp
onDEV.APP.SVRCONN
errorAMQ8077W: Entity 'app' has insufficient authority to access object SYSTEM.MQEXPLORER.REPLY.MODEL [queue]. [CommentInsert1(app), CommentInsert2(SYSTEM.MQEXPLORER.REPLY.MODEL [queue]), CommentInsert3(inq)]
admin
onDEV.ADMIN.SVRCONN
errorAMQ8077W: Entity 'admin' has insufficient authority to access object QM1 [qmgr]. [CommentInsert1(admin), CommentInsert2(QM1 [qmgr]), CommentInsert3(connect)]
AMQ9557E: Queue Manager User ID initialization failed for 'mqm'. [ArithInsert1(2), ArithInsert2(2035), CommentInsert1(mqm), CommentInsert2(admin), CommentInsert3(admin)]
app
onDEV.APP.SVRCONN
error:AMQ8077W: Entity 'app' has insufficient authority to access object SYSTEM.ADMIN.COMMAND.QUEUE [queue]. [CommentInsert1(app), CommentInsert2(SYSTEM.ADMIN.COMMAND.QUEUE [queue]), CommentInsert3(put/inq)]
As
admin
on MQ Explorer worked, I would have expected the JMSToolBox to connect as well.It would also be nice to be able to browse messages as
app
Image:
icr.io/ibm-messaging/mq latest 6ba79f4584cc
"Image": "sha256:6ba79f4584cc612937fefbfb144745196e26828a9048489f41a301acef36fa38"
Docker run:
If I use our script to grant full access then both tools work for both users.
My questions/issues:
admin
with JMSToolBox when MQExplorer works?app
use be allowed to connect by default to help developers?Thanks in advance
The text was updated successfully, but these errors were encountered: