cancel
Showing results for 
Search instead for 
Did you mean: 

Encrypt a file in PI using file adapter.

Former Member
0 Kudos

Hi,

I need to Encrypt a flat file and ftp it. Since the target server is a bank, the data after been placed there should be decrypted. How can i achieve this?

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member193376
Active Contributor
0 Kudos

Hi

In case you are using a file adapter then you can use Operating system command after and before execution. in which before processing you can decrypt the file using some decrypting command line tool and after execution you can use command line command to delete the file. and after decryption and before deletion of file you can use file content conversion

Or else you have to write a module processor for File adapter which will decrypt the message.

These may help you

This thread is similar to your question and his question is solved. Please go through it.

Hope this is usefull

Thanks

Saiyog

Edited by: Saiyog Gonsalves on Jul 16, 2008 10:16 AM

Former Member
0 Kudos

Hi,

You can go for FTPS connection mode. In the receiver file adapter, choose FTPS under Connection Security option. You will have to specify a Command Order. Also select X.509 Certificate checkbox to specify Keystore and private key.

For details refer [this link|http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/frameset.htm]. You can search for FTPS on this page.

Regards,

Riyaz

Former Member
0 Kudos
Former Member
0 Kudos

In this case you have to go with Adapter Module or Java mapping.

thanks

farooq