Skip to Content
0
Former Member
Dec 07, 2009 at 09:58 AM

Consistency error:more fields found in XML structure than specified in conv

291 Views

Hi,

I am doing a File 0 RFC- File in PI 7.1 and facing the following error:

2009-12-07 09:45:05 Error MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Consistency error: more fields found in XML structure than specified in conversion parameters! (Value '20000000|3022|800.99|10.11.2009|Testing 22222|')', probably configuration error in file adapter (XML parser error)'

2009-12-07 09:45:05 Error File processing failed with com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Consistency error: more fields found in XML structure than specified in conversion parameters! (Value '20000000|3022|800.99|10.11.2009|Testing 22222|')', probably configuration error in file adapter (XML parser error)'

my output file record structure :

DT_out

itab_out 0.........1

item 0...... unbounded

STR 0........1

So i have given in the receiver FCC parameters as:

Record structure : item

Content conversion parameters:

item.fieldFixedLengths 255

item.endSeparator 'nl'

could anyone pls help me in solving this error at the earliest.

thanks