cancel
Showing results for 
Search instead for 
Did you mean: 

I am getting an error

praveen_vanga3
Participant
0 Kudos

I am getting below error in RWB.

Attempt to process file failed with java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Column value  too long (>3 for 2. column) - must stop', probably configuration error in file adapter (XML parser error)'.

Thanks

Vanga

View Entire Topic
iaki_vila
Active Contributor
0 Kudos

Hi Praveen,

Your XSD seems to be right.

Right we can figure out if you configuration fits with your file, regarding the help.sap documentation:

Converting XML in the Receiver File/FTP Adapter to Text Format - Configuring the File/FTP Adapter in...


If you made an entry for NameA.fieldFixedLengths, the length of the separator is not added to this length.

Have you taken into account that you don't have to count the tab separator in your fieldFixedLenghts parameter?


You must make an entry for at least NameA.fieldFixedLengths or NameA.fieldSeparator.

If you have a fieldSeparator, why are you using  fieldFixedLenghts?

Finally, without count the tab character, are you really sure all records in the file have the length that you are setting in FCC?.

Regards.