cancel
Showing results for 
Search instead for 
Did you mean: 

Reciever comm channel configuration for ftp

Former Member
0 Kudos

Hi

all

I have configured the comm ch in reciever nfs

content conversion parameters

Name.fieldNames FIRSTNAME,LASTNAME,SALARY

Name.fieldSeparator ,

Name.processConfiguraion FromConfiguration

Name.endSeparator 'nl'

sender comm ch nfs

content conversion parameters

Recordset name Record

Recordstructure Name,*

Name.fieldNames FIRSTNAME,LASTNAME,SALARY

Name.fieldSeparator ,

Name.processConfiguration FromConfiguration

Name.endSeparator 'nl'

Receiver Adapter v2405 for Party '', Service 'BS_VIJ_RECV':

Configured at 2006-08-18 21:45:51 EDT

History:

- 2006-08-18 21:45:51 EDT: Error: Conversion initialization failed: Exception: java.lang.Exception: Error(s) in XML conversion parameters found:

Parameter 'NAME.fieldFixedLengths' or 'NAME.fieldSeparator' is missing

please suggest me if i am doing anything wrong

thanks all in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

moorthy
Active Contributor
0 Kudos

Hi,

I think there is some problem with record strcuture. Because error shows something with NAME as a segment. But not able to see that in your sturtcure. check the structure

Have a look into these blogs-

/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

Regards,

Moorthy

former_member206604
Active Contributor
0 Kudos

Hi,

Check the case that you have given in the <b>RecordSet Structure</b> in the content conversion of the reciever adapter. I think you have given <b>NAME,*</b> (Upper case) as the error clearly choes it looks for <b>NAME.fieldSeparator</b>, but you have given <b>Name.fieldSeparator</b>.

And as Krishna moorthy said check your structure.

Thanks,

Prakash

Former Member
0 Kudos

Hi ,

Did you give the values for Record Set structure in Content Conversion parameters in reciever Communication channel..and also check the parameter value field separator defined correctly...

check this weblog also...

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

sekhar

Former Member
0 Kudos

Hi,

Can you post us the sample input & Output file structure, so that we may be able to help you better?

Also have a look into the case of NAME and other attributes. Developments in XI is case sensitive.

Regards,

Jai Shankar.