cancel
Showing results for 
Search instead for 
Did you mean: 

PI SFTP adapter file name encoding

former_member332412
Discoverer

Hello, guys!

We are implementing SFTP to proxy scenario.

File names on our SFTP have cyrillic symbols. And when we get them with adapter we see unreadable symbols in Dynamic Configuration.

For example, file name is "тест" and we get "��������". Though in Communication Channel Monitor we see correct file name.

Is there a way to get correct file name in Dynamic Configuration?

P.S. We have dual stack architecture.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member190293
Active Contributor

Hi Kirill!

Take a look at this thread. Maybe it could help.

https://archive.sap.com/discussions/thread/1839036

Regards, Evgeniy.
nikhil_bose
Active Contributor
0 Kudos
former_member332412
Discoverer
0 Kudos

My question about file name encoding, not about file content encoding.

former_member186851
Active Contributor
0 Kudos

Hello Kiril,

you can try the XSLT or Java to handle the encoding before the mapping which is having the dynamic config code.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79f...

former_member332412
Discoverer
0 Kudos

Raghuraman, thx for reply.

Could you explain please how to handle encoding of the file name before mapping?

I didn't find any adapter modules to convert filename.

We try to convert file name encoding in Java Mapping, but the file name in DynamicConfiguration is incorrect already.

Here is content of DynamicConfiguration in SXI_MONITOR