cancel
Showing results for 
Search instead for 
Did you mean: 

File to Remote JMS using XI

Former Member
0 Kudos

Hi Experts,

My senario is to send a file to MQ series using XI.

My XI server is at XYZ place where all the requried jars are deployed by Admin.

At my local PC i have installed MQ series and created all the requried things like QueueManager, Queue(Local), Channel and used this details in JMS recv comm channel in XI. And also passed my local sys IP address to XI.

My local sys and XI are in LAN.

The file is picked from the specified path but i do not get the data in MQ series.

Is there any thing else i ned to configure?How to get the Data as a file into MQ series.

any hep is appretiated.

Thanks-

sk.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

you have to deployed the drivers of the jms provider in XI.

To do that you have to modify aii_af_jmsproviderlib.sda

file present in D:usrsapSIDDVEBMGS00SDM

ootoriginsap.comcom.sap.aii.af.jmspro

viderlibSAP AG3.0.20040112154003.0000 on the server.

To connect to any JMS , the corresponding Driver needs to be deploed in XI. Was this done?

Check this document on how to do this,

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

Check the following link and Install the drivers as the way it is mentioned in the guide 'How To Install And Configure External Drivers For JDBC & JMS'

https://websmp204.sap-ag.de/~form/sapnet?_SHORTKEY=01200252310000071155&_SCENARIO=011000358700000002...

There are 4 files which needs to be added. http://help.sap.com/saphelp_nw04/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/frameset.htm

Thanks !

Former Member
0 Kudos

Hi

Can u please explain me the below error

Channel error occurred; detailed error description: com.sap.aii.adapter.jms.api.connector.ConnectionException: Error creating Connection from JMS Connection Factory: com.ibm.mq.jms.MQQueueConnectionFactory@dbc7634e: javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for '10.XXX.XX.XX:My_QM' - XX here is my SYS IP Address

at com.sap.aii.adapter.jms.core.connector.ConnectorImpl.buildConnection(ConnectorImpl.java:210)

...

Thanks-

Former Member