Create Mail alerts without using System_Mail_send

Hi Everyone,
We have Redwood version M33.7-44392. We have bought the license for alert module and we configured and it works fine when i send a mail using the job definition System_Mail_Send. Now, our requirement is to receive the details like Job name, logs, system where it was running in the mail.
I referred the Administrator guide, and they use the Mail send Job definition type as step2 in a job chain. Is this is the only way?
In this case i have to re-schedule all my jobs as job chains which is tedious and i'm skeptical whether this method will send all the information that i need using this method.
Please let me know the other ways or direct me to the respective guide links.
Thanks
Nanda

Hello,
SInce you have the Alerting module you can set up Job Definition Alert sources in the alerting tab where you can customize your emails.
Regards Gerben

Similar Messages

  • How create mail alert without triggering the event.

    1.     SR 3-4924626351: How create mail alert without triggering the event.
    We wanted to send alert mail every 10 days or 15 days or 1 month to a reporting manager of Opportunity Owner with details of that Opportunity. I don’t want to use any triggering of event like the Following. When new opportunity is created When modified Opportunity is saved etc.

    Raju,
    If you don't want to use the triggering event, you will have to do this manually.
    Manually:
    - Create a Web Link on the SR with and embed the mailto: function with the receivers email and subject and body embedded in the url (you can find this link on Google)
    - When this link is clicked, an email window will open with all the details you provide, and you can click the send button to send the email.
    - You will have to do this manually every 10-15 days or whatever is the duration
    Auto:
    - Create a time based workflow on a new Opportunity Created event
    - create a action to send an email notification to the concerned person (details in the workflow properties)
    - This workflow will auto send an email every 10-15 days to the opportunity Manager.
    The time based workflow is the best option I see. Do you see any issue/ concerns with auto generated emails?
    Hope this helps!
    Royston

  • Wants - Create CCMS Alerts without using RWB

    Hi,
    I would like to create CCMS Alerts such as CPU performance, memory ect. ect. without using RWB
    is that posible ? if yes how can i do that...
    also I want to create CCMS alert will sent mail for different users, like memory alert sent to couple of users, and CPU performance alerts mail to different users like basis team...
    Thanks in Advanced

    Thanks for Accept my Eaddress, can I get your Eaddress please.... yahoo or msn
    as you know that I am trying to create CCMS in XI 3.0 and its nothing any link with tcode: ALRTCATDEF
    I am follow some sim.file / doc to setup CCMS to (Lotus notes)
    I setup everything but alerts is not show in lotus notes
    SAPconnect works fine, internal mails are working fine
    I wana share with you guys, what i done yet
    USER SETTING
    1. in SU01 my user has my Eaddress on it
    2. Comm. Meth mail
    SMTP SETTING
    1. SAP&CONNECTNET is actives and internet mail works
    2. In SMTP setting mail host localhost and port: 25
    3. Create background job every 5 munites
    RZ21 METHOD SETTING
    RZ21 --> copy Method CCMS_OnAlert_mail to TEST_CCMS_OnAlert_mail
    in parameters tab: Sender: my user name
    Recipient: myamil address
    Recipient - typeid: U
    In Release tab check autore action method
    MTE CLASS
    1. under SAP CCMS Monitor Templates --> Dialog overview --> dialog Response Time --> Server name --> properties
    then double click MTE class, and in auto-reaction method name: TEST_CCMS_OnAlert_mail
    2. Goback to MTE tree, click open alerts push button
    3. its show 10 alerts when I click display alerts push button show 10 alerts and status "Action_Failed"
    Question: why its not mail automatically, did i miss anything or will i need to change profile ?????
    please i would like to setup only this thing
    thanks

  • Dynamic text in PI Alerts without using BPM

    Hello everyone,
    Is it possible to have dynamic text in alert mail subject or mail details without using BPM in PI?
    If I want to configure generic single alert category for all interfaces in my project , and in the subject line of Alert mail, I need to have the Interface ID (unique identifier for that interface) or integration directory scenario name for which this alert has been raised, then is it possible to use some custom alert container for this purpose?  Or is there any other way to have these dynamic texts ?
    We are using PI7.1 in project landscape.
    Thanks in advance,
    Minal

    Hi,
    >>I need to have the Interface ID (unique identifier for that interface) or integration directory scenario name for which this alert has been raised
    those two are not available in the container:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/d0/d4b54020c6792ae10000000a155106/content.htm
    Regards,
    Michal Krawczyk

  • Alerts Without using BPM

    Is there any way to configure or to trigger an alert without using BPM???
    Thanks in advance,
    Jeevan.

    Hi,
    You can do that using creating ALERT Rules in your
    RWB-->ALert Configuration
    You will have to:
    1. Create ALert categories.
    2. In the 'ALert configuration' add Alert Rules ot the Alert category.
    Whenever an error happens, the Alert will be triggered by the ALert Framework.
    More details here:
    http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/content.htm
    Regards
    Vijaya
    Message was edited by: vijaya kumari

  • How to create Oracle Alert without metioning the email address in To Field

    Hi,
    I just wanna know that how to create Oracle Alert without metioning the email address in To Field.
    Please help thanks.

    If you don't enter anything in the email field, the alert email won't go out.
    If you just want to test or if you plan to use the history, you can put a non-existant email there.
    The alert will fire anyway.
    Hope this helps,
    Sandeep Gandhi

  • How do you create an array without using a shell on the FP?

    I want to be able to read the status of front panel controls (value, control box selection, etc.) and save it to a file, as a "configuration" file -- then be able to load it and have all the controls set to the same states as were saved in the file. I was thinking an array would be a way to do this, as I have done that in VB. (Saving it as a text file, then reading lines back into the array when the file is read and point the control(s) values/states to the corresponding array element.
    So how do I create an array of X dimensions without using a shell on the front panel? Or can someone suggest a better way to accomplish what I am after? (Datalogging doesn't allow for saving the status by a filename, so I
    do not want to go that route.)

    Thanks so much m3nth! This definitely looks like what I was wanting... just not really knowing how to get there.
    I'm not sure I follow all the icons. Is that an array (top left with 0 constant) in the top example? And if so, that gets back to part of my original question of how to create an array without using a shell on the FP. Do I follow your diagram correctly?
    If I seem a tad green... well I am.
    I hope you understand the LabVIEW environment and icons are still very new to me.
    Also, I had a response from an NI app. engineer about this problem. He sent me a couple of VI's that he threw together approaching this by using Keys. (I still think you are pointing to the best solution.) I assume he wouldn't mind m
    e posting his reply and the VI's for the sake of a good, thorough, Roundtable discussion. So here are his comments with VI's attached:
    "I was implementing this exact functionality this morning for an application I'm working on. I only have five controls I want to save, but they are all of different data types. I simply wrote a key for each control, and read back that key on initialization. I simply passed in property node values to the save VI at the end, and passed the values out to property nodes at
    the beginning. I've attached my initialize and save VI's for you to view. If you have so many controls that this would not be feasible, you may want to look into clustering the controls and saving the cluster as a datalog file.
    Attachments:
    Initialize_Settings.vi ‏55 KB
    Save_Settings.vi ‏52 KB

  • "Create alternate versions without using extra disk space" Really?

    "Create alternate versions without using extra disk space" says Apple. But is that really true? Because, from what I understand, for Aperture's OS Integration (with the Media Browser) to work, Aperture has to render Previews of all your photos first. So, any alternate versions that you create, do exist on your Hard Drive in the form of an actual file (e.g. a JPEG).

    Reuben Feffer wrote:
    "Create alternate versions without using extra disk space" says Apple. But is that really true? Because, from what I understand, for Aperture's OS Integration (with the Media Browser) to work, Aperture has to render Previews of all your photos first. So, any alternate versions that you create, do exist on your Hard Drive in the form of an actual file (e.g. a JPEG).
    As Ian notes, it's smaller than a RAW - also smaller than an alternate PSD you might make, or duplicating a background layer in a PSD.
    Also though, you don't have to have previews for everything - I find what I do is leave automatic preview generation turned off and then just generate previews for images that I like the end result of. This lets you explore alternate versions with essentially no addition space used.

  • How to create a domain without using the root user in Sunone Server

    Hi,
    I am having one requirement to create a domain without using root user in sunone application server 8.1. Does any body know the solution?
    Message was edited by:
    SPBP

    Hi,
    If you are using file-based installation, you can install as non-root user and create domains as usual. You can use asadmin command available at <AS_INSTALL>/bin to do this.
    ex: ./asadmin create-domain domaindir /tmp/justfortest adminport 4850 --adminuser admin domain_nonroot_test
    Did you face any problem doing this in non-root. Unless you have write permissions in domaindir, you won't be facing any problem.
    Hope this clarifies your question.
    Thanks,
    -Balaji.

  • Creating itune account without using credit card

    Hi.
    I m new apple user has a little question.
    Can i create Itune account without credit card.? if it is possible then tell me the process of creating itune account without using credit card. 
    Warm Regards,
    Chandan Sharma

    I follow the provided link but payment method does not show option "non" i am very frustate.
    please help me because i do't have a credit card.

  • Is it possible to create .ncd file without using MAX?

    Is it possible to create .ncd file without using MAX? I am trying to read the data given by hundreds of possible Arb. IDs on one of the CAN port without having to create it from the MAX.
    Thank you

    Hi,
    the NI-CAN driver software does not provide functions/VIs to generate
    *.ncd files. However the *.ncd file format is just plain XML (ASCII text). Take a
    look at the example.ncd file that gets installed with NI-CAN
    (<ProgramFiles>\National Instruments\NI-CAN\):
    <?xml version="1.0" encoding="UTF-8"?>
    <nican_config version="0.1">
    <saved>8/8/2005,17:58</saved>
    <message name="TransmissionFluids">
      <id extended="0">82</id>
      <dbc>C:\Program Files\National Instruments\NI-CAN\example.ncd</dbc>
      <conflicts>0</conflicts>
      <bytes>6</bytes>
      <interface>1</interface>
      <comment></comment>
      <channel name="ClutchPressure">
        <conflicts>0</conflicts>
        <bitfield start="0" bits="8" order="0" type="1"/>
        <linear_scaling factor="1.600000e+001"
    offset="0.000000e+000" max="4.000000e+003" min="0.000000e+000"
    default="0.000000e+000" unit="kPa"/>
        <comment></comment>
      </channel>
    </message>
    </nican_config>
    Thus, you could generate *.ncd files with simple file I/O. Having XML-specific file I/O functions simplifies this task.
    -B2k

  • Is therere an option to create apple id without using a credit card?

    is therere an option to create apple id without using a credit card?

    http://support.apple.com/kb/HT2534

  • Can i create apple id without use the credit card?

    can i create apple id without use the credit card?

    I'm getting the same thing. I created a new Apple ID via the Internet (appleid.apple.com) When I go to my device to try to use it, I have to review it first and in that process, I'm asked for a credit card or iTunes gift card. There is NO 'none' option.
    I work in a school district and we'd like employees to use their own apple ID for free apps which will allow them the freedom to explore apps without weighing down our tech dept with myriad requests for random apps. I deal with a broad demographic and many users are suspicious of putting personal credit card info on an Internet-based account.
    However, it appears they are locked out of the store unless they have some form of payment on file. Even if they enter a gift card, what happens when it's used up? Will they get locked out of the store if they don't have a balance?
    Anyone have a work around? If not ... APPLE Please update your support materials to explain this, or fix the bug.
    Thanks!

  • HT2589 how can i create apple id without using credit card details ?

    how can i create apple id without using credit card details ?

    @Limnos - that doesn't work anymore. There is no NONE option. I've been at it for hours trying to set up my daughter's account. I've tried creating and verifying an appleID on the web, on her touch...everything. Every single time you get to the stupid Touch, it wants to walk you through the verification of the account and it demands payment (even for their suggested apple Remote method listed in the KB).

  • How can I create a Glow without using a filter

    I am creating an application for iPhone4, and one of the problems I am having is the lack of filter support.
    I am trying to create a "stroke" around some bitmaps... an example would be a text field that is white on a bright background - I would put a black stroke around it to contract it... there are other needs as well, but this is an example.
    Before, I would just put a glow filter on the text field, tweak the settings and it looked good and did exactly what I wanted.
    But iPhone4 high resolution with gpu acceleration don't support filters - and I can't change those requirements... so any and all bitmap filters are out.
    Does anyone know of a way I can create a glow filter effect without using filters that would not be a major preformance hit for fps and memory?

    Have you tried using tweenMax and code in a glow effect.
    Something like this:
    import com.greensock.*;
    import com.greensock.plugins.*;
    TweenPlugin.activate([TintPlugin]);
    var glowEffect:TweenMax = new TweenMax(mc,0,{glowFilter:{color:0x330000,alpha:1,blurX:5,blurY:5,strength:2,quality:2,ov erwrite:5}});

Maybe you are looking for