Author |
Message
|
rsk33 |
Posted: Sun Dec 16, 2007 6:27 am Post subject: MQ Communication error |
|
|
Centurion
Joined: 21 Aug 2006 Posts: 141
|
HI guys,
i am experiencing a strange problem. we have Front end windows QM communicationg with unix box QM in cluster. In the unix we have broker and sending the response for request from FE. I am not getting the response to FE and getting the below error in the logs after processing successfully by broker.
EXPLANATION:
An error occurred sending data over TCP/IP to 10.X.X.2. This may be due to a
communications failure.
ACTION:
The return code from the TCP/IP(write) call was 32 X('20'). Record these values
and tell your systems administrator.
----- amqccita.c : 2004 -------------------------------------------------------
12/16/07 16:39:09
AMQ9999: Channel program ended abnormally.
Help is highly appriciated.
regards
rsk33 |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Dec 16, 2007 6:45 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
from the unix box do a telnet with the info in the conname of the channel
ex: telnet tgthost 1414
ctrl+]
quit
If you don't get a blank screen after the telnet you need to fix your tcp/ip stuff first...(including firewall)
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
rsk33 |
Posted: Sun Dec 16, 2007 10:29 pm Post subject: |
|
|
Centurion
Joined: 21 Aug 2006 Posts: 141
|
HI
Thanks for the response. The firewall and port opened and the channels are running.When i do telnet i get blank screen.
regards
som |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Dec 17, 2007 4:47 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Time to check the cluster receiver on FE.
Make sure the right cluster name (list) is specified on it.
Check the FR using dis clusqmgr(*) and verify the FE is seen as cluster member....
Check the FE (PR) using dis clusqmgr(*) and verify there is no temp qmgr in the cluster....
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
mvic |
Posted: Tue Dec 18, 2007 9:32 am Post subject: Re: MQ Communication error |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
rsk33 wrote: |
The return code from the TCP/IP(write) call was 32 X('20'). |
In order to interpret this errno we would need to know what type of system it is (AIX / Solaris , etc.) Also, is this a recent error? Does it happen all the time? Thanks  |
|
Back to top |
|
 |
|