cancel
Showing results for 
Search instead for 
Did you mean: 

error in RTW for file content conversion

Former Member
0 Kudos

Hi,

In my scnario there are one header,0..unbounded master,0..unbounded detail,one trailer.

proxy to file scnario.

when the file is finally generated that is for particulam one employee.

mapping is successful.

what shoul i do for when 2 employee records coming from ABAP side?

file contain conversion:

record Structure : Header,1,Master,,Detail,,Contact,,Earnings_History,,TAMS,*,Trailer,1

Name and value all things are correct in Content parameter.

but one error is coming.

the error is :

MP: Exception caught with cause javax.resource.ResourceException: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: (4408) Parameter 'xml.1.fieldFixedLengths' or 'xml.1.fieldSeparator' is missing (4409)

How i solve this error??

Regards,

Sanghamitra

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member194786
Active Contributor
0 Kudos

Hi Sanghamitra,

The Recordset Structure seems wrong to me. There are no values for occurence of Master, Detail etc.

Can you check this?

Regards,

Sanjeev.

Former Member
0 Kudos

There is no spaces.

but still error is not solved.

PriyankaAnagani
Active Contributor
0 Kudos

Hi,

Can you provide your target structure and all the content conversion parameters that you've given in the file receiver communication channel clearly...so that I'll try to help you.

Thanks

Priyanka

Former Member
0 Kudos

we are using Header.fieldFixedLengths

Header.endSeparator

Header.fieldNames

we are not using fieldseparator.

PriyankaAnagani
Active Contributor
0 Kudos

Hi,

Please make sure that you don't have even a single space in the parameter names or in parameter value.

Thanks

Priyanka

PriyankaAnagani
Active Contributor
0 Kudos

Hi,

Have you provided the field separator and endSeparator for each recordset structure??? Its saying fieldSeparator is missing. Please provide fieldseparators like ...

Header.fieldSeparator -','

Master.filedSeparator-','

Master.endSeparator-'nl'

Regards

Priyanka