MQSERVER=Q3T0102.QTP.T1/TCP/abcd.*.*.*.com(1414)
and the error is:MQAX200.MQSession::AcessQueueManagerCompletionCode=2,Reasoncode=2058,ReasonName = MQRC_Q_MGR_NAME_ERROR
Error Code 2058 is getting displayed.
Already defined the MQServer system environment variable.Not sure Where am i going wrong.
Any suggestion will be highly praised.
Thanks & Regards,
-Amit
Hi All,
I am trying to connect to a MQ Server using below code from MQ client machine.I am using excel macro for the same.The code used is:
Set MQSess = CreateObject("MQAX200.MQSession")
...