B2B add on for PGP encryption in SAP PI 7.11

Hi Folks,
I see that we can implement PGP encrytption in PI 7.11 SP08, Can anyone please provide me with the B2B add on install link from SAP market place which can enable SFTP adapter and PGP encryption.

Hi Kalyan
OSS note 1695521 provides the details of the download location. Below is a snippet of the note.
You can download the PI secure connectivity add on 1.0 at http://service.sap.com/swdc > Installation and Upgrades > Browse our Download Catalog > SAP NetWeaver and complementary products > PI SFTP PGP ADDON > PI SFTP PGP ADDON 1.0
You can download SP1,corresponding patches for SP0 and SP1 of PI secure connectivity add on 1.0 at http://service.sap.com/swdc > Support Package and Patches > Browse our Download Catalog > SAP NetWeaver and complementary products > PI SFTP PGP ADDON > PI SFTP PGP ADDON 1.0-->Choose the component Type
Rgds
Eng Swee

Similar Messages

  • Need hlep for PGP Encryption for delimited file transfer using B2b

    I have a requirement to read the PGP encrypted delimited file from partner and decrypt it to process. Can any body tell me how can I do this in b2b. I really appreciate the help

    Better read it as a binary document and pass it to the back-end for further processing (decryption and processing). If you want to the decryption at B2B layer itself then use the java callout feature -
    http://docs.oracle.com/cd/E23943_01/user.1111/e10229/callouts.htm#CHDEFBDG
    Regards,
    Anuj

  • Linux script for PGP encryption

    Hello,
    We are trying to do PGP encryption by giving the OS command in the File adapter. Can somebody provide me the exact linux script that we should use to do PGP encryption?
    Note: We have XI-3.0 on LINUX.
    Promise points for helpful answers.
    Regards,
    Raji.

    Hi Rajashree
    PGP Encryption is used to support the transmission of sensitive data to / from third party systems via XI.
    Adapter modules are developed to encrypt the file using PGP.
    We had a similar requirement where we used PGP encryption.The module was developed using Cryptix OpenPGP which is a Java implementation of the OpenPGP standard.When the module is called in the adapter, it uses the PGP key provided by the party that will receive the encrypted message. This module should be called prior to calling the Sap adapter
    Logic Flow/Processing:
    1.Read the XML payload and message for getting the needed data.
    2.Read the key to be used in the encryption and log the key to be used and the beginning of the encryption.
    3.Call the PGP encryption and compression method.
    4.Log whether encryption has been successful.
    5.Set as payload the message content encrypted, and the principal data.
    6.If any error occurs, logs an exception in PGP adapter module and the error reason.
    7.Return the message.
    Go through This links
    Is there any FTP API available from SAP?
    Send Text file to FTP in binary mode with PGP encryption
    http://www.webmethods.com/meta/default/folder/0000007429
    Converting IDOC to XML
    XI implementation
    http://www1.webmethods.com/PDF/webMethods_for_SAP-wp.pdf
    Current versions found at http://www.cryptix.org and http://www.bouncycastle.org.
    http://www.bouncycastle.org/documentation.html
    If you want to use the unix script on windows then you need cygwin. Take the shell executable and cygwin.dll and copy them to another machine and try out.
    Else you write an .exe or a batch file where you will give your PGP command to encrypt and decrypt and execute it from the OS level in your adapter. Check my answer in this thread:
    Re: PGP Encription
    Might be useful.
    PGP Encription
    Re: PGP Encription
    \Re: triggering encryption script with XI
    Pls rewards if useful

  • Policy files expiry for pgp encryption

    HI All
    i am using bouncycastle jars for encrypting data using PGP.
    for this to function we need to install the jce unrestricted security files given at the java downloads
    but when i download and use them then for one weeek they are working fine
    but after one they an exception is raised like the below
    java.security.InvalidAlgorithmParameterException: parameter object not a DHParameterSpec or an ElGamalParameterSpec
    NOw i just copied the 2 jars(local_policy.jar,US_export_policy.jar) in the security directory of JDK to another name and again copied back to same name
    Its working fine
    NOw i am of the assumption that these jars expiry after certain days .Is it true????
    if so then do we have any way to make them permanent?
    how can we make these jars permanent??
    Is there any solution for this?
    Please anybody can help me as soon as possible
    Thanks
    vijay

    Hi,
    I have few questions to ask before i can provide you with the solution for this. We need to know what is the software that you are using for encryption, are you using APIs or using PGP software installed on the server and calling the executables to encrypt the file from the module?
    If you are using standard APIs it would be easier for traceability. There are standard code that is available which you can leverage for this purpose.
    Incase you are using PGP software some points to remember. You need to install the PGP software on the PI / XI server by logging in using SAPSERVICE<SID> username and password. If you install the software using SAPSERVICEADM it would not work. When you install it it creates folders and path for the software for that user. Infact when the server is running and the interfaces are working it would use the sapservice<SID>.
    For my current customer we have created a module to achieve the encryption / decryption of files. We have basically 5 parameters (this is according to the reqmt at our client end).
    Parameter 1: Operation: Values: Encryption / Decryption
    Parameter 2: username: Value: username which you want to pass (name of the vendor or the user code of the vendor).
    Parameter 3: Sign Value: Sign value(Some vendors want their files to be signed).
    Parameter 4: Armor: Value: Same as 4 (Another option commonly used).
    Parameter 5: Log:  Value: Y / N (Used for logging of messages for identifying problems in communication channel monitoring).
    Generate the PGP command depending on the values passed. (You can get the list of PGP commands from the software you are using or from the website (http://www.dsj.net/pgp/pgphelp.html).
    Trap all the error codes from the execution and raise exception so that the adapter errors out too.
    Let me know if you require any help regarding the same.
    Regards,
    Indranil
    Award Points if it was helpful.

  • PGP Encryption support in SOA Suite 11g

    Hi,
    Looking for PGP encryption support in SOA Suite 11g as we have a requirement to encrypt the file using PGP encryption and send over SFTP.
    I already went through some of the forums posts but they are date back to 2007, so just wanted to confirm if there is anything in recent releases of SOA Suite.
    - FTP adapter support or
    - OWSM suppport.
    As far as i know, we have to install some PGP tool and write a script to encrypt/decrypt and call the script from BPEL. this conclusion is based on a stmt given in the OWSM 10g book by sitaraman.
    Please provide your insights on this.
    Thanks
    Siva

    Hi Siva,
    I don't think still there is any support for PGP in Oracle SOA. You may use java for PGP encryption/decryption and transfer externally encoded messages over SFTP.
    Please refer -
    Re: PGP Encryption/Decryption
    PGP Encryption in B2B
    Regards,
    Anuj

  • PGP encryption and moving of a file from one system to another

    Hi All,
    Could you please provide me the necessary information in setting up the below jobs in Redwood CPS.
    a) How can i do pgp encryption to a file in a SAP system?.  Could you please provide me the necessary steps.
    b) How can i do pgp encryption to a file in a non SAP system?.  Could you please provide me the necessary steps.
    b) Can i move a file from one SAP system  to another SAP system(example ECC to BI)?. If so, could you please provide me the necessary steps.
    c) Can i move a file from a SAP system  to a Non- SAP system?.  If so, could you please provide me the necessary steps.
    d) Can i move a file from a Non-SAP system  to another Non- SAP system?.  If so, could you please provide me the necessary steps.
    e)How can i ftp a file  and move it to a different network?. Could you please provide me the necessary steps.
    Thank you in advance.
    Thanks and Regards,
    Ramana

    Hi Ramana,
    a) You have a file in an SAP system that you want to encrypt, I you have the full path to the file, you can create and use an appropriate external command to perform the encryption, unless you know of an ABAP program to do that. Once you know which option you have, you can either schedule SAP_AbapRun to run the ABAP to encrypt the file, or SAP_ExternalCommandRun if you have an external command defined for the process.
    b) On the target system, you install a platform agent (license required) and check which command you have for pgp encryption. On Unix, you would use gpg. Simply create a BASH job definition with a String parameter named File and fill the following source: gpg -e -u `whoami` -r [email protected] <${File} > $File"_encrypted"
    b2) Talk to your SAP Basis team, you could use SAP CTS/STMS for that,  you could integrate that into CPS
    c)I imaging the file is an output of an ABAP program ? Run the ABAP program from within CPS with SAP_AbapRun, then the file will be on the CPS server, you can then copy the file to the target host, again, platform agents required on CPS system. You can use FTP, sFTP, SCP, NFS, CIFS (Windows share) whatever your platform requires.
    d) Platform agents required on source system. Target system must have windows share/NFS/SSHD/FTP or whatever you could use for file transfers
    e)Please see the documentation on jftp.
    Regards,
    HP

  • PGP Encryption/Signing issue

    Hi Experts,
    We are working on a scenario to sign the message while sending to client but the message created doesn't seem to be like signed message.
    The message created is as below
    -----BEGIN PGP MESSAGE-----
    Version: BCPG v1.46
    kA0DAAIBadYy7HCWZSAByzZiJDMzNDliZmUyLTFiZDctMTFlNC04NzZmLTAwMDAw
    MDUwNGNkNlPfhdpTaWduIG1lc3NhZ2WJARwEAAECAAYFAlPfhdoACgkQadYy7HCW
    ZSAP7ggAlLy4/itUM4TrzzAwtDXB3FX2VgI/8kztoWNqyLKAzytOudu/KDbfqTNx
    PMZQXjEsn62MXWSV39vWW2lJ+OKJXnlZ/tEYqGa3Bn1rBIK8wsqfQR02S28XrpAh
    csL6vXCAm8trCxIrxy2aZR2ibmioSVowMVkrVTj/hckiRsW5pconIZjiPqlynwJX
    ayp7fkqmJ9ZYOqR4/ygqNOuSN5XTudFvRuvAqHSw23CMQzz4u2PZcODSd1WOsmOJ
    3SDgt4H1SxPx/zZ1d08V1iPd+kRf0bsBijG1tLeP+DbeAEPSOOVzmtLpnlEXNhLn
    arAe1rqDvTmexoXmDvo1xaYZhIzpvA==
    =6Ssh
    -----END PGP MESSAGE-----
    But as far as I know the signed message looks likes the one below.
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1
    Example of message signing
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.4.6 (MingW32)
    iD8DBQFFxqRFCMEe9B/8oqERAqA2AJ91Tx4RziVzY4eR4Ms4MFsKAMqOoQCgg7y6
    e5AJIRuLUIUikjNWQIW63QE=
    =aAhr
    -----END PGP SIGNATURE-----
    We have maintained the module parameter as per the help guide to only sign the message. We do not need encryption.
    pgp
    applyCompression
    None
    pgp
    applyEncryption
    false
    pgp
    applySignature
    true
    pgp
    asciiArmored
    true
    pgp
    ownPrivateKey
    testPrivate_key.gpg
    pgp
    partnerPublicKey
    testPublic_Key.asc
    pgp
    pwdOwnPrivateKey
    pgp
    signingAlgo
    SHA1
    Not sure if some configuration is missing or the signed, encrypted and signed & encrypted messages look same if created using PGPEncryptionModule.
    Appreciate any help on this.
    Regards,
    Pankaj

    Hi Siva,
    I don't think still there is any support for PGP in Oracle SOA. You may use java for PGP encryption/decryption and transfer externally encoded messages over SFTP.
    Please refer -
    Re: PGP Encryption/Decryption
    PGP Encryption in B2B
    Regards,
    Anuj

  • Sending PGP encrypted e-mails from HCM via SAP PO Secure Connectivity Add-On

    Hi all,
    we are having a requirement to send PGP encrypted e-mails from HCM. As SAP Standard does not support PGP encryption, we are considering the possibility of using the Secure Connectivity Add-on of SAP PO, targeting a Scenario like the below.
    Has anyone dealt with similar scenario? I'm wondering on the Setup on HCM and the Receiver side in PO? Would such scenario work with a Proxy? What I mean is, is it possible to redirect the E-Mail message from HCM via Proxy to SAP PO?
    Every feedback is appreciated.
    Thanks
    Thomas

    Hi Thomas
    SAPConnect is tied to the email protocol, so AFAIK there is no other choice besides mail adapter.
    If you skip the SAPConnect part and use a proxy directly, you can generate an outbound proxy (client proxy) in your HCM system based on a service interface definition from PI's ESR.
    Below are some more information about proxy generation and development. You can find more on SCN by searching "outbound proxy".
    ABAP Proxy outbound program - purchase order send - Community Profiles - SCN Wiki
    ABAP Proxy (Complete Developments on SAP-PI & SAP-ABAP Systems)
    Rgds
    Eng Swee

  • How to configure PGP Encryption  in B2B Console including jar addition ?

    Hi Guys,
    I have the following questions with respective PGP Encryption.Can any one clarify on this?
    I have PGP Encryption jave code which does not implement CallOut Interface and which encrypt's a file
    1. is it mandatory that PGP Java code having a class to implement CallOut Interface ? if yes which methods i need to implement  and necessary parameters required ?
    2. In what way i can add jar to the server ? Please explain the format of call out jar path for windows and linux?
    3. how can i check whether the pgp jar is loaded or not ?
    4. Can any one explain the steps to configure PGP Encryption in B2B Console?
    Edited by: 972723 on Jan 22, 2013 2:49 AM

    How to configure Call out in B2B ?

  • Need information on how to integrate bank interfaces for 820,824 transaction using B2B add on

    HI All,
    Can anyone share some knowledge on how to integrate 820,824 transactions using PI B2B add on .
    I have downloaded B2B mapping kit and B2B toolkit into IR and uploaded SCA files into PI server.
    But I can not see any mappings provided for 820/824 by SAP in B2B mapping kit.
    Please share your comments.
    Regards,
    Dinesh

    Hi Dimitri,
    I am looking for 820,824 for ANSIX12 format.
    And i guess SAP has provided example mappings only for 810,830 and 850.
    I am unable to see the example mappings provided by sap for 820/824 in B2B mapping toolkit.
    Is there any way or place to find the example mappings for these formats?
    Regards,
    DInesh Male

  • Can any one explain the steps to coinfigure PGP Encryption in B2B

    Hello B2B Guru's,
    Can any one explain how to configure PGP Encryption in B2B  console?
    were to specify path for loading pgp encryption jar in b2b console?
    is it mandatory that PGP Encryption should have class to implement Call out interface?
    which methods we need to implement in Call Out interface?
    Thanks,

    Please refer :
    How to configure Call out in B2B ?

  • Error while installing the SAP J2EE add-on for SAP NW XI installation

    Error while installing the SAP J2EE add-on for SAP NW XI installation  
    Posted: Jan 24, 2007 5:23 PM         Reply      E-mail this post 
    Hello,
    When I am installing the SAP SAP J2EE add-on for SAP NW XI installation I am getting the follwing error:
    CJS-00084 SQL statement or script failed. DIAGNOSIS: Error message: Executable /oracle/XID/920_64/bin/sqlplus returns 127.. SOLUTION: See ora_sql_results.log and the Oracle documentation for details
    Could some one help me to resolve this error and install the SAP J2EE add-on?
    Thanks,
    George

    Hi George,
    Kindly use the latest installation Masted in Service market place. That will possibly solve your problem.
    Regards
    Vivek

  • Add on for SAP 2005 B one run in the SAP 2005 A

    Hi to all,
             I have one Doubt.the add on for sap b1 2005 B shall we run in the sap b1 2005A.      
            If Anybody know reply quickly please !!!
    Regards,
    Ramya.S

    Ramya,
    It will depend on which Addon's you are referring.  Certain Addon only apply to certain localizations while others are common to both A and B.
    Example: Outlook integration would work for both A and B, while the Fixed Asset add-on might not be applicable to all localization within A or B.  It all depends.
    Suda

  • Add a new attribute for user provisioining on SAP R3

    Hi,
    I want to add a new attribute for user provisioining on SAP R3.
    - I have added new attribute in Process form and Resource form
    - I think i need to add this attribute in lookup definition of SAP attributes also need to do mapping
    but i am not finding lookup definition of SAP attributes .
    What will be name of lookup definition of SAP attributes? (In case of AD, we have AtMap.AD).
    Can any body please help me?
    Thanks

    Hi,
    You cannot add custom fields and do provision or recon for it.I have opened the SR with Oracle and this facility will be available in 9.1. which is launching after 4 months.You need to request the source code and modify it to get the custom fields.
    Thanks

  • Release BI 7.0 front-end add-on for SAP GUI 7.10, Support Package 700

    Hi guys,
    In SAP note 1238872 the release of new support package has been mentioned (Quote: "Download the BI 7.0 front-end add-on for SAP GUI 7.10, Support Package 700 from the SAP Service Marketplace.")
    So, can someone tell me, when this Support Package will be released?
    (At the moment the last version provided in download area is 6.02)
    Kind regards
    Markus

    Thanks, but my question was not how can I workaround, cause I was able to read that note. (Unfortunatly the workaround solves the problem for the query designer only and the error still persists when executing the query)
    However, can some one please tell me, when the Support Package 7.00 will be released?

Maybe you are looking for

  • Windows Vista Machine Can No Longer Connect to Mac Following Upgrade

    Before: Windows Vista machine with 6 drive letters mapped to the 6 hard drives in my Mac Pro running 10.5.8. After: Mac Pro upgraded to 10.6. Now the Vista machine cannot connect to any of the drive letters, nor can it open the Mac Pro by browsing --

  • Query in Purchasing & reports

    Hello Experts, 1)Requirement is such that system , should automatically generate an alert, if order acknowledgement is not received within 2 weeks from PO issue date. Can this be done in standard SAP or is it a development? 2)Report in SAP required f

  • IPod Shuffle Restore..I finally GET IT!!!

    WOW I've finally figured out how to RESTORE the shuffle software. I went out a bought a "Tech Gear" usb 2.0 pci card hoping to increase the transfer rate. It did fly through the first 7 songs then it hung...and hung. To make a long story short I figu

  • [svn:osmf:] 15001: Implement a better http streaming unit testing structure .

    Revision: 15001 Revision: 15001 Author:   [email protected] Date:     2010-03-24 15:14:02 -0700 (Wed, 24 Mar 2010) Log Message: Implement a better http streaming unit testing structure. Modified Paths:     osmf/trunk/framework/OSMFTest/org/osmf/net/h

  • Facebook like button widget issue!

    I'm working on the website right now. The person wants the Like button on the website, I have yet to deal with it. But I worked on putting it in through the Adobe Widget browser. I like the application because it's click and drag. Yet the issue i'm h