Skip to Content
0
Feb 21, 2009 at 07:49 AM

Consistency check error in sender file content conversion

18 Views

Dear Experts,

I am trying one simple File to File scenario in which i have only fields 1>salesorder_number 2>Description

I created a txt file with line items "100,crudeoil" with file name as salesorder.txt

In the sender file adapter i have configured the file convertion paramenters as follows:

Document name : mt_salesorder_sender

Document namespace : http://se.com.sa/sec-sa-qax "Namespace of message type

Recordset Structure : document,*

document.endSeparator : 'nl'

document.fieldSeparator: ,

document.fieldNames : salesorder_number,Description

So after this if i run the scenario In file adapter i am getting the error like "Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter 'document.fieldFixedLengths' or 'document.fieldSeparator' is missing Consistency check: no. of arguments in 'document.fieldFixedLength' does not match 'document.fieldNames' (0 <> 2) "

Please let me know where i am going wrong.

Regards,

Santhosh