cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Channel error reson code : 2019

Former Member
0 Kudos

JMS Channel is throwing error with an reason code : 2019.

Decription for reason code 2019 is : The object handle Hobj is not valid, for one of the following reasons:

  • The parameter pointer is not valid, or (for the MQOPEN call) points to read-only storage. (It is not always possible to detect parameter pointers that are not valid; if not detected, unpredictable results occur.)

  • The value specified was not returned by a preceding MQOPEN call.

  • The value specified has been made invalid by a preceding MQCLOSE call.

  • The handle is a shared handle that has been made invalid by another thread issuing the MQCLOSE call.

  • The handle is a nonshared handle that is being used a thread that did not create the handle.

  • The call is MQGET or MQPUT , but the object represented by the handle is not a queue.

Can any one tell me what is to be done to fix this error.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

This error i assume is something that needs to be fixed from the MQ side itself.

Contact the MQ admin informing him the issue stating the reason code.

Former Member
0 Kudos

Hi

Yes this is an MQ Series "Reason Code", Where each reason code for failing is assigned a number. For this one please refer to the following link:

http://www-01.ibm.com/support/docview.wss?uid=swg21229508

For all reason codes have a look at:

http://middleware.its.state.nc.us/middleware/Documentation/en_US/htm/csqzak06/csqzak065m.htm

Thanks

Damien

Answers (0)