ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » MiddleWare Response

Post new topic  Reply to topic
 MiddleWare Response « View previous topic :: View next topic » 
Author Message
rcreddy75
PostPosted: Fri Apr 07, 2006 1:01 am    Post subject: MiddleWare Response Reply with quote

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
View user's profile Send private message Send e-mail
jefflowrey
PostPosted: Fri Apr 07, 2006 3:13 am    Post subject: Reply with quote

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
View user's profile Send private message
rcreddy75
PostPosted: Fri Apr 07, 2006 3:26 am    Post subject: Reply with quote

Newbie

Joined: 07 Apr 2006
Posts: 2

We are not setting format..

Thanks
RCReddy
Back to top
View user's profile Send private message Send e-mail
jefflowrey
PostPosted: Fri Apr 07, 2006 3:28 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » MiddleWare Response
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.