cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I'm using XI 3.0 SP15. My scenario is IDoc -> XI -> Mail. Sending mails works fine.

If I look in the message monitoring of the RWB, I see for every processed message a new one generated which stops with "system error". My assumption is, that this generated message is an acknowledgement.

When I look at the details, the message stops in the Integration Engine. Sender service is the service which is calling the mailadapter. Receiver service is empty, pipline is CENTRAL_BACK, error category is IDOC_ADAPTER, error code is ATTRIBUTE_INV_SND_SERV.

How can I fix that?

Regards,

Daniel

Edit: In the Adapter Engine, the Receiver service is filled with the IDoc-Sending service. It seems that this information got lost in the Integration Engine?

Message was edited by: Daniel Himmel

0 Likes
View Entire Topic
MichalKrawczyk
Active Contributor
0 Likes

hi Daniel,

have a look at this SAP note:

767500

if you want you can turn off idoc acks

with report: IDX_NOALE

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

Former Member
0 Likes

Hi Michal,

it seems that this patch has been included in a support package recently installed on our XI, so the changes shown in the SAP note are already applied to our system (and some more code

But the diagnosis in the note fits perfectly my problem 😕

So maybe its an configuration problem? Turning acknowledgement off is not possible, because I need the status in the sender system.

Regards,

Daniel