cancel
Showing results for 
Search instead for 
Did you mean: 

Acknowledgement errors in PI ->JMS scenario

Former Member
0 Kudos

Hello,

We have a scenario R3 Idoc -> PI7.0 -> JMS. After the Idoc message is sent to PI, In the sxi_monitor, in acknowledgement status column, I normally see a red icon which says ack not possible. But for few JMS interfaces, I observe there is a green icon which says waiting for acknowledgement.

In the smq2 monitoring, I see queues for this acknowledgment message into error with IDOC_ADAPTER">ATTRIBUTE_INV_SND_PARTY.

Did someone face a similar scenario. Even though the messages reach the third party via JMS queue, these messages are collected in queue with sysfail error. Please help how to get rid of this.

Regards,

Swapna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

These 2 links might be helpful to you..

/people/michal.krawczyk2/blog/2006/06/22/xi-playing-with-the-file-adapters-acknowledgments

Former Member
0 Kudos

If you do not want to have acknoledgement, in your sender system, run ABAP program "IDX_NOALE"

In "Maintain Partner System Acknowledgment" screen, specify your Sender Port and client

Then you can turn off following acknowledgements:

System OK

System Error

Application OK

Application Error

Regards

Liang