Author |
Message
|
mqmike |
Posted: Wed Sep 15, 2004 12:55 am Post subject: AMQ9207 |
|
|
Acolyte
Joined: 09 Jul 2004 Posts: 63
|
I have a new qmgr for testing (definitions the same as an existing one which works) but am experiencing some communication errors.
The qmgr talks via a 'hub' (another qmgr) to a backend but the application guys are reporting errors. I can't see any messages backed up anywhere and the channels all manually start ok.
There are some errors in the logs though:
09/14/04 13:31:05
AMQ9207: The data received from host 'xx.xxx.xxx.xx' is not valid.
EXPLANATION:
Incorrect data format received from host 'xx.xxx.xxx.xx' over TCP/IP. It may be
that an unknown host is attempting to send data. An FFST file has been
generated containing the invalid data received.
ACTION:
Tell the systems administrator.
----- amqccita.c : 2888 -------------------------------------------------------
09/14/04 13:31:05
AMQ9228: The TCP/IP responder program could not be started.
EXPLANATION:
An attempt was made to start an instance of the responder program, but the
program was rejected.
ACTION:
The failure could be because either the subsystem has not been started (in this
case you should start the subsystem), or there are too many programs waiting
(in this case you should try to start the responder program later). The reason
code was 0.
also when I manually started the sender channel from the hub, going back to the new qmgr, an fdc was generated:
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Tuesday September 14 13:31:30 BST 2004 |
| Host Name :- mqtest (AIX 5.2) |
| PIDS :- 5724B4101 |
| LVLS :- 530.5 CSD05 |
| Product Long Name :- WebSphere MQ for AIX |
| Vendor :- IBM |
| Probe Id :- CO052000 |
| Application Name :- MQM |
| Component :- cciTcpReceive |
| Build Date :- Sep 27 2003 |
| CMVC level :- p530-05-L030926 |
| Build Type :- IKAP - (Production) |
| UserID :- 00000007 (mqadmin) |
| Program Name :- amqrmppa |
| Process :- 00029458 |
| Thread :- 00000021 |
| Major Errorcode :- rrcE_BAD_DATA_RECEIVED |
| Minor Errorcode :- OK |
| Probe Type :- MSGAMQ9207 |
| Probe Severity :- 2 |
| Probe Description :- AMQ9207: The data received from host 'xx.xxx.xxx.xx' |
| is not valid. |
| FDCSequenceNumber :- 0 |
| Comment1 :- xx.xxx.xxx.xx |
| |
| Comment2 :- TCP/IP |
| |
| Comment3 :-
Can anybody help me with this please? |
|
Back to top |
|
 |
JT |
Posted: Wed Sep 15, 2004 5:49 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Sometimes searching the IBM website can be helpful. A quick search for the probe id CO052000 produced a few hits. Some of the possible scenarios that were identified are:
Quote: |
- Invalid EXTSHM environment variable setting
- An unknown host is sending data
- The CCSIDs are incorrect causing bad conversion
- A non-mq application sending data to the mq listener port
- The inetd.conf entry is not correct , for example, incorrect port defined
- The /dev/null directory does not have the proper permissions on the remote machine.
Note:
The FDC with probe id CO052000 indicates someone is trying to write to the port on which MQ is listening with data that is not formatted as MQ type data (proper TSH header). |
|
|
Back to top |
|
 |
csmith28 |
Posted: Wed Sep 15, 2004 9:44 am Post subject: Re: AMQ9207 |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
Yeah, I found the same information by searching on Google.
It looks like there is a fix for this in CSD07
APAR IY40211 _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
JT |
Posted: Wed Sep 15, 2004 10:52 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Quote: |
It looks like there is a fix for this in CSD07 |
Yeah, CSD07 for v5.2 |
|
Back to top |
|
 |
csmith28 |
Posted: Wed Sep 15, 2004 1:31 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
JT wrote: |
Quote: |
It looks like there is a fix for this in CSD07 |
Yeah, CSD07 for v5.2 |
Well the readme I was looking at is at the following link:
http://www-306.ibm.com/software/integration/mqfamily/support/readcsd/readcsdaix53.txt
So I am thinking they ware talking about 5.3
I do stand corrected though, it looks like this is CSD02
WebSphere MQ for AIX V5.3 Fix Pack History
==========================================
CSD01 - PTF U484023 (superseded)
CSD02 - No PTF available
CSD03 - PTF U485561 (superseded)
CSD04 - PTF U486531 (superseded)
CSD05 - PTF U487850 (latest available PTF)
CSD06 - PTF U489963 (not yet available) _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
csmith28 |
Posted: Wed Sep 15, 2004 3:21 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
csmith28 wrote: |
JT wrote: |
Quote: |
It looks like there is a fix for this in CSD07 |
Yeah, CSD07 for v5.2 |
Well the readme I was looking at is at the following link:
http://www-306.ibm.com/software/integration/mqfamily/support/readcsd/readcsdaix53.txt
So I am thinking they ware talking about 5.3
I do stand corrected though, it looks like the actual fix was in CSD02 for WMQ5.3
WebSphere MQ for AIX V5.3 Fix Pack History
==========================================
CSD01 - PTF U484023 (superseded)
CSD02 - No PTF available
CSD03 - PTF U485561 (superseded)
CSD04 - PTF U486531 (superseded)
CSD05 - PTF U487850 (latest available PTF)
CSD06 - PTF U489963 (not yet available) |
_________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
JT |
Posted: Wed Sep 15, 2004 4:30 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
|
Back to top |
|
 |
mqmike |
Posted: Thu Sep 16, 2004 12:32 am Post subject: |
|
|
Acolyte
Joined: 09 Jul 2004 Posts: 63
|
thanks guys much appreciated!
testing seems to be working now (without me having done anything!) and no more fdcs have been generated - reckon we'll go for 7 anyway though |
|
Back to top |
|
 |
|