cancel
Showing results for 
Search instead for 
Did you mean: 

Sender JMS adapter error

Former Member
0 Kudos

Hi All,

I'm trying out a scenario which sends data from a Message Queue to SAP.

For this I need to configure JMS adapter in the sender side. here i am getting the error in the sender communication channel like below

Can not access because class 'com.ibm.mq.jms.MQQueueConnectionFactory' is missing; ensure that JMS provider library 'aii_af_jmsproviderlib.sda' contains all required resources.

Can any please help me on this?

Thanks

Govinda.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You need to deploy the MQ JMS library to your PI system first.

Please check sap note 1138877 for detail.

The numbers and names of the IBM libraries change depending on the MQSeries version you are using. Currently, we know the following names:

MQSeries 5.2

u2022 com.ibm.mq.jar

u2022 com.ibm.mqjms.jar

MQSeries 5.3

u2022 com.ibm.mq.jar

u2022 com.ibm.mqbind.jar

u2022 com.ibm.mqjms.jar

u2022 connector.jar (this file can also be retrieved from the SAP J2EE server directory)

MQSeries 6.0

u2022 CL3Export.jar

u2022 CL3Nonexport.jar

u2022 com.ibm.mq.jar

u2022 com.ibm.mqjms.jar

u2022 connector.jar

u2022 dhbcore.jar

u2022 rmm.jar

Answers (1)

Answers (1)

agasthuri_doss
Active Contributor
0 Kudos

Govind,

Check whether below jar are com.ibm.mq.jar, com.ibm.mqbind.jar, com.ibm.mqjms.jar in 'aii_af_jmsproviderlib.sda'

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8085e299-718c-2a10-de94-928f62b7...

Cheers

Agasthuri Doss