HANA Alerts email Issue

Hello Folks
I have an issue sending mails from HANA Studio where we configure the alert notifications. I am able to send mails from OS level from root and sidadm as well.
When I give the below settings in Alerts Configuration I am not able to receive Alert mails.
Sender E-mail Address: [email protected]
SMTP Sever: localhost or hostname.local
SMTP Port: 25
I get the below errors in statisticsserver trace:
Recommended action: Investigate the alerts., exception  1: no.2110001  (Basis/IO/Stream/impl/NetworkChannelCompletion.cpp:546)
    Generic stream error: getsockopt, Event=EPOLLERR - , rc=111: Connection refused
$NetworkChannel$=
NetworkChannel FD 16 [0x00007ff76b6c0940]  {refCnt=4, idx=0} (invalid)->10.1.1.181/465_tcp ConnectWait,[r--c]
exception throw location:
1: 0x00007ff9b1293ab9 in Stream::NetworkChannelCompletionThread::run(void*&)+0x215 at NetworkChannelCompletion.cpp:546 (libhdbbasis.so)
2: 0x00007ff9b12262eb in Execution::Thread::staticMainImp(void**)+0x627 at Thread.cpp:475 (libhdbbasis.so)
3: 0x00007ff9b122648d in Execution::Thread::staticMain(void*)+0x39 at Thread.cpp:543 (libhdbbasis.so)
[1189]{-1}[-1/-1] 2014-11-14 07:52:13.852704 e StatsSeq         EmailJob.cpp(00268) : Exception caught while sending email
exception  1: no.9001006  (StatisticsServerAsSQLClient/interfaces/outbound/impl/SMTPClient.cpp:367)
    Error 2110001 when trying to send email: [SMTPMail: (), "Alert "Notification of high priority alerts" (id 24) on GBD 05", SnapshotID: 14.11.2014 07:52:07 747 Fri
Rating: Info
30 high priority alerts occurred.
3: 0x00007ff9b122648d in Execution::Thread::staticMain(void*)+0x39 at Thread.cpp:543 (libhdbbasis.so)
[1477]{-1}[-1/-1] 2014-11-14 07:53:59.809746 e StatsOC          SMTPClient.cpp(00366) : error sending email [SMTPMail: (), "Alert "Notification of medium and high priority alerts" (id 23) on GBD 05", SnapshotID: 14.11.2014 07:53:59 747 Fri
Rating: Info
Any thoughts here ?
Thanks
Srikar

Hi Abhishek
I have used localhost as hostname and standard port 25 in HANA Alert settings. Everything started working. We use postfix as underlying OS mail functionality.
Thanks
Srikar

Similar Messages

  • TFS2013 Custom Alert Email Issue

    Hi Folks,
    I need to create an alert for when a new work item is created on a team project.  I need the alert to work at the team level, however, instead of sending emails to the entire team I need them to go to just two members.
    When I try and create an alert and set the Subscriber to 'xyz Team', the 'Send To' list becomes disabled and cannot be modified. The default action is to send an email to the entire team. 
    Does someone have a work-around where I can set this up so that it only sends notifications to a limited group of people.  It is not possible to request people in the team to subscribe (as often they don't).
    Regards
    Andy

    Hi Andy,  
    Thanks for your post.
    We cannot send notifications to a limited users in the team group if you create the team alert. In this scenario, we suggest you create two alerts(personal alert) for that two members separately.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Edit the hyperlink in the alert email (Modify my alert settings, View Issue Tracking)

    is it possible to add the external hyperlink in these emails instead of the internal hyperlink? 
    in example when I get a list tracking email there are hyperlink that get sent out with these tags Modify my alert settings | View Issue Tracking | mobile view  that use the internal url //servername how can I change it to use the external
    address //internetname

    Hi Joe, check out the following links for solutions:
    http://sharepoint.stackexchange.com/questions/13216/how-to-create-custom-email-alert-template-in-sharepoint-2010
    https://social.technet.microsoft.com/forums/sharepoint/en-US/e5ebc5a7-8295-49e4-a817-c31066e1ac3d/customize-the-sharepoint-2010-email-alert
    http://www.alectang.com/blog/archive/2012/05/16/how-to-customise-sharepoint-alert-email-template.aspx
    cameron rautmann

  • Custom Alert Email Templates Issue - List Alerts emails not using customized XML alert template

    I have recently customized the XML alerts template (AlertTemplates.xml) for our site collection in SharePoint 2010 to exclude specific fields in the email when users who have subscribed to a list using the "Alert Me" feature.  I
    have renamed the custom alerts XML file and loaded the custom template in the following directory (%ProgramFiles%\Common Files\Microsoft Shared\Web server extensions\14\TEMPLATE\XML) and
    restarted IIS.  Once users subscribe to the alerts using the list using the "alert me" function they received the customized email as intended. 
    We needed to auto-subscribe users to the email alerts so what I did was used a powershell script to add users to the alert subscriptions using the script shown in below:
    Import-Csv D:\Temp\filename.csv | ForEach-Object{
    $webUrl=$_.WebUrl
    $listTitle=$_.List
    $alertTitle=$_.AlertTitle
    $subscribedUser=$_.SubscribedUser
    $alertType=$_.AlertType
    $deliveryChannel=$_.DeliveryChannel
    $eventType=$_.EventType
    $frequency=$_.Frequency
    $oldAlertID=$_.ID
    $web=Get-SPWeb $webUrl
    $testAlert = $web.Alerts | WHERE { $_.ID -eq $oldAlertID }
    IF ($testAlert) {
    $web.Alerts.Delete([GUID]$oldAlertID)
    Write-Host Old alert $oldAlertID deleted. -Foregroundcolor Cyan
    $list=$web.Lists.TryGetList($listTitle)
    $user = $web.EnsureUser($subscribedUser)
    $newAlert = $user.Alerts.Add()
    $newAlert.Title = $alertTitle
    $newAlert.AlertType=[Microsoft.SharePoint.SPAlertType]::$alertType
    $newAlert.List = $list
    $newAlert.DeliveryChannels = [Microsoft.SharePoint.SPAlertDeliveryChannels]::$deliveryChannel
    $newAlert.EventType = [Microsoft.SharePoint.SPEventType]::$eventType
    $newAlert.AlertFrequency = [Microsoft.SharePoint.SPAlertFrequency]::$frequency
    if($frequency -ne "Immediate"){
    $AlertTime=$_.AlertTime
    $newAlert.AlertTime=$AlertTime
    $newAlert.Update()
    Write-Host Created $newAlert.Title for $subscribedUser . -Foregroundcolor Cyan
    } ELSE {
    Write-Host Alert $alertTitle for $subscribedUser already done. Moving on. -Foregroundcolor Magenta
    When I ran the script and added the users and restarted the service, all users who were auto-subscribed via this method would get the email without the customizations that were done in the custom template.  All users who manually subscribed to the list
    using the "Alert Me" function would get the customized email. 
    Does anyone know why users who manually subscribe would get the custom email alert and why users who were auto-subscribed using the powershell script do not get the custom email alert?

    Hi  ,
    According to your description, my understanding is that users who were auto-subscribed using the PowerShell script do not get the custom email alert.
    For your issue, it can be caused by the auto-subscribed alert email which is generated by PowerShell script is  using OOTB alert template. You can add the following script into your script for setting
    the alerts’ alert email template:
    $contentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
    $AlertsTemplateCollection =new-object Microsoft.SharePoint.SPAlertTemplateCollection($contentService)
    $newAlert.AlertTemplate = $AlertsTemplateCollection["YOUR_UNIQUE_TEMPLATE_NAME_VALUE"]
    Reference:
    http://sadomovalex.blogspot.com/2012/03/one-problem-with-updating-alert.html
    Thanks,
    Eric
    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]
    Eric Tao
    TechNet Community Support

  • Email Alert Template Issue - List Alerts (Alert Me) emails not using customized XML alert template

    We have recently customized the XML alerts template (AlertTemplates.xml) for our site collection in SharePoint 2010 to exclude specific fields in the email when users who have subscribed using the "Alert Me" feature. We have renamed the
    custom alerts XML file and loaded the custom template in the following directory (%ProgramFiles%\Common Files\Microsoft Shared\Web server extensions\14\TEMPLATE\XML) and restarted IIS.  Once users subscribe to the alerts using the list "alert me"
    function they received the customized email as intended.
    We needed to auto-subscribe users to the email alerts so what we did was use a powershell script to add users to the alert subscriptions using the script shown below:
    Import-Csv D:\Temp\filename.csv | ForEach-Object{
    $webUrl=$_.WebUrl
    $listTitle=$_.List
    $alertTitle=$_.AlertTitle
    $subscribedUser=$_.SubscribedUser
    $alertType=$_.AlertType
    $deliveryChannel=$_.DeliveryChannel
    $eventType=$_.EventType
    $frequency=$_.Frequency
    $oldAlertID=$_.ID
    $web=Get-SPWeb $webUrl
    $testAlert = $web.Alerts | WHERE { $_.ID -eq $oldAlertID }
    IF ($testAlert) {
    $web.Alerts.Delete([GUID]$oldAlertID)
    Write-Host Old alert $oldAlertID deleted. -Foregroundcolor Cyan
    $list=$web.Lists.TryGetList($listTitle)
    $user = $web.EnsureUser($subscribedUser)
    $newAlert = $user.Alerts.Add()
    $newAlert.Title = $alertTitle
    $newAlert.AlertType=[Microsoft.SharePoint.SPAlertType]::$alertType
    $newAlert.List = $list
    $newAlert.DeliveryChannels = [Microsoft.SharePoint.SPAlertDeliveryChannels]::$deliveryChannel
    $newAlert.EventType = [Microsoft.SharePoint.SPEventType]::$eventType
    $newAlert.AlertFrequency = [Microsoft.SharePoint.SPAlertFrequency]::$frequency
    if($frequency -ne "Immediate"){
    $AlertTime=$_.AlertTime
    $newAlert.AlertTime=$AlertTime
    $newAlert.Update()
    Write-Host Created $newAlert.Title for $subscribedUser . -Foregroundcolor Cyan
    } ELSE {
    Write-Host Alert $alertTitle for $subscribedUser already done. Moving on. -Foregroundcolor Magenta
    When we ran the script and added the users and restarted the service, all users who were auto-subscribed via this method get the email without the customizations that were done in teh custom alert template.  All users who manually subscribed on their
    own to the list using the "Alert Me" function would get the customized email.
    Does anyone know why users who manually subscribe to the alerts get the customized email, and users who were auto-subscribed using the powershell script do not get the customized email and get the standard generic email template?

    Hi  ,
    According to your code, it create a new alert using SPUser.Alerts.Add() method. For this method, it will create a new alert based on the predefined alert template by default.
    If you only assigned the custom alert template to the list, users who manually subscribe to the alerts get the customized email, but users who were auto-subscribed using the PowerShell script get the standard
    generic email template.
    For your issue, you can set the new alert ‘s alert template:
    http://social.technet.microsoft.com/Forums/en-US/1b19c12f-fc37-48cf-8b59-6c09f095dc23/custom-alert-email-templates-issue-list-alerts-emails-not-using-customized-xml-alert-template?forum=sharepointgeneralprevious
    Here is a good blog you can have a look:
    http://blogs.msdn.com/b/sharepointdeveloperdocs/archive/2007/12/07/customizing-alert-notifications-and-alert-templates-in-windows-sharepoint-services-3-0.aspx
    Thanks,
    Eric
    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]
    Eric Tao
    TechNet Community Support

  • AC 5.3  Critical Action Alert Emails not being sent

    HI:
    We have set up Critical Action alerts for a couple of transactions and while the on-line alert logs are being generated correctly, the alert email is not being sent to the Risk Owner.
    Does anyone know where I can trouble shoot this issue?
    Thanks,
    Margaret

    >
    Alpesh Parmar wrote:
    > Margaret,
    >
    >     Have you set up the SMTP server in visual admin? RAR needs to use this server details to send out an email.
    >
    > Alpesh
    Hi AlpeshMargaret,
    Where are the instructions for setting up the SMTP server in visual admin for the purpose of Alert Generation? I am not seeing this in the Configuration Guide. Could you point me to the correct documentation?
    Thanks!
    Jes

  • How can I change the order of list item properties in the alert email sent to the assigned-to owner?

    Using SharePoint 2010 Foundation.
    I have an Issue list configured to send an email to the assigned-to owner (List Settings | Advanced settings | E-Mail Notification = Enabled). I have since added columns to the Issue list. All of the data from my columns appear in the email alert but the
    newest additions show up at the bottom of the list in the alert email instead of in the column order I have defined (List Settings | Issue Content Type | Column Order). However, if I click the "Mobile View" in the alert email I received, the Mobile
    View does have the items listed in the column order.
    Why are these different and how do I get the email alert to match my column order?

    Actually the view which you recieve requires the column ordering to be the way you prefer. So whatever is your default view, change the column orders and then check the email alerts.
    Alpesh Nakar's Blog
    Alpesh
    Just SharePoint Just SharePoint Updates
    SharePoint Saturday India Online
    Nov 20 2010 Contributing Author
    SharePoint 2010 Unleashed
    MCTS: SharePoint 2010 Configuration
    MCITP: SharePoint 2010 Administrator

  • Document for configuring Early watch alerts And issue tracking system

    Hello Experts,
    Iam on SAP Solution Manager 4.0 and need step wise step procedure document for configuring Early watch alerts and Issue tracking system in solman 4.0 . I hv checked Help site and other standard config docs by SAP but getting confused and things are not working ,so help shall be appreciated.
    My Email id is [email protected] .
    Requested to revert at earliest as iam in urgent need of it .Points guaranteed.
    Thanks and Regards,
    Somya

    Hi Somya,
    setting up EWA is explained in Application help of SAP Solution Manager.
    It would be helpful to know, what you have already done and what is causing problems for you.
    Prerequisite to process EWA is to configure all steps described in the Basic Settings of SAP Solution Manager Configuration guide (tx SPRO).
    The configuration of Issue Tracking is also described in the IMG (Basically, it's required to activate a BC Set).
    Path in IMG: Basic Settings -> Standard Configuration of Basic Settings -> Solution Manager -> Basic BC-Sets for Configuration -> Activate Issue Tracking BC Set
    Access the configuration guide:
    - run transaction SPRO
    - choose SAP Reference IMG
    - expand tree SAP Solution Manager -> Configuration -> Basic Settings
    - follow the steps under
    "Wizard-based Initial Configuration of Basic Settings", if your SolMan system has not been yet configured or
    "Standard Configuration of Basic Settings", if you have done already some configuration.
    Best regards,
    Ruediger Stoecker

  • Link in alert email for PPTX document leads to "File Not Found" - Caused by encoding error

    We have an issue brought to our attention by our customers that has me scratching my head.  When our users sign up for an alert on a document library and a PowerPoint document is edited, the link in the alert email looks something like this:
    http://Teams/sites/TeamABC/_layouts/PowerPoint.aspx?PowerPointView=ReadingView%26PresentationId=/sites/TeamABC/Shared%2520Documents/SharePoint%2520Service%2520Management.pptx
    Although the issue looks like it could be with the double encoded spaces (first encoded is %20, second encoding is %2520), those work fine.  The issue comes from the %26 between "ReadingView" and "PresentationId".  The %26 is an encoded "&". 
    If I replace %26 with "&" the url string works fine.  I have tried this in IE, Firefox, and Chrome and the result is the same in each, so it's not a browser issue.
    The question then becomes, is the error the encoding when the alert is created and sent or is the error with the http handler in SharePoint that doesn't appear to understand how to handle %26?  With that, any ideas on how to fix this (other than tell
    users to edit the url in the browser changing %26 to "&")?
    I should mention we are using SharePoint 2010, SP1, plus August 2011 CU, with Office Web Apps. 

    Hello,
    I think it is because we cannot use "&" in the file name when uploading the file to Sharepoint, we will receive the
    message:
    The following characters cannot be used anywhere in a site name, in a subsite name, or in a site or Active Directory group name:
    tilde (~)
    number sign (#)
    percent (%)
    ampersand (&)
    asterisk (*)
    braces ({ })
    backslash (\)
    colon (:)
    angle brackets (< >)
    question mark (?)
    slash (/)
    plus sign (+)
    pipe (|)
    quotation mark (")
    You can check this
    post on SharePoint forum:, if you have further questions, you can also post the question on the SharePoint 2010 forum
    here
    Hope above helps.
    Daisy Cao
    TechNet Community Support

  • Free PC security check from; spoiler alert email

    free PC security check from ;as per;  spoiler alert email
    store code: 95739
    Online/phone code: 83188
    Expires 11/8/14.
    This question was solved.
    View Solution.

    Hi,
    What is your issue?
    Jaco
    Errare humanum est.

  • Alert email notification does not send

    Hi,
    I have a problem with outgoing email alert notification.alert email just sent to site owner group with full access permission, but I config send alert me on list that send email immediately to all users of this site.
    could anyone help me to resolve this issue?

    As I know, you can only configure user/email address for 'Send Alerts To'.
    SharePoint Group is not allowed in subscribe alert screen. 
    How did you configure alert? can you explain a bit here.
    Please check if all your user has email address in their profile? 
    please 'Propose as answer' if it help you, also vote this as helpful if you like this reply.

  • System monitoring - alert email notification

    Hello Sapers,
    I already set up system monitoring in our Solution Manager but i would like to receive mail if any alert occur.  Unfortunatelly I did not find any way how to do it through Solution Manager. I guess there must be something like edit -> Automatic email transmission where I set up sending Earlywatch and SL reports to my mailbox, but how to set up alert email notification?
    I also tried another way - setting up CEN (in our sollution manager) in RZ20, there i created monitor where i have desired alerts from all remote systems configured in SMSY (i have not used sapccm4x or any other ccms agent), also tried autoreaction method on local and it is working fine (SCOT is set up) but when i tried create and assign central autoreaction method (sapnote 429265) during assigning i receive error "no ccms agent avalable for system" and it is not working. Do I really need configure SAPCCM4X on all remote systems when i want to use central autoreaction? I dont feel very confortable with this solution. I think there must be some other smarter way (maybe in solution manager).
    We also tried to connect our RZ20 monitor set to nagios (used in our company to monitor non sap servers and email notification), but we are not able to compile the ccms nagios plugin uder 64bit. AIX 5.3.
    I also heard little bit about ALM (Alert management) but dont know anything about forwarding alerts from RZ20 to ALM and transmitting email from there. But I think this sollution would be the most difficult from all mentioned above.
    Thank you very much for any help

    Josef,
      Somewhat chasing the point here - when you have the Solman and you look in your CCMS and you can see the other systems - it is all RFC data and not actually on the Solution Manager (the only local MTE's are those tha belong to the Solution Manager).  For the Solution Manager to Centrally Auto-React to threasholds (act as the CEN System), the information needs to be passed to the Central System through the agents.
      If you want to do email threasholds on your remote systems, you can configure it on each of the systems individually without agents as this is a CCMS Function that any SAP System can do - but this is not Central Auto-Reaction.  This is just actions taken on individual systems based on local MTE's.
      To Centrally Auto-React - you have to add the agents so the information is passed to the CEN to react on.
      I hope that this has clarified the situation a bit more.  If this answers your question, please set this thread to answered.

  • Alerts emails - without an user ID in the XI system?

    Hi,
         The regular way to add a subscriber to an alert email is to add the user id in the fixed recipients and maintain the email id in SU01..
    I have a scenario where emails have to sent to people who do not have a user ID in XI (The XI box has only a select list of ppl with access)... How can this be achieved??
    Regards,
    Arvind R

    Create a Distribution List...assign the users to this DL....then for this DL create a user-id in XI/ PI.....then inlcude this user as recipient in ALRTCATDEF.
    Regards,
    Abhishek.

  • SharePoint Online custom alert emails

    How can I change the alert email that SharePoint online (part of Office 365) send out.  I've seen alot of reference to AlertTemplate.xml but that is if you have SP installed on a local server.
    I would like to add the check in comments to the alert email.

    Hi Scott,
    The Alerttemplates.xml file is located at: Local_Drive\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Template\XML directory on On-Premise SharePoint local server, so we can customize the alert template file on local server with server
    administration permission per this
    article.
    But in Office365 SharePoint Online, if you wan to customize the alert template you need to customize the Alerttemplates.xml under 14 folder on Online server, but it is not permitted, check this article
    you also have seen.
    You can also post this question related SharePoint Online in dedicated Office365 SharePoint Online forum, you can get a better assistance there,
    http://community.office365.com/en-us/forums/151/categories.aspx
    Thanks
    Daniel Yang
    TechNet Community Support

  • Not receiving Alert emails in TFS Projects

    Hi 
    When users in TFS are not receiving Alert emails for any of the notifications. I tried testing the email feature from TFS Admin console and its working fine (Received email)
    We enabled the send email in GUI.. However when we try to verify in command prompt , it shows as disabled.

    I was able to reproduce this with a desktop install of Team Foundation Server 2013, version 12.0.30723.0 (Tfs2013.Update3) and 12.0.31101.0 (Tfs2013.Update4).
    The command-line help for tfsconfig configuremail says:
    TfsConfig configureMail /Enabled:<true|false>
    /FromEmailAddress:<email address>
    /SmtpHost:<SMTP host name>
    Changes the From: email address and the SMTP host used for Team Foundation
    Notifications.
    I was able to enable or disable email alerts from the command line by setting the Enabled parameter to true or false.
    However when I ran the command without the parameter Enabled, it set the "Enable Email Alerts" checkbox to false, and then I got the message "Email alerts disabled."
    Notice that this parameter is not mentioned in the
    documentation.
    This behavior seems to be a documentation bug or tool bug, depending on the perspective. It might be that the intended default behavior was to disable alerts if no parameter was passed. If so it needs to be documented.
    However, the logical expectation would be for the command without parameters to just show its current Enabled, SMTP Server and Email From Address values. From this perspective this is a bug as it has an unintended and undocumented side effect. You might
    want to report this at the
    Microsoft Connect website.
    Clementino de Mendonça ALM Ranger

Maybe you are looking for

  • Make to order automatic generation of schedule lines

    I am now designing Make to order (MTO) strategy for repetative manufacturing. Requirement generates through sales order (Requirement type - KE) While doing backflushing (Tr. Code- MFBF) I am selecting Make to order tab and putting sales order no,will

  • Have tried so many times 2 download adobe nd no can do

    Have tried so many times 2 download adobe,nd when I click finish,its still not there

  • Invoice creation failure

    Good morning, In SUS, a invoice is created without problem but the idoc INVOIC-INVOIC01 fails on R/3 with the message "A company code cannot be determined for LS <partner>" I try to map the idoc like the diagnosis says but the error is the same. Im b

  • Error on windows phone 8.1 application

    I'm using visual studio 2013 ,and  developed an application on windows phone 8.1 ,as a Reminder or Alarm , But i have one error that occurs which is : Error    1    Cannot find type System.Windows.Controls.Control in module System.Windows.dll Any Ide

  • What is the latest ios that I can use on my G1ipad and how can I get it installed?

    I own the original iPad and want to update the softwAre as far as I can on this device.  Can I use 4.0?  Can I go further than that?  How do I buy the software download?   Thank you, anyone.