cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC Acknowledgment failed in PI

baskaran_k2
Participant
0 Kudos

Hi,

We are doing IDOC to FILE scenario's. Whenever the idoc triggered from ECC, file is sucessfully generated in FTP.  But Ack message getting failed in PI with following error.

IDOC: DESADV.DELVRY07


<SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_INV_SND_PARTY</SAP:Code>  
<SAP:Stack>Unable to convert sender XI party http://sap.com/xi/XI / XIParty / XXXX to an IDoc partner</SAP:Stack>
I
But I could find an entry DESADV in the table IDXNOALE. Hope Ack should not be triggered if the entries are available in IDXNOALE table if i understand correctly.
I'm not sure why these Ack getting triggered and failed in PI.
Could you please some one can help on this issue?
Thanks
Baskaran K

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member303666
Active Participant
0 Kudos

hI,

I DOC's will not support the Synchronous ( Ack).

If  Ack is not required. you can stop the Ack with the below process.

logIn  in PI system with the below T-Code

Call transaction SE38, and run

program IDX_NOALE.

Specify Sender Port, and SenderClient.

Choose either Request

Acknowledgment or Do Not RequestAcknowledgment.

Regards,

Kesava

Former Member
0 Kudos

Hi Baskar,

Suppress the acknowledgements in PI.  See the below link.

http://scn.sap.com/thread/1648640

Thanks,

Satish.