cancel
Showing results for 
Search instead for 
Did you mean: 

File2IDoc Adapter Error

Former Member
0 Kudos

Hi All ,

Please let me know the solution for the error I am getting in SXMB_MONI

The Scenerio is File2IDoc.

Error Message :---

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 (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

reload the IDOC metadata with TA IDX2

Regards Mario

Edited by: Mario Müller on May 20, 2008 1:15 AM

Former Member
0 Kudos

Hi,

When I checked with IDX2 I didnt find my metadata with the port I had created from XI system.And then I tried to create one giving the IDOC Type and the port number here also I am getting the same error I:000 What does this mean ?

prateek
Active Contributor
0 Kudos

See SAP Note 940313

Regards,

Prateek

Former Member
0 Kudos

check whether u have created port in xi system of convention

SAP<sys id of R/3>,EX:sapsr3.....and assign the corrrect RFC destination to it.....

before this u can check whether RFC destination is working properly or not.....

regards'

chandrakanth

Former Member
0 Kudos

Error message: "::000"

Solution:

This error occurs if the central XI system tries to load the IDoc metadata from the sending system by RFC.

There may be several different reasons for the failure of the metadata import, the error is not transferred in full by tRFC completely, and this results in the error message above.

User cannot log onto sending system

User/password/client is not correct or the user is logged due to too many failed logons.

Activities in sender system ABC:

Transaction SM21 contains entries for failed logons.

Activities in the central XI system:

Determine the sending port from the IDoc control record of the IDoc. If the ID of the sending system has the value "ABC", the value of the sending port is "SAPABC". You will find the RFC destination used for the "SAPABC" sending port with the lowest client in Transaction IDX1. In Transaction SM59, you will find the RFC destination containing the maintained logon data .

Note: reward points if solution found helpfull

Regards

Chandrakanth.k

Former Member
0 Kudos

Hi,

For this type of Error while Importing the IDoc Meta data will come because of

1) Check whether the user is present in SAP R/3 or not,the User which we have given in the RFC Destination creation in Xi Towards R/3

2) Make sure that that user have not locked

REgards

Seshagiri

Former Member
0 Kudos

Hi,

Finally I am getting now checkerd flag thanks all of you to get me till here, but at the outbound status its showing Redflag which did'nt had any error message other than this

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

- <CREMAS04>

- <IDOC BEGIN="1">

<E1LFA1M SEGMENT="1" />

</IDOC>

</CREMAS04

What does this mean ?

Former Member
0 Kudos

Hi,

Check in SM58 for detailed Error( in XI as well as in SAP R/3 also)

REgards

Seshagiri

former_member184619
Active Contributor
0 Kudos

hi sudharshan,

check this blog:

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

and check my post on wiki

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/fileToIDOC&

Regards,

Sachin

Former Member
0 Kudos

Hi,

At the R3 Side when I see the IDOC list it has some errors in the fields say "Account Group not found...." but in this I dont see my data in the data record of the IDOC I see the segment[E1LFA1M] in the data record with no data.

How do I come to know what data IDOC has received which I had passed from Flat File to XI. In SXMB_MONI of XI at the Inbound Message I see the correct data,but after reaching to IDOC in segments I dont see any data.

Please do let me know how should I go with further with posting of data through IDOCs in R3 side.

Thanks

Nandan

Former Member
0 Kudos

Hi,

As you said that you are able to see the correct data from inbound payload,

You just check in the Technical Routing--Payload also. This is Receiver side how the data look like( Idoc Format)

And also take the payload from Inbound payload and Test it in Mapping.You can determine the exact problem

Regards

Seshagiri

Former Member
0 Kudos

Hi,

At Technical Routing I am seeing only

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

- <CREMAS04>

- <IDOC BEGIN="1">

<E1LFA1M SEGMENT="1" />

</IDOC>

</CREMAS04>

But at my INBound Payload I have this

<?xml version="1.0" encoding="utf-8" ?>

- <ns:MT_Vendor xmlns:ns="http://ZNMFILE2IDOC">

- <ns:Vendor_Details xmlns:ns="http://ZNMFILE2IDOC">

- <Vendor>

<Vendor_No />

<Vendor_Name>NandanTatuskar</Vendor_Name>

<Pur_Org />

<Company_Code />

<Acc_Group>9999</Acc_Group>

<Search_Term />

<Address />

<City>IN</City>

</Vendor>

</ns:Vendor_Details>

</ns:MT_Vendor>

Can you please tell me what might be the problem.

Thanks

Sudharshan

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi All,

Suggestions to fix this ?

Edited by: savita shukla on Apr 3, 2009 1:12 PM

Former Member
0 Kudos

Hi,

I guess the user does not have suffieicent rights in SAP. See post for more detailed information.

Kind regards,

Koen

Former Member
0 Kudos

Hi Sudharshan,

I am facing the same issue . For the Inbound Interface the error in SXMB_MONI is :

Error Message :---

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>

When I try loading the metadata in idx2 I am getting the same error I:000.

RFC Destination and Ports are maintained and working fine.

Please let me know how did you fix this issue .

Thanks ,

Savita

former_member556603
Active Contributor
0 Kudos

Hello Sudharshan,

Check the fallowing steps

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.

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

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.

Hope this info is useful to you

Thanks,

Satya Kumar

vijay_b4
Active Contributor
0 Kudos

Hi Sudharshan,

could be an aurhotization problem, that the RFC user in the connection doesn't have sufficient rightsfor the function groups called when loading IDoc metadata.

If you have deleted the entry in IDX2, pls send the IDOC again from the source system(the latest metadata is downloaded if it is not present in IDX2) and check in IDX2 whether the new field has come in...

Have a look to this post.

Hope it helps you,

Reward points if this helps

Regards

Pragathi.

Former Member
0 Kudos

Hi Sudharsan,

Hope u check ur IDOC configuration & Adapter,

Check ur IDX2-Purpose of Load the Metadata Idoc into Idoc Adapter.

Regards,

Sateesh

Former Member
0 Kudos

hi

1)your error is IDOC metadata related

(probably incorrect entry in IDX1 - or RFC to R3 is ont working)

download your idoc in IDX2 to check it

2)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).

/people/michal.krawczyk2/blog/2006/10/11/xi-new-book-mastering-idoc-business-scenarios-with-sap-xi

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

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

Note: reward points if solution found helpfull

Regards

Chandrakanth.k

Note: reward points if solution found helpfull

Regards

Chandrakanth.k

Former Member
0 Kudos

Hi,

Thanks,

Madhu