cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy error in SRM

Former Member
0 Kudos

We are implementing SRM PPS SERVER 550 with document Builder. During the communication between SRM<-> XI <-> Document Builder we are getting the error 'XI Error DYNAMIC_CALL_FAILURE.ABAP: Queue stopped' in smq2 on SRM. Message in sxmb_moni in SRM looks like below

<SAP:Category>XIProxy</SAP:Category>

<SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>

<SAP:P1>UNCAUGHT_EXCEPTION</SAP:P1>

<SAP:P2>/IPRO/CL_DOC_B_XML_IN1</SAP:P2>

<SAP:P3>EXECUTE_ASYNCHRONOUS</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error during proxy processing An exception with the type CX_SY_REF_IS_INITIAL occurred, but was neither handled locally, nor declared in a RAISING clause Dereferencing of the NULL reference</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

There is no error in XI in SXMB_MONI.

Please let me know how can this be fixed. Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Santosh,

How did u solved this problem?

Bcoz, i am getting same problem in my SRM-SUS system.

Please, Provide the Solution for this.

Thanks in Advance

Mahesh

vuyyurujyothi
Participant
0 Kudos

Hi santosh,

Me too getting the same problem... Please help, if your issue is solved.

Regards,

Jyothi.

VijayKonam
Active Contributor
0 Kudos

Check the error node and find out the element at which this problem is coming. You need to use Try and Catch blocks in your ABAP code for handling the Errors. Proxy programming is based on Object Oriented Concepts. Plain ABAP is not recommended.

VJ