Skip to Content
0
Former Member
Aug 13, 2008 at 06:25 AM

How can I convert my specific file content in the Receiver Adapter(XI 7.0)?

28 Views

Hi all,

I have a document structure as below:

<MT_MATERIAL>

<MATERIAL>

<WERKS>1000</WERKS>

<MATNR>HAD_00001</MATNR>

<MAKTX>CHEMICAL MATERIAL</MAKTX>

</MATERIAL>

</MT_MATERIAL>

This document structure is the file content in the Receiver Adapter (File Adapter). In the 'Content Conversion' tab of File Adapter of Communication Channel 'CC_OUT_MATERIAL_FILE', I have configured the parameters as below:

Recordset Structure: MATERIAL

MT_MATERIAL.fieldSeparator: '

MT_MATERIAL.endSeparator: 'nl'

MATERIAL.fieldSeparator: '

MATERIAL.endSeparator: 'nl'

*.fieldSeparator: ,

But, this Communication Channel 'CC_OUT_MATERIAL_FILE' (in the Runtime WorkBench/Component Monitoring/Adapter Engine/Communication Channel Monitoring) is error with the error message as below:

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

Could anyone please help me to correct this error, how should i configure the parameters in the 'Content Conversion' tab?

Thanks a lot in advance,

Vinh Vo