at IBM.WMQ.MQTCPConnection.ConnectSocket(String localAddr, String connectionName, Int32 options) MQException CompCode:2Reason:2538 真实的原因是在.NET 4.0中,微软改变了接口 Dns.GetHostEntry 的行为。当直接使用IP作为参数时就会变报,如果使用机器名或域名就不会报告。 解决方法如下 1. 使用 IPAddress.TryP...
at IBM.WMQ.MQTCPConnection.ConnectSocket(String localAddr, String connectionName, Int32 options) MQException CompCode:2Reason:2538 真实的原因是在.NET 4.0中,微软改变了接口 Dns.GetHostEntry 的行为。当直接使用IP作为参数时就会变报,如果使用机器名或域名就不会报告。 解决方法如下 1. 使用 IPAddress.TryP...
比如2533错误:Reason:2033 Text:No message available. 没信息了。。。 再比如2538错误:Connx CompCode:2 Reason:2538 Text:An MQCONN call was issued from a client to connect to a queue manager but the attempt to allocate a conversation to the remote system failed 这2538就是TMD连接不上服务器,后来...
IBM MQ Reason 2538(MQRC_HOST_NOT_AVAILABLE) 错误原因一例 2013-12-27 15:55 −... Maxwell Hu 0 20969 IBM MQ 使用一例 2007-07-05 11:50 −MQ作为一种中间件还是不错的,可以由一个系统发送一些消息给MQ Server,然后另外一个系统来取得这些消息。比较方便的实现不同系统、不同语言间的通信。MQ ...
2539一般是由于在设置export MQSERVER='CHANNEL1/TCP/server-hostname(port)'过程中的server-hostname有错误 错误码:2538 Sample AMQSPUT0 start MQCONN ended with reason code 2538 2538一般是在设置export MQSERVER='CHANNEL1/TCP/server-hostname(port)'过程中的port有问题有错误...
2539一般是由于在设置export MQSERVER='CHANNEL1/TCP/server-hostname(port)'过程中的server-hostname有错误 错误码:2538 Sample AMQSPUT0 start MQCONN ended with reason code 2538 2538一般是在设置export MQSERVER='CHANNEL1/TCP/server-hostname(port)'过程中的port有问题有错误...
3) Queue Manger Name中填写远程对列管理器的名称,此处为QM_TEST。在后续的配置页面中输入队列管理器所在服务器的ip,用户名为mqm(无密码) 4) 如果连接时MQ Explorer显示异常AMQ4059 Reason Code 2538,可能是防火墙阻碍了访问,可以在Linux服务器上执行iptables -F 以后再试试...
An MQCONN call was issued from a client to connect to a queue manager but the attempt to establish communication failed. Common causes of this reason code are: a.The server and client cannot agree on the channel attributes to use.
MQCHAR48 QMgrName; /* Name of queue manager */ MQHCONN Hconn; /* Connection handle */ MQLONG CompCode; /* Completion code */ MQLONG Reason; /* Reason code qualifying CompCode */ COBOL invocation CALL 'MQCONN' USING QMGRNAME, HCONN, COMPCODE, REASON. ...
MQCONN(QMgrName、Hconn、CompCode、Reason) 参数 QMgrName 类型:MQCHAR48 - 输入 这是应用程序要连接到的队列管理器的名称。 此名称可包含以下字符: 大写字母字符(A 到 Z) 小写字母字符(a 到 z) 数字位(0 到 9) 句点(.)、正斜杠 (/)、下划线 (_)、百分号 (%) ...