cancel
Showing results for 
Search instead for 
Did you mean: 

File to File

Former Member
0 Kudos

Hi experts,

I have done the scenario file to file (CSV - XI - CSV) and it is working fine. My question is can we use any encryption techniqus in XI such that in receiver the file has to be decrepted..? if so how? can any one plz explain me???

Thanks,

naresh.j

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

To sarvesh,

I have used file to file only. My scenario is the source data is so much secrecy and it has to be transfered to target. Thats why i am asking about this cryptography.

Former Member
0 Kudos

Go through the suggestion by Ashish & other experts too..

Have look to this document. This will help you...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d024ca8e-e76e-2910-c183-8ea4ba68...

Edited by: Sarvesh Singh on Aug 27, 2008 3:51 PM

Former Member
0 Kudos

Hi !

have a look on the threads for more details

triggering encryption script with XI

How XML Encryption can be done using web services security in SAP NetWeaver XI

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0650f56-7587-2910-7c99-e1b6ffbe...

Regards

Abhishek

aashish_sinha
Active Contributor
0 Kudos

Hi,

By default, XI cannot decrypt a PGP encrypted data.

Ideally, you can write an adapter user-module to decrypt/encrypt the data using a PGP java library, which you can download from the web.

After decryption, the content conversion program from XI can be used to transform the data into XML. The XML will be sent to the XI server.

One more thing, if 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.

but here you have to make sure that your message should not be displayed in the message monitoring because any body else can see that decrypted message in SXMB_MONI.

Have a look into this link http://help.sap.com/saphelp_nw04s/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/frameset.htm.

Regards

Aashish Sinha

Former Member
0 Kudos

>My question is can we use any encryption techniqus in XI such that in receiver the file has to be decrepted..? if so how? can any one plz explain me???

>

If you could tell me your exact requirement then probabily I can help you.

You can go through this blog just to have some info.

Regards,

Sarvesh

former_member192295
Active Contributor
0 Kudos