Interfacing error notified via email

Hi Gurus.
My client is going to implement interfacing between Mercia ( Third party software) to SAP for some functionality.
The requirement is
The business will need to be notified via email or SAP Idoc when an error has occurred with Mercia or SAP that prevents users accessing the Mercia database, weekly schedule run, month end procedures, and any other interface failure. (depending upon the error should determine which method either email or Idoc)
How can user will recieved mail If interfacing program having some error.

Hi,
try using IDOCMSG business object.
Create a custom event to trigger to workflow. Find out some user exit or BAdi to trigger the workflow.
Then use a send mail step and send a notification to the desired user.
Regards,
Raj

Similar Messages

  • Notify via email upon concurrent request failure

    Hi,
    I would like suggestions on the best way to solve the problem of being able to notify user(s) via email upon the failure of a concurrent request. Apps has the built-in ability to notify upon completion, not just upon failure. I want to limit the need for any user/passwd info being exchanged.
    So far, my best bet I think is a dbms_job.
    Any suggestions other than writing a shell script to login to the database and check on fnd_concurrent_requests?
    Seems like this would be a good feature to add for Apps.

    All you need is to create a trigger as below
    CREATE OR REPLACE TRIGGER sgldba.sgl_concurrent_request_status
    after insert or update on apps.fnd_concurrent_requests
    for each row
    WHEN (new.status_code in ('E','G','T'))
    begin
    insert into sgldba.sgl_concurrent_request_track values (
    :new.request_id,
    :new.status_code,
    :new.actual_start_date,
    :new.actual_completion_date);
    end sgl_concurrent_request_status;
    I am having the trigger to update a table sgldba.sgl_concurrent_request_track with the request_id , status_code , actual start date , actual completion date .
    You can proceed further by adding addition information to the trigger like sending mail
    Regards

  • Hardware Error Reporting Via Email

    Hello All
    I have a question i hope someone can help me out with.
    what i want to know is if there is a oem and or third part software that would send you server errors (mainly looking at windows) via emails. For example: if a hardware issue was to arise with lets say a HDD or some other component and the error is logged.
    Would i be able to get a program to send me that error via email automatically every time an issue arises with a any hardware component or software.
    Thanks in advance.

    Hi,
    what you really need is a monitoring tool. Something like say System Center Operation Manager, nagios, HP SIM...
    Many OEMS (HP, Dell, IBM/Lenovo,..) offer specific tools and configuratiotns for server grade hardware. this mostly consists of an IPMI with some vendor specifics (think HP ILO, Dell iDrac,..). this is modelspecific hardware to monitor (and configure) the
    hardware. Most of these can send out emails.
    Yous should never rely on the local server (only) to alert you of problems; it might be on fire when it needs to send out that mail! Have dedicated monitoring hardware.
    MCP/MCSA/MCTS/MCITP

  • Multi server administration MSXOeprator not getting notified via email

    I created mutli server jobs and they are working fine except that I don't get any notification via email.
    The target and master are configured with DB Mail and it is working fine. But for the multi server jobs.. it isn't.
    I tried the operator that exists in both target and master and also the msxoperator.
    What am I doing wrong?
    Thanks
    Paula

    I guess this is it:
    Enable DatabaseMail on the SQL Server Agent -> properties -> Alert System  (check the checkbox), and then restart SQL Server Agent.
    Paula

  • Error Notification via email

    I am trying to implement a robust email notification using a procedure and variables. It seems that when I use variables, I end up with errors (Invalid parameter usually). Here are two samples of code. One works, one does not...
    Working
    command:
    OdiSendMail "-MAILHOST=mail.xxxx.com" "-FROM=[email protected]" "-SUBJECT=ODI Failure" "-TO=[email protected]"
    ODI Session failed, please investigate!
    Not Working ! Note,
    command:
    OdiSendMail "-MAILHOST=#HOST_SERVER" "-FROM=#FROM_EMAIL" "-SUBJECT=ODI Failure" "-TO=#TO_EMAIL"
    #Logger_Check_Job_Run
    Note, there are 4 parameters in the second example. I have tried substituting all the variables until all are hardcoded, and once all hardcoded, then it works. The order in which I substitute does not matter.
    The #Logger_Check_Job_Run variable is the results of a query. The other variables have a hard coded value for now.
    Any help or tips are greatly appreciated.
    Scott

    Hello,
    sorry for breaking into your discussion.
    Try to do this:
    1) declare MAIL_SERVER variable
    2) declare ODI_ADMIN_EMAIL variable
    3) declare LOGGER_CHECK_JOB variable
    3-5) set values to all variables
    6) call procedure:
    Jython, just single step with ignore errors flag set to yes
    l = 'MAIL_SERVER = '+ '#MAIL_SERVER' + 'ODI_ADMIN_EMAIL = '+ '#ODI_ADMIN_EMAIL' + 'LOGGER_CHECK_JOB = '+ '#LOGGER_CHECK_JOB'
    raise(l)
    7) call your procedure
    !!! check that you set the step 1) as the first step in the package !!!
    Using the step 6) you can check if the variables have values that you expect. Try to "debug" and let us know if it helped.
    BR
    Antonin

  • How to send error message via a mail to the customers email id

    HI experts ,
    i have a requirement,In idoc where i have to send the error message via email to a perticular emailid?
    please help me n tell also which fm is used for that?
    Thanks
    RAhul Sisodia

    Hi ,
    Check this Link..
    [sending an email with multiple attachments;
    Regards,
    Sachin M M

  • No text shown in ALERT-Message in RWB-Inbox and via eMail

    Hi,
    we configured Alerting in XI giving conatiner elements in the title and long and short texts like &SXMS_ERROR_CAT& (actually we put all inside for testing purposes!).
    But when receiving the error message via eMail or in Alert-Inbox we only receive this error:
    Runtime Workbench Service User PIRWBUSER@domain
    <category> (The triggering application determined you as a recipient)
    Alert ID: ##06861##
    Possible Subsequent Activities
    Message Monitor 29C9106069DB11DDB8C0000AE4821300 Message Monitor (Secure Connection) 29C9106069DB11DDB8C0000AE4821300
    So where are the other informations?! How to achive to get a meaningfull error-message?!
    br

    Hi, i did the syntax-check and it worked well!
    We have following:
    Error: &SXMS_ERROR_CODE& (category &SXMS_ERROR_CAT&) was found in SAP XI (&SXMS_TO_ADAPTER_TYPE&)
    However we do not receive any message with detailed information!
    br

  • Standard Setup - External IP Update via email?

    I have an iMac G5 with OS X Server 10.5.6 everything stock here and working great. I have it setup as a standard server... offering only the most basic things like file and printer sharing.
    Is there any setting or and application that will notify via email if my external IP has changed. If I convert the server to an advanced configuration is that a possibility and if so how can I do this? I have tried to download the ServerAdminTools10.5.dmg package and for some reason after installing I cannot find the utilities... it only installs the basic "Server Preferences" in the dock...

    I have figured out how to convert the server to advanced... but still need an app to help me knwo when my IP changes... any ideas?

  • Interface errors (crc, in/output, collisions etc.) via snmp

    Hi,
    I'm trying to understand how to get interface errors via SNMP.  I do get stats via SNMP for ifInErrors / ifOutErrors etc, but I'm trying to get output via SNMP for the errors visible via the 'sh int x' command - CRC errors, input / output errors, collisions, runts. giants etc.).
    1) The SNMP ifInError / ifOutError seems to give an overall counter of all errors from the time the device has started - Am I correct about this?
    2) Is there any way I can get the interface-specific errors noted above via SNMP?
    Thanks,
    Mario

    Depends on the device and version of code, but most likely you will get what you want from the CISCO-IF-EXTENSION-MIB.  Look at objects like cieIfInRuntsErrs, cieIfInGiantsErrs, and cieIfInFramingErrs.  You will also get some ethernet-specific errors from the ETHERLIKE-MIB.

  • Error opening PDF file when send as attachment via email

    Hi,
    I searched around the forum to resolve my issue and there's alot of post that is related but i can't find any answer to my issues.
    Here's the scenario :-
    I try to convert the smartform to PDF and then send the PDF as an attachment via email.
    After converting the smartform to PDF, i managed to download the file and view it without any problem but i can't view the PDF as an attachment. It has the following error :-
    Adobe Reader could not open '4500002325.PDF' because it is either not a supported fle type or because the file has been damaged (for example, it was sent as an email and wasn't correctly decoded
    The following is the snapshot of my code:-
    * Determine smartform function module for invoice
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = lf_formname
        IMPORTING
          fm_name            = lf_fm_name
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      IF sy-subrc <> 0.
    *  error handling
        ent_retco = sy-subrc.
        PERFORM protocol_update_i.
      ENDIF.
      ls_control_param-getotf = 'X'.
      CALL FUNCTION lf_fm_name
        EXPORTING
          archive_index        = toa_dara
          archive_parameters   = arc_params
          control_parameters   = ls_control_param
          mail_recipient       = ls_recipient
          mail_sender          = ls_sender
          output_options       = ls_composer_param
          zxekko               = l_doc-xekko  " user_settings = ' '
          zxpekko              = l_doc-xpekko
        IMPORTING
          document_output_info = l_ssfcrespd
          job_output_info      = l_ssfcrescl
          job_output_options   = l_ssfcresop
        TABLES
          l_xekpo              = l_doc-xekpo[]
          l_xekpa              = l_doc-xekpa[]
          l_xpekpo             = l_doc-xpekpo[]
          l_xeket               = l_doc-xeket[]
          l_xtkomv             = l_doc-xtkomv[]
          l_xekkn              = l_doc-xekkn[]
          l_xekek              = l_doc-xekek[]
          l_xkomk              = l_xkomk
        EXCEPTIONS
          formatting_error     = 1
          internal_error       = 2
          send_error           = 3
          user_canceled        = 4
          OTHERS               = 5.
      IF sy-subrc = 0.
        CALL FUNCTION 'CONVERT_OTF'
          EXPORTING
            FORMAT                = 'PDF'
          IMPORTING
            BIN_FILESIZE          = v_len_in
            BIN_FILE              = v_bin_file
          TABLES
            OTF                   = l_ssfcrescl-otfdata
            LINES                 = l_pdf
          EXCEPTIONS
            ERR_MAX_LINEWIDTH     = 1
            ERR_FORMAT            = 2
            ERR_CONV_NOT_POSSIBLE = 3
            ERR_BAD_OTF           = 4
            OTHERS                = 5.
    * email subject
        CONCATENATE 'Purchase order' l_doc-xekko-ebeln INTO lw_subject
                    SEPARATED BY space.
    * RECIPIENTS
        lwa_recipients-rec_type = 'U'.
        lwa_recipients-express = 'X'.
        SELECT adr6~smtp_addr
        INTO TABLE gv_smtp_addr
        FROM ekko AS ekko INNER JOIN
             lfa1 AS lfa1 ON ekko~lifnr      = lfa1~lifnr INNER JOIN
             adr6 AS adr6 ON adr6~addrnumber = lfa1~adrnr
        WHERE ekko~ebeln = l_doc-xekko-ebeln.
        IF NOT gv_smtp_addr[] IS INITIAL.
          LOOP AT gv_smtp_addr INTO gv_smtp_addr_line FROM 2.
            lwa_recipients-receiver = gv_smtp_addr_line.
            lwa_recipients-copy = ''.
            APPEND lwa_recipients TO ptb_recipients.
          ENDLOOP.
    * Text Data
            CALL FUNCTION 'READ_TEXT'
              EXPORTING
                id                      = 'ST'
                language                = 'E'
                name                    = 'TEST'
                object                  = 'TEXT'
              TABLES
                lines                   = lv_lines
              EXCEPTIONS
                id                      = 1
                language                = 2
                name                    = 3
                not_found               = 4
                object                  = 5
                reference_check         = 6
                wrong_access_to_archive = 7
                OTHERS                  = 8.
          LOOP AT lv_lines INTO lv_lines_line.
            ltb_objtxt = lv_lines_line-tdline.
            APPEND ltb_objtxt.
          ENDLOOP.
          DESCRIBE TABLE ltb_objtxt LINES lw_tab_lines.
          READ TABLE ltb_objtxt INDEX lw_tab_lines.
    * document data contains information for the whole message
          lwa_doc_chng-obj_descr = 'ABAPlist'.
    * Control Data
          lwa_doc_chng-obj_name   = 'TESTING'.
          lwa_doc_chng-sensitivty = 'F'.
          lwa_doc_chng-no_change  = 'X'.
          lwa_doc_chng-priority   = '1'.
          lwa_doc_chng-obj_prio   = '1'.
          lwa_doc_chng-obj_langu  = sy-langu.
          CLEAR ltb_objpack-transf_bin.
    *Attachment
    *Move the binary attachment to other internal table.
          ltb_objpack-head_start = 1.
          ltb_objpack-head_num   = 0.
          ltb_objpack-body_start = 1.
          ltb_objpack-body_num   = lw_tab_lines.
          ltb_objpack-doc_type   = 'RAW'.
          APPEND ltb_objpack.
          clear : lw_tab_lines.
    *Get the number of lines in the Attachment (PDF FILE)
    *      DESCRIBE TABLE it_mess_att LINES lw_tab_lines.
          DESCRIBE TABLE l_objbin lines lw_tab_lines.
          ltb_objpack-transf_bin = 'X'.
          ltb_objpack-head_start = 1.
          ltb_objpack-head_num   = 1.
          ltb_objpack-body_start = 1.
          ltb_objpack-body_num = lw_tab_lines.
          ltb_objpack-doc_type = 'PDF'.
          ltb_objpack-obj_descr = l_doc-xekko-ebeln.
          ltb_objpack-doc_size = lw_tab_lines * 255.
          APPEND ltb_objpack.
    *Email Subject
          lwa_doc_chng-obj_descr = lw_subject.
            lwa_recipients-receiver = recipeint.
            lwa_recipients-rec_type = 'U'.
            lwa_recipients-copy     = 'X'.
            lwa_recipients-express  = 'X'.
            APPEND lwa_recipients TO ptb_recipients.
          CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
            EXPORTING
              document_data = lwa_doc_chng
              COMMIT_WORK   = 'X'
            TABLES
              packing_list  = ltb_objpack
              contents_bin  = l_objbin
              contents_txt  = ltb_objtxt
              receivers     = ptb_recipients.
          IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
        ENDIF.
      ENDIF.
    Edited by: ~loObie on Apr 23, 2010 12:01 PM
    Edited by: ~loObie on Apr 23, 2010 12:02 PM

    Did you send the pdf in the following format ...
    2. Sending PDF as mail.
    CLEAR t_receivers.
    REFRESH t_receivers.
    t_receivers-receiver = sy-uname.
    t_receivers-rec_type = 'B'.
    t_receivers-com_type = 'INT'.
    t_receivers-notif_del = 'X'.
    t_receivers-notif_ndel = 'X'.
    APPEND t_receivers.
    CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
    EXPORTING
    document_data = w_doc_data
    put_in_outbox = 'X'
    sender_address = ld_sender_address
    sender_address_type = ld_sender_address_type
    commit_work = 'X'
    IMPORTING
    sent_to_all = w_sent_all
    TABLES
    packing_list = t_packing_list
    contents_bin = t_attachment
    contents_txt = it_message
    receivers = t_receivers
    EXCEPTIONS
    too_many_receivers = 1
    document_not_sent = 2
    document_type_not_exist = 3
    operation_no_authorization = 4
    parameter_error = 5
    x_error = 6
    enqueue_error = 7
    OTHERS = 8.
    Quote from the Following [LINK|http://www.sap-basis-abap.com/smartforms/convert-the-smart-form-into-pdf-and-send.htm]

  • Error message received submitting form via email - "Acrobat cannot connect to the server"

    Some of my users are unable to submit form data.  The forms are set up to be submitted via email and only a few of the users are effected.  They have installed the latest versions of both Acrobat and Adobe Reader.
    "Acrobat cannot connect to the server, but will automatically submit your form once the server is online.  You can check tracker for the status of this submission."
    "You have already submitted the data on this form and it is waiting to be sent.  Further changes are not allowed until the prior data is sent."
    I know that this question has been asked before, but there has not been a response.  This is very frustrating.
    Thanks for any help or sugesstions.

    I have this exact same error, but also have not yet found a workaround.
    Only sporatic users get the error, and I've been unable to duplicate it from my machine.  I am on Adobe Reader v 10.1.2.
    Actually I can get around the error if I were to downgrade to Adobe v9, but that is a bandaid fix - not really a secure answer.

  • I am developing a book via email with a collaborator. iBooks Files are sent to me via a link to preview on iPad. This worked fine for a while but now getting download errors and the unhappy mac face saying download failed. Any ideas?

    I am developing a book via email with a collaborator. iBooks Files are sent to me via a link to preview on iPad. This worked fine for a while but now getting download errors and the unhappy mac face saying download failed. Any help appreciated. Very frustrating!

        I can see that this issue has been quite extensive, and frustrating, and I am so sorry for all that has happened societygirl! I would like to help you work this issue out. Please follow & send me a Direct Message, so I can get your account specifics and help finally bring this to a resolution.
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • Idoc error via email

    Hi Guys,
    is it possible to send the IDOC errors to the business User via email.
    1. I Know we can use workflow to send email
    is there any other way not doing Abap coding.
    Regards,
    Kumar

    closed

  • Error when sending a document link via email

    Hi people,
    I am on SAP EP 6.0 SP15 and below I describe my scenario.
    I have some documents created in some KM folders. Today, I tried to send one of those documents via email to another portal user. If I go through Send To > Send Copy..., that other portal user receives the email with the document attached and he is able to open it... so far so good.
    However, if i try to send the same document but now using a link (Send To > Send Link...), the other guy receives the email, but the link results in a 404 error when clicked.
    I investigated a little and found that the link sent contains "" signals to indicate spaces in the folder names, instead of "%20". I believe this is the issue, because if I change manually the "" signals to "%20", the link works perfectly.
    My question is: is there a way to configure the sistem to use "%20" instead of "+" to represent spaces? Or I will have to remove the spaces from ALL my folder names?
    Thanks
    Fernando Urzedo

    Hi Fernando,
    this seems to be a bug. In the release notes of KMC SPS16 incl. P1, this is not reported as fixed (on the other hand, not every fixed bug gets reported in the release notes).
    You could try to patch your portal first; if you don't can do this at the moment or if the bug persists after patching, please open an OSS message.
    Hope it helps
    Detlev

  • Working on Lion, trying to share photos via email, error message: "The email server didn't recognize your username/password combination".  Regular email works fine, don't know how to fix this.

    Having trouble with sharing photos via email on my desktop Imac.  Error Message when I try to send: "The email server didn't recognize your username/password combination.  Normal email inbox/outbox works fine, error message only comes up when using "Sharing photos".
    Not sure how to fix this, please help.

    Are you trying to email directly from iPhoto? If so, check iPhoto>Preferences>Accounts tab and make sure your details are entered correctly there.

Maybe you are looking for

  • 9 days and counting with no solution...thanks verizon

    8/24, all three of my tvs start experiencing pixelation where the screens constantly cut in and out along with the sound.  I try the support center provided through the menu section.  I try all trouble shooting methods and none fix the problem.  The

  • Help with exporting HD for use in DVDSP.

    Hi Guys, Very glad I found this forum as I am just out of ideas to get this working. Here is the situation: I have a project of a wedding in HDV, which contains 3 sequences with the following lengths: The Service = 45mins Photoshoot = 5mins Reception

  • My printer shows it is offline. How do i get this to go online? It is connected to a wired network

    my printer shows it is offline. How do i get this to go online? It is connected to a wired network I have run all of the diagnostics from hp's website and everything passes. It will print the test pages from the tests but nothing else. when i do a wi

  • Create Process Train using TaskFlows?

    Hi, I tried creating a process train using bounded taskflows with each taskflow having a page fragment in it. In those pages I have a train and train button bar. However when running the main page I can see the content of the pages but neither the tr

  • Upgraded to iPhone 5 w iOS 6.0.2.

    Can't connect to iTunes Store on iPhone, but can connect on iPad & computer. Also, had to remove all other apps and reinstall them as downloads froze when trying to set up iPhone when connected to computer.