cancel
Showing results for 
Search instead for 
Did you mean: 

Missing or Invalid Receiver Agreement - OUTBINDING_OBJECT_MISSING

Former Member
0 Kudos

Hi every one.

Sometimes in the monitor (sxmb_moni), I'm getting this error "Missing or Invalid Receiver Agreement" when it is set a communication between ccBPM and legacy system
(FTP).  After applying any of the following solutions described below it works fine, but in a couple of days the error appears again. Could somebody help me please?

  • Check configuration in ID, with the tool of test configuration
  • Delete existing receiver agreement and create once again
  • Complete cache refresh
  • Delta cache refresh
  • Check in SXI_CACHE if the return code for the IP is 0.

P.S.

This is the error :

<SAP:Error

    SOAP:mustUnderstand = "1"

    xmlns:SAP = "http://sap.com/xi/XI/Message/30"

    xmlns:SOAP = "http://schemas.xmlsoap.org/soap/envelope/">

    <SAP:Category>XIServer</SAP:Category>

    <SAP:Code area = "INTERNAL">OUTBINDING_OBJECT_MISSING</SAP:Code>

    <SAP:P1/>

    <SAP:P2/>

    <SAP:P3/>

    <SAP:P4/>

    <SAP:AdditionalText/>

    <SAP:Stack>Outbound binding object missing when determining outbound adapter</SAP:Stack>

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

</SAP:Error>

This is the trace:

    <Trace

        level = "1"

        type = "B"

        name = "CL_XMS_MAIN-CALL_PLSRV">

        <Trace level = "3" type = "T">Calling pipeline service: PLSRV_CALL_ADAPTER</Trace>

        <Trace level = "3" type = "T">Reading Pipeline-Service specification...</Trace>

        <Trace level = "3" type = "T">PLSRVTYPE  = =SWITCH=</Trace>

        <Trace level = "3" type = "T">ADRESSMOD  = SD</Trace>

        <Trace level = "3" type = "T">P_CLASS    =</Trace>

        <Trace level = "3" type = "T">P_IFNAME   =</Trace>

        <Trace level = "3" type = "T">P_METHOD   =</Trace>

        <Trace level = "3" type = "T"></Trace>

        <Trace level = "3" type = "System_Error">Outbound binding object missing</Trace>

    </Trace>

    <Trace level = "3" type = "System_Error">Error exception return from pipeline processing!</Trace>

Thanks very much in advance.

Regards, Jose.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi , jose:

  try disable message packaging function

Former Member
0 Kudos

Hello Jose,

You are on the right track and aproach, its mostly a cache related issue.

In this particular case as ccBPM is involved, i'd also like to put in that when there are frequent design changes to a ccBPM  - cache related issues keep occuring at a frequent basis.

Try manually re-activating the ccBPM runtime cache content everytime an update occurs.

Secondly, I'd try to re-create a similar Integration process to re-check my scenario and objects - to confirm if i'm not doing anything wrong. If the problem still continues with the 2nd Integration process you would want to open up a support ticket.

Hope that helped.

Hanish John