cancel
Showing results for 
Search instead for 
Did you mean: 

cx_ai_system_fault exception raised when data is passed through the proxy

Former Member
0 Kudos

Hello,

I have a requirement where i need to pass the data from abap program and the data shoud be fetched

from DB table using PI and the data should be passed back to the ABAP program.

  • Used synch proxy- synch JDBC i am getting the data from the table in ABAP program

*But some times when the proxy is called the exception cx_ai_system_fault is raised in program and sometimes the data is

returned in the program.

So i am trying to find out why is this exception raised in the program.

Do i need to check for some paramaters.

please help to find the solution for the same.

Thanks

Kannu.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

duplicate

Edited by: Pooja Pandey on Oct 26, 2009 1:44 PM

Former Member
0 Kudos

Hi Kannu,

What cx_ai_system_fault -> ERRORTEXT are your getting in the failure case? Does the message reach the PI system when you are getting the error?If yes, what error message are your getting there(there you should be able to see the detailed error msg)? Just by the exception name cx_ai_system_fault , its difficult to narrow down the problem.

Pooja