cancel
Showing results for 
Search instead for 
Did you mean: 

Error While Doing FCC on Sender Side

Former Member
0 Kudos

Hi All,

Iam reffering this Blog and doing File to File (FCC at Sender Side)

I have the Same Structure for both Source & Target. this is my structure

http://img386.imageshack.us/my.php?image=sourcestructym4.jpg

& i used the Following FCC Parameters at Sender Side

http://img123.imageshack.us/my.php?image=fccparawy7.jpg

Header.fieldSeparator ,

Header.fieldNames --- keyfield,Name,Designation,City

Header.keyFieldValue --- 01

Body.fieldSeparator ,

Body.fieldNames -


keyfield,Salary,Contact,MailID

Body.keyFieldValue -- 02

Trailer.fieldSeparator ,

Trailer.fieldNames ---keyfield,Address,Pin

Trailer.keyFieldValue -- 03

ignoreRecordsetName -- true

Txt File--Input

01,Vamsi,SSE,Chennai

02,1000,9962123146,vamsi.krishna

03,Chennai,600096

I placed the txt File in AL11 of XI Server and file not picked up and i have got the Error in Sender CC monitor in RWB

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

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

SudhirT
Active Contributor
0 Kudos

Hi,

did you try with no buffering option.

thanks.

Former Member
0 Kudos

Hi Vamsi,

Did you set 'Key Field Name' parameter?

CArlos

Former Member
0 Kudos

Hi Carlos,

I set that Key Field Name Para as keyfield and i gave that name in the FCC also.

Please check my second link which is showing the FCC Screenshot

Regards

Former Member
0 Kudos

sorry Vamsi, I didn`t see your screenshot.

Everything seems to be right.

So, I think the problem could be with 'Key Field Type ' parameter.

Try to select other option different from 'String (Case-Sensitive)'.

Carlos

Former Member
0 Kudos

Hi Carlos,

Thanks for the prompt reply.

I check with the other option also as Key Field Type -- Case-Insensitive

Is my Input txt File is correct or....

& also the Key field parameters which i gave is also correct or what??

Please have a look at all my values and data inside the File also

Regards

Edited by: Vamsi Krishna on Nov 27, 2008 11:47 AM

Former Member
0 Kudos

Hi,

I think all your configuariotn looks right.

Regarding your .txt file:

Check that there is no blank lines before your first record.

Also, that your records begin in the first column,

and also that there is 'nl' between your records.

Try to add 'field.endSeparator ' in every record.

According to help. sap:

If you only specify a value for NameA.fieldSeparator, the system expects a string containing the
 names of the file columns in the same format as the file rows. This means that the same separator and 
any additional strings you specify for NameA.endSeparator and/or NameA.beginSeparator are expected.

Carlos

Edited by: Carlos Gonzalez on Nov 27, 2008 12:10 PM