ESB Notification channel not sending emails when error is not retryable

Hi everyone,
I'm facing a problem on a production environment, two Oracle SOA suite 10.1.3.3 machines in cluster, operating system Linux Unbreakable.
I've succesfully set up the notification channel for ESB and it is correctly sending mail.
Today after some errors ESB did not sent any mail and there is not a single error in the log files, both in opmn/logs and j2ee/OC4J_.../log/...
At the same time some retryable error has been seen, and for in this case the mail was correctly sent, so the only clue I have is that for some reason there is a configuration that tells the server not to send mails for not retryable errors... Am I right? Is there a chance to change this behaviour?
Thank's for your attention,
Lisa

Hi Lisa,
>>
I'm facing a problem on a production environment, two Oracle SOA suite 10.1.3.3 machines in cluster, operating system Linux Unbreakable.
I've succesfully set up the notification channel for ESB and it is correctly sending mail.
Today after some errors ESB did not sent any mail and there is not a single error in the log files, both in opmn/logs and j2ee/OC4J_.../log/...
At the same time some retryable error has been seen, and for in this case the mail was correctly sent, so the only clue I have is that for some reason there is a configuration that tells the server not to send mails for not retryable errors... Am I right? Is there a chance to change this behaviour?
>>
I'm also using 10.1.3.3 MLR#17 in cluster, OS: AIX 5.3L and didn't faced your behaviour before.
What exactly errors do you facing? ESB email notification works not for all errors.
For example: failure at JCA layer (FTP adapter that poll for XML files and receive a text file) - didn't produce any notification (you must manually configure rejection handler for this, if you need more than files at $OH/j2ee/.../jca/...) and this's expected behaviour.
Best Regards,
Mikhail.

Similar Messages

  • My iPhone will not send emails when away from my home wifi

    my iphone will not send emails when away from home wifi any advice

    Hey craggee,
    Thanks for the question. This is usually do to a limitation by your ISP/email provider:
    If you are only able to use your email account while connected to your home network, this may be a limitation put in place by your email service provider. For further support, please contact your email service provider directly.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/TS3899
    Thanks,
    Matt M.

  • Send email when error

    Hi!
    How can I send to somebody (USER) an email if during a process of a prog.
    an error occurs. Any Function Module ??
    Regards
    sas

    Hi,
    Here is the example Program to send the mail
    *& Report  ZSENDEMAIL                                                  *
    *& Example of sending external email via SAPCONNECT                    *
    REPORT  zsendemail                    .
    PARAMETERS: psubject(40) type c default  'Hello',
                p_email(40)   type c default '[email protected]' .
    data:   it_packing_list like sopcklsti1 occurs 0 with header line,
            it_contents like solisti1 occurs 0 with header line,
            it_receivers like somlreci1 occurs 0 with header line,
            it_attachment like solisti1 occurs 0 with header line,
            gd_cnt type i,
            gd_sent_all(1) type c,
            gd_doc_data like sodocchgi1,
            gd_error type sy-subrc.
    data:   it_message type standard table of SOLISTI1 initial size 0
                    with header line.
    *START-OF-SELECTION.
    START-OF-SELECTION.
    Perform populate_message_table.
    *Send email message, although is not sent from SAP until mail send
    *program has been executed(rsconn01)
    PERFORM send_email_message.
    *Instructs mail send program for SAPCONNECT to send email(rsconn01)
    perform initiate_mail_execute_program.
    *&      Form  POPULATE_MESSAGE_TABLE
    *       Adds text to email text table
    form populate_message_table.
      Append 'Email line 1' to it_message.
      Append 'Email line 2' to it_message.
      Append 'Email line 3' to it_message.
      Append 'Email line 4' to it_message.
    endform.                    " POPULATE_MESSAGE_TABLE
    *&      Form  SEND_EMAIL_MESSAGE
    *       Send email message
    form send_email_message.
    * Fill the document data.
      gd_doc_data-doc_size = 1.
    * Populate the subject/generic message attributes
      gd_doc_data-obj_langu = sy-langu.
      gd_doc_data-obj_name  = 'SAPRPT'.
      gd_doc_data-obj_descr = psubject.
      gd_doc_data-sensitivty = 'F'.
    * Describe the body of the message
      clear it_packing_list.
      refresh it_packing_list.
      it_packing_list-transf_bin = space.
      it_packing_list-head_start = 1.
      it_packing_list-head_num = 0.
      it_packing_list-body_start = 1.
      describe table it_message lines it_packing_list-body_num.
      it_packing_list-doc_type = 'RAW'.
      append it_packing_list.
    * Add the recipients email address
      clear it_receivers.
      refresh it_receivers.
      it_receivers-receiver = p_email.
      it_receivers-rec_type = 'U'.
      it_receivers-com_type = 'INT'.
      it_receivers-notif_del = 'X'.
      it_receivers-notif_ndel = 'X'.
      append it_receivers.
    * Call the FM to post the message to SAPMAIL
      call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           exporting
                document_data              = gd_doc_data
                put_in_outbox              = 'X'
           importing
                sent_to_all                = gd_sent_all
           tables
                packing_list               = it_packing_list
                contents_txt               = it_message
                receivers                  = it_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.
    * Store function module return code
      gd_error = sy-subrc.
    * Get it_receivers return code
      loop at it_receivers.
      endloop.
    endform.                    " SEND_EMAIL_MESSAGE
    *&      Form  INITIATE_MAIL_EXECUTE_PROGRAM
    *       Instructs mail send program for SAPCONNECT to send email.
    form initiate_mail_execute_program.
      wait up to 2 seconds.
      if gd_error eq 0.
          submit rsconn01 with mode = 'INT'
                        with output = 'X'
                        and return.
      endif.
    endform.                    " INITIATE_MAIL_EXECUTE_PROGRAM
    Regards
    Sudheer

  • HT4979 why can I not send email when away from my home wifi? Am able to receive messages OK, and outgoing mailserver is correct?

    Why am I unable to send email when away from my home wifi ? I am able to receive mail OK, and have double- checked the outgoing server which is correct. This problem is consistent with my Macbook Pro, iPhone, and iPad2.
    Attempts to send messages results in them sitting in the Outbox and never- ending 'sending message' displayed.
    I am able to send using my   me.com  server.
    Home service provider is Cogeco.
    Any help would be appreciated.

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try a Reset - iPad How-Tos  http://ipod.about.com/lr/ipad_how-tos/903396/1/
    Or this - Delete the account in Mail and then set it up again.
     Cheers, Tom

  • Email Activity Not sending email when BPEL process fails

    In 11g SOASuite I have a BPEL process which does the following,
    1) Receive response from client
    2) Email activity - Notify with an id received in the request as content
    3) Insert data into a table using db adapter
    Whenever db adapter has some key violations or issues, I notice that no emails are getting dispatched. When I look at EM console it displays that txn has been rolled back after 3rd step. I understand that but it makes me ask this question,
    How can I make the process to send an email at step2 irrespective of an error that happens down stream at step-3? How to make email activity not part of this Txn scope?
    It works as expected(emails are dispatched) when there are no issues at step-3.

    Hi,
    In order to not rollback your transactions, you need to hit a dehydration point, meaning, save your process into the db store and perform a commit until that point.
    It sounds like a simple process, so you can drag a checkpoint activity after the email activity.
    That is one option. Try, and see if it works for you.
    Arik

  • Quiz works fine when I preview the Project, but does not send email when published. Help??

    Everyday it seems to be some new problem with this Program and I am getting very frustrated. I have created a quiz and set it up so that when you get the results you click on the "Send E-mail" button. In the preview project mode this opens an email with the results and all you have to do is send it. Perfect right? I have since published this, and now when you pass the quiz and click on "Send E-mail" all I see is a yellow triangle with "Error on Page" in the lower left of my screen. Can you help me figure this out and give me some suggestions on how to fix this? I really need some way to be notified when the person has successfully completed the quiz. Thanks!

    Hi there
    Please take a look at the link below.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Cisco Prime Infrastructure 2.1 not send email alert when link down

    Hello everyone
     I use PI to monitor 1 switch and 1 firewall . When a link up/down on switch , PI immediately sends an email alert .
    But when a link up/down on FW , PI not send any email alert . PI knows link up/down on a FW is a critical alarm ( it's show up on "Alarm Browser") , but not send email.
    I enable all SNMP trap on FW , i tested that event on SolarWinds and it immediately sends an email alert . So there is no problem about FW config

    Causes of Errdisable
    This feature was first implemented to handle special collision situations in which the switch detected excessive or late collisions on a port. Excessive collisions occur when a frame is dropped because the switch encounters 16 collisions in a row. Late collisions occur after every device on the wire should have recognized that the wire was in use. Possible causes of these types of errors include:
    A cable that is out of specification (either too long, the wrong type, or defective)
    A bad network interface card (NIC) card (with physical problems or driver problems)
    A port duplex misconfiguration
    A port duplex misconfiguration is a common cause of the errors because of failures to negotiate the speed and duplex properly between two directly connected devices (for example, a NIC that connects to a switch). Only half-duplex connections should ever have collisions in a LAN. Because of the carrier sense multiple access (CSMA) nature of Ethernet, collisions are normal for half duplex, as long as the collisions do not exceed a small percentage of traffic.
    There are various reasons for the interface to go into errdisable. The reason can be:
    Duplex mismatch
    Port channel misconfiguration
    BPDU guard violation
    UniDirectional Link Detection (UDLD) condition
    Late-collision detection
    Link-flap detection
    Security violation
    Port Aggregation Protocol (PAgP) flap
    Layer 2 Tunneling Protocol (L2TP) guard
    DHCP snooping rate-limit
    Incorrect GBIC / Small Form-Factor Pluggable (SFP) module or cable
    Address Resolution Protocol (ARP) inspection
    Inline power
    Note: Error-disable detection is enabled for all of these reasons by default. In order to disable error-disable detection, use the no errdisable detect cause command. The show errdisable detect command displays the error-disable detection status.

  • Sharepoint Server 2013 not sending Email notification

    I have a Sharepoint 2013 farm that is not sending any kind of email notifications. I also have a Sharepoint 2010 farm whit the same Outgoing Email settings and it is sending emails notifications normaly.
    The SMTP service (the role) is in the same member servers of the 2013 farm, so it is reachable. The timer service is running well in both member servers of the 2013 farm. We don't have an On-premise Exchange enviroment because we use Office 365 (I cannot
    set the sharepoint servers as allowed to relay in Exchange). The 2010 farm and the 2013 farm have the same Outgoing Email settings, I don´t know why the 2013 does not send emails. It is driving me crazy!.
    How can I solve this?
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

    What about Relay and Authentication?
    Trevor Seward, MCC
    Follow or contact me at...
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.
    Look.
    I think this is the correct configuration because it sends emails normaly with SharePoint 2010.
    If I configure my own email account in Outbound Security, Sharepoint 2013 sends emails but just when I login to Sharepoint, if other users login it doesn't send emails.
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

  • My ipad receives email with the hotel wifi but will not send.  The error message is "user name or password for ........is incorrect" but both are correct and unchanged.  Restarting iPad didnt help.

    My iPad receives email on the hotel wifi but will not send.  The error message reads "user name or password for smpt......is incorrect" but both are correct and unchanged.  Restarting iPad did not help.

    I did try this too, but when I access my webmail on the iPad, the iPad doesn't allow me to type my message.  I am able to enter in the "to" address and the "subject" line, but then the keyboard will not come up for me to type my message.  Is there some trick to this?  Very frustrating!

  • Notification mailer not sending emails for PO approvals and requistions etc

    I started my notification mailer
    Edited it and gave the smtp server IP there..I did go into advanced settings
    Than i ran a request and selected an employee defined as user in the apps for notify in the options..i saved the employee earlier with its email address
    it was working fine, but for this, shud the email address has to be defined with the user or the employee that is attched to the user?
    Second problem
    on PO approval cases, the PO maker is not receiving emails when the PO gets approved..and the approver is not receiving email notifying him that he has received a PO for approval
    Can you please tell me what am i missing?

    Hi,
    the diagnostic i ran was accoring to the note
    Oracle Workflow ATG Support: R12 Java Mailer Setup Diagnostic Test [ID 748421.1
    It has so many output files
    which one should i post
    Did you get any error/warning messages? If yes, post this part only here.Regards,Hussein                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • RSWUWFML2 not sending email notifications

    Hi All,
    We have copied the report RSWUWFML2 and modified it for sending email notifications for missed deadlines.
    It was working fine earlier, but now even If I run the report manually it does not send emails.
    Anything that I have been missing.
    Thanks.

    Hi,
    I you are executing report RSWUWFML2 manually the please check whether mail id  maintained in your user id or not through tcode SU01D. If not then please maintain email address in SU01D and the run this report
    Thanks
    Sanjay

  • TS2621 why may I send email when wi-fi is enabled, but not when it is disabled?

    iphone 4s with verizon will send email via wi-fi but not 3G. Are there any ideas why?

    Depends on the email account.  If it is from your Internet provider they may only allow use of their SMTP server for sending emails when on their network.  To send emails when not on their network (i.e. when using Cellular data) it would require using a different SMTP server.

  • When mac email changed to icloud a while ago i lost all my emails and things i have an email subscription to send emails but they do not reach the email that i updated with the same address any help?

    When mac email changed to icloud a while ago i lost all my emails and things i have an email subscription to send emails but they do not reach the email that i updated with the same address any help?

    If you purchased about 2 years ago new I am sure it is a Intel iMac. To find out what type of iMac you have just click on the Apple menu item in the finder and select about this Mac. I would check the ISP mail site and get the correct outgoing mail server info.   

  • Send email when ownership is assigned' is not working

    Send email when ownership is assigned'
    is not working
    even though this option is disabled designer workflow task creation sends an email to the user when task is assigned to the user.
    We have october CU updates 2013.
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Amit,
    Per my knowledge, if the task is created from a workflow, then you may use the task actions in the workflow.
    And some task actions will send an email to the user who the task is assigned to, so the email is sent from the workflow and it is not sent from the option “Send email when ownership is assigned”.
    If you are using 2013 workflow, the send email action cannot be prevented from the workflow.
    If you are using 2010 workflow, you can go into the task process to delete the Send an Email action.
    https://support.office.com/en-nz/article/Use-the-task-process-editor-for-approval-workflows-8680b4a4-36b1-441c-b070-e515976078aa#__toc264538566
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Send email when a LWAPP AP is not reponding!

    Hi,
    Is it possible for the WLC 4404/25 to send email when it lost communication with an LWAPP AP?

    Not that I am aware of. If you are using an external dhcp server with reservations for the APs or static ip assignments, you can use a monitoring system to alert you

Maybe you are looking for

  • REUSE_ALV_POPUP_TO_SELECT

    Hi , I am using "REUSE_ALV_POPUP_TO_SELECT" in an interactive ALV report. when the popup is displayed , it is not getting any value. it shows "list contains no data". this is my code:: FORM USERCOMMAND USING R_UCOMM LIKE SY-UCOMM                     

  • Calling a javascript on load of jsff page

    I have a jsff page which is loaded as a taskflow from region. i tried to call an alert function on load of jsff page as follows: <af:clientListener type="load" method="jsMethod"/>      <af:resource type="javascript">      function jsMethod() {       

  • Upgraded Mac Mini to 10.8.3 - now i get sound distortion

    I have a 2009 mac mini connected up to a theatre system and a big screen tv. Its been working fine, until I upgraded to 10.8.3 and now the sound is distorted. I've rebooted, killed coreaudiod, removed any extra plugins from /Library/Audio/Plug-Ins to

  • Need help finding errors.

    I need help finding the error(s) in my code. I am writing a program to convert decimal to binary. It is not an application. It is more of a blue print for an object. The Program is: public class DecimalToBinary      private long decimal;      private

  • Need to restart 5660 Envy to make copy after printing

    I cannot make a copy after using the printer unless I turn the printer/scanner/copier off and then back on. After making prints from my PC, when I press the "copy" button, the unit makes a sound like the scanner head is getting to copy, but all that