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 API Support » IMS Bridge error message destination (queue)

Post new topic  Reply to topic
 IMS Bridge error message destination (queue) « View previous topic :: View next topic » 
Author Message
Breezer
PostPosted: Thu Feb 20, 2003 12:52 am    Post subject: IMS Bridge error message destination (queue) Reply with quote

Newbie

Joined: 20 Feb 2003
Posts: 4

Hello,

I'm sending messages from a Win2K server to an IBM Mainframe. The messages are processed on the mainframe by IMS Bridge. When the login information is invalid, or any error occurs, an message is written in the DLQ on the mainframe. However, the messages I send have a reply-to-QMGR and a reply-to-queue specified. How can I make the messages arrive in this reply-to-queue, instead of in the DLQ on the mainframe ?
Any help is appreciated.

Best Regards,
Tim
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Sat Feb 22, 2003 9:58 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

In the application generating the message on WIN2K, you want to specify the following 2 options in the MQMD_REPORT field of the Request message:

1.)MQRO_EXCEPTION_WITH_FULL_DATA
This tells the OS/390 queue manager to send back the entire original request message if it cant put it to the queue you intended. (If your OS/390 QM is prior to version 5.3, you will have to use MQRO_EXCEPTION_WITH_DATA which will only return the first 100 bytes of the message. With Full Data is not supported on OS/390 prior to 5.3 (it may be 5.2 but I think it is 5.3)

2.)MQRO_DISCARD_MSG
This indicates that the message should be discarded if it cannot be delivered to the destination queue, and no message will be written to the DLQ on OS/390.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
Breezer
PostPosted: Sun Feb 23, 2003 11:45 pm    Post subject: Reply with quote

Newbie

Joined: 20 Feb 2003
Posts: 4

Thx. The MQRO_EXCEPTION option did resolve the problem !
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 API Support » IMS Bridge error message destination (queue)
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.