cancel
Showing results for 
Search instead for 
Did you mean: 

Truncated Caracters in File Receiver Channel

Former Member
0 Kudos

Hi gurus...

I have the following scenario:

IDOC to File

in the file receiver channel I used FCC to generate the file. One of the rows in the file is truncated in 512 characters, but its real lengths is 915 characters. Any ideas guys???

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186851
Active Contributor
0 Kudos

Hello Hector,

Are you using field fixed lengths and any special characters in the XML?

Former Member
0 Kudos

Hi Raghuranan...

Yes, I'm using the parameter fieldFixedLengths, and I'm not using any special characters.

BTW in the monitor, I can see the complete XML structure of the receiver side, the problem is when the file adapter parse the file.

former_member186851
Active Contributor
0 Kudos

Hello Hector,

Make sure the field fixed lengths is also equal to 912.

And did you check the actual file from the target path? Sometimes display error happens in the browser.

Former Member
0 Kudos

Hi Raghuranan...


if I sum all the lengths in the parameter node.fieldFixedLengths is equal to 912.


I open the file with Notepad ++ with no problem, the only issue is the truncated string in the line (512)

former_member186851
Active Contributor
0 Kudos

Hello Hector,

Based on the below discussion I believe the maximum length allowed might be 512

What about the other rows ,Any row with more than 512 is getting displayed correctly?

And also post your FCC parameters.

Former Member
0 Kudos

Hi Raghuranan...


The others rows with more than 512 ch are getting the same problem.


The FCC parameters as follow:

The complete value of E1KNA1M is 10,3,16,6,10,6,2,2,3,10,15,2,25,25,7,5,4,4,1,14,2,10,10,10,4,2,3,10,2,10,1,35,35,35,35,2,35,35,10,10,10,3,3,4,5,10,1,1,16,11,1,1,35,15,16,16,31,30,30,10,1,6,20,2,10,10,10,10,10,4,5,6,4,2,2,2,2,2,3,3,3,3,3,1,16,15,2,4,35,1,2

former_member186851
Active Contributor
0 Kudos


Hector,

Where your checking the file?in the AL11 directory?

Former Member
0 Kudos

I'm checking the file with Notepad ++

former_member186851
Active Contributor
0 Kudos

Hector,

This is strange,If you can share the file I can try to view the same in Notepad++(to cross check if any issue is ter in the view)

there is no restrictions in lengh unless defined in fieldfixed lengths.

Usually in A11 the restricted view is 512 ch.

Former Member
0 Kudos

Raghuranan


The issue was solved, the problem was that I was looking the file downloaded by the user using the AL11, i checked the file in the server folder and it was completed, thanks anyway.

former_member186851
Active Contributor
0 Kudos

Thanks Hector.

I told right..In Al11 only 512 characters will be displayed..

Glad to hear Hector.

Please close the thread.