cancel
Showing results for 
Search instead for 
Did you mean: 

Exception Condition "Fatal_Error" Raised in SMQ2

Former Member
0 Kudos

Hi,

I am doing File to Proxy(ECC) Asynchronous scenario. in this getting the error in Target side(ECC) in SMQ2 message is showing error , when I double click on this error getting the error message like Exception Condition "Fatal_Error" Raised.

Because of this interface error Remaining interfaces also getting failure.

these interfaces was working fine.

I searched in SDN, but i didn't get proper solution for related to this issue.Pl suggest us to resolve this issue.

Regards,

Pasi

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos

Is the structure of your Proxy and the corresponding MI (Message Type in IR) exactly the same i.e. are you sending the data in the proxy-structure format?

Former Member
0 Kudos

Hi Abhishek,

Proxy structure of the message interface is same , i am sending the data in proxy format.

These interfaces was working fine , from yesterday onwords it is not working. No changes was made in any structure. suddenly this interface is not working.

Regards,

Pasi

former_member187339
Active Contributor
0 Kudos

Hi Pasi,

This looks like a data issue which has resulted in an exception in Proxy code. If this is not a production system I will suggest you to delete the error entry from queue and test with an older successful data and see whether it gets successfully executed or not.

Or you can try to debug the proxy code, with XML structure (taken from SXMB_MONI of PI) and see where the exception is raised

Regards

Suraj

Former Member
0 Kudos

Hi Suraj,

I am facing this error in Production system.

Regards,

Pasi

former_member187339
Active Contributor
0 Kudos

Hi Pasi,

Then I will suggest you to copy the (after Mapping) Payload from SXMB_MONI of SAP PI. And debug your proxy in DEV environment, by pasting that XML payload

Check this blog:

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

Regards

Suraj

Answers (0)