11

I am getting an WebSphere MQ Reason code 2195 MQRC_UNEXPECTED_ERROR when I try to connect to the message flows deployed on the execution group. Can somebody please tell me what exactly does this reason code mean? Queue manager, broker , execution group.. everything is up and running and the ports are also open. I am not getting anything worthwhile on the net. Please advise.

4

2 回答 2

13

2195 返回码是一个高级异常,当在代码的较低级别未捕获错误时会触发该异常。当某些外部依赖项(例如文件访问或操作系统资源)未按预期运行并且故障级联到 WMQ 时,通常会生成这些。

通常当这些错误被抛出时,WMQ 会生成一个 FDC 文件{WMQ install dir}/errors来记录事件。FDC 文件会告诉您失败的可执行文件、失败期间正在执行的功能、环境、用户 ID 和许多其他详细信息。IBM 可以使用这些来诊断问题,但通常对 WMQ 管理员也很有用。

作为一般规则,对于您无法轻松诊断的任何 WMQ 错误,请查看:
{WMQ install dir}/qmgrs/{qmgr name}/errors/AMQERR01.LOG
{WMQ install dir}/errors/AMQERR01.LOG
{WMQ install dir}/errors/*.FDC

报告错误时,请发布您是否在这些位置发现任何错误日志条目或新的 FDC 文件,如果有,这些内容是什么。这将使受访者更容易提供具体和相关的答案。如果您想使用目录中的诊断信息更新您的问题errors,我很乐意以实物形式更新此回复。

于 2012-12-03T16:09:34.917 回答
0

更改 NT 密码后,您可能会遇到此代码,因为该服务会尝试使用您保存的凭据登录。通过命令控制台更改 UID/pwd - AMQMSRVN -user \ -password

并且,为了安全起见,在其他服务菜单中,更新存储的服务 MQSeriesBrokerROL_ACB_BROKER 和 MQSeriesServices 的属性密码 - > LogON

于 2013-09-16T02:37:00.420 回答