cancel
Showing results for 
Search instead for 
Did you mean: 

Error in sending file using FCC

Former Member
0 Kudos

Hi all,

i am doing the file content conversion scenario from saptechnicalcom

my message type is as follows:

MT_File_Cont_Conv

Record

Emp_Header

Key

Emp_Id

Emp_Name

File is not picked up by the sender file adapter and in RWB communication channel monitoring i am getting the following error:

Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Mandatory parameter 'Emp_Header.keyFieldValue': no value found

anybody plz provide me some input to rectify this error

regards

sandeep sharma

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

better post the FCC parameters you have configured too for straight forward answers

as it says the key value is missing for record Record/Emp-Header info

Rajesh

Former Member
0 Kudos

hi

FCC parameters are as follows

Document Name: MT_File_Cont_Conv

Recordset Name: Record

Recordset Structure: Emp_Header,1

Recordset sequence: Ascending

Recordset per message: 1

Key Field Name: Key

Emp_Header.fieldFixedLengths 1,6,10

Emp_Header.endSeparator 'nl'

Emp_Header.fieldNames Key,Emp_Id,Emp_Name

Emp_Header.keyFieldValue 1

Emp_Header.keyFieldInStructure ignore

Former Member
0 Kudos

Hi,

Please check the input file data. Does it contains all the required field values?

Regards,

Shweta.

Shabarish_Nair
Active Contributor
0 Kudos

>

> hi

> FCC parameters are as follows

>

> Document Name: MT_File_Cont_Conv

> Recordset Name: Record

> Recordset Structure: Emp_Header,1

> Recordset sequence: Ascending

> Recordset per message: 1

> Key Field Name: Key

>

>

>

>

> Emp_Header.fieldFixedLengths 1,6,10

> Emp_Header.endSeparator 'nl'

> Emp_Header.fieldNames Key,Emp_Id,Emp_Name

> Emp_Header.keyFieldValue 1

> Emp_Header.keyFieldInStructure ignore

make sure there is no white space before or after

Emp_Header.keyFieldValue and also the value 1

Even a single whitespace can cause an issue

Former Member
0 Kudos

Check Emp_Header.key field value in the Data file.

Regards,

Shweta

Former Member
0 Kudos

Emp_Header.Key field should value '1' in input data file

Former Member
0 Kudos

hi

my input file is this one

1123456 sandeep

Regards

sandeep

Former Member
0 Kudos

Hi

Your recordset structure is

Emp_Header,1

so u dont even need to add key field configurations..

just remove and test it.

Former Member
0 Kudos

hi raghu

i have more recordset structures apart from it

here i have given only 1 recordsetstructure for understanding

this is the same scenario which is on satechnical.com site for more detail of this scenario have a look on saptechnical site and search FCC

based on key field it will be executed

please have some mere input on it any solution for this?

Regards

sandeeep

Edited by: sandeep sharma on Apr 8, 2009 7:29 AM

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

note that you need to define key fields to identify different records. have you provided that?

For ex, /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30