cancel
Showing results for 
Search instead for 
Did you mean: 

File adapter error, because the filename contains "u00D1"

Former Member
0 Kudos

Hi,

I'm working in a spanish project, I've an interface FTP --> PI --> IDOC, my problem is because in spanish the letter "Ñ" is used and when there are one file in the folder with this letter the communication channel fails because the communication channel cann't read the file.

Any idea how to configure the communication channel to avoid this problem?

Thanks, in advance.

Jose Manuel

Accepted Solutions (0)

Answers (1)

Answers (1)

nabendu_sen
Active Contributor
0 Kudos

Hi Jose,

Create a Custom Adapter EJB which can remove this type of unwanted characters. You need to call this in the sequence before Call Adapter so that before XML parsing, this types of characters are removed.

Thanks,

Nabendu

Former Member
0 Kudos

@ Nabendu

Create a Custom Adapter EJB which can remove this type of unwanted characters. You need to call this in the sequence before Call Adapter so that before XML parsing, this types of characters are removed.

"Ñ" is a valid letter in Spanish and I don't think removing it is a good option.

@ Jose

Check what encoding is being used?