cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC Adapter Error

Former Member
0 Kudos

I am working on a file to IDoc scenario.

When am monitoring in the runtime workbench am getting the following error :

Error Category IDOC_ADAPTER

Error Code ATTRIBUTE_INV_SND_SERV

I have checked my Adapter specific Config and it is alright.

Can any one please help me out with can be possible reasons.

Thanks

Mukesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I solved the problem by updating patch to XI server. This patch updated table IDXNOALE not to send acknowledgment.

Former Member
0 Kudos

Hi, check your Receiver Idoc adapter parameters and the serder Service. that might help you

Former Member
0 Kudos

Let me explain my scenario...

I am sending an IDOC from R/3 to XI and once to send it to another R/3 system.

I am receiving in XI but it is giving the below error;

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

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

<SAP:P1>sitaserv33_NWD</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

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

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

Basically when XI is trying to send an acknowledgment back to R/3 system after receiving IDOC the above error occures.

I have configure port in IDX1 and have the meta data in IDX2. Also configured RFC destination. In my Adapter specific config, i have correct entry as per SLD.

Can you please analyze the above problem and let me know.

Thanks

Mukesh

Former Member
0 Kudos

The problem got solved after applying updating patch. Now IDXNOALE is updated not to send acknowledgment to R/3 after receiving IDOC.

Thakns

Mukesh