cancel
Showing results for 
Search instead for 
Did you mean: 

debugging for exceptions caught by adapter framework

Former Member
0 Kudos

I am getting an error ' Exception caught by adapter framework while processing message to remote system..'

Is there any way to debug in such cases.

while executing sxmb_moni i am getting status processed successfully but getting an error in the runtime workbench of XI in message monitoring for component adapter engine.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181962
Active Contributor
0 Kudos

Hi Tamoghna,

I think the problem is with your receiving adapter. Check the Receiver adapter and the connection to the receiver system (Eg: rfc connections in sm59).

Regards,

Ravi

Former Member
0 Kudos

Tamoghna,

This error comes when the adapter is not able to communicate with the target system. eg, if it is a JMS scenario, and the host is not reachable then you get this error. If you are in a domain, try to give fully qualified system name or ip address.

regards,

Felix