一台IBM MQ服务器今天启动GUI时提示AMQ4100配置错误的提示,只能通过命令行进行调式。经过查询解决方法如下:
Cause
This a permissions issue. DCOMCNFG shows the MQ Service running under MUSR_MQADMIN. The MQ Services start and stop normally.
Resolving the problem
Run the following commands to reregister the MQ Service and the proxy:
- amqmsrvn -regserver
- regsvr32 amqmspsn.dll
连接:
转载于:https://blog.51cto.com/dengweihua1/975182