cancel
Showing results for 
Search instead for 
Did you mean: 

Error at Receiver File Adapter

Former Member
0 Kudos

Hi All,

Mine is FILE (txt) to FILE (txt) scenario with content conversion.

No problem from SENDER FILE adapter.

No problem in XI pipeline processing.

Error at receiver adapter:

The eror is:.. 1.fieldSeparator is missing or 1.fieldFixedLengths is missing...

Though, I have checked at Receiver Adapter configuration that

*.fieldSeparator is properly filled.

There are no optional fields as such in the input file.

Thanks,

Shaily

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the links on FCC and compare what u have gave is correct or not.

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

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

/people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

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

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

/people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter

/people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns

/people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem

/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/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

Regards,

Phani

Reward points if Helpful

Answers (3)

Answers (3)

Former Member
0 Kudos

how have you mentioned Recordset structure

It should be like

Header,Item

Do not mention occurrence here like Header,1,Item,*

For receiver Content conversion occurrence is not expected

Former Member
0 Kudos

Hi Mugdha,

Thanks a lot. It is working now.

Shaily

Former Member
0 Kudos

Hi Shaily,

>>>1.fieldSeparator is missing or 1.fieldFixedLengths is missing

u can treat this as Run time Error,

can i have your input and output fields and its fixed lengths.

Regards,

pradeep.

Former Member
0 Kudos

Hey how u pasted screen shot?

Former Member
0 Kudos

Hi,

what i mean is u can send your FCC parameters in sender adapter and your RS structure in sender and receiver side

like

RS

DATA 0....UNBOUN

Field1

..

Fieldn

Regards,

pradeep A.

0 Kudos

To share your screen shots, just upload them to any free image hosting site, and share the link.

If you provide the SC, we could try to figure out whats missing.

Regards.

Former Member
0 Kudos

How is you file format made up?

Is there a header, data, footer?

This is required for each segment of the output!

Former Member
0 Kudos

Hi ,

I am not able to paste screen shots , else I would have pasted screen shots..

I have Header and Item records.

Header adn Item are identified by keyids as : 01 and 02 respectively..

I have mainted properly that information.

Shaily

Former Member
0 Kudos

Hi,

If your output file contains the nodes with fixed length fields , then in FCC you have to specify the field lengths for each node.else you need to specify the field separator.

such as , or | or tab space etcc.

Regards,

Reyaz

Former Member
0 Kudos

Hey I have already done all that..