Author |
Message
|
ktmo |
Posted: Tue Jul 03, 2012 6:34 am Post subject: compatibility between MQ V7 Client and MQ V6 Queue Manager |
|
|
Newbie
Joined: 02 Jul 2012 Posts: 3
|
I have installed an MQ server V6 under win XP and run for a production since 2008.
Recently I have to set up the new server which is win server 2008. So, I can only install MQ client V7 to connect to the MQ V6 Queue Manager to the Win XP MQ server.
However, it has the error in connecting the MQ server.
In MQ client side the log is "MQRC_CHANNEL_CONFIG_ERRORReason:2539ReasonCode:2539
in MQ server side the log is AMQ9503: Channel negotiation failed. and AMQ9492: The TCP/IP responder program encountered an error.
Any idea what is the problem?
Many Thanks! |
|
Back to top |
|
 |
SAFraser |
Posted: Tue Jul 03, 2012 6:54 am Post subject: |
|
|
 Shaman
Joined: 22 Oct 2003 Posts: 742 Location: Austin, Texas, USA
|
|
Back to top |
|
 |
ktmo |
Posted: Tue Jul 03, 2012 5:17 pm Post subject: |
|
|
Newbie
Joined: 02 Jul 2012 Posts: 3
|
Many Thanks SAFraser
But I am using WebSphere MQ Version 6.0 in server slide. For client is using WebSphere MQ Version 7.0.1.8 Clients
And the suggested line is about the WebSphere MQ Version 7.0. Which seems is not the case here. Any more suggestions? |
|
Back to top |
|
 |
SAFraser |
Posted: Tue Jul 03, 2012 6:38 pm Post subject: |
|
|
 Shaman
Joined: 22 Oct 2003 Posts: 742 Location: Austin, Texas, USA
|
What are you using on the client side to connect? We did have some trouble with some java code running on client v7, and the developer had to set a parameter to make it run in v6 mode. Other than the issue we had with java, I'm afraid I don't know anything else.  |
|
Back to top |
|
 |
ktmo |
Posted: Tue Jul 03, 2012 6:53 pm Post subject: |
|
|
Newbie
Joined: 02 Jul 2012 Posts: 3
|
We are using .Net to connect. Not sure if we can force it to use V6 mode like java.... anyway many thanks for sharing  |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jul 03, 2012 8:04 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
ktmo wrote: |
We are using .Net to connect. Not sure if we can force it to use V6 mode like java.... anyway many thanks for sharing  |
Look at the different parameters when creating the qmgr object. I believe there is one that relates to software version. Use the version of the server, not the version of the client there.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|