cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Idoc adapter

Former Member
0 Kudos

Hi I am trying todo the from file to Idoc. I am getting the payload exactly but i am getting the error pls check the below code

Thanks

Gowri

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

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

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

<SAP:P1>I::000</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error: I::000</SAP:Stack>

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

</SAP:Error>

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Just see these Threads

Regards

Seshagiri

Former Member
0 Kudos

Error - ATTRIBUTE_IDOC_METADATA

Check the receiver communication channel (Created using IDOC adapter). In this communication channel check if the two mandatory parameters are passed correctly.

Following is further info on those two mandatory parameters.

(i)Check if the RFC destination which is created in XI to connect the target SAP R/3 system is working fine.

(ii)Check if the port that has been created in XI is in the form SAP<SID of R/3 system>. If not, create in the form of SAP<SID of R/3 system>. To this port, specify the above RFC Destination.

Former Member
0 Kudos

Hi,

Follow below steps or refer for the configuration for FILE to IDOC scenario with IDOC configurations.

From Error it looks to be there are some problem with configuration of Partner profile and port for IDOCs,

Check your RFC destination definition (the one pointing to your XI server) to confirm that it is of type '3' (R/3 system) and not 'T' (TCP/IP).

In your ID, in the Sender Business System --> Adapter Specific Identifiers, give the logical name for the business System pointing to the R3 system

Trouble shooting file to IDOC and IDOC to file

/people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/error%2bhandling%2bin%2bfile-idoc%2bscenario

Thanks

Swarup

Edited by: Swarup Sawant on Feb 19, 2008 7:46 AM

Former Member
0 Kudos

Hi All!

I've encountered the same error as stated above,

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

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

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

<SAP:P1>I::000</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error: I::000</SAP:Stack>

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

</SAP:Error>

The RFC Destination is SAPA5A.

We're now on Acceptance box.

But, as of this moment, A5A was down (due to maintenance activity).

Is this the reason for this error?

Because A5A was down, there is no automatic refresh of metadata in Acceptance box ?

Kindly advise.

Thank you!

Fred

Former Member
0 Kudos

Have you defined the ports to the SAP system in IDX1 ?

Also use IDX2 to verify/import the idoc metadata from the target system. (this should happen automatically at runtime if the metadata is not already there).

Thanks,

Renjith