cancel
Showing results for 
Search instead for 
Did you mean: 

Error in File CC

Former Member
0 Kudos

Hi,

I have a DT with Recordset (0..unbounded). using File content conversion converting xml to txt file. In CC parameters have used fieldFixedLengths and gave lengths. The source file is not placed in source directory.

When checking in CC monitoring, receiver file adapter is throwing an error that Parameter '.fieldFixedLengths' or '.fieldSeparator' is missing, though the parameter is provided.

Any other ideas please share.

Regards,

Anil.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

check if you didn't do a typo in fieldFixedLengths

(no extra spaces at the end?)

Regards,

Michal Krawczyk

Former Member
0 Kudos

HI,

Here is my structure:

DTName -> Recordset (0..unbounded) -> fieldnames

in Content conversion xml file to txt file, I have given Recordset Structure as DTName, Recordset

The conversion parameters are as follows:

DTName.addHeaderLine ->3

DTName.headerline -> fieldnames as appear in output text file

DTName.fieldSeparator -> , (comma)

Recordset.endSeparator -> 'nl'

Plz let me know if any more parameters to be added or removed.

Thanks,

Anil.

Former Member
0 Kudos

Hi Satish,

you have not provided the '.fieldFixedLengths' or '.fieldSeparator' for both Record Structure. Please provide, then it will work.

You have provided:

DTName.addHeaderLine ->3

DTName.headerline -> fieldnames as appear in output text file

DTName.fieldSeparator -> , (comma)

Recordset.endSeparator -> 'nl'

add these also:

DTName.fieldFixedLengths and Recordset.fieldFixedLengths

Regards,

Nutan

Answers (1)

Answers (1)

former_member206760
Active Contributor
0 Kudos

hi satish ,

u do not have to put the data type name in the record set structure field.

suppose my target strucuture is like this

DT
   ---rows ( 0....unbounded )
  ----- --Field1
  ------- Field2

Recordset structure will be rows

and fcc would be

rows.fieldnames Field1,Field2

rows.fieldSeparator , (comma )

rows.endSeparator nl ( inside apostrophes )

ty this and this should work

Edited by: Tarang Shah on Feb 3, 2010 3:04 PM

Edited by: Tarang Shah on Feb 3, 2010 3:05 PM

Edited by: Tarang Shah on Feb 3, 2010 3:06 PM