Author |
Message
|
chetan.nighojkar |
Posted: Tue Sep 01, 2009 10:48 pm Post subject: MQ Server to Server Communication |
|
|
Newbie
Joined: 01 Sep 2009 Posts: 4
|
Hello All ,
I have two WebSphere MQ server.
1. WebSphere MQ V5.3 on windows 2000 server
2. WebSphere MQ V6.0 on HP-UX server.
On both the servers i have queue managers , and every thing is configured
what is required for the communication between these two servers.
I tried sending messge from MQ V6.0 to V5.3 and it is successfull.
but when i tried to send the message from MQ V5.3 to MQ V6.0 it gave me error code 2080.
To resolve this error i applied a fix pack 6.0.2.3 , after applying the fix pack the queue manager at MQ 6.0 side is not starting and giving AMQ6109 error code.
Please help me on this.
Thanks & Regards
Chetan N. |
|
Back to top |
|
 |
exerk |
Posted: Tue Sep 01, 2009 11:35 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
1. V5.3 is out of support, upgrade it.
2a. Applying the Fix Pack would not have solved your MQRC2080 'error' (assuming this is what you mean), passing a bigger buffer to the GET would, but so would have coding MQGMO_ACCEPT_TRUNCATED_MSG.
2b. Did the Fix Pack install correctly? Were there any error messages? Have you rolled it out to see whether it fixes the non-starter issue?
Googling the AMQ6109 error code brought up a long list of possibles/probables - posting should be an act of last resort, not first! _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
sumit |
Posted: Wed Sep 02, 2009 6:56 am Post subject: |
|
|
Partisan
Joined: 19 Jan 2006 Posts: 398
|
Any FDCs? _________________ Regards
Sumit |
|
Back to top |
|
 |
chetan.nighojkar |
Posted: Fri Sep 04, 2009 4:22 am Post subject: Facing problem in server to server communication |
|
|
Newbie
Joined: 01 Sep 2009 Posts: 4
|
Hello all ,
It is actually a banking environment where RTGS service is enabled.
and Websphere MQ V5.3 is working as a middleware to receive messages from RBI and sending message to RBI.
So Upgrade of V5.3 is not possible as they don't want to disturb the current setup.
Now when i am trying to send message from V5.3 to V6.0 i am getting error code 2058.
i verified the MQSERVER environment variable also.
plus the name of the queue manager and queue also i am passing in
correct case.
for information
At MQV5.3 side
Queue manager Name: "Q1"
Local Queue name: PI.INCOMING
Remote Queue Definition: HOST.INCOMING
receiver Channel Name: TO.PI.CH
sender Channel: TO.HOST.CH
At MQ V6.0 Side
Queue manager Name: "Q2"
Local Queue name: HOST.INCOMING
Remote Queue Definition: PI.INCOMING
receiver Channel Name: TO.HOST.CH
sender Channel: TO.PI.CH
Please Help Me on this. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri Sep 04, 2009 4:39 am Post subject: Re: Facing problem in server to server communication |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
chetan.nighojkar wrote: |
So Upgrade of V5.3 is not possible as they don't want to disturb the current setup. |
So you will never, ever touch any software on this system ever again? The upgrade is possible. All applications have / need maintenance windows.
This is the MQ Info Center for MQ 6.0:
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp
Look up your error codes here, and follow the advice to resolve them. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
exerk |
Posted: Fri Sep 04, 2009 4:46 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Please paste the relevant sections from the AMQERR01.LOG that shows the error, because MQRC 2058 is 'MQRC_Q_MGR_NAME_ERROR', and why are you setting the MQSERVER variable, it's for client connections? _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
|