cancel
Showing results for 
Search instead for 
Did you mean: 

File Content Conversion error

Former Member
0 Kudos

Hi Experts,

we have scenario FCC to FCC (split into two Tabdelimited files)

I am getting the below error for the receiver CC.

Could not process due to error: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'ns0:Message_MT' found in document', probably configuration error in file adapter (XML parser error)'

the source structure is:

ns0:Message_MT
----------Recordset
-------------------Row
------------------------Number
------------------------mode

the target 1 & 2 structure is:

ns0:Message_MT
----------Recordset
-------------------Row
------------------------Number
------------------------mode

we are trying split the source message into two text files based on the mode value ( if mode =001 and if mode = 002)

Recorset structure (for the target file adapter) :  Recordset,Row

Is the above value is correct.

Please suggest how to resolve it.

Thanks,

MK

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

1)check whether You have more number of fields in your input file than you have mentioned in the Content conversion parameters.

2)In case you have multiple records and they have various occurances, then make sure you have a key field for each record specified in your content conversion

check in your sender communication channel(ID) the followin things.

1) message protocol is file content conversion

2) for content conversion parameters,

a. "Document name" is your message type name

b.specify the exact names of fields as defined in data type while mentioning your "fieldNames "

3) number of fields in your input file should be same as specified in the fieldNames.

<removed by moderator>

regards

kummari

Edited by: Mike Pokraka on Jul 24, 2008 12:54 PM

Former Member
0 Kudos

Thanks Kummari.

the error is in the Receiver FTP adapter, is the Recordset structure mentioned above is correct?

or is there any way to split the text file into two text files based on the mode value without using FCC.

Please suggest.