cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding content conversion parameters at receiver side

Former Member
0 Kudos

Hi

In the recevier side I have 3 nodes.

like HEADER,BODY,TRAILER.

file receiver communication channel I mentioned

RecordsetStructure* HEADER,BODY,TRAILER

parmeters I mentioned

HEADER.fieldFixedLengths

HEADER.endSeparator

BODY.fieldFixedLengths

BODY.endSeparator

TRAILER.fieldFixedLenghths

TRAILER.endSeparator.

In runtime workbench it is showing "Channel has not been correctly initialized and cannot process messages"

Please tell me is there any other parameters I have to mention.

regards

venkat.

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

hope you have given values to the parameters

HEADER.fieldFixedLengths

HEADER.endSeparator

BODY.fieldFixedLengths

BODY.endSeparator

TRAILER.fieldFixedLenghths

TRAILER.endSeparator.

Next thing you can check is by disabling FCC and try processing the file to check if it the issue with FCC or any other parameter. Also try to make a change and reactivate the channel

Answers (4)

Answers (4)

prateek
Active Contributor
0 Kudos

Venkat, just noticed, have you spelled this in similar way in the channel. There is a spelling mistake for Length.

TRAILER.fieldFixedLenghths

Regards,

Prateek

Former Member
0 Kudos

Shabrish is correct

>> Receiver CC doesn't need occurrence to be specified

Regards,

Ssameer!

Former Member
0 Kudos
prateek
Active Contributor
0 Kudos

Your RecordsetStructure seems to be incorrect. It should be something like

HEADER,1,BODY,*,TRAILER,1

where you need to provide the occurrence of the nodes.

Regards,

Prateek

Shabarish_Nair
Active Contributor
0 Kudos

Correction Prateek.

Receiver CC doesnt need occurrence to be specified.

prateek
Active Contributor
0 Kudos

I agree

I misunderstood it as sender side scenario.

Regards,

Prateek