|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MiddleWare Response |
« View previous topic :: View next topic » |
Author |
Message
|
rcreddy75 |
Posted: Fri Apr 07, 2006 1:01 am Post subject: MiddleWare Response |
|
|
Newbie
Joined: 07 Apr 2006 Posts: 2
|
Hi,
We are sending one request to MQ and expecting some response from Middle ware. plz find below in detail.
We are writting the program in COBOL.
We sending this:
-------------------
APPL-DATA-MESSAGE =
** Inspect warning 92 ** Display item is truncated
APPL-DATA-MSG = "<LookupUsingRequestId><requestid>8000909000407176</requesti
d><requesttype>IND</requesttype></LookupUsingRequestId>
The following is the response captured at Middle Ware in their queue:
-------------------------------------------------------------------------------
"<LookupUsingRequestIdResponse><errormessage>*** Error - No matches found ***</errormessage></LookupUsingRequestIdResponse>"
The following is the response from TANDEM side – After reading the response from middleware:
-----------------------------------------------------------------------------------
The characters "?10" are the unwanted characters appended after reading the response from the queue.
APPL-DATA-MESSAGE =
** Inspect warning 92 ** Display item is truncated
APPL-DATA-MSG = "<LookupUsingRequestIdResponse>" ?10 " <errormessage>*** E
rror - No matches found ***</errormessage>" ?10 "</LookupUsingRequestIdRespo
nse>" ?10 "
Can any body help me on this, why "?10" is coming and how to eliminate those charactres.
Thanks
RCReddy
Ph:09448676343. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Apr 07, 2006 3:13 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What are the options you are specifying when your COBOL program puts the message? Are you setting MQMD.FORMAT? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
rcreddy75 |
Posted: Fri Apr 07, 2006 3:26 am Post subject: |
|
|
Newbie
Joined: 07 Apr 2006 Posts: 2
|
We are not setting format..
Thanks
RCReddy |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Apr 07, 2006 3:28 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If you do not set format, then format will be MQFMT_NONE.
If your message data is in EBCDIC, and MQ moves it (as it's supposed to) to another machine that is not EBCDIC, then your data is still in EBCDIC. If the application on that other machine tries to get the message, it can ask MQ to change the data from EBCDIC to the local machine character set.
But this CONVERT option does not work unless the format of the message is MQFMT_STRING. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|