Multiple recipients for event notifications/alarms

Is it possible to send event notifications to mutiple email address.
We use Convergence with latest patch level and Calendar Server 6.3
Thanks for any hints or howtos
Edited by: toni1988 on 30.04.2013 08:52

I believe Calendar Server 6 supports only one notification address. CS7 supports multiple.

Similar Messages

  • Charm:multiple recipients for mail notification

    Hi Experts,
    I'm using Charm and I configured the mail notification when a new change request is created.
    I would know if Is it possible to setup multiple e-mail addresses for the mail notification.
    I follow these steps:
    - transaction BP
    - selected the specific BP
    - selected the tab page "Address"
    - selected the field "E-Mail"
    - selected the button "Other E-Mail adresses (Available)"
    - put three mail adresses
    Now if I send the mail notifaction to this BP the mail is send only to one user.
    Can any one help me to resolve this issue?
    thanks in advance
    regards
    gio'

    Hi Jason,
    I have created the shared distribution list in the solution manager but when I try to put It in the field "E-mail" in the BP the following error appear:
    E-Mail format not valid
    It seems that It's not possible to insert the distribution list in the E-Mail field of the BP.
    Any other idea?
    Thanks in advance for collaboration
    regards
    gio'

  • TS3988 How do I create a List (multiple recipients) for my iCloud email?

    What steps must I take to create a List (multiple recipients) for my iCloud email?  I will be corresponding with a fied group of contacts over the course of a 3-month project.  I need to create a List/Alias that will send the same message to some 18-20 members of this group in a single email exchange.

    lets try this again. A PST file is an outlook file. Thunderbird does not and never has created them.
    https://addons.mozilla.org/en-US/thunderbird/addon/importexporttools/
    Use the add-on to export your mail as EML. This is a fairly standard format that just abut any mail client can read. Except Outlook.

  • Grouping multiple subscriptions for streaming notifications

    Hello,
    I want to subscribe to Exchange (ver. 2010) streaming notifications in order to receive events for multiple mailboxes.
    I don't want to open a separate connection for each mailbox, although from what I've read so far I need a separate
    subscription per mailbox.
    I read that it is possible to group subscriptions in batches of 200 so that the number of open connections is reduced. 
    I'm trying to do this in java and I have found no information or sample code to help. 
    Do I actually need to use impersonation to group subscriptions ? I'd rather not if possible. 
    And how can I combine multiple ExternalEWSUrl values as suggested in the link here:
    http://blogs.msdn.com/b/mstehle/archive/2013/04/17/changes-in-managing-affinity-for-ews-subscriptions.aspx
    I'm actually using a java library that handles all the soap calls so I don't have to worry about this side of things.
    Many thanks
    Terrie 

    Okay, if I change
    "SubscribeToNotificationsOnAllFolders" back to "SubscribeToNotifications" then it doesn't error
    out but it runs for about a second and I get the following table:
    Id              Name                     State          HasMoreData     Location            
    Command
    33              fbe4a21a-8ad...    NotStarted       False                                
    34              e903f16b-2b4...     NotStarted       False                               
    $event.MessageData.Open()
    Not sure what's going on here.

  • Multiple seats for event booking

    Hi everyone,
    My event bookings form is currently set up to only take 1 booking at a time. I found the information at the following url to extend the form for multiple bookings:
    https://forums.adobe.com/docs/DOC-1774
    It said to add the following input field to the form:
    <input class="cat_textbox" id=BookingAllocation name=BookingAllocation>
    I just have two questions about this. Firstly, if I go into my form and add in a custom field, I get the following code:
                <tr>
                    <td><label for="CAT_Custom_330508">How many seats would you like to book? <span class="req">*</span></label><br />
                    <input type="text" maxlength="4000" name="CAT_Custom_330508" id="CAT_Custom_330508" class="cat_textbox" /></td>
                </tr>
    Each of the "name", "id" and "for" attributes in the above code, all have a custom field number, ie. Custom_330508. From what I have read, apparently I'm not supposed to change these as this is what BC uses to insert the data into the correct field within the CRM. The "id" and "name" values from the input field that I got from the abovementoned url are:
    id=BookingAllocation name=BookingAllocation
    So the problem is how can I get it to work if I'm not supposed to change the custom field number from my BC form. Also, once a person has entered a number into that field how can I get that field to update the amount field lower down on the form, ie. to multiply the number by the event cost?
    I'd really appreciate any help.

    Hi,
    In iChat 2 it was possible to have one name and Chat to it (Text only) in two locations (Chatting to your self as it were)
    In iChat from iChat 3 you can set each Mac at one location to allow Multiple Logins with the same Screen Name.
    This on the whole means that all computers will "Answer" an IM and show at least one side (incoming) of the Chat.
    Now in addition to this you can also set iChat to Not accept Off Line IMs (either by answering the questioning IM from AIM or on the AIM web site - you can login with your @mac.com name)
    as well as that iChat can be set in the General Preferences to "When iChat is Quit, Set My Status to Off Line"
    this effects not only Off Line IMS but also the fact iChat will start Up if the computer is On and someone IMs you.
    My experience is that it does not seem to be consistent and that the above settings seem to have something to do with it.
    There does not seem to be a limit to the number of Multiple Logins that you can have. (seats as you put it)
    Jabber accounts do not allow Multiple logins so the issue does not arise as you cannot essentially login on multiple computers.
    Summary.
    The best thing I can suggest is tweaking the General settings and see if things change
    9:36 PM Thursday; January 21, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Actionscript 3 - Multiple variables for event listener.

    Ok, I have a question (of course that is the reason why I am here).  I have been focusing on PHP a lot lately and just had a client that requires an MP3 player playing multiple songs so I had to whip out my rusty actionscript skills.  I have the player completed and it is working as desired.  The down side is it has multiple songs.  I am using separate functions for each song and separate event listeners.  My main question is there a way to combine these funtions into one and just use the event listener to pass another variable to the functions?  Below is a sample of one of the code for Song1.  I would like to make it so anywhere there is Song1 in the code, I can make it a variable so I can put in for example (Song2, Song3, Song4, etc.)  This way, I can have one or two functions handle all the songs instead of having to copy, paste and then find and replace.
    Thanks for the help!
    // Song 1
    var Song1:Sound = new Sound();
    pbSong1.source = Song1;
    //pbSong1.visible = false;
    var Song1Loaded:Boolean = false;
    pbSong1.addEventListener(Event.COMPLETE, Song1LoadComplete);
    btnSong1Play.addEventListener(MouseEvent.CLICK, Song1Play);
    btnSong1Stop.addEventListener(MouseEvent.CLICK, Stop);
    function Song1Play(event:MouseEvent) {
         if (Song1Loaded == true) {
              sndchnlMain.stop();
              sndchnlMain = Song1.play();
         } else {
              pbSong1.visible = true;
              Song1.load(new URLRequest("media/music/Song1.mp3"));
    function Song1LoadComplete(event:Event) {
         trace("Size of file: " + Song1.bytesTotal);
         Song1.close();
         Song1Loaded = true;
         if(sndchnlMain) {
              sndchnlMain.stop();
         sndchnlMain = Song1.play();
         pbSong1.visible = false;

    But if I reset the bolean to false, if the visitor goes to replay that song, it will try to load the song again.  I did find away around having to the use the boolean value though and accomplish the same thing (I am loving this).  I am using:
    this["Song"+SongNum].bytesTotal
    If there are bytes, then the song is loaded OR loading.  In order to check if the song is completely loaded before it plays, I am using this:
    this["Song"+SongNum].bytesTotal == this["Song"+SongNum].bytesLoaded
    This elimates the need for the Boolean I was using.  Also instead of for each song defining:
    pbSong1.source = Song1;
    I am using the main function to do it for me:
    this["pbSong"+SongNum].source = this["Song"+SongNum];
    The reason why I asked about the Sound variable, I was currious if I could do the same with it as I did with the Progress Bar Source as shown above?  Instead of defining this first:
    var Song1:Sound = new Sound();
    Can I do this in the function:
    var this["Song"+SongNum]:Sound = new Sound();
    I tried it once but I got an error.
    Here is the new FULL updated code:
    import fl.controls.ProgressBar;
    import flash.events.ProgressEvent;
    import flash.events.IOErrorEvent;
    import flash.net.URLRequest;
    import flash.media.SoundChannel;
    import flash.media.Sound;
    import flash.events.MouseEvent;
    import flash.events.Event;
    import flash.display.MovieClip;
    var sndchnlMain:SoundChannel;
    ClearNowPlaying();
      Song 1 Definitions
    var Song1:Sound = new Sound();
    pbSong1.addEventListener(Event.COMPLETE, LoadComplete);
    btnSong1Play.addEventListener(MouseEvent.CLICK, PlaySong);
    btnSong1Stop.addEventListener(MouseEvent.CLICK, Stop);
      Song 2 Definitions
    var Song2:Sound = new Sound();
    pbSong2.addEventListener(Event.COMPLETE, LoadComplete);
    btnSong2Play.addEventListener(MouseEvent.CLICK, PlaySong);
    btnSong2Stop.addEventListener(MouseEvent.CLICK, Stop);
      Song 3 Definitions
    var Song3:Sound = new Sound();
    pbSong3.addEventListener(Event.COMPLETE, LoadComplete);
    btnSong3Play.addEventListener(MouseEvent.CLICK, PlaySong);
    btnSong3Stop.addEventListener(MouseEvent.CLICK, Stop);
      Song 4 Definitions
    var Song4:Sound = new Sound();
    pbSong4.addEventListener(Event.COMPLETE, LoadComplete);
    btnSong4Play.addEventListener(MouseEvent.CLICK, PlaySong);
    btnSong4Stop.addEventListener(MouseEvent.CLICK, Stop);
      Song 5 Definitions
    var Song5:Sound = new Sound();
    pbSong5.addEventListener(Event.COMPLETE, LoadComplete);
    btnSong5Play.addEventListener(MouseEvent.CLICK, PlaySong);
    btnSong5Stop.addEventListener(MouseEvent.CLICK, Stop);
      Universal Functions
    function Stop(event:MouseEvent) {
         sndchnlMain.stop();
         ClearNowPlaying();
    function PlaySong(event:MouseEvent) {
         var SongNum:int = Number(event.currentTarget.name.split("btnSong").join("").split("Play").join(""));
         if (this["Song"+SongNum].bytesTotal) {
              if (this["Song"+SongNum].bytesTotal == this["Song"+SongNum].bytesLoaded) {
                   sndchnlMain.stop();
                   ClearNowPlaying();
                   this["NowPlayingSong"+SongNum].visible = true;
                   sndchnlMain = this["Song"+SongNum].play();
         } else {
              this["pbSong"+SongNum].source = this["Song"+SongNum];
              this["pbSong"+SongNum].visible = true;
              this["Song"+SongNum].load(new URLRequest("media/music/Song"+SongNum+".mp3"));
    function LoadComplete(event:Event) {
         var SongNum:int = Number(event.currentTarget.name.split("pbSong").join(""));
         trace("Size of file: " + this["Song"+SongNum].bytesTotal);
         this["Song"+SongNum].close();
         this["Song"+SongNum+"Loaded"] = true;
         if(sndchnlMain) {
              sndchnlMain.stop();
         ClearNowPlaying();
         this["NowPlayingSong"+SongNum].visible = true;
         sndchnlMain = this["Song"+SongNum].play();
         this["pbSong"+SongNum].visible = false;
    function ClearNowPlaying() {
         NowPlayingSong1.visible = false;
         NowPlayingSong2.visible = false;
         NowPlayingSong3.visible = false;
         NowPlayingSong4.visible = false;
         NowPlayingSong5.visible = false;

  • Multiple Places for Event Folder?

    I have a Christmas 2008 Event Folder - I went to 2 cities for this christmas - my family in Smithville, GA and my husbands family in Jonesville, GA... All the photos inside the folder are labeled according to each city, but...
    I would like to just have "one" event folder named: Christmas 2008. So when naming the Event Folder - do I have to choose which city I want to put as the place name, or is there a way to add both cities somehow?

    Yon can events and name them as you see fit
    If you adding a place to an event it is assigned to the event (everything in the event)
    YOu can select one or move photos and click on the "i" to turn them over and assign a place to them instead of assigning a lace to the entire event
    LN

  • What happened to the alarm icon for Events with alarms

    Upon upgrading to iCal 3.0, I notice that events that have alarms attached no longer display with the little "bell" icon on them (indicating that an alarm is attached). Any way to get these to appear again?
    -- Dave

    I just noticed this today, too. Also, the "overlapping squares" icon doesn't show up when events are repeating. These icons are helpful when I only have time to glance at my calendar; did they disappear altogether, or is there a way to turn them back on?
    -- Rabbit

  • ICal no longer listening for event notifications in 10.5.4

    Up until 10.5.4, iCal would automatically add todo's and calendar events to its display when an event was created from an external app using the CalendarStore framework...
    Not anymore... The events are created, but you need to click on a different view to get iCal to realize something has been added to the calendar
    What's the normal way to submit a bug report to Apple on this?

    Hi,
    the normal way is to submit feedback over here: http://www.apple.com/feedback/ical.html
    Björn

  • How to Send Emails to multiple persons for message notification

    Hi ,
    I have a ORG unit & a Postion defined under it . users have been defined under the postion also. However when a message under the respective  ORG unit , the mail goes to 1 person who has been marked with a BP ( BP of orgunit) as mentioned in the Email field of the orgunit .   How do we have different persons notified as mentioned under the Postion field ??
    Regards
    Kumar

    Dear Fr,
    You need to define a group mail and assign this in this Business partner.
    For e.g in the ticket you have a field Developer and there are several Developer
    Then in this case create a Group mail for all the developers
    Assign this to a BP common say DEV and enter the earlier created Group mail in this BP.
    So whenver you have assign the ticket to DEV the group of developer wil get mail.
    PLEASE REWARD POINTS.

  • Multiple Mailadapters for one mailbox

    Hello,
    we are receiving messages into one emailbox from several senders.
    (same directory on an IMPA server, but it is not possible to use different folders)
    We want to have different mailadapters to know in SXMB_MONI which party is sending the message.
    Another problem in the scenario is, that one sender sends the XML message in the payload,
    another is sending the message as attachments, so I have to setup different adapter parameters.
    How can I setup a mail adapter to read only emails from a specific emailsender (or any other attribute in the mail envelope)?
    So one adapter shall read emails from sender A and another shall read only the emails from sender B.
    thanks for help
    best regards
    Werner

    Hi,
    The mail adapter enables you to connect e-mail servers to the Integration Server or the SAP Partner Connectivity Kit (PCK).
    Sender Mail Adapter
    The sender mail adapter uses the Internet Message Access Protocol (IMAP) or the Post Office Protocol Version 3 (POP3) to collect e-mails and convert them to XI messages.
    Receiver Mail Adapter
    The receiver mail adapter converts XI messages to e-mails and uses the Simple Mail Transfer Protocol (STMP) or the Internet Message Access Protocol to transfer them to the e-mail server.
    Using e-Mail adapter meta-objects
    Meta-objects are business objects that are designed to contain configuration information for adapters. A meta-object is required to configure the e-Mail adapter for event notification.
    The e-Mail adapter gets the name of its top-level meta-object from the adapter property PollConfigMO. You must create the definition of this meta-object to match the structure described in Structure of the e-Mail adapter meta-object. Then specify its name in the PollConfigMO property. For information on creating a business object definition, see the Business Object Development Guide.
    And also u can refer these links
    http://www.riyaz.net/blog/index.php/2008/02/27/xipi-configuring-the-sender-mail-adapter/
    http://www.riyaz.net/blog/index.php/2008/02/23/xipi-sending-emails-using-xi-mail-adapter/
    Refer this Pdf
    http://help.sap.com/saphelp_nw04/helpdata/en/6b/4493404f673028e10000000a1550b0/content.htm
    Regards,
    Surya

  • CUOM 2.3 sends multiple notifications for Event StoppedGSUPerformancePolling with same time stamps

    Hi Alll,
    I have a CUOM Version 2.3 which shows mutiple notifications per Device for Event StoppedGSUPerformancePolling with same time stamps. The message below is generated from the default All_Events for all devices.
    Does anyone have a solution for that.
    Regards Michael
    This message is generated 8 times with the same time stamp in all messages.
    ** This message is generated from Cisco Unified Operations Manager **
    ALERT ID                = 00012OW
    CREATION TIME           = Sat 30-Oct-2010 16:31:57 CEST
    MODIFIED TIME           = Sat 30-Oct-2010 17:00:58 CEST
    STATUS                  = Active
    SEVERITY                = Critical
    MANAGED OBJECT          = 183.201.141.193
    MANAGED OBJECT TYPE     = VoiceGateway
    ASSOCIATED EVENTS       =
        Cleared:183.201.141.193:Unresponsive
        Active:183.201.141.193:StoppedGsuPerformancePolling
    CUSTOMER IDENTIFICATION = Voice Port
    CUSTOMER REVISION       = Voice Port

    if you get SNMP timeout on multiple devices then the fault usually lies in the path that the polling follows to get to these devices and back to the server.
    The problem obviously lies in the part path they have in common.
    It is not unusual to see the highest backbone loads during the night, due to backups being taken.
    Make sure the most important inter-switch links have no errors.
    I would rather fix this then turn off alerting.
    Cheers,
    Michel

  • Alarms not appearing for events - Agent Not Responding

    Hi
    I'm hoping someone may be able to help with a frustrating issue.
    I have a setup with SunMC 4.0 monitoring approx 15 SunMC agents. The problem is some of these agents are not displaying alarms for events that occur.
    E.g. if I trigger an alarm on a host by say filling up a filesystem, on some hosts an alarm will appear in the Alarm tab as exepcted, but on other hosts no alarm appears and hence I cannot acknowledge the alarm.
    After doing a bit of digging I have found the following:
    1) When the event is triggered on the client the trap is sent to the server
    2) The server then tries to communicate with the agent on the client and I see this error in the event.log
    [012578fd 0086 ]info Jul 28 14:59:06 event eventmgr: sending snmp collection request to XXXX 1161 XXXX for startline 0...................................................................
    [012578ff 0098 ]error Jul 28 14:59:06 event eventmgr: event collection failed for XXXX 1161 XXXX line 0 - error {} {Agent Not Responding}.................................................
    3) If I snoop between the 2 servers I can see communication between the server and the client on port 1161 so dont believe it is a network issue
    4) I have tried uninstalling and reinstalling the agent. This strangely cured it on one server with the problem, but on another server the problem persists even after reinstalling the agent multiple times
    5) I have logged into the postgress database and can see that events are not being logged in the events table (hence not being displayed in the Sun MC console).
    6) I have tried reseeding the agent and that makes no difference
    7) I have ensured the agent is listening on one network interface by adding snmpBindAnyAddr = "0" to the agent section of the domain-config.x file
    I am not sure where else to look for pointers as to what is going on. What beats me is that the servers which the agents are running on all have identical builds built from jumpstart and are on the same network, yet some work and some dont!
    Any help from anyone greatly received...
    thanks

    Hi there,
    I found a solution to get the alarmflow going again:
    1. Delete the node from SunMC Java Console
    2. Stop the agent
    3. Remove all logfiles in /var/opt/SUNWsymon/log
    4. Start the agent
    5. Wait 2 minutes and add the node in SunMC Java Console
    After these steps I can see alarms coming through and when adjusting thresholds I can trigger new alarms which show up on the Hostview Alarms tab.
    Unfortunately, this only seems to be a temporary solution, at least for some nodes.
    Anyway, I figured I'd share this info with everyone. Maybe it will help with your investigation and if someone finds a permanent solution please feel free to post it here ;-)
    Best Regards,
    Emerald

  • Alarm and event notification DSC

    I can't understand the functionality of these DSC VIs:
    Acknowledge Alarms .vi
    Set user Defined Alarms .vi
    Request Alarm & Event Notifications .vi
    I appreciate any guide.

    Hi Maryam,
    Acknowledge is where the sequence action that indicates recognition of a new alarm.
    Where an alarm is an abnormal process condition. In the LabVIEW Datalogging and Supervisory Control (DSC) Module, an alarm occurs if a shared variable value goes out of its defined alarm limits or if a shared variable has bad status.
    This is the URL of the DSC module Glossary:
    http://zone.ni.com/reference/en-XX/help/370246D-01/lvdschelp/dsc_glossary/
    If you want to know more about the general functionality of alarms and events and what to use specific VIs for.
    The fisrst call as I said previously should be the context help, check the example library and the NI developer zone. Another reasource which you can check is the DCS module "VI, Function, & How-To Help".
    Click on the "Help" then "VI, Function, & How-To Help", expand the following items in the tree structure "DSC Module"> "DSC Module VIs & Functions" > "Alarm & Events VIs".
    For future reference it would be helpful in future if you gave more information in your posts eg what version of LabVIEW you are using - so can post back relevent versioned example code.
    And what you are trying to do - why are you interested in the DSC alarm VIs, could make more specific replies given this information.
    Sorry if my initial replies are basic but I had no way of knowing the level of information you were looking for and you did not say what you had already tried/ looked up.
    Alarms can be used in many applications but as I said their basic functionality is to alert the user to an abnormal process condition eg sub/super limit values or bad status.
    I hope the above helps but if you require more information please let me know what it is you specifically want to know.
    Regards,
    Emma Rogulska
    NIUK & Ireland

  • How to use one email adress for multiple recipients

    Hello,
    I'd like to know how to use one email adress for multiple recipients. 
    this would be very useful or projects. for example;
    if i send one mail to [email protected], all people in this project get an email.
    I will add the people in this project myself. 
    I know it is possible, but I don't know how to do it ;-)
    please help me! 

    Hope this help.
    _http://technet.microsoft.com/en-us/library/cc164331(v=exchg.65) .aspx

Maybe you are looking for

  • Another K8N Neo4, 3800 x2 Problem

    Before I start here are the specs Amd x2 3800 with stock cooling Msi K8n Neo4 Platinum 2 gb OCZ Dual Channel Platinum Link eVGA 7800gt Ultra Xconnect 500watt psu 2 160 gb Hitachi Deskstars in Raid 0 on nvidia raid controller 2 Ide Hard drives Problem

  • LaserJet Pro MFP M177FW - Touch Screen not working

    I have a LaserJet Pro MFP M177FW and the touch screen wont work it displays the hp logo and the energy star logo.. all of the buttons are lit up including a red X but touching the screen does nothing the power button works but when it comes back on i

  • Regarding Purchase Requisition Doc. Type

    Hi, I am facing a problem regarding PR.We have suppose 5 plants(such as A, B, C, D, E) and 5 Doc type(such as PRA, PRB, PRC,PRD,PRE) for Purchase Req. Now if i want a user can only take plant A while creating Purchasing Req. using PRA Doc. Type So th

  • Read HR tables names using JCo

    Hi, I want to read the list HR tables(ie PA* and PB* tables) using JCo. Is there any BAPI or RFC exists to do the same ??? Thanks & Regards, Chandrasekhar.

  • Adobe Forms Data Fields in Portal

    This question regarding Adobe Forms in Portal 7. Can data fields on a form which are not stored in the SAP backend can be saved?  Can this be done in the portal or do we have to save this data in the backend via Z tables or creating additional infoty