cancel
Showing results for 
Search instead for 
Did you mean: 

Drivers required forJMS connection with Websphere application Server -7.1 ?

Former Member
0 Kudos

Hi ,

We have Web application Server 7.1 in landscape which is Using JMS over SOAP.

So we need to pick this data from JMS and pass it to SAP PI.

So Now question which drivers need to deploy for the same ???

Websphere Guy told me to Use folloing parameters in Channel ..

Transport Protocol : Access JMS Provider with JNDI

Message Protocol : JMS 1.x

JNDI Lookup name for QueueConnection Factory : READ/XML/SAPMM/import_CF

JNDI Lookname name for JMSQUeue : Read/XML/SAPMMImport_SEND_D

Name of JNDIinitial Context factory : com.ibm.websphere.naming.WsnInitialContextFactory

JNDI Server Address : iiop://10.X.X.X:2809.

For which he told me to deploy three file .

naming.jar

namingclient.jar

com.ibm.ws.runtime.jar

but still it is not working ... i am getting following error

Channel error occurred. Detailed error (if any) : com.sap.aii.adapter.jms.api.connector.ConnectorException: Error creating initial context with environment: {java.naming.provider.url=iiop://10.X.X.115:2809, java.naming.factory.initial=com.ibm.websphere.naming.WsnInitialContextFactory,

javax.naming.NoInitialContextException: Cannot instantiate class: com.ibm.websphere.naming.WsnInitialContextFactory<br> at com.sap.aii.adapter.jms.core.connector.JndiConnectorImpl.createInitialContext(JndiConnectorImpl.java:65)

Please help , what sh

Regards

PS

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

> So Now question which drivers need to deploy for the same ???

In JMS we have different protocols are there, which protocol we need to use that is desided by the Messaging server team, after that based on that protocol we need to install the respective drivers.

> but still it is not working ... i am getting following error

http://www.saptechies.com/xi-jms-adapter-and-ibm-websphere-mq-faq/

http://help.sap.com/saphelp_nwpi711/helpdata/en/48/d0066d05ae154ee10000000a421937/frameset.htm

Regards,

Venkata Ramesh

Former Member
0 Kudos

Hi,

See [OSS note "FAQ JMS"|https://service.sap.com/sap/support/notes/856346], there is some info inside about the JMS version.

Else have you follow this [sap help process to install JMS driver|http://help.sap.com/saphelp_nwpi711/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm]?

regards.

Mickael