Re: Dead Letter Queue messages not appearing?

2004-03-22 Thread Miller, Dennis
The 2030 error usually originates from calls to MQAI (Administrative
Interface). It means the programmer used an invalid handle when
programming to that API.  It would be roughly similar to using an
invalid HCONN with the regular MQ API. I would not expect a message on
the destination queue or the DLQ after a 2030 error. 

The CSQ548E error is a tad mysterious. Is KEWILL.TO.MQSB a client
connection channel? 




-Original Message-
From: Michelle Russell [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 19, 2004 2:36 AM
To: [EMAIL PROTECTED]
Subject: Dead Letter Queue messages not appearing?


Hi all,

I have a situation whereby an external company using an MQClient are
trying to send messages to our Mainframe MQ Manager (V2.1) and the
messages when being sent are not arriving on the destination queue or
the Dead letter Queue.

In our Queue Manager channel initiator we get the message: +CSQX548E
http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Dead Letter Queue messages not appearing?

2004-03-22 Thread Bharath Ram Srinivasan

As per my understanding of you query, the MQ message is first tried to be
delivered to the destination queue. In case of Queue depth exceeded
scenarios, it tries putting into the DLQ of  the destination failing which
it delivers to the senders DLQ.


Please ask your sender to examine his DLQ content. That should contain the
message structure stating the issue.


Cheers,


Bharath






  "Adiraju, Rao"
  <[EMAIL PROTECTED] To:  [EMAIL PROTECTED]
  Z.CO.NZ> cc:  (bcc: bharathram.s/Polaris)
  Sent by:     Subject: Re: Dead Letter Queue messages 
not appearing?
  MQSeries List
  <[EMAIL PROTECTED]
  en.AC.AT>


  03/22/04 02:47
  AM
  Please respond
  to MQSeries List






Have you checked the dead-letter queue on KEWILL queue manager.

Cheers

Rao

-Original Message-
From: Michelle Russell [mailto:[EMAIL PROTECTED]
Sent: 19 March 2004 11:36 PM
To: [EMAIL PROTECTED]
Subject: Dead Letter Queue messages not appearing?

Hi all,

I have a situation whereby an external company using an MQClient are trying
to send messages to our Mainframe MQ Manager (V2.1) and the messages when
being sent are not arriving on the destination queue or the Dead letter
Queue.

In our Queue Manager channel initiator we get the message: +CSQX548E http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

This communication is confidential and may contain privileged material.
If you are not the intended recipient you must not use, disclose, copy or
retain it.
If you have received it in error please immediately notify me by return
email
and delete the emails.
Thank you.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive





This e-Mail may contain proprietary and confidential information and is sent for the 
intended recipient(s) only.
If by an addressing or transmission error this mail has been misdirected to you, you 
are requested to delete this mail immediately.
You are also hereby notified that any use, any form of reproduction, dissemination, 
copying, disclosure, modification,
distribution and/or publication of this e-mail message, contents or its attachment 
other than by its intended recipient/s is strictly prohibited.

Visit Us at http://www.polaris.co.in


Re: Dead Letter Queue messages not appearing?

2004-03-21 Thread Adiraju, Rao
Have you checked the dead-letter queue on KEWILL queue manager.

Cheers

Rao

-Original Message-
From: Michelle Russell [mailto:[EMAIL PROTECTED]
Sent: 19 March 2004 11:36 PM
To: [EMAIL PROTECTED]
Subject: Dead Letter Queue messages not appearing?

Hi all,

I have a situation whereby an external company using an MQClient are trying
to send messages to our Mainframe MQ Manager (V2.1) and the messages when
being sent are not arriving on the destination queue or the Dead letter
Queue.

In our Queue Manager channel initiator we get the message: +CSQX548E http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

This communication is confidential and may contain privileged material.
If you are not the intended recipient you must not use, disclose, copy or retain it.
If you have received it in error please immediately notify me by return email
and delete the emails.
Thank you.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Dead Letter Queue messages not appearing?

2004-03-19 Thread Wyatt, T. Rob
Michelle,

The 2320 error is from the AMI.  Text below:

   MQRC_HBAG_ERROR
   A call was issued that has a parameter that is a
   bag handle, but the handle is not valid. For output
   parameters, this reason also occurs if the parameter
   pointer is not valid, or points to read-only storage.
   (It is not always possible to detect parameter
   pointers that are not valid; if not detected,
   unpredictable results occur.)

   Corrective action: Correct the parameter.

The AMI is an administrative API for MQSeries that reads and writes PCF
messages.  The interesting thing here is that the external company is
apparently issuing administrative PCF commands to your mainframe.  Was it
your intent to allow them full administrative access?

For external clients we typically a) don't allow them administrative access,
b) set up a hardened DMZ QMgr between us and them, and c) do not allow them
to use a client channel because in addition to sending messages it allows
them the full MQI interface to do things like setting queue attributes.
Your vendor appears to have hit the MQ Security trifecta!

Do you run a DLQ handler or anything else that monitors the DLQ?  They may
be setting the messages to expire in which case any browse or read attempt
will remove them from the DLQ before you see them there.

-- T.Rob

-Original Message-
From: Michelle Russell [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 5:36 AM
To: [EMAIL PROTECTED]
Subject: Dead Letter Queue messages not appearing?


Hi all,

I have a situation whereby an external company using an MQClient are trying
to send messages to our Mainframe MQ Manager (V2.1) and the messages when
being sent are not arriving on the destination queue or the Dead letter
Queue.

In our Queue Manager channel initiator we get the message: +CSQX548E http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Dead Letter Queue messages not appearing?

2004-03-19 Thread Michelle Russell
Hi all,

I have a situation whereby an external company using an MQClient are trying
to send messages to our Mainframe MQ Manager (V2.1) and the messages when
being sent are not arriving on the destination queue or the Dead letter
Queue.

In our Queue Manager channel initiator we get the message: +CSQX548E http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive