cancel
Showing results for 
Search instead for 
Did you mean: 

JMS adapter fails to open IBM WebSphere MQ Manager V6 Remote Queue

Former Member
0 Kudos

Hello,

We are trying to connect to a Remote Queue with the SAP PI 7.0 SP9 JMS adapter to IBM WebSphere MQ V6 on Linux SLES9 x86_64.

We did deployed the JMS-adapter with the V6 native libaries on SAP PI.

In the Communication Channel we use the Adapter Type = JMS, Sender, Transport Protocol = WebSphereMQ(non-JMS).

The MQ Queue Manager is on the same server as SAP PI so we use localhost, Server Port, Queue Manager Name, Channel Name and JMS Queue Name

The <sid>adm user is a member of the mqm group.

When I check the RWB I see this fault message:

Error during channel initialization; exception trace: javax.jms.JMSException: <b>MQJMS2008: failed to open MQ Queue</b> at ...

and also

com.ibm.mq.MQException: <b>MQJE001: Completion Code 2, Reason 2045</b>

...

When we lookup the reason 2045 we get this explaination on MQ:

MQRC_OPTION_NOT_VALID_FOR_TYPE

We also have a type = Receiver Communication Channel on the same MQ Queue Manager that one is working fine.

Please advise!

Best regards,

Mike Laanen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

try searching this error on http://www.mqseries.net

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The problem was in the Communication Channels, the wrong MQ Queues where used.

Best regards,

Mike

Former Member
0 Kudos

Mike,

check whether the Queues are created and activated if it done. then check whether you have authorization for those queues.

Regards

Sreeram.G.Reddy