Author |
Message
|
jrjoe |
Posted: Mon Jan 27, 2003 8:40 am Post subject: MQSeries on OS390 |
|
|
Acolyte
Joined: 20 Jan 2003 Posts: 60
|
We currently have MQ on a OS390 and have OTMA configured to IMS.
The messages are being put on the Queue and looks like OTMA is picking them up but we recevie a MQ error:
CSQ2010I MQT2 CSQ2MEM0 CONNECTED TO PARTNER,
XCFGNAME=IMSTXCF XCFMNAME=IMSD
CSQ2005I MQT2 CSQ2QCP0 ERROR PROCESSING MESSAGE,
FEEDBACK=292, XCFGNAME=IMSTXCF XCFMNAME=IMSD TPIPE=CSQ00030
We have the IIH header in the messages with everything set to its defaults.
Thanks in advance for any help with this.
Joe |
|
Back to top |
|
 |
mrlinux |
Posted: Mon Jan 27, 2003 1:09 pm Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
When/Where are you getting the error
on MQPUT or is it going into the deadq ??? _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
jrjoe |
Posted: Mon Jan 27, 2003 1:27 pm Post subject: |
|
|
Acolyte
Joined: 20 Jan 2003 Posts: 60
|
Messages are going on the DLQ. I believe that OTMA is doing a MQGET to pull the messages off and to send to IMS. |
|
Back to top |
|
 |
mrlinux |
Posted: Mon Jan 27, 2003 1:50 pm Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Can you look in the XXXXMSTR file and get any info related to the
OTMA ??? Looking for the SENSE CODE _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
ryddan |
Posted: Tue Jan 28, 2003 3:44 am Post subject: |
|
|
 Newbie
Joined: 10 Sep 2001 Posts: 9 Location: Sweden
|
I looked up the error code. Perhaps your message data is to big for the queue or the length field is incorrect.
292 (MQFB_DATA_LENGTH_NEGATIVE)
A segment length field was negative in the application data of the message. |
|
Back to top |
|
 |
|