Skip to Content
0
Former Member
Dec 05, 2009 at 03:33 AM

File content conversion for Receiver File

71 Views

Hi,

I am using SAP PI 7.1

i am facing an error in the receiver file when using FCC.

my file structure is as below:

MT_file 1.....1

Itab_out 0.....1

item 0.....unbounded

STR 0....1

so in the receiver File C.C, i am giving the following FCC parameters:

item.fieldSeparator 'nl'

item.fieldFixedLengths 255

item.fieldNames STR

But i am getting the following error in Receiver CC

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

pls let me know what could be the problem