How to send reciever side errors back to sender

Hi Experts,
i am doing PROXY to JDBC syncronous scenario, my requirement is if any errors in reciever side i need to send those erros back to R3 system. errors like if any autorization problem, coneection problem, query time out.
can anyone suggest me how to achieve this.
Kind Regards,
Praveen.

Hi Praveen,
  In my case, the error exception usually is done by BPM exception branch. You must to use BPM for your process and send SYSTAT or ALEAUD idocs types. I recommend you the use of SYSTAT idoc because is more openness than ALEAUD idoc type.
  SAP should to improve this funcionality with new versions of SAP PI because if you want a good exception handling the best option is the use of BPM and the performance of BPM is lower than simple business scenario.
Best regards.
Ivá

Similar Messages

  • Sending Request Mapping errors back to a consumer for a sync scenario

    Hello Experts,
    I have a sync scenario (JAVA Application <-> PI <-> CRM (service)) where i want to send back any mapping exception that occurs in PI on the request side of the call, back to the consumer.
    I also want to communicated back to the consumer, if there are any connection failures between PI and CRM.
    I have implemented Fault Mapping in my scenario. Will this take care of any connection failures between PI and CRM also? 
    Your suggestions are highly appreciated.
    Warm Regards,
    Anshul

    Hello,
    I have a sync scenario (JAVA Application <-> PI <-> CRM (service)) where i want to send back any mapping exception that occurs in PI on the request side of the call, back to the consumer.
    You can use the XI alerting framework for that, here are some references:
    http://help.sap.com/saphelp_nw04/helpdata/en/3f/81023cfa699508e10000000a11402f/content.htm
    XI: Alerts - Step by step (Step-by-Step blog by Michal)
    I have implemented Fault Mapping in my scenario. Will this take care of any connection failures between PI and CRM also?
    Fault Mapping is for application errors only, it will not handle system errors.
    Hope this helps,
    Mark

  • Send.Asp File error does not send html form

    Hi,
    on my site I have a "contact us" page that contains an html form which I would like to be sent to a specific email once the user clicks on "send".
    I'm trying to do so with POST action connected to send.ASP file. but I keep getting this erro:
    CDO.Message.1 error '800401e4'
    Invalid syntax
    /send.asp, line 15
    Here is the Send.ASP code:
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <%
    Set myMail=CreateObject("CDO.Message")
    myMail.Subject="Message from site"
    myMail.From="[email protected]"
    myMail.To="[email protected]"
    myMail.CreateMHTMLBody "Name: " + Request.Form("Name") + "<br/>tel no: " + Request.Form("Tel_code") + Request.Form("Tel") + "<br/>Cell no: " + Request.Form("Cell_code") + Request.Form("Cell") + "<br/>Email: " + Request.Form("Email") + "<br/>Subject: " + Request.Form("Subject") + "<br/>message: " + Request.Form("Substence")
    myMail.Send
    set myMail=nothing
    %>
    </body>
    </html>
    here is my html form code:
    שם פרטי ומשפחה
    דואר אלקטרוני
    טלפון
    02
    03
    04
    08
    073
    077
    נייד
    052
    054
    057
    נושא
    תוכן ההודעה

    Hi,
    on my site I have a "contact us" page that contains an html form which I would like to be sent to a specific email once the user clicks on "send".
    I'm trying to do so with POST action connected to send.ASP file. but I keep getting this erro:
    CDO.Message.1 error '800401e4'
    Invalid syntax
    /send.asp, line 15
    Here is the Send.ASP code:
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <%
    Set myMail=CreateObject("CDO.Message")
    myMail.Subject="Message from site"
    myMail.From="[email protected]"
    myMail.To="[email protected]"
    myMail.CreateMHTMLBody "Name: " + Request.Form("Name") + "<br/>tel no: " + Request.Form("Tel_code") + Request.Form("Tel") + "<br/>Cell no: " + Request.Form("Cell_code") + Request.Form("Cell") + "<br/>Email: " + Request.Form("Email") + "<br/>Subject: " + Request.Form("Subject") + "<br/>message: " + Request.Form("Substence")
    myMail.Send
    set myMail=nothing
    %>
    </body>
    </html>
    here is my html form code:
    שם פרטי ומשפחה
    דואר אלקטרוני
    טלפון
    02
    03
    04
    08
    073
    077
    נייד
    052
    054
    057
    נושא
    תוכן ההודעה

  • HT2736 If I gift a song or book on tape to someone that already has it, can I get my money back or send another gift?

    I gifted a song not realizing the person had already purchased it on iTunes. If the person does not reedeem the song can I send either receive credit back or send another song?

    You can try resending it to a different person : http://support.apple.com/kb/HT1541
    Or try contacting iTunes Support and see if they will refund or credit you : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • How to send acknowldgent back to sender in SOAP-ASNYC scenario

    Hi
    I have an requirement, iam getting the changemaster data (single filed) from source system , i need to update it in SAP via PI,
    iam using SOAP>PI---->SAP,
    once updataion is done, i need to send back the status message, here i want to use soap-asuncronus interface, in that case how the acknowldgement (status or error) message will be handled?
    please explain , how can i declare the data in ESR ( iam not getting any WSDL from client).
    thanks in advance.
    Regards
    neeru

    Hi,
    This blog might help you:
    XI: Propagation of meaningful error information to SOAP Client
    Regards
    Ramesh

  • Why am I suddenly getting this message from a page I have been using for 6 months(Error code: sec_error_unknown_issuer) how do I get my page back?

    Why am I suddenly getting this message from a page I have been using for 6 months(Error code: sec_error_unknown_issuer) how do I get my page back?

    Did you reset Firefox recently?
    *https://support.mozilla.org/kb/reset-firefox-easily-fix-most-problems
    If that is the case then you may have lost intermediate certificates that were stored in the cert8.db file in the Firefox profile folder.
    Check out why the site is untrusted (see the Technical details) and if this is caused by a missing intermediate certificate then see if you can install this intermediate certificate from another source.
    Some firewalls monitor secure (https) connections and send their own certificate instead of the website's certificate.
    You can retrieve the certificate and check details like who issued certificates and expiration dates of certificates.
    *Click the link at the bottom of the error page: "I Understand the Risks"
    Let Firefox retrieve the certificate: "Add Exception" -> "Get Certificate".
    *Click the "View..." button and inspect the certificate and check who is the issuer.
    You can see more Details like intermediate certificates that are used in the Details pane.

  • I try to send emails after I have recieved. They are hotmail accounts. message says"cannot send mail and error occurred delivering this message.  I have tried deleting and restarting. I have tried shutting phone down completely and restarting.  no help...

    I am trying to send emails via a hotmail account on my i phone 5 and get the following message despite recieving e mails.  "cannot send mail an error occurred delivering this message"...   i have tried to restart phone to no avail. I have tried to delete and re input account to no avail.  I need help

    Hello lclaunch22
    You may need to validate the account with Hotmail. When logged in to the Hotmail account on a computer, there are instructions on how to do this.
    iOS: Setting up Hotmail, Outlook, Live, or MSN email accounts
    http://support.apple.com/kb/ht1694
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Can someone tell me how to get my side tool panel back?

    I'm hoping someone can tell me how to get my side tool panel back. I'm using adobe elements 10.0. Everything was fine, then all of a sudden the side tool panel disappeared and my whole screen is covered with adobe elements workspace.
    Hope you can help

    oh! yes ,
    It should be Shift + Ctrl + ALT on windows
    and Shift + Command + Option on Mac

  • I tried to install itunes 10.5 but recieved an error msg saying there is a problem with this windows installer package anyone got any ideas how to fix this?

    i tried to install itunes 10.5 but recieved an error msg saying there is a problem with this windows installer package
    i am trying to update my iphone 4 to ios 5 therefor require itunes 10.5 the installation process then rolls back and closes with no further explanation can anyone help?

    There are numerous threads discussing errors with 10.5.0
    can't install itunes 10.5
    ***Fix for iTunes 10.5 Install on Win7 64bit***

  • Tried to update ITunes, but keep getting error: Service "Apple Mobile Device" failed to start. Verify that you have sufficient privileges to start system services". How do I get my ITunes back?

    Tried to update ITunes, but keep getting error: Service "Apple Mobile Device failed to start.  Verify that you have sufficient privileges to start system services."
    So how do I get my ITunes back? 

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • I have had Adobe XI for about two years and My harddrive just crashed. My backups were part of the failure so I can't get it back. I purchased it from a third part supplier and it was a download. I need to find out how to get it restored. I can send scree

    I have had Adobe XI for about two years and My harddrive just crashed. My backups were part of the failure so I can't get it back. I purchased it from a third part supplier and it was a download. I need to find out how to get it restored. I can send screen shots of all of the drive location where the drive is still good and I can see my Adobe Acrobat pro information, but the download itself is missing. NEXT STEP?

    If you are talking about Reader (you did post in the Reader forum), then just download http://get.adobe.com/reader/enterprise. However Reader is free not purchasable. You can download a trial then install using your serial number, which if you didn’t register or write down somewhere you will be out of luck to track down.
    Download a free trial or buy Adobe products | Adobe downloads

  • I have just downloaded all of my music into the new itune's however all of my music has an "!" buy it and I get an error saying "original file can not be found". How do I get my music back?

    I have just downloaded all of my music into the new itues, however; all of my music has an "!" but it and I get an error that says " original file can not be found".
    How do I get my music back?

    Ok, I had a glitch, forced to restart, and lost my train of thought.
    Reinstalling iTunes should fix the major issue that might have gone wrong, perhaps your explaination points will disappear and everything will be peachy again.
    But if they don't, you can open the XML file in iTunes Folder using a Text edit program to see what the common pathname is to the iTunes Music folder or where your content is located.
    If you moved the itunes folder, it needs to go back.
    I can't  download iTunes to my Vista virtual machine to test it out right now because iTunes is down, so I can't verify the pathname, perhaps your issue and the iTunes being down are related somehow?
    You don't want to import all your music again, but it's a option, but you lose all your playlists, that's what I'm trying to recover.
    If oyu don't have a whole lot of playlists, then simply select all the explaimation point music and delete, select File from the menu and import your itunes folder again.

  • I tried to send a mail message to too many addees. when the rejection came back "cannot send message using the server..." the window is too long to be able to see the choices at the bottom of it. how can i see the choices at the bottom of that window?

    I tried to send a mail message to too many addees. when the rejection came back "cannot send message using the server..." the window is too long to be able to see the choices at the bottom of it. how can I see the choices at the bottom of that window?

    I tried to send it through gmail and the acct is  a POP acct
    I'm not concerned about sending to the long address list. I just can't get the email and window that says "cannot send emai using the server..." to go away. The default must be "retry", because although I cannot see the choices at the bottom of the window if I hit return it trys again... and then of course comes back with the very long pop up window that I cannot see the bottom of so I can tell it to quit trying...

  • Why when installing Adobe Acrobat XI Pro do I recieve  install error 1328 ?  Does same when trying to updateas well. How can I fix this?

    Why when installing Adobe Acrobat XI Pro do I recieve  install error 1328 ?  Does same when trying to update as well. How can I fix this?

    Moving this discussion to the Acrobat Installation & Update Issues forum.

  • In Elements 12 how do I auto fix multiple pictures, then send them back to the organizer?

    In Elements 12 how do I auto fix multiple pictures, then send them back to the organizer?

    Hi,
    You can try the batch processing, refer the below link
    http://help.adobe.com/en_US/photoshopelements/using/WS287f927bd30d4b1f89cffc612e28adab65-7 fff.html#WS287f927bd30d4b1f89cffc612e28adab65-7ff6

Maybe you are looking for