【发布时间】:2012-02-25 01:01:41
【问题描述】:
我需要为 WebSphere MQ 队列编写一个 .Net 连接器,因此我在我的 Windows 7 机器上安装了 IBM WebSphere MQ 的试用版。我最初在 MQ Explorer 中设置了一些虚拟队列以使用设置过程,并且我能够连接到这些队列管理器并创建队列。我删除了那些虚拟队列并按照第一组指令from Lesson 1.1 from IBM here 从命令行创建了一些队列
由于安全问题,to run Lesson 1.2 失败,我现在无法连接到 MQ Explorer 中的任何队列管理器。当我尝试连接时,我收到错误消息
An unexpected error (2063) has occurred. (AMQ4999)
- 我是我机器上的本地管理员。
- 我已将自己添加到创建的 mqm 组中
- 我运行 MQ Explorer 时有无“以管理员身份运行”选项
- 我已经卸载了 MQ 并重新安装了它
- 我已经重启了好几次了
我还注意到,当我在 MQ Explorer 中创建队列管理器时,最后一部分失败并显示 AMQ8135: Not authorized.(请参阅下面的输出)
我有什么明显的遗漏吗?
有什么方法可以让我自己找出问题所在 - 日志文件似乎没有让我知道在哪里查看
****************************************
* Command: "C:\Program Files (x86)\IBM\WebSphere MQ\bin\crtmqm" -sa QM1
****************************************
There are 90 days left in the trial period for this copy of WebSphere MQ.
WebSphere MQ queue manager created.
Directory 'C:\Program Files (x86)\IBM\WebSphere MQ\qmgrs\QM1' created.
The queue manager is associated with installation 'Installation2'.
Creating or replacing default objects for queue manager 'QM1'.
Default objects statistics : 74 created. 0 replaced. 0 failed.
Completing setup.
Setup completed.
exitvalue = 0
****************************************
* Command: "C:\Program Files (x86)\IBM\WebSphere MQ\bin\strmqm" QM1
****************************************
There are 90 days left in the trial period for this copy of WebSphere MQ.
WebSphere MQ queue manager 'QM1' starting.
The queue manager is associated with installation 'Installation2'.
5 log records accessed on queue manager 'QM1' during the log replay phase.
Log replay for queue manager 'QM1' complete.
Transaction manager state recovered for queue manager 'QM1'.
WebSphere MQ queue manager 'QM1' started using V7.1.0.0.
exitvalue = 0
****************************************
* Command: "C:\Program Files (x86)\IBM\WebSphere MQ\bin\runmqsc" QM1
* Input: DEFINE LISTENER('LISTENER.TCP') TRPTYPE(TCP) PORT(1414) CONTROL(QMGR)
****************************************
5724-H72 (C) Copyright IBM Corp. 1994, 2011. ALL RIGHTS RESERVED.
Starting MQSC for queue manager QM1.
AMQ8135: Not authorized.
No MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
exitvalue = 20
【问题讨论】:
标签: ibm-mq