cancel
Showing results for 
Search instead for 
Did you mean: 

Acknowledgement Not Possible - IDOC to JDBC scenario

0 Kudos
Hi Experts ,
We are facing issue with the acknowledgements in SAP PI system.
We are sending shipment details from SAP ECC to the SAP PI and then to Database system.
SYS_SWB -- Business system for Database
SYS_EOL_UPS -- Business system for SAP.
The data is flowing fine without any issue but in acknowledgements we are receiing error as below.
<SAP:Category>XIServer</SAP:Category>
<SAP:Code area="OUTBINDING">CO_TXT_OUTBINDING_NOT_FOUND</SAP:Code>
<SAP:P1>,SYS_SWB</SAP:P1>
<SAP:P2>,SYS_EOL_UPS,urn:essar.com:xi:sulphur_weigh_bridge,IA_SULPHER_INS</SAP:P2>
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText />
<SAP:Stack>No receiver agreement found for sender ,SYS_SWB to receiver
,SYS_EOL_UPS,urn:essar.com:xi:sulphur_weigh_bridge,IA_SULPHER_INS
</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
The error message states that there is no receiver agreement for SAP system. But in my scenario the SAP is Sender system and Database system.
I have created receiver IDOC channel and agreement for the same and when I triggered the data now I am receiving new error as shown below:

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_INV_SND_SERV</SAP:Code>

<SAP:P1>SYS_SWB</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Unable to convert the sender service SYS_SWB to an ALE logical
system
</SAP:Stack>

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

Please help me out with this. Thanks in advance.
regards,
Praveen.V

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You need to maintain the adapter specific identifiers in order to avoid the above error for your database business system....

as the same will be used for preparing the idoc control record...

Search SDN with that error message you will find lot of threads on the same..

HTH

Rajesh