AS2 asnyc MDN not working

Hi,
I have setup my config in SeeBurger AS2 adapter in SAP PI 7.11 to send a file to our trading partner via AS2-HTTPS with async MDN requested. I got the an error in seeburger message monitoring : "Sent AS2 message successfully to partner - waiting now for asynchrone MDN"
We are still not able to received the async MDN from our partner. Wonder if anyone of here had encountered similar problem before? Please share your experience.
My config:
1. HTTPS-AS2
2. Signed Msg
3. Encrypted Msg
4. Request async MDN (Not signed) by provided our HTTPS AS2 URL in receipt delivery address, no MDN time out.
5. Create virtual sender aggrement for MDN report with accepting same message title with AS2 receiver aggrement message titile.
*Tested the same receiver agreement config with No MDN and Synchronous MDN. All successfully.
Thanks!
SP

Hi,
We are also facing the same problem. But I want to tell you few points which you need to make sure....
virtual party and communication component that you've used in Sender agreement of Reports channel  shouldbe same as that of party & component used in Header mapping  of actual receiver agreement. And, there should not be more than two sender agreements for MDN reports channel for same set of sender and receiver party.
One request from my side is... please let me know if your issue got resolved so that it'll be helpful for me too.
Regards
Priyanka

Similar Messages

  • Seeburger AS2 Adapter: "MDN not signed"

    Dear all,
    we just updated our test system from XI 3.0 to PI 7.1. Now we are facing a problem with our Seeburger AS2 Adapter.
    I sent out a message via AS2 and get the follwing error message in Seeburger AS2 Monitor:
    "MDN not signed"
    In the Receiver Communication Channel I checked the Option "Sign MDN". In XI 3.0 this Scenario was working perfectly. So I contacted our communication partner and asked them if our AS2 message really contained a request for a signed MDN. Our commnucation partner confirmed and sent the MDN as text file to me. This text file shows that the MDN is signed. So it seems that the Seeburger AS2 adapter does not notice that the received MDN is a signed one. But why? Do you have an idea?
    Just for testing purposes I unchecked the "Signe MDN" option. In this case the transmission finished successfully.
    Who can help?
    Thanks
    Michael

    Dear Vikrant,
    many thanks for your reply. But I am not sure if we are really facing the same issue as you described it in your article.
    Currently we have this situation:
    When I send out a message the Seeburge Workbench provides only the following error message:
    "MDN not signed"
    Via the Recovery Monitor I can check the received MDN. Here I can see that the MDN is signed and positive.
    In the Runtime Workbench I checked the following:
    1. In the Message Monitor (Adapter engine) the message is in status "System Error". Here are the details:
    Message could not be forwarded to the JCA adapter. Reason: Fatal exception: javax.resource.ResourceException: SEEBURGER AS2: Negative synchron MDN received., SEEBURGER AS2: Negative synchron MDN received.
    Adapter Framework caught exception: Fatal exception: javax.resource.ResourceException: SEEBURGER AS2: Negative synchron MDN received., SEEBURGER AS2: Negative synchron MDN received.
    Delivering the message to the application using connection AS2_http://seeburger.com/xi failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: javax.resource.ResourceException: Fatal exception: javax.resource.ResourceException: SEEBURGER AS2: Negative synchron MDN received., SEEBURGER AS2: Negative synchron MDN received..
    2. The Communication Channel Monitor shows the following error messages:
    Error type: REPORT_ERROR >> Error date: 12/14/10 12:02 PM >> Description: MDN not signed [12/14/10 12:02 PM]
    Message processing failed. Cause: javax.resource.ResourceException: Fatal exception: javax.resource.ResourceException: SEEBURGER AS2: Negative synchron MDN received., SEEBURGER AS2: Negative synchron MDN received.
    I do not understand why the MDN is recognized as negative and unsigned even if the plain text version of the MDN shows that it is signed and positive.
    In your article you recommend to create a sender communication channel for MDN and a corresponding sender agreement. We already did that in XI 3.0 to forward the MDN as STATUS IDOC to SAP ECC.
    Maybe you have an additional idea?
    Thanks
    Michaek

  • AS2 button actions not working

    I've created a dropdown menu movie clip, and I want the various buttons in the dropdowns to link to various Scenes.
    When I test the movie the dropdown menus perform as intended, and the buttons appear to have rollover states, but they do not link to my additional Scenes.
    I have gone into the movie clip containing the buttons, and given the buttons instace names, and then added the following AS2 script to go to the next scene, but it does not work:
    displayB_btn.onRelease=function() {
        gotoAndStop("Scene 2",1);
    In a nutshell, I cannot move beyond Scene 1.
    I have tried making the instances movie clips rather than buttons, but that has created its own problems.
    Hope someone can help.
    Thanks in advance.

    in as2, do not use scenes for navigation and do not use the goto functions.
    use frame labels and use the goto methods:
    _root.gotoAndStop("scene2_frame1");

  • [as2] Class is not working

    Hi.
    I have two levels one for "movie1.swf" the other "movie2.swf",
    movie1 is on level 0, movie2 is on level 1.
    I made a class "MySound", a class that extends the Sound class.
    The problem is that I tried to use MySound class on movie2 and is not working.
    It only works when I use MySound class on level 0.
    Why?
    Other thing.
    The Sound class constructor function has a parameter "target" use to
    point to a object. I think it is use to setVolume and other things.
    How can I use the same method?
    I´ve tried to setVolume with my class ("MySound"), once for each
    sound and it worked for both, I mean, example, I have sounds "s1"
    and "s2", I tried to set the volume of s1 to 50 and s2 to 0 like this:
    s1.setVolume(50)
    s2.setVolume(0)
    But, both sounds volume were setted to 0.
    How can I use the same method of targeting an object so the setVolume
    works properly in MySound class?
    Note:
    MySound class has no constructor function declared, so I thought it could
    work the same as Sound class.
    How can I use setVolume method in MySound class?
    The main reason I´m making a MySound class is because in MySound class I have methods that pauses and resumes the current sound object.
    I know I can make it directly through script with Sound class, but with MySound class it gets better to write script to work with sounds.
    So I can just use s1.pause() s1.resume(), instead of creating a variable each time for each sound object.
    Any help?
    Thanks

    hi
    I had put auto-start=true in server.xml .then also it is not working.
    when I redeploy my ear,the startup class is invoked,but when i restart the
    server it does'nt
    gaj

  • AS2 fading button not working in AS3

    Hello, Experts.
    I hope my question is simple enough for a simple answer.
    I have a button that I made a couple of years ago (in AS 2.0) that has a rollover fade in/out effect. Some of the AS is written in the object itself. The button works fine when it's loaded as an external movie to a blank mc when the host is also published in AS2. But if I attempt to use the swf in a main movie that is AS3, none of the fading action works.
    My question: Is this normal and to be expected? I know that AS3 will not allow AS to be placed in the object. But will AS3 also go as far to disable an otherwise functioning object that has code in itself?
    Thank you in advance for the education.

    there is no problem with as2 functioning in a swf that's loaded by an as3 file.  ie, you must use the loader class.

  • [CS3] FL 3.0 - AS2: _parent property not working!

    Hey Guys,
    I am not able to access the functions and variables of a parent SWF from a loaded SWF using the _parent notation in FlashLite 3.0 - AS2.
    Check the attachment.... I have attached the source files. Please unzip them and check that when you publish the parent.fla it loads the child.swf via a loadMovie() and then at the last frame of child.swf I have tried to access some property and method from parent.swf using _parent and I am not able to do so......
    Can somebody tell me why this is happening and what is the workaround for this!
    As ever,
    Vinayak Kadam

    Your parent swf needs to allow access for scripting by the child.  Read the Flash 8 security documentation for the full details on this.
    To solve it you should use system.security.allowDomain("*")
    Mark

  • Mdns not working !!!! HELP

    Hello
    I tried the following CLI on a couple of other machines and their it works perfect and bonjour will work after a restart
    sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
    sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
    The Permissions for this file are OK
    With ls -l i got
    -rw-r--r-- 1 root wheel 897 25 Jul 2009 com.apple.mDNSResponder.plist
    -rw-r--r-- 1 root wheel 543 25 Jul 2009 com.apple.mDNSResponderHelper.plist
    Any Idea?

    Post Unix and Terminal issues to the Unix forum under OS X Technologies.

  • [cs3, as2] nested txt not working with XML

    Hi im having problems with my xml banner, i have some txt
    that is nested in a movieclip that animates on as each image is
    loaded. Initially i couldnt even get the txt to show up, after i
    used _root, the txt now pops up but only for a split sec and then
    dissapears and dosent' reapear at all. Any idea what i need to
    change. Her'es the code im using.

    This is a big problem... anyone from Adobe able to address
    this?

  • MDN Not Signed Error

    After updating a certificate in PI we are facing MDN not signed errors.
    In Seeburger logs, I can see that the response MDN is signed.
    However, Seeburger, doesn't find the signature and generates a negative MDN.
    Unchecking the signature in the receiver AS2 channel fixes the problem.
    This issue seems very similar to the following thread: Seeburger AS2 Adapter: "MDN not signed"
    SAP PI Version : PI 7.11 SP12
    Seeburger AS2 2.1.5
    Original Certificate: 1024 bits
    New Certificate: 2048 bits.
    Any help would be much appreciated.
    Thanks,
    Harsh

    Hi Harsh,
    Check the link mentioned in this blog Certificate and Troubleshooting - Guide for Seeburger - AS2 - Adapter by Stefan Hilpp
    As mentioned here on Page 19, check the Signing Key in your Sender Agreement.
    Maybe the signing key mentioned is wrong.
    Regards,
    Pranil.

  • Captivate 4 AS2 Text Entry Box not working with Flash Player 11

    I am having issues with text entry boxes not working at all in flash 11. I am using Captivate 4 and exporting an AS2 swf. When you get to the slide you can type but you cannot see anything nor does the button or keystroke to move on. Also there is no cursor. Any ideas?

    You said it is not working with Flash 11, so does that mean you tested with previous version and that worked?
    While publishing choose Flash player as 9 and publish that, verify if that plays in a compatible web browser.
    AS 2 is a legacy scripting, it has been said not too be supported with even Flash Player 10 --
    http://help.adobe.com/en_US/AS2LCR/Flash_10.0/help.html?content=Part2_AS2_LangRef_1.html
    I believe if you switch back to version 9 while publish your project, it should work.
    Thanks,
    Anjaneai

  • As2 fscommand not working

    Basically I want to use fscommand to write a local file. I think there may be some issues -- 
    variable = "1235";
    path = "file.txt";
    fscommand ("save", path);
    textbox1.text = "HI"; //just so i know it is getting to this point.
    One, does this work on vista? I am running vista so that may be why its not working.
    Two, I also heard rumors about it not working in IE7 or higher, is that true?
    Three, I also have read that it only works when running the swf file in flash projector, is that true?

    If I understand you correctly, I think the 'shared object' might be what you need.
    The AS2 Language Reference in F8 starts off like this:
    "The SharedObject class is used to read and store limited amounts of data on a user's computer. Shared objects offer real-time data sharing between objects that are persistent on the user's computer. Local shared objects are similar to browser cookies. ....."
    hope that helps.

  • Flash, AS2 fscommand not working

    hi,
    I have a flash application working fine in a html page. i want to add javascript interaction.
    I see that i have to use fscommand . when i compile and execute my flash application inside flash CS4 and test it directly from the generation directory (D:\dev\flash\myApp), it work find.
    If i copy my project directory in another directory (D:\dev\flash\release\myApp), it's not working.
    I don't understand why !
    I never reach the javascript code.
    Thanks for your help.

    If I understand you correctly, I think the 'shared object' might be what you need.
    The AS2 Language Reference in F8 starts off like this:
    "The SharedObject class is used to read and store limited amounts of data on a user's computer. Shared objects offer real-time data sharing between objects that are persistent on the user's computer. Local shared objects are similar to browser cookies. ....."
    hope that helps.

  • Flash 8 AS2 coding not working

    We have an application that creates a page turner type of
    documents. We have a player to put it all together but one of our
    client wants to import this in Presenter.
    We created a "loader" type of swf to load the application and
    kept the rest of the player, trimmed down, but we have issue with
    the "flipping page" feature. It use the flash.display.BitmapData
    package that comes in Flash 8, but it looks like it is not working.
    The content is not redrawn to the curve, the image is tiled in the
    area it is supposed to fill. We had this problem once when the
    player we had was compiled in Flash 7.
    Is it possible that the flash version that Presenter use is
    not 8? Even if the documentation say that Flash 8 is the minimum to
    view the content. Is there a workaround or update to F8 in the
    pipes?

    Your not the only one who is having troble with flash. I here
    to find help with the same situation. My friend has installed
    version 9 and can't view anything on the internet that uses flash.
    But the other account user can. Whats up. All internet options are
    the same...

  • As2 form not working within action scripts

    this script is working on online but when i put this code within my project action scripts, its not working,,,
    stop();
    System.useCodepage = true;
    send_btn.onRelease = function() {
        my_vars = new LoadVars();
        my_vars.sender = email_box.text;
        my_vars.subject = subject_box.text;
        my_vars.message = message_box.text;
        if (my_vars.sender != "" and my_vars.subject != "" and my_vars.message != "") {
            my_vars.sendAndLoad("mailer.php", my_vars, "POST");
            gotoAndStop(72);
        } else {
            error_clip.gotoAndPlay(72);
        my_vars.onLoad = function() {
            gotoAndStop(73);
    email_box.onSetFocus = subject_box.onSetFocus=message_box.onSetFocus=function () {
        if (error_clip._currentframe != 1) {
            error_clip.gotoAndPlay(6);

    Are you testing on a server?  If not, do you have PHP installed to support trying to call upon a PHP file?

  • MDN not authenticated

    Hi All,
    Good day.
    I searched and read the forums for "MDN not authenticated" error but it seems that our issue is quite different.
    The scenario is that we have a trading partner wherein we are sending PDF files to them via AS2. The trading partner is receiving the PDF files but we are having a "MDN not authenticated" error in Seeburger.
    The connection is working before as expected until we introduced another trading partner with similar AS2 ID as the first partner with only difference of capitalization.
    For the first partner, Party configuration is XIPARTY "PARTNER1" and AS2 ID "PARTNER".
    For the second partner, Party configuration is XIPARTY "PARTNER2" and AS2 ID "Partner".
    Since the introduction of PARTNER2, messages for PARTNER1 are showing "MDN not authenticated" in Seeburger but PARTNER1 is still receiving the files. We also noticed that the Seeburger logs of PARTNER1 uses the AS2 ID of PARTNER2 which is "Partner".
    Sample logs:
    Adapter engine logs of PARTNER1:
    Status Successful
    Repeatable No
    Cancelable No
    Error Category  
    Error Code  
    Start 03.11.2011 02:24:08.139
    End 03.11.2011 02:24:08.956
    Sender Party  
    Sender Component Source
    Receiver Party PARTNER1
    (http://sap.com/xi/XI,XIParty)
    Receiver Component AS2_Service
    Interface
    PDF_Invoice_IB
    Service Definition  
    Software Component  
    Application Component  
    Business Message  
    Quality of Service Exactly Once
    Message Format XI Message
    Message ID 4eb1235f-f5ea-08f0-e100-8000913742f8
    Seeburger logs for PARTNER1:
    Message ID
    Correlation ID 4eb1235f-f5ea-08f0-e100-8000913742f8
    Sender AS2 ID Source
    Receiver AS2 ID Partner
    State Error on send, will not be retried
    Status Description MDN not authenticated - Error while loading authentication certificate: Certficate alias is empty
    Timestamp 11/03/2011 02:24:08
    Content Type application/pdf
    MIC gtjVHVilERCjoXysyuH2QWigHhY=
    Message Subject INDRA PDF attachment
    Receipt requested async
    Encrypted  
    Direction SENT
    Logical System 000
    Compressed  
    Signed  
    Receipt (MDN) details
    Type async
    MDN Message ID
    Partner ID Partner
    Payload State ok
    Payload State Details <empty>
    MDN Timestamp 11/03/2011 02:24:11
    MDN Sigend  
    Own ID 8712423000339
    Anyone who could help us with this issue?
    Thanks in advance.
    Edited by: Carlo Borja on Nov 3, 2011 5:24 AM

    Hello,
    in PI, you usually setup
    - 1 Party with your own AS2 ID /which will be used to communicate with all partners)
    - 1 Party for each of your partners that want to communicate via AS2
    => so if you communicate with 2 Partners via AS2, you have a total of 3 Parties (1 own and 2 partner IDs) setup in your PI
    Each party that you setup to identify your EDI-Partners should have an own unique AS2-ID that they usually provide to you when you exchange your AS2-parameters (and I am wondering why someone would identify themselves with an ID "PARTNER" or "Partner"....
    If this is a test-scenario and you have defined the AS2-IDs also for your "partners" in that scenario, I would also not recommend to use the same IDs (even if they are different with the capital letters)... it just might lead to confusion...
    Greetings

Maybe you are looking for