cancel
Showing results for 
Search instead for 
Did you mean: 

JMS channel Error with MQ7.5 : channel with status unknown or unregistered

Former Member
0 Kudos

Hi Experts,

currently I am facing an issue,

I configured JMS Adapter for activeMQ 7.5


Deployed the external drivers as per Note 1138877.

jar files:

CL3Export.jar

CL3Nonexport.jar

com.ibm.mq.headers.jar

com.ibm.mq.jar

com.ibm.mq.jmqi.jar

com.ibm.mq.pcf.jar

com.ibm.mqjms.jar

connector.jar

dhbcore.jar

fscontext.jar

providerutil.jar

rmm.jar

And also checked the note 1660910.

Now when I check the Communication Channel Monitoring in PI 7.1.

I always get the error messages "Channel has internal error" and "Adapter has not provided any status information about this channel". In the Administrators Information" Tab I can find the exception "channel with status unknown or unregistered".

I have restarted the adapter engine and redo the driver deployment and i can see the above drivers in transaction AL11 in folder .../ext/com.sap.aii.adapter.lin/lib

Do i have to deploy any more jar files for MQ 7.5 version ?

or Is it due to basic JMS adapter engine issue.?

Any idea on what else I could check?

Thanks and best regards,

Sandeep

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

This message was moderated.

Former Member
0 Kudos

Hello Sandeep,

Recently we deployed the jdbc drivers using the below procedure.Please check it may usefull

Also refer the sap note 856346

You need to download the required  drivers from respective vendor site and you need to add this jar file to the lib directory com.spa.aii.adapter.lib.sda\lib and also need to add additional entry

<jar-name>lib/ojdbc14.jar</jar-name> in provider.xml file in the path com.spa.aii.adapter.lib.sda\server\provider.xml.

There is an additional parameter you need to use for forcible deployement.

./go -config=jspm/forceMode=true -config=/jspm/deployVersionRule=updateAll

JSPM was not allowing to deploy the hotfix since the .sda file is from same version, hence use the below command to start JSPM.

go -config=jspm/forceMode=true -config=/jspm/deployVersionRule=updateAll

From

Pradeep

Former Member
0 Kudos

Hello Everyone,

I wrote ActiveMQ by mistake, it is IBM's Websphere MQ 7.5, which we are trying to connect from SAP PI 7.1

I have restarted the JMS adapter service too.

Please let me know if you have any inputs on the same.

Regards,

Sandeep

nabendu_sen
Active Contributor
0 Kudos

Hi Sandeep,

Restart your J2EE server. If this does not help check the below notes.

856346  J2EE JMS Adapter: Frequently Asked Questions (FAQ)

990629  J2SE JMS Adapter: Missing mandatory element <sap:queueId>

1493689  JMS Adapter not working in J2SE Adapter Engine.

1305390  JMS Adapter: On Demand Connection (New Feature)

Former Member
0 Kudos

Hello Nabendu,

Appreciate your response,but haven't been able to resolve through this.

Thanks,

Sandeep