cancel
Showing results for 
Search instead for 
Did you mean: 

Problem encountered with JMS adapter

Former Member
0 Kudos

hi,

we r trying JMS(sonic)->XI->file scenario.We have deployed the reqd library <b>sonic_client.jar</b> as per <i>how to guide for JMS/JDBC drivers</i>.

We r getting the following error in the logfiles

>#1.5#0014221E206B005200000CC600000424000410452DC9337A#1143789213784#com.sap.aii.af.service.jms.WorkerImpl##com.sap.aii.af.service.jms.WorkerImpl.start()#J2EE_GUEST#0##cgnsap27.corp_BMW_3471550#Guest#da12a7d0c08511dab59f0014221e206b#SAPEngine_Application_Thread[impl:3]_1##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/JMS_ROOT#Java###<i>Channel is errornous, hence it cannot be started. See error messages (' null') before. Reconfigure it or restart the JMS service!#</i>1#JMSCC1#

We have restarted the JMS service,even we rebooted the whole system but the error is still persistent.

Kindly help us in this issue

regards,

Nisheeta Naidu

PS:points will be rewarded for all helpful answers

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check the following :

1. The user credentials with which XI is trying to connect to JMS server. i.e. the access settings on JMS side.

2. State of the channel on JMS side.

This is presuming that you have configured your JMS provider correctly in XI and also have run the Installation verification tests (IVT) on the JMS side which ensure smooth functioning of the JMS server.

Regards,

Amol

Answers (3)

Answers (3)

former_member91687
Active Contributor
0 Kudos

Hi Nisheeta,

Check if you the settings for the JMS provider have been set right:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/65/52693cab05e079e10000000a114084/frameset.htm">Settings for JMS provider</a>

Sender JMS adapter configuration:http://help.sap.com/saphelp_nw04/helpdata/en/ca/e7673c86d19b35e10000000a11402f/frameset.htm

Hope this helps.

Regards,

Chandra

Former Member
0 Kudos

hi Nisheeta,

When you try to configure your XI's JMS adapter, you specify the Queue Name, Ip address of the JMS server, and the port on which the JMS service is actually running. Apart from that, you also provide the user id and password needed to log on to the JMS service.

Just open the JMS adapter in your Integration Directory and you will find that you have to specify all thee values to access the JMS service.

Apart from this, to access any JMS service from XI, the corresponding Drivers have to be depolyed on the XI server. Make sure that you install the MQ series driver on your server,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-964...

Regards,

abhy

Former Member
0 Kudos