cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR_CODE_JMS_TRANSMISSION in JMS receiver channel

Former Member
0 Kudos


Hi All,

I am facing the below error in production.

"Error while processing message '4ee1ba28-e310-5b04-e100-00000a3597a1';  detailed error description: com.sap.aii.af.ra.ms.api.MessagingException: ERROR_CODE_JMS_TRANSMISSION at com.sap.aii.adapter.jms.core.channel.ReceiverChannelImpl.doSend(ReceiverChannelImpl.java:171) ..."

Please let me know the reasons for the above error and resolution.

Already checked the below link.

http://scn.sap.com/thread/2095897

Thanks,

--Ramya

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

Kindly use the CONNECTION_TEST_POLL=true as per the Note 948016

to avoid this error.

Thanks,

Atul

Former Member
0 Kudos

Hi Ramya,

From the error log, it seems that before the Queue Manager and JMS Queue were being set in Receiver CC, this specific message was being triggered. I mean the message was being sent before the Receiver CC was configured.

So the solution will be to cancel this stuck message and retrigger the same original message. This should work now. OR you can simply try reprocessing the message and see what happens.

Regards,

Souvik

Former Member
0 Kudos

Hi Souvik,

When we try to re-process the same message again same error is occurring.

Thanks,

--Ramya

Former Member
0 Kudos

Hi,

Select message protocol as MQ (non-JMS).

Check if this works.

Regards,

sukhsimran_singh
Explorer
0 Kudos

HI Ramya,

Its occurs due to Connectivity issue between XI and JMS manager.Please check our JMS channel configuration.

Try to edit and re-activate the communication channel.

Let me know if it works.

regards,

Sukhsimran

Former Member
0 Kudos

Hi Sukhsimran,

The above error comes only for one particular message.Other messages are flowing successfully.

Thanks,

--Kishore.

sukhsimran_singh
Explorer
0 Kudos

Hi Ramya,

Please check your JMS  configuration for this channel.

1.) Trying reactivating the channel in IR (save and activate) .

2.) Do  full cache refresh after Activating.

3.) Start and stop the channel in Runtime.

let me know if it solves your problem.

Regards,

Sukhsimran