cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy error

Former Member
0 Kudos

Hi,

We are integrating ECC XI SRM systems.

I configured SPROXY settings and SLD Xheck is perfect...

From ECC IDOC will go to XI and from XI -server proxy to SRM

IDOC is released from ECC and server proxy is executed.....

It throws ans error in SRM system that

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Inbound Proxy

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

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

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

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

<SAP:P2>CL_BBPX_TRADING_PARTNER_SUS_IN</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_BBPX1_STD_MESSAGE_FAULT occurred, but was neither handled locally, nor declared in a RAISING clause Application Error</SAP:Stack>

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

</SAP:Error>\

When I an tracing the using Trace in SXMB_MONI...

I am finding following error..

<FAULT_TEXT>An error occured within an XI interface: SLD system MMPRD_BS1 is not known Programm: SAPLBBP_BD_MAPPING_SAPXML1; Include: LBBP_BD_MAPPING_SAPXML1F1Y; Line: 96</FAULT_TEXT>

As My sender Business system is MMPRD_BS1 and its logical system is also defined....

What might me the error.....

]

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

you TRY CATCH statement to handle ur exception. it may solve ur problem

Former Member
0 Kudos

Hi Ashok

Look at this thread for the same error CX_BBPX1_STD_MESSAGE_FAULT occurred,

the problem is solved here for this exception

Regards

Abhishek

Former Member
0 Kudos

Hi ,

Check you proxy configuration for connectin SRM system to XI . Make sure you have created correct business system for SRM in SLD .

Also check HTTP destination to XI system and TCP/IP destinations 'LCRSAPRFC' and ' SAPSLDAPI' to sld.

Check whether your sld is properly maintained in Tcode 'SMICM'. Also check you integration engine configurations in SRM system (Tcode: EXMB_ADM)

Regards,

Ganesh.

Former Member
0 Kudos

Hi ganesh....

All teh settings u mentioned is done...

What abt the SLD in SMICM....How to check that....

I Think that busineess system is not able to pick the Logical system....

Former Member
0 Kudos

My mistake ...use Tcode SLDAPICUST to maintain SLD address . Have u check the SLD connection with Tcode SLDCHECK?

Reagrds,

Ganesh