如何使用 MQ Explorer 8.0 连接到远程队列管理器
How to connect to remote Queue Manager using MQExplorer 8.0
我在 ubuntu(14.4) 服务器上安装了 MQ8.0.0.4。我能够启动本地 MQ 资源管理器并连接到本地队列管理器。我想从远程 windows 机器连接到同一个队列管理器。当我尝试这个时,我收到授权错误:
Access not permitted. You are not authorized to perform this operation. (AMQ4036)
Access not permitted. You are not authorized to perform this operation. (AMQ4036)
Severity: 10 (Warning)
Explanation: The queue manager security mechanism has indicated that the userid associated with this request is not authorized to access the object.
This link 显示了启用远程 windows 连接的 auth 命令列表,但该页面仅列出了适用的 7.5 版。我是否也必须在 8.0 上进行相同的设置?
我已经使用本地 MQ Explorer 启用了远程管理。
"The queue manager security mechanism has indicated that the userid associated with this request is not authorized to access the object." 您使用的是 mqm ID 还是其他 ID?您可以使用 MQS_REPORT_NOAUTH or MQSAUTHERRORS 设置来获取有关权限失败的更多信息。
为了回答您的其他问题,我相信 link 中的设置也适用于 v8 - 但 v8 也有额外的新权限检查。
我在 ubuntu(14.4) 服务器上安装了 MQ8.0.0.4。我能够启动本地 MQ 资源管理器并连接到本地队列管理器。我想从远程 windows 机器连接到同一个队列管理器。当我尝试这个时,我收到授权错误:
Access not permitted. You are not authorized to perform this operation. (AMQ4036) Access not permitted. You are not authorized to perform this operation. (AMQ4036) Severity: 10 (Warning) Explanation: The queue manager security mechanism has indicated that the userid associated with this request is not authorized to access the object.
This link 显示了启用远程 windows 连接的 auth 命令列表,但该页面仅列出了适用的 7.5 版。我是否也必须在 8.0 上进行相同的设置?
我已经使用本地 MQ Explorer 启用了远程管理。
"The queue manager security mechanism has indicated that the userid associated with this request is not authorized to access the object." 您使用的是 mqm ID 还是其他 ID?您可以使用 MQS_REPORT_NOAUTH or MQSAUTHERRORS 设置来获取有关权限失败的更多信息。
为了回答您的其他问题,我相信 link 中的设置也适用于 v8 - 但 v8 也有额外的新权限检查。