Skip to Content
0
Mar 04, 2009 at 06:32 PM

Problem with file content conversion in receiver file adapter

21 Views

Hi All

I have a problem with file content conversion in receiver file adapter.

This is my recordset structure: Header_Record,1,Claim_Record,*,Check_Rec,1

These are the content conversion parameters:

Header_Record.fieldSeparator = ,

Header_Record.endSeparator = 'nl'

Claim_Record.fieldSeparator = ,

Claim_Record.endSeparator = 'nl'

Check_Rec.fieldSeparator = ,

Check_Rec.endSeparator = 'nl'

In SXMB_MONI, i can see that the data is correctly extracted from proxy, and correctly mapped to receiver message, and i see a checkered flag (success).

But, Adapter status is RED with the following error message:

Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter '1.fieldFixedLengths' or '1.fieldSeparator' is missing

In communication channel monitoring, i get the following error message:

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Channel has not been correctly initialized and cannot process messages

What is going wrong here? Can anyone please tell me?

Thanks

Chandra