Idoc to Different Trading partners using AS2 Adapter

Hello experts,
I have a requirement where we have to send an Idoc to different trading partners using van.
On the receiver side AS2 adapters will be used.There are many trading partners here.Can someone guide me through? ..
The entire scenario will be done in SAP PO 7.4
Breaking the entire scenario in the following parts---
1)IDoc on sender side--What will be partner profile type? Will it LS or any other (BP, GP or KU??)
2)AS2 configuration details---AS2 adapter is available in the dropdown of adapter list.What are the config details for AS2?
3)Trading partner mechanism-How this can be achieved?..what this essentially achieves ? any step by step guide available? Does it take care of sending the Idoc only to VAN or sending Idoc to different trading partners directly bypassing VAN?
4)Is using NWDS suggestible?--Is it convenient?
Any help/step by step blog will be of great help.
If I miss anything in the entire scenario, please let me know
Thanks
Ayan Chaudhuri

Hi Ajay,
1)IDoc on sender side--What will be partner profile type? Will it LS or any other (BP, GP or KU??)
-->>The partner type is depend on your scenario. AS2 adapter is used for B2B communication and usually to vendor and customers.
This purchase Order should go to the particular vendor as a sales order. Then we use partner type as LI -- Vendor.
Similarly when we sell some materials to our customers, we create the Sales order to our customer. Then we use Partner type as KU - Customer
Partner Type GP---Business Partner
Partner Type KU---Customer
Partner Type LI---Vendor
Partner Type LS---Logical system
Partner Type US--User
2)AS2 configuration details---AS2 adapter is available in the dropdown of adapter list.What are the config details for AS2?
-->> to configure as2 connection you need following details from trading partner
AS2 ID
server address with URL extension
TP certificate
MDN address and type (Sync, asyn and signed or not signed)
Message communication encryption algorithm
Compression is required or not and if req. which algorithm to use
3)Trading partner mechanism-How this can be achieved?..what this essentially achieves ? any step by step guide available? Does it take care of sending the Idoc only to VAN or sending Idoc to different trading partners directly bypassing VAN?
-->> If you are communicating through VAN then you need to send the message to VAN and VAN will route the message to respective TP.
4)Is using NWDS suggestible?--Is it convenient?
-->> NWDS is another option to create scenario, it is depend on developer which one he want to use.
The belog blog might be useful
Easy-to-use AS2 software - part IV
B2B- EDI Inbound -Step by Step Configuration
regards,
Harish

Similar Messages

  • How to deal Inhouse files using Seeburger AS2 adapter...!!!

    Hi all,
    Has anyone managed to configure the Seeburger AS2 adapter for XI successfully to process multiple inbound message types.
    We have an issue here with inbound messages being received by the AS2 adapter. We currently have it configured for inbound deliveries(Which deals with EDI files) which is working fine. The issue is that we would now like to send other messages as well. It seems the AS2 adapter only looks at the sender/receiver party combination to determine the correct sender agreement, but does not look at the message type which is a limitation. I have heard mention of a splitter module which can be used to distinguish between different messages and pass them to the correct sender agreement for processing, information on this is thin on the ground to non existent.
    I have few custom Inhouse files where i need to recieve through AS2 adapter.
    I need to differentiate the messages hitting to my communication channel.
    ex:
    1st message will be having
    HDR PICKS
    2nd message will be having
    HDR PURCH
    so based on the second field which has "PICKS" or "PURCH" , i need to pass the message to run the corresponding map.
    How i need to configure to acheive these kind of custom Inhouse files through AS2 adapter??
    Do i need to use splitter for these as well?? If yes how i need to use?
    Is there any setting we can make at Sender AS2 adapter to differentiate each message??
    Waiting for the answers.
    Kindly reply if anyone knows.
    Thanks&Regards
    Seema.

    Hi,
    i have setup a scenario with edifact (different message types) using as2.
    first i had to create a mapping using bic.
    edifact_xxxx
    in: edifact_service
    out: functional acknowledgement.
    in the mapping code i adjusted the called mapping, standard it will use see* changed it to e2x* (custom mapping)
    in your case using flatfiles maybe you should take a look at the VDA structure, these files are also defined under inhouse.
    when you define a input file adapter are you getting a classifier message?
    like
    <classifier><type>Edifact</type><classifierMappingID>XXXX</classifierMappingID><encoding>US-ASCII</encoding><additionalIdentifier></additionalIdentifier></classifier>

  • IDoc flat file over AS2 adapter to IDoc adapter

    Hi,
    The scenario is IDoc flat file(.txt) over AS2 adapter to IDoc adapter. Could anyone help on how to convert the IDoc flat file to xml in AS2 adapter to execute the mapping further? we are using PI 7.0.
    Thanks in advance!
    -zameer

    Hi,
          Since you are on Pi 7.0, you would not be able to use the modules for this in PI 7.1.
    You would need to refer this document for converting from Idoc flat to XML
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/46759682-0401-0010-1791-bd1972bc0b8a?quicklink=index&overridelayout=true
    In your sender AS2 adapter, you can pass the file as is to an abap mapping which will do the conversion to Idoc xml. the output of the abap mapping goes to your message mapping then for conversion.
    Another option would be to use a custom adapter module in the sender AS2 adapter to call the Aabap mapping to do the conversion into Idoc xml.
    The custom adapter module would do a JCO/RFC call which will do the conversion before passing the data back to the adpter module.
    Regards

  • Seeburger inbound/outbound mapping options with AS2 adapter

    Hi Gurus,
    This is the first time that i am handling Seeburger adapters(AS2 adapter).
    We have the following issue.
    We are using AS2 adapter from Seeburger for communicating with Partners (inbound/outbound).
    For some scenarios, the trading partners either sends us a flat/csv file or expects a flat/csv file from PI.
    And for these scenarios, we are using the AS2 adapter (for sender or receiver channel configuration) .
    Now, the main issue is that we need to convert the flat file to PI-XML format when we receive a flat file from a trading partner or we need to convert from PI-XML format to flat file format when we are sending file to a trading partner.
    Since the AS2 adapter does not have a File Content Conversion (Like we have in the File/FTP adapter) mechanism, we need to rely on MessageTransformBean (under AF Modules) to do the conversion for us. However, since this module cannot handle deep structures (nested structures) what other alternatives can we look out for ?
    I know we can also go for BIC Mapper which is shipped from Seeburger for EDI to XML and XML to EDI conversions. However in this project, we just need XML to flat file/CSV or Flat File/CSV to XML conversions and hence we want to abstain from buying a license for BIC mapper.
    Please let me know what other options can we try in this case.
    Does Seeburger has anything specific to do the conversions from XML to flat file or flat file to XML (and not the whole BIC mapper tool).
    Regards, Gaurav.

    Does Seeburger has anything specific to do the conversions from XML to flat file or flat file to XML (and not the whole BIC mapper tool).
    No. Seeburger doesn't provide any such tool/option.
    Please let me know what other options can we try in this case.
    As per the detail you have provided, you don't have any standard option left. You have to either develop your own adapter module or you can pass the payload directly to mapping and then perform Java mapping on it. You have option of using Conversion Agent but there must be some license cost for it as well.
    Regards,
    Prateek

  • EDI Integration---Using Seeburger Adapter

    Hi All,
    I have a below requirement.
    EDI----->XI--
    >SAP and vice versa.
    I am new to EDI integration,i would like to know the procedure steps to do the above scenario.
    Thanks in advance,
    AVR

    Hi,
    How you want to communicate with the EDI system... If it is using AS2 adapter, then you need to purchase it from seeburger and configure it in the sender side and receiver side it'll be Idoc adapter. And in the ESR you need to import the xsd of EDI document under external definitions and map it to the idoc.Please refer the below links it may help you.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10b17369-9522-2c10-84a6-d75d8a8ace22
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=221354005
    http://wiki.sdn.sap.com/wiki/display/XI/SeeburgerSuiteforSAPPI
    Handling EDI interfaces using Seeburger BIC modules
    Regards,
    Priyanka

  • Seeburger AS2 Adapter:  Receiving multiple messages

    Hi guys,
    I'm having some trouble using AS2 Adapter for receiving multiple messages. The problem is really similar to Peter's problem.
    Seebuger AS2 adapter for XI as sender for multiple messages
    I have it configured for one scenario and it's working fine. The problem is when I'm trying to receive other messages for the same Party but different services. Meaning, I've one Party(example BMW) and several services (BMW_DE, BMW_USA, etc). I'm able to receive messages from service BMW_DE but when configuring BMW_USA I'm getting HTTP 403 Forbidden.
    This error may have different reasons:
    a) You or your partner has entered an incorrect AS2 ID for one of the involved parties.
    b) A valid sender agreement is missing.
    c) There are more then one AS2 sender agreements with the same sender AND receiver party.
    d) The corresponding inbound channel is set to inactive.
    And the problem is that there are two sender agreements. Although the services are different, XI is not able to find the correct sender agreement to be used. After deleting the second second agreement, I'm able to send the  respective message....
    Can anyone give me a hint on how to solve this problem?

    Hi,
    this is done by different AS2 subjects. The sender agreement is selected based on this. So create separate AS2 receiver adapters for every message you need and put there different message subjects.
    So if you'll have 3 AS2 receiver channels with subjects:
    MessageType1_DE
    MessageType1_US
    the AS2 adapter will work like following:
    first it tries to find an exact message subject, if it is found, message is "assigned" to this sender agreement. If no exact message matches the subject, then wildcards are used. (this mechanism is described in the Seeburger AS2 guide).
    If you are getting 403 HTTP code, there may be also problem with authentication certificates.
    Another problem may be, you don't have configured AS2 receiver channel for current subject.
    Does this help you? Or you meant it another way?
    Peter
    p.s. check the answer above my post, Vardharajan's right
    Edited by: Peter Jarunek on May 19, 2008 2:11 PM

  • MDN Issue in AS2 adapter.. Seeburger experts., Need help

    Hi All,
    Iam doing a scenario EDI-->Idoc for purchase order(ORDERS) by using AS2 adapter.
    We are expected to send the technical acknowledgment once we receive the Orders from sender.
    I think When we use the MDN (Message disposition notification), i will be getting the system generated acknowledge like below.
    <b> <TransmissionReport>
    <from>SAP</from>
    <to>BIS</to>
    <transmissionMsgID>43cc21a0-f752-11d8-c8ca-00c09f19e074</transmissionMsgID>
    <sentAt>2004-08-26T132252+0200</sentAt>
    <info/><adapterName>AS2</adapterName>
    </TransmissionReport></b>
    But my requirement is to send the ackowledgement with few more details like <b>POnumber</b> along with the standard details like below.
    <TransmissionReport>
    <from>SAP</from>
    <to>BIS</to>
    <transmissionMsgID>43cc21a0-f752-11d8-c8ca-00c09f19e074</transmissionMsgID>
    <b><POnumber>6529833</POnumber></b>
    <sentAt>2004-08-26T132252+0200</sentAt>
    <info/><adapterName>AS2</adapterName>
    </TransmissionReport>
    1. Is there any option where i can modify the MDN acknowledgement file by adding few more fields??
    2. If not please suggest me how i can proceed with this.
    <b>Note:</b> We should not use by creating one more msgtype in SAP and send back the acknowledgement like Orders response(ORDRSP). They just want the file from XI itself.(But not from SAP Side).
    Regards
    Seema.
    Edited by: Mike Pokraka on Jul 24, 2008 1:43 PM

    Hi Reddy,
    If ur problem is solved can u plz help me?
    I have one question related to the MDN .
    My scenario is like AS2 adapter is on the receiver side means its converting XML to EDI format. When the payload along with MDN is sent from the XI side EDI partner , the EDI partner sends back the MDN acknowledgment back to XI.
    The problem is that XI is not able to accept the MDN acknowledgment.
    Could you please suggest what all steps need to be configured to receive that MDN acknowledgment on XI side.
    e.g 1)AS2 Communication channel with message protocol REPORTS
    2)Sender agreement for accepting the acknowledgment
    3) What type of message interface is to be used which is required in the configuration step for sender agreements(MDN specific format??)
    4) Any other configuaration required ??
    Please reply as soon as possible.
    With regards,
    Simran

  • AS2 Adapter.. How i can receive the MDN messages?

    Hi All,
    Doing IDOC to EDI scenario.
    Iam using AS2 adapter to send the messages to partner system and i need to receive the MDN from partner system.
    1. what are configuration settings i need to provide in AS2 receiver adapter?
    2. I need to put option as  Refer MDN to XI system..?
    3. Is it necessary to create one more Sender channel and sender agreement to recevie the MDN?
    4. Why we have the option as Asynchronous MDN settings in AS2 sender adapter ?.
    Kindly let me know if anyone knows the answers.
    Thanks & Regards
    Seema.

    Thanks Anoop for the answer.
    So if i want to do the scenario for Idoc to EDI.
    then the steps will be..
    1.
    - AS2 rcv adapter -- to send the message to partner.
    - all remaining steps like sx agreement,rx agreement,interface deter,Rx determination to send the actual msg.
    2.
    - Again one AS2 sender channel  to receive the MDN from partner for the same scenario
    - one sender agreement for MDN.
    TO receive the MDN.. no need of rx agreement,interface determination,rx agrrement??
    If we want to see the MDN.. how we can see it?
    3.I have a scenario where, once i receive my MDN message and with the help of Data in MDN message , i need to update my custom table in SAP by inbound processing.Is it possible??
    Please help me.
    Regards
    Seema.

  • AS2 Adapter

    Hi Experts,
      I have got a special requirement, can you please suggest is this requirement is possible or not in SAP PI using seeburger AS2 adapter. We have a got probelm in Our GIS System in setting up AS2 profiles for one of our customer. So we thought of using Seeburger AS2 adapter for this requirement.
    By using the Seeburger AS2 adapter I have to receive and Post EDI messages. I have to decrypt the Inbound message and need to stage on the PI Server, No need of message mapping and posting to receiver system. We have a process in GIS system to pick the file from PI Server and do the mapping and post the output data to ORD System.
    For the outbound transactions like 855 and 856, GIS will generates the EDI 855 and 856 files on PI Server. Seeburger AS2 adapter need to encrypt this messages and send to partner's AS2 server.
    Is the above requirement is feasilble in SAP PI using AS2 adapter?
    Any other ideas on this is greatly appreciated
    Thanks,
    Kishore

    I have to decrypt the Inbound message and need to stage on the PI Server, No need of message mapping and posting to receiver system.
    For inbound cases, you may use PI as the receiver system and use NFS protocol of File adapter to put the file on PI server. If you use decryption certificate at sender, you may perform the decryption very well.
    Seeburger AS2 adapter need to encrypt this messages and send to partner's AS2 server.
    This can again be done by the encryption certificate shared with the third party using receiver AS2 adapter.
    Is the above requirement is feasilble in SAP PI using AS2 adapter?
    Yes.
    Regards,
    Prateek

  • AS2 adapter not visible in Receiver Communication Channel (Adapter Type)

    Hi,
    We wish to connect to our customer using AS2 adapter as the receiver communication channel.
    We are unable to find the "AS2 adapter type in the in "adapter type" field. (Choose Adapter Metadata).
    Our XI version is as following (NW04S_11_REL Service Pack 11).
    Version
    Service pack:
    11
    Release:
    NW04S_11_REL
    Is there add-on to be installed on XI or is there any activation required?
    Thanks in Advance,
    Rehan

    SAP_BASIS
    Release 700
    Level 0011
    Highest Support Package: SAPKB70011

  • Error in AS2 adapter. Object not found in lookup of as2.. Its urgent..!!

    Hi AS2 experts,
    *When i tried sending an xml to partner system using AS2 adapter.. Mapping is succesfull and message is failing in receiver AS2 adapter.
    1. I used the following parameters in AS2 Module.
    ModuleName                                                       Module Key
    localejbs/Seeburger/solution/as2                              solutionid
    localejbs/ModuleProcessorExitBean                          exit
    ModuleKey    ParameterName         ParameterValue
    exit                JNDIName     deployedAdapters/SeeXIAS2/shareable/SeeXIAS2
    Iam getting the following error.
    Success     MP: Processing local module localejbs/Seeburger/solution/as2
    Error :   MP: Exception caught with cause com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of as2.
    Error :  Exception caught by adapter framework: Object not found in lookup of as2.
    Error : Delivery of the message to the application using connection AS2_http://seeburger.com/xi failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Object not found in lookup of as2.: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of as2..
    2. When i tried by removing Modulename "localejbs/Seeburger/solution/as2"
    It is showing the below error like AS2ID is missing.. but its there in party configuration.
    Error :
    Unable to forward message to JCA adapter. Reason: Fatal exception: com.sap.aii.af.ra.cci.XIRecoverableException: SEEBURGER AS2: AS2 Adapter failure # Outbound configuration error: Sender configuration incomplete - perhaps AS2ID missing.., SEEBURGER AS2: AS2 Adapter failure # Outbound configuration error: Sender configuration incomplete - perhaps AS2ID missing..       
    Can anyone has idea what might be wrong.
    Kindly suggest me asap.
    Thank You.
    Regards
    Seema.

    Hi,
    Plesae go through below links
    /people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
    EDI Adapter by SeeBurger
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/206e2b65-2ca8-2a10-edad-f2d1391644cb
    B2B(EDI) Integration using SAP Netweaver XI and Seeburger AS2 Adapter
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00f9cdf5-d812-2a10-03b4-aff3bbf792bf
    Integrating XI with SeeBurger
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6dc02f5d-0601-0010-cd9d-f4ff9a7e8c33
    and
    Check with below configuration
    Configuration for AS2 or simple file adapter.
    We are using this module configuration for converting EDI D96A format to XML:
    1 localejbs/CallBicXIRaBean Local Enterprise Bean bic
    2 localejbs/CallSapAdapter Local Enterprise Bean 0
    bic destSourceMsg MainDocument
    bic destTargetMsg MainDocument
    bic logAttID ConverterLog
    bic mappingName See_E2X_ORDERS_UN_D96A
    bic saveSourceMsg ORIGINAL_EDI
    can someone please tell me the module configuration for reverse mapping at receiver end,i.e.,XML to EDI D96A
    basically,I need mapping name for this.
    Scheme=AS2ID
    Name = WAN network no of the partner who is sending the file
    Sender AS2 adapter configuration:
    Few changes in the module parameter tab.
    localejbs/CallBicXIRaBean bic
    CallSapAdapter 0
    Module configuration:
    bic= destSourceMsg = MainDocument
    bic= destTargetMsg = MainDocument
    bic= mappingName= See_E2X_EDIFACT_ORDERS_UN_D93A which does the conversion of EDI-XML.
    Receiver AS2 adapter configuration:
    When the adapter is used in a receiver channel, it obtains a message from the Integration Engine and sends it to a business partner. In this case, the following steps are required:
    1. Define the channel as a Receiver channel on the Parameters tab
    2. The last step ensures the module sequence is complete:
    Make sure the module ModuleProcessorExitBean does exist in the module sequence:
    Module Name=localejbs/ModuleProcessorExitBean
    Type=L
    Module Key=Exit
    • with the following module parameter:
    Module Key=Exit
    Parameter Name=JNDIName
    Parameter Value=deployedAdapters/SeeXIAS2/shareable/SeeXIAS2
    File receiver:
    localejbs/CallBicXIRaBean bic
    CallSapAdapter 0
    Module configuration:
    bic= destSourceMsg = MainDocument
    bic= destTargetMsg = MainDocument
    bic= mappingName= See_X2E_EDIFACT_ORDERS_UN_D93A
    ONly the mapping program name changes from E2X to X2E. IN ur case it will be See_X2E_ORDERS_UN_D96A
    Thanks
    Swarup

  • Seeburger AS2 adapter issue

    Hi experts
    We have migrated from XI 3.0 to PI 7.1.
    The corresponding AS2 seeburger is also upgraded to a compatible version.
    But after that it seems the mapping is not working. I am getting the foollowing error while using AS2 adapter at receiver side.
    Runtime exception during processing target field mapping /LIST/S_ISA/D_I05_2. The message is: Exception:[java.lang.NoClassDefFoundError: com/seeburger/functions/permstore/VariableFactory] in class
    A function in map uses seeburger classes(VariableFactory)
    Thanks and Regards
    Dhanish Joseph

    As Anoop said  check for property store values.
    http://seeburger.com/xi/SeeFunctions  provider.servlet.server ; http://localhost/50100 . check for this entry from property store from see front end.
    make sure all other mapping variables and addressbook values imported properly.
    Regards,

  • AS2 adapter for PI 7.1

    Hi ALL,
    we are planing to use as2 adapter for PI 7.1 from a company called advantco .
    i have downloaded and got the adapter in the ESR and IB , not i need documentation for configuring the sender and receiver communication channel.
    if there is any documentation for cofiguring channels using as2 adapter both in the sender and reciver side pls send ..?
    thanks
    Shakeif

    Hi,
          Check the link which provides some info on see burger As2 adapter related stuff...
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/106d4b47-60a4-2c10-6685-bcb521769f4c?quicklink=index&overridelayout=true
    I hope this will be helpful for your AS2 also..
    HTH
    Rajesh

  • AS2 adapter-- Module tab configuration to call seeburger std mappings..!

    Hi Experts,
    Seeburger has been installed and i want to use AS2 adapter to make use the seeburger standard mappings.
    When i opened the module tab, its been found that for
    Sender AS2 adapter:
    Module Name                                     Module Key
    localejbs/Seeburger/solution/as2             solutionid
    localejbs/CallSapAdapter                         exit
    Module configuration
    _Modulekey      ParameterName               ParameterValue_
    Solutionid           Mappingname               SEE_ORDERS_UN_...
    can i use the above steps??  
    Is solutionid is enough to call the seeburger mapping?
    or
    do i need to use the Bic module to call the seeburger std mapping like below?
    Module Name                                    Module Key
    localjbs/CallBicXIRaBean                         bic
    Module configuration
    Modulekey     ParameterName               Parameter Value
    Bic               Mappingname              SEE_ORDERS_UN_...
    Kindly let me know.
    Regards
    Krupa.

    HI,
    For module configuration for As2 refer the below help.
    Sender configuration:
    AS2 identifier is the party identified which will be provided by the WAN network provider.
    Under the party identifiere tab
    Agency will be seeburger
    Scheme=AS2ID
    Name = WAN network no of the partner who is sending the file
    Few changes in the module parameter tab.
    localejbs/CallBicXIRaBean bic
    CallSapAdapter 0
    Module configuration:
    bic= destSourceMsg = MainDocument
    bic= destTargetMsg = MainDocument
    bic= mappingName= See_E2X_EDIFACT_ORDERS_UN_D93A
    Receiver AS2 adapter configuration:
    When the adapter is used in a receiver channel, it obtains a message from the Integration Engine and sends it to a business partner. In this case, the following steps are required:
    1. Define the channel as a Receiver channel on the Parameters tab
    2. The last step ensures the module sequence is complete:
    Make sure the module ModuleProcessorExitBean does exist in the module sequence:
    Module Name=localejbs/ModuleProcessorExitBean
    Type=L
    Module Key=Exit
    • with the following module parameter:
    Module Key=Exit
    Parameter Name=JNDIName
    Parameter Value=deployedAdapters/SeeXIAS2/shareable/SeeXIAS2
    Refer the below thread which has the same discussion.
    Re: Pls.. Help Needed.. Seeburger Mapping Names..!!
    Thanks and Regrds,
    Chirag

  • Seeburger AS2 Adapter Error :AUTHENTICATION_ERROR

    i am doing the scenario for Purchase Order -> XI ->File
    custumer is posting the purchase order
    and XI Receives the PO using AS2 Adapter (Seeburger) and sends the output as File
    i have done all the AS2 Adapter configurations as mentioned below but still i am getting the error in Seeburger Monitoring, the Error is Authentication_Error
    1. Communication chennel
      Adapter Type : AS2
      Direction : Sender
    Transport protocol : HTTP
    Message Protocol : AS2
    AS2 : Authentication Required is Enabled
    Message Subject : Filled which is in Seeburger Monitor
    2. Sender Agreement
    Sender Communicational chennel which is created above
    Security Setting
    AS2 Sender Config :
    Authentication Certificate : Customer public key
    AS2 Receiver Config :
    Decryption Key : Private key
    3. in Party Identifiers
    Party Name
    AS2 ID
    is there any settings missing to rectify the error "AUTHENTICATION_ERROR"

    Hi
    Check with PIAPPLUSER authentication
    With this Check the following content on AS2 may be you get more clue.
    http://www.customware.net/repository/display/WMFAQ/AS2-authenticationfailureinreceivingEDIINT+MDN
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/135b0b94-0701-0010-f6a9-86a14057544a
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/bpxproj/edi%2bwith%2bpi
    Handling EDI interfaces using Seeburger BIC modules
    Thanks
    Gaurav

Maybe you are looking for

  • Noob needs help with dreamweaver- problem encountered

    madelinebeth.net This is the website i am trying to create. It is not complete, but on Safari it looks fine. When i open it on firefox, it gets all messed up and i dont know how to change it. It initially gets messed up on dreamweaver when i add link

  • Freight Calculation while posting GR in MIGO

    Hi Experts, The following is the scenario :- A Purchase Order is raised for procuring coal from the coal supplier. A freight condition is maintained in the Pricing Schema of the Coal Purchase Order. At the time of making a GR in MIGO a freight vendor

  • Rules with PL/SQL.

    Hello, I created a scheme with the following tables: Fileds. Docs. (Forms) Customers. Declarations. This is a database for state taxes in Ecuador, the government has defined a series of forms for each type of tax-class. Each form contains fields, the

  • How to apply new mask to mutiple existing adjustment layers?

    I should know but I don't and my searches don't help so far. Tips appreciated. ~ Brooke

  • Large number of swf files causes Flash plugin to fail

    I'm displaying up to 700 swf files on a page as links to launch an AIR app.  These appear within a worklist with one swf for each worklist item.  This causes the Flash plugin for IE to fail.  Any ideas what causes this and how it can be addressed?  W