cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Sender File content conversion

Former Member
0 Kudos

Hi all,

my sender file structure is as follows:

records

header

f1 minlength=1 MaxLenth=1

f2 minlength=5 MaxLenth=5

f3 minlength=7 MaxLenth=7

detail

f1 minlength=1 MaxLenth=1

f2 minlength=5 MaxLenth=5

f3 minlength=18 MaxLenth=18

now i need to use these fixed field legth file and perform fcc.

under fcc of communication channel

documentname=MT_details

rcs header,,detail,

header.fieldNames header.f1,header.f2,header.f3

header.fixedFieldLengts 1,5,7

detail.fieldNames detail.f1,detail.f2,detail.f3

here I Am not using any key field

when i test the scenario with test file

A E123 X12345

T T123 Textlineitem12345

My problem is the file is not getting picked from the specified path.

Please correct my configuration.

Thanks,

Accepted Solutions (0)

Answers (3)

Answers (3)

GabrielSagaya
Active Contributor
0 Kudos
Former Member
0 Kudos

Change your FCC as shown below (make sure spellings are correct e.g Lengts).

header.fieldNames f1,f2,f3

header.fixedFieldLengths 1,5,7

detail.fieldNames f1,f2,f3

detail.fixedFieldLengths 1,5,18

former_member206439
Contributor
0 Kudos

Check the FOLDER permission of the path.

There may be some permissions missing to access that folder .

Check with your BASIS or UNIX team.

Edited by: Naresh Nelapatla on Feb 27, 2012 7:17 PM

Former Member
0 Kudos

I have full access to the follder(rwx)