Author |
Message
|
navjotkaur78 |
Posted: Thu Aug 31, 2006 10:54 pm Post subject: Error : 2059 during Client-Server Connection |
|
|
Apprentice
Joined: 09 Feb 2006 Posts: 31
|
created a server connection channel(SCC.QMGR) on the server. On the client we set the env variable as:
SET MQSERVER=SCC.QMGR/TCP/xxx.xxx.xx.xx(1415)
when i issue amqsputc <Queue Name> <QMgr NAme>
its gives 2059 error: which means that "unable to find the Queue Manager"
But all the configuration settings are fine.
Any help will be appreatiated. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Sep 01, 2006 2:23 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Is SCC.QMGR a SVRCONN channel?
Can you telnet to xxx.xxx.xxx.xxx on 1415?
Is there an MQ listener running on 1415 on xxx.xxx.xxx.xxx?
Can you use amqscncx to connect to the qmgr? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Fri Sep 01, 2006 6:00 am Post subject: |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
jefflowrey wrote: |
Is SCC.QMGR a SVRCONN channel?
Can you telnet to xxx.xxx.xxx.xxx on 1415?
Is there an MQ listener running on 1415 on xxx.xxx.xxx.xxx?
Can you use amqscncx to connect to the qmgr? |
... and is the QMgr name correct? _________________ Regards
Hubert |
|
Back to top |
|
 |
navjotkaur78 |
Posted: Thu Sep 07, 2006 10:08 pm Post subject: |
|
|
Apprentice
Joined: 09 Feb 2006 Posts: 31
|
Thanx for all ur replies...
The problem was solved but the problem in that was the CCSID, i.e. he CCSID expected by the client was diff. than the actual. |
|
Back to top |
|
 |
|