HarpreetSachdeva
Programmer
I have MQServer installed on Windows2003 server and MQClient installed on Windows NT workstation.
I have default queue manager, listner and server connection defined on MQServer i.e. on Windows 2003 server in the following manner.
QueueManager = QM_gsgb247a
Local Queue = testqueue
Listner port = 1414
Listner Protocol = TCP
Server Connection = S_gsgb247a
On my MQClient i.e. on NT Workstation I have client connection defined.
MQSERVER=S_gsgb247a/TCP/gsgb247a(1414)
**I am able to ping MQServer machine from my MQClient Machine.
When I try to connect to MQServer through AMQSputc.exe with the following parameters.
AMQSputc testqueue QM_gsgb247a
it ends with error code 2035
But when I try with amqsputb program that comes along in samples and is a visual basic program it also connects to default queue manager. It also ends with an error but with the reason code of 2059.
**My Windows2003 server and my NT workstation they both are on different domains.
Windows2003 server is runing on local domain and my NT workstation is on network domain.
I have defined my network user in MQM group on Windows2003 server also but the problem is still the same.
Please help .
Thanks
Harpreet
I have default queue manager, listner and server connection defined on MQServer i.e. on Windows 2003 server in the following manner.
QueueManager = QM_gsgb247a
Local Queue = testqueue
Listner port = 1414
Listner Protocol = TCP
Server Connection = S_gsgb247a
On my MQClient i.e. on NT Workstation I have client connection defined.
MQSERVER=S_gsgb247a/TCP/gsgb247a(1414)
**I am able to ping MQServer machine from my MQClient Machine.
When I try to connect to MQServer through AMQSputc.exe with the following parameters.
AMQSputc testqueue QM_gsgb247a
it ends with error code 2035
But when I try with amqsputb program that comes along in samples and is a visual basic program it also connects to default queue manager. It also ends with an error but with the reason code of 2059.
**My Windows2003 server and my NT workstation they both are on different domains.
Windows2003 server is runing on local domain and my NT workstation is on network domain.
I have defined my network user in MQM group on Windows2003 server also but the problem is still the same.
Please help .
Thanks
Harpreet