Sender AS2 adapter settings for Asynchronous MDN

Hello,
I need to configure the settings for AS2 sender adapter for Asynchronous MDN.
In order to configure the asynchrounous MDN Settings which parametrs i need to fill in the channel from below
1) Use Proxy
2) Proxy Server
3) Proxy Port
4) Proxy User
5) Proxy Password
6) Proxy Realm
7) Proxy Protocol
8) Server Certificate (Keystore)
9) Private Key for Client Authentication
Thanks
Srinivas

Hi,
      The MDN asynchronous mode is for the AS2 receiver adapter and not sender.
If you want to use a proxy server, then only you would need to provide the details that you have mentioned and if you are using encryption, you would need to provide the encryption certificate in the corresponding receiver agreement where the comm channel is used.
Also, for asynchronous MDN, you would need to configure a report channel (AS2 sender adapter with message protocol reports) and sender agreement. You need this even if Refer to XI system option is disabled in the AS2 receiver adapter.
Regards

Similar Messages

  • Sender JMS adapter configuration for IBM MQSeries

    Dear All,
    i am doing a IBM MQSeries 5.2.x Message ->sender JMS adapter -> XI server -> receiver RFC adapter -> R/3.
    i have deployed the JMS adapter with the required jar files of IBM MQSeries 5.2.x in XI server.
    in Sender JMS adapter configuration for IBM MQSeries 5.2.x, i have put following data:
    1. Transport Protocol: Websphere MQ - is it okay?
    in JMS provider settings:
    2. in channel name - what should be there?
    3. Transport Network protocol should be TCP/IP or WebsphereMQ - how to decide this thing.
    4. JMS Complaint - whether WebsphereMQ or JMS API.
    in JMS Settings:
    5. JMS Queue user - is this IBM MQSeries 5.2.x Queue User or someother user?
    6. JMS Message Selector - what data to take here.
    So if anybody has connected IBM MQSeries 5.2.x to XI via JMS adapter, please answer my above queries.
    Regards,
    Rajeev Gupta

    Hi Swaroop,
    you can send me those documents at my gmail-id : [email protected]
    Hi All,
    one more question - to connect XI server to IBM MQSeries via JMS adapter in ID, do we need to have a MQSeries Client installed on XI server - or - just by configuring JMS adapter, we can send messages from IBM MQSeries to XI server without any MQSeries client on XI server?
    Why Channel name is required in JMS configuration data?
    Thanks,
    Rajeev Gupta

  • Error in Sender AS2 adapter

    Hi Expert,
    I have configured sender AS2 adapter as per the sap guide.  and share our url and AS2 name.Now when the partner is trying to send the file from their side they are gettting the following error message and in SAP PO we have not received any file via AS2 sender adapter.
    We have checked the fire walls and its working fine.
    2014.04.09
    01:15:03:128 0326030999 PHDR OK  HTTP Response-Line = (HTTP/1.1 302 Found)
    2014.04.09 01:15:03:128
    0326030999 PHDR ERR Trading Partner rejected the transaction
    2014.04.09 01:15:03:128 0326030999 HPOS ERR Requested synchronous receipt not
    returned
    2014.04.09 01:15:03:128 0326030999 HPOS ERR One or more errors occurred with
    this transaction. m_nErr=(2103)
    Regards
    Kasturika

    Hi Harish,
    I have change the as2 url from http://<host>:<port>/AS2 to http://<host>:<port>/AS2/B2B  and now are partner is facing differnt error
    2014.04.22
    03:06:04:400 0637647174 PHDR OK  HTTP Response-Line = (HTTP/1.1 401
    Unauthorized)
    2014.04.22 03:06:04:400 0637647174 PHDR ERR Trading
    Partner rejected the transaction
    I had checked with my partner to use the http authentication and share our user id and password. but they said that they are not using http authentication.
    we also shared our public key  certificate and import theirs in our nwa- certificates  and keys .
    Please share if anything more i need to configure.

  • Reg Sender AS2 module configuration for text file

    Hi Experts,
    I am working on an inbound scenario where Sender is AS2 and Receiver is SAP system in PI7.4. The Sender Trading Partner is Sending a text file which should be converted to xml. I have added the module parameter localjbs/PlainConverterModule .It is throwing the error as per the attached file.
    Could anyone please guide me on this issue. Also Please let me know whether any configuration needs to be set in EDI content Manager.
    Cheers,
    Neethu

    Hi Neethu,
    according to the b2b help the module is used to convert EDIFACT message standards into XML. I your case you have flat file comming from AS2. you can use message transform bean to convert flat file to XML in sender as2 adapter. Or you need to define ED XML converter. Please refer the below link
    SAP PI: Using the B2BADDON EDI<>XML Convertor Modules - Basics
    You configure the communication channels of any Process Integration adapter with the PLAIN-XML converter module to convert business documents encoded in EDIFACT message standards into XML and the other way round. It must be configured in the sender and receiver channels based on the business scenario. The PLAIN-XML converter module runs on the SAP NetWeaver Process Integration Adapter framework.
    You use this procedure to configure the parameters of the PLAIN-XML converter module.
    source - Configuring the PLAIN-XML Converter Module - SAP NetWeaver Process Integration, business-to-business add-on 1 - SAP Libr…
    regards,
    Harish

  • Seeburger Sender AS2 adapter

    We have a customer who purchased Seeburger AS2 Adapter.  They have WAN setup with “Inovis” which is having AS2.  Now we are in the process of setting up the AS2 using seeburger  for them.  if we use Seeburger AS2 adapter, then trading partners have to send their documents to the following path
    http://<Server Name> :50000/SeeburgerAS2/AS2Server
    Seeburger AS2 adapter will receive the documents posted to the above URL & Process them using XI
    The problem we are facing is the Sender Seeburger AS2 adapter doesn’t have a mechanism to Poll the “Inovis” AS2 Mailbox and receive the documents.
    Does any one have a solution to Poll & fetch the documents from “Inovis” AS2 mailbox.
    With Regards
    K.Varadharajan

    HI,
    The message which are coming to XI will be picked up based on two things:
    1) AS2 ID of the partner which is dicussed above and the second one is
    2) Message subject :
    Message Subject
    This subject will be compared with the subject in the received message. This is used to find the correct channel for the inbound message. Wildcards are allowed.
    There is a defined order in which the matching inbound channel is looked up. First the adapter looks for a sender channel with a message subject configured.
    • If there is one channel with a matching subject configured, the channel is used for forwarding the received payload to the XI system.
    • If there is no channel configured with an matching subject the received payload is rejected.
    • If there is one channel configured with a matching subject and another channel with a wildcard –both channels will match. In this case the received payload is forwarded to the channel without wildcard configured.
    • If there is more than one channel configured with a matching subject, the payload is rejected.
    I hopw it has answered ur question.
    Thanks and regards,
    Chirag
    Reward points for helpful answers.

  • Sender AS2 Adapter Setup

    Hi,
    I am trying to send an EDIFACT file to IDOC through AS2 Adapter (sender). Can you please tell me how to configure the sender AS2 Channel.I have configured it, but it is giving me the following error in Channel Monitoring.
    Alert: Maximum number of retries reached.  Retry 20. Message initiation failed: Adapter call failed. Reason: Fatal exception: com.seeburger.xi.connector.queue.TaskBuildException: failed to lookup CPA cache: Couldn't retrieve outbound binding for the given P/S/A values: FP=B2B_Certipost;TP=B2B_PH_BE;FS=B2B_SND;TS=B2B_RCV;AN=MI_E_ORDERS_D96A_oa;ANS=urn:novartis.com:pi:ph:be:OM_DD_750_LBE_L0X:Order;, failed to lookup CPA cache: Couldn't retrieve outbound binding for the given P/S/A values: FP=B2B_Certipost;TP=B2B_PH_BE;FS=B2B_SND;TS=B2B_RCV;AN=MI_E_ORDERS_D96A_oa;ANS=urn:novartis.com:pi:ph:be:OM_DD_750_LBE_L0X:Order; [4/30/09 4:19 PM]
    Please share your valuable inputs.
    Thanks,
    Amit..

    Hi,
    follow the below steps;
    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
    -S

  • Read uniquely named file. Sender File Adapter unsuitable for synchronous

    Hi All,
    We have a requirement to read a specific file that has a unique name based on a transaction ID. The transaction ID will be passed from the source application.
    The communication is required to be synchronous. There could be multiple requests/files generated and present at the directory at any given time but each corresponding to a specific transaction ID. If the file is not yet generated for that transaction ID we return back an error to the calling system.
    I think we can not use Sender File Adapter - because of the dynamic naming and also because we have to return a synchronous response back depending on the file availability. i.e. We can not have a defined pattern in the file name nor can we specify a wild card as there could be more than one files in the location.
    In theory we could use the File Sender adapter to read all the files in the directory and a BPM with correlation set based on the transaction ID and let the process wait for the request. But as far as possible I want to avoid this unnecessary wait or extra demand on the system. More so because the files could get big.
    If I were using a tool like SAP Business Connector or webMethods then I would I used a readFile Java service and given it a filename to return the required bytes in a synchronous read.
    Is something like this possible in XI? If someone has written a synchronous Java to read file can they share the code? Or do you suggest I write a ABAP server proxy to read the file?  The problem however will be how do we map the data to a XML within the code.
    All suggestions welcome. There has to be a simple and effective solution to this mundane requirement !
    Wishing all SDNers a bright start to this new year,
    Thanks,
    Charu
    Message was edited by:
            Charu Kulkarni
    "The transaction ID will be passed from the source application so we know what file to pick"

    Hi,
    You could make the scenario a little simple and avoid custom development if the logic can be put into scripts(out of XI).
    Say all the files are coming into a directory called D1.
    Here, you could use a script to arrange all these in an order (say ascending) and move the first file into another directory D2.
    The sender file adapter would poll this directory D2. The adapter can have a wild card character for the filename field now.
    Once the file is in XI, you could check this against the transactionId present(I am not sure how you get this though!), and determine whether to send a mail, or to send a file back.
    Here, I have assumed that there is somekind of order present in the files placed in the directory D1.
    Again, this is just a suggestion.. I might be wrong with all the assumptions.
    Regards,
    Smitha.

  • Sender mail adapter config for MS Exchange Server

    Dear All Gurus,
    Need your advice on configuring sender mail adapter (mail to file scenario ) for exchange server. I have read a lot of SCN threads and other articles and was not able to find the exact solution for this. PI version : 7.3.
    Thank you all in advance...

    Hi,
    please check the below links.
    http://wiki.scn.sap.com/wiki/display/XI/Step+by+Step+Mail+To+File+Scenario  -  Mail to File
    http://www.riyaz.net/sap/xipi-configuring-the-sender-mail-adapter/90/
    Regards
    srinivas

  • Message subject in seeburger sender AS2 adapter

    Hi Experts,
    I read few fourms regarding message subject in seeburger and in those below forum is related to my problem
    AS2 Sender adapter..  How we can receive 2 messages from same partner??
    like how we can identify different message types when we receive from partner
    A) using AS2 ID and message subject
    If we give message subject as * it will receive all the message but how to identify them as our partner is not providing message
    subject.
    I cant use splitter because my sender is sending XCBL data and splitter we can use when we go for EDI.
    Can anyone please me how to identify different messagetype (like order response,ASN and invoice) without using message subject in AS2 sender adapter

    Hi,
    > Can anyone please me how to identify different messagetype (like order response,ASN and invoice) without using message subject in AS2 sender adapter
    When message comes to PI, initially it goes to seeburger workbench, here based on the EDI type (ANSI X12 or EDIFACT or...), EDI Version (4010 or 4020 or...) and Signal (850 or 810 or ....) it determines the respective mapping (E2X or X2E) program, this is done by Classifier.
    When we are sending outbound scenarios and using MDN option then message subject plays an important role. Once we send the outbound signal we can get the ack(997) signal, based on AS2ID and message subject it identifies the respective 997 inbouns scenario.
    > I cant use splitter because my sender is sending XCBL data and splitter we can use when we go for EDI.
    Seeburger is used if you are handling the EDI data but here you are using XCBL so you no need to use the seeburger adapters.
    Regards,
    Venkata Ramesh

  • JMS adapter settings for response to dynamic queue

    Hello,
    We are sending a message through JMS to SAP in a synchronous manner (client waiting for the reply after sending the request). The SAP is receiving and processing the message.
    We configured the JMS Sender & Receiver channel as per solution given in SDN for the quetion. ( (2.8) Does the JMS Adapter support the JMSReplyTo feature? )
    1. In Sender communication channel, checked the "JMS Message ReplyTo Destination" attribute  of 'Adapter specific message attributes'
    2. In Receiver communication channel, added the "JMS.Message.DynamicDestination" parameter and value 'true' (without quotes for both strings) in "Set JMS Additional Parameters" table
    3. Added the "JMSReplyTo" header syntax in input xml message as below:
                        a. Message : <?xml version="1.0" encoding="UTF-8"?>
                                 <ns0:getEmployeeInfo xmlns:ns0="namespace">
                                 <employeeId>0000001</employeeId>
                                 </ns0:getEmployeeInfo>
                        b. Destination = com.someDestination
                        c. JMSReplyTo= com.someReplyQueue
    We have selected Transport protocol option "Access JMS Provider Generically"
    But it is not able to send the reply to replyTo destination of the message.
    Wondering if there is anything in the JMS Adapter setting like reply to Destination (technical term DCJMSReplyTo) which can be set to reply queue of the message (to a dynamic destination).
    Please let me know in case anybody knows about the same.
    Thanks & Regards,
    Jayashri Rade

    Refer: http://docs.oracle.com/cd/B14099_19/integrate.1012/b25307/adptr_jms.htm
    •The JMS API specifies three types of acknowledgments that can be sent by the JMS publisher:
    ◦DUPS_OK_ACKNOWLEDGE, for consumers that are not concerned about duplicate messages
    ◦AUTO_ACKNOWLEDGE, in which the session automatically acknowledges the receipt of a message
    ◦CLIENT_ACKNOWLEDGE, in which the client acknowledges the message by calling the message's acknowledge method

  • FTP adapter settings for Anonymous login

    Hi All,
    Can any one tell how to configure the oc4j-ra.xml under the FTP adapter as i am using FTP adapter which did not have any login credentials(Anonymous login)
    Thanks andRegards,
    Nagaraju .D

    Hi ,
    I have an FTP server which dont require any credentials when i using the settings i am leaving blank for username and password then it is throwing runtime error
    Thanks and Regards,
    Nagaraju .D

  • FTP adapter settings for SFTP connection

    We are trying to connect an FTP adapter to a SFTP server.
    After solving the license problem with Maverick/3SP class, the error we get now is:
    "The Adapter Framework was unable to establish an outbound JCA connection due to the following issue: ORABPEL-11447
    Error in establishing a session with SSH Server..
    Unable to establish a session with the server."
    Have done all steps required, set up the oc4j-ra.xml file, adding the license file to the jar, etc. The settings are as usual (following the instructions in the manual): password authentication, port 22, etc.
    Taking a look at the SFTP/OpenSSH server log, we can see that OAS tries to connect, but the last log entry is "fatal: Read from socket failed: Connection reset by peer.". Of course, if we try to connect through the SFTP client from the OAS machine to the SFTP server, we can do it with no problems.
    What can we do?

    Log a Service Request with Oracle. We are working with Oracle to resolve SFTP related issues as well.
    Good luck, Sjoerd

  • Sender AS2 adapter

    Hello All,
    i am doing scenario where edi document from external party goes into sap system as an idoc (i.e. edi to idoc scenario).
    i done all configuration party. when i am testing my interface through configuration test it is working successfully. but it is failing in sxmb_moni saying "No receiver could be determined".
    Eventhough i create proper recevier determination and recevier agreement.
    could you please answer my question.

    Hi,
    there are many possibilities for the receiver determination error.
    1) Configuration mistake
    Receiver determination depends upon:
    a) Sender business system
    b) Sender Interface
    c) namespcae under which sender interface is configured in ESR
    Check for the values in MONI and compare them with the config (Receiver determination) in ID.
    The above values should match in MONI and ID.
    So please check each and everything.
    2) Cache refresh (please check cache notifications in ID)
    3) When the business system not found in SLD.

  • Connectivity from Customer to sender AS2 adapter

    Hi Guys,
    My scenario is EDI to File, to send the data we provided our HTTP IP, port and URL to customer, here URL is https://<host_name>:<port> by using this URL we are able to receive the message upto our network, so how to get that data from network to PI System?
    Any other thing we need to add to the URL path like https://<host_name>:<port>/AS2 ID or ..... ?
    If yes how exactly we know we need to add AS2 or EDI or ......
    Please advice me.
    Thanks
    Ramesh

    Hi Sanju,
    If we are getting the 405 error means it is success (In one of Seeburger documentation they mentioned).
    My scenario is EDI to file, next file to FCC at the same time send 997 to sender, who sends the actual data.
    I am able to get the message to my network (ports are open, firewall allows the data), but not getting to PI or Seeburger system.
    Any one please suggest me the possible ways to trouble shoot that error.
    Thanks
    Ramesh

  • Sender AS2 MDN XML Channel error

    Hi,
    I am trying to configure a sender AS2 adapter to receive asynchronous MDN. But as soon as I create the channel ,it goes in error "Channel configuration is erroneous: java.nio.charset.UnsupportedCharsetException: The target charset iso885915 is not supported".
    1. I don't see any other option to configure character set once AS2 MDN transport protocol is selected. Am I missing any configuration?
    2. Also I am testing from mendelson and as per the mendelson log MDN is sent to PI system but I do not see any MDN in PI. We are using B2B addon SP1 on PI 7.11.
    mendelson log :
    [3:27:36 PM] mendelson_opensource_AS2-1407405456031-5@EDI_Partner_EDI_Partner: Outgoing MDN has not been signed.
    [3:27:36 PM] mendelson_opensource_AS2-1407405456031-5@EDI_Partner_EDI_Partner: MDN created, state set to [processed].
    [3:27:36 PM] mendelson_opensource_AS2-1407405456031-5@EDI_Partner_EDI_Partner: Sending async MDN to http://<PI_Host>:50000/AS2/AS2_Sender/mdn.
    [3:27:36 PM] mendelson_opensource_AS2-1407405456031-5@EDI_Partner_EDI_Partner: Message sent successfully (HTTP 200); 791 Byte transfered in 353ms [2.19 KB/s].
    [3:27:36 PM] 17ef0d18-1e19-11e4-c6b8-0000004bc76a@PI7: AS2 communication successful, payload 1 has been moved to "C:\Users\Pankaj\Desktop\mendelson\opensource\as2\messages\EDI_Partner\inbox\17ef0d18_1e19_11e4_c6b8_0000004bc76a@PI7".

    Hi Pankaj,
    This is what I did:
    The most important parts of the configuration are
    Receiver AS2 communication channel, requesting a synchronous MDN message
    Sender AS2  communication channel processing the incoming MDN message
    Receiver AS2 communication channel
    Sender AS2  communication channel
    Within the SAP PO monitoring tools, you see something like this:
    Kind regards,
    Dimitri

Maybe you are looking for