‎2006 Apr 20 4:43 PM
Hi all,
How XI is providing security to the message which's been passing thorught XI.
My project limitation is we are having File system (FTP) and SAP-ISU only. Message passes between FTP and SAP-ISU only.
In this case how the message is secured in XI.
If any one provides document related to this could be useful for me.
Regards,
venu.
‎2006 Apr 21 8:03 AM
Hi Venu Gopal,
As far as i know XI has its own encryption and decryption methods. You can provide message level security. It has implemented the private key public key comcept. For this go to the visual admin and do the settings. Hope this will help you.
Thanks and Regards
Vishal Kumar
‎2006 Apr 20 5:22 PM
Hi Venu,
Please find this document.
https://websmp208.sap-ag.de/~sapdownload/011000358700002022982003E/XI20SR1SecurityGuide.pdf
‎2006 Apr 20 7:51 PM
Venu,
Here are the linnks which you can follow for security:
http://help.sap.com/saphelp_nw04/helpdata/en/02/6d5c034c182e4fbe7bfd25c2b56f9b/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/11/028417f9f8b24cbe1b0b398e1cb76a/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/14/ef2940cbf2195de10000000a1550b0/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/1f/4c531f04c07a428964175147017fc8/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/23/d12940cbf2195de10000000a1550b0/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/65/334a4199d95c7fe10000000a155106/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/72/e52c4057cb185de10000000a1550b0/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/8c/607fe4756b654ab9f420097c29f6e9/frameset.htm
---Mohan
‎2006 Apr 21 7:38 AM
Are you talking about FTPS or you donot want anyone to read the message in XI?Let me know what is that you are asking?
what is ur current Support pack?
you can use sftp >sp13 onwards if am not wrong.
‎2006 Apr 21 10:00 AM
Hi Sravya,
Right now I'm using SP15.
I just want to know How XI maintains security for message processing inside XI only.
What exactly we benifitted by using FTPS in this case.
Some situations like messages contain account details we need to provide the security that no one can read it.
Regards,
venu.
‎2006 Apr 21 10:14 AM
Hi venu,
FTPS can be used when you are using your file adapter to send / receive files from and to XI.
As for the benefit of using FTPS , i guess it has all the benefits that any FTP vs FTPS has.
Regards,
Bhavesh
‎2006 Apr 21 10:30 AM
Hi Bavesh,
Benifits which I'm expecting by using the following options over FTP in security point of view.
1)FTPS (FTP using SSL/TLS) for control connection
2)FTPS (FTP using SSL/TLS) for control and data connection.
Thanks,
venu.
‎2006 Apr 21 10:46 AM
Hi Venu,
XI's file adapter does supprt these two options.
Just check the sender file adapter --> ftp connection parameters,
http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
Regards,
Bhavesh
‎2006 Apr 21 8:03 AM
Hi Venu Gopal,
As far as i know XI has its own encryption and decryption methods. You can provide message level security. It has implemented the private key public key comcept. For this go to the visual admin and do the settings. Hope this will help you.
Thanks and Regards
Vishal Kumar
‎2006 Apr 21 10:26 AM
SFTP is used when you want to secure transfer of files from file server to XI.
Message security is when you want to encrypt the message and de-crypypt the mapping.
Java mapping can be used for achieving the same.