cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Channel in error

Former Member
0 Kudos

We have configured JMS sender channels for our scenario in PI 7.0 which are used to pick files from MQ. The channels are configured perfectly. Problem is every day, these channels are throwing the error : u201CChannel error occurred;detailed error description : JMS error : MQJMS2002: failed to get message from MQ queue, Linked error : MQJE001 : Completion Code 2, Reason 2009, Error Code: MQJMS2002u201D. The channels are up and running fine once we restart the JAVA stack. Messages get processed successfully. But the channels throw the above mentioned error again the next day.

Please suggest what can be done to tackle this issue.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Prasanna,

Could you please follow the instructions below to fix the same.

- Install the latest patch 14 ( If your MQ series is 5.3 ).

This appears to be a Websphere MQ Java client issue. Can you please

refer to the IBM Websphere MQ site -

"Problems fixed in fix pack 10 for WebSphere MQ V5.3"

i.e,

http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg27007222

Recreate the "aii_af_jmsproviderlib.sda' library with the new

"com.ibm.jar" and "com.ibm.mqjms.jar" files.

"If however this MQ fix does not resolve the issue can you please reply

and provide the requested information from the attached note :

854536 XI 3.0 / PI 7.0 AF: Information Required by SAP - Page 3

Please also check note

#747601 'J2EE JMSAdapter: MQSeries libraries'

and ensure that the correct libraries are deployed.

I also advise to check section (2) of note

#1086303 XI JMS Adapter and IBM Websphere MQ: FAQ (section (2))

#749743 JMS adapter(MQSeries): Authorization check for queue access

This should fix the issue.

With regards,

Caio Cagnani

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Caio, the issue is resoloved now after the suggested patch was installed.