cancel
Showing results for 
Search instead for 
Did you mean: 

XML IDoc conversion: No known segments identified

sabyasachi_mohapatra3
Participant
0 Kudos

Hi Experts

we are configuring a jdbc to idoc scenario in which the idoc is having one segment.During testing the following error is thrown 'XML IDoc conversion: No known segments identified'. I also looked at the trace in the SXMB_MONI .Below is the trace

<Tracelevel="1" type="B" name="IDX_XML_TO_IDOC">

<Trace level="1" type="T">Parse XML-BODY</Trace>

<Trace level="1" type="T">Get the Metadata for port SAPDM1</Trace>

<Trace level="1" type="T">Convert one IDoc</Trace>

<Trace level="1" type="T">Make Syntax check of actual Idoc</Trace>

<Trace level="1" type="T">Convert Segment-Types to Segment-Definitions</Trace>

</Trace>

</Trace>

</Trace>

<Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />

<Trace level="1" type="System_Error">Error exception return from pipeline processing!</Trace>

Could anyone please provide help in this.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It looks like metadata of idoc is not loaded

Check the sm59 connection configured for this

if connection is fine then from idx2 delete metadata and try again

Rajesh