cancel
Showing results for 
Search instead for 
Did you mean: 

File Content conversion paramenters issue.

Former Member
0 Kudos

Hi,

I am working with File(FCC) to IDoc scenario. Where my input file data is continious without seperator.

In my FCC fields(Sender), i have entered as follwing:

1.Recordset structure : Message Type Name

2. I havent entered any of the FCC parameters.

The error from RWB communicationchannel is as follow:

Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Format error in 'xml.recordset' argument: incomplete structure (name,number) pair'xml.documentName' is a mandatory parameter if more than one recordset per message is specified

Can any one help me out on this.

Regards,

Manoj

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Manoj,

we have to specify the Content conversion parameters for FCC...

parameters

DocumentName,Namespace,RecordsetName, RecordsetStructure..

Content Conversion Parameter,

RecordsetStructure.fieldNames

RecordsetStructure.fieldSeparator

RecordsetStructure.endSeparator..

these are the parameters we have tospecify for FCC..

regards,

vasanth.

Former Member
0 Kudos

Hi Vasanth,

There is no field seperator and end seperator.

I need to only pick up the content in the file which is serially given with the max lenght field.

for example the file format is below: The value input contains the value of 8 fields.

2001 R181960 HOUSING 000000004000000300000

Regards,

Manoj

former_member192892
Active Contributor
0 Kudos

Can u specify the structure of ur sender message type

Thanks

Former Member
0 Kudos

My Mt structure is as follow:

Reformaated Data 1..n

field1 0..1

field2 0..1

field3 0..1

field4 0..1

field5 0..1

Regards,

Manoj

former_member184619
Active Contributor
0 Kudos

Hi Manoj,

U can use the fixed lenght as well for FCC

Check this

/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter

/people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file

Sachin