以下是QMGR日志文件中有关WMQ频道问题的相关部分:
-------------------------------------------------------------------------------
2012-7-23 10:35:25 - Process(340.1) User(MUSR_MQADMIN) Program(runmqchl.exe)
AMQ9206: Error sending data to host 86.0.223.5(1602) 。
EXPLANATION:
An error occurred sending data over TCP/IP to 86.0.223.5(1602). This may be due to
a communications failure.
ACTION:
The return code from the TCP/IP(send) call was 10054 X('2746'). Record these
values and tell your systems administrator.
----- amqccita.c : 2612 -------------------------------------------------------
2012-7-23 10:35:25 - Process(340.1) User(MUSR_MQADMIN) Program(runmqchl.exe)
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'CZWJNS.CZWJCZ' ended abnormally.
ACTION:
Look at previous error messages for channel program 'CZWJNS.CZWJCZ' in the
error files to determine the cause of the failure.
----- amqrccca.c : 834 --------------------------------------------------------
2012-7-23 10:35:35 - Process(3616.1) User(MUSR_MQADMIN) Program(runmqchl.exe)
AMQ9002: Channel “CZWJNS.CZWJCZ' is starting。
EXPLANATION:
Channel “CZWJNS.CZWJCZ' is starting。
ACTION:
None。
-------------------------------------------------------------------------------
2012-7-23 10:40:35 - Process(3616.1) User(MUSR_MQADMIN) Program(runmqchl.exe)
AMQ9206: Error sending data to host 86.0.223.5(1602) 。
EXPLANATION:
An error occurred sending data over TCP/IP to 86.0.223.5(1602). This may be due to
a communications failure.
ACTION:
The return code from the TCP/IP(send) call was 10054 X('2746'). Record these
values and tell your systems administrator.
----- amqccita.c : 2612 -------------------------------------------------------
2012-7-23 10:40:35 - Process(3616.1) User(MUSR_MQADMIN) Program(runmqchl.exe)
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'CZWJNS.CZWJCZ' ended abnormally.
ACTION:
Look at previous error messages for channel program 'CZWJNS.CZWJCZ' in the
error files to determine the cause of the failure.
----- amqrccca.c : 834 --------------------------------------------------------
2012-7-23 10:40:45 - Process(4848.1) User(MUSR_MQADMIN) Program(runmqchl.exe)
AMQ9002: Channel “CZWJNS.CZWJCZ' is starting。
EXPLANATION:
Channel “CZWJNS.CZWJCZ' is starting。
ACTION:
None。
-------------------------------------------------------------------------------
目前,情况是目标通道(
CZWJNS.CZWJCZ
)最终可以运行,但仅在几次重试之后才可以运行。它经常发生。所有消息都可以成功传递到远程QMGR主机中的目标队列。但是,由于多次重试,它们总是被延迟。我已经在互联网上搜索了返回代码
10054
,这意味着该连接已被对等方重置。我的WMQ版本在Windows 2003上是6.0.10。
最佳答案
“由对等方重置连接”表示此节点与另一个节点之间的某些内容关闭了连接。原因可能是网络不可靠/嘈杂,防火墙超时,拒绝连接的通道出口或许多其他原因。
在这些情况下,诊断的关键是缩小病因。这需要查看同一事件的两个QMgr(或客户端和QMgr)上的错误日志。在通道出口的情况下,查看两侧的通道定义会发现该出口是否到位,但如果是出口,则还需要查看出口的配置和日志。
如果问题出在网络上,则两个QMgr的错误日志将显示类似的错误。但是,如果一个QMgr故意关闭了连接,那么您将在其日志文件中看到该连接。