How to set alert mail contain SQL text activities

How to set alert mail contain SQL text activities.
In "Notification Templates" topic have no Available Tags about sql text. Can I send mail alert with SQL text?

it should be text/plain, for a complete list refer
http://www.freeformatter.com/mime-types-list.html
Regards.

Similar Messages

  • How to get Alerts mail for adapter engine errors in SAP PI 7.0

    Hi Friends,
    I configured Alerts in PI 7.0. with the help of t-code u2018ALRTCATDEF and created a new alert catergory.
    In container tab i have mentioned all give below elements.
    SXMS_MSG_GUID, SXMS_RULE_NAME, SXMS_ERROR_CAT, SXMS_ERROR_CODE, SXMS_FROM_PARTY, SXMS_FROM_SERVICE, SXMS_FROM_NAMESPACE, SXMS_FROM_INTERFACE, SXMS_TO_PARTY, SXMS_TO_SERVICE, SXMS_TO_NAMESPACE,SXMS_TO_INTERFACE
    I am getting alerts when I manually test the alerts configurations by running the report u2018RSALERTTESTu2019.
    I am getting mail as :
    Alert ID: ##00009##
    Dear Administrator,
    This is with respect to XI Scenario. During processing of XML file from ECC or XYZ Server, Following error has been occured:
    Message ID:
    Interface:
    NOTE: To check the file name, go to SXMB_MONI and search for above message ID.
    Double click on that message ID and click on error in left hand tree.
    Please take appropriate action in co-ordination with respective functional and BASIS consultant.
    But When I am getting a error , I am not getting an alert mail. Right now iam doing in XI Development.
    I am not getting an Alert mail , when my message is in status of : System Error . Error catergory is : XI_J2EE_ADAPTER_JDBC.
    Kindly tell how to get alert mail for error catergory : XI_J2EE_ADAPTER_JDBC and in Adapter engine errors.
    How to get alert mail when my message is failed with any reason in Adapter engine.
    Waiting for quick replay. Please help me out.
    Regards,
    Ahmed.

    Hi thanks for quick reply.
    As per your given link : http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/14877. [original link is broken]
    I have done all these steps. But still little problem.
    as per link he is getting Error  description , error message id , alert rule..
    In my case I am not getting these information. when my messages failed. When I am doing manully testing the alert getting an mail as :
    Alert ID: ##00009##
    Dear Administrator,
    This is with respect to XI Scenario. During processing of XML file from ECC or XYZ Server, Following error has been occured:
    Message ID:
    Interface:
    NOTE: To check the file name, go to SXMB_MONI and search for above message ID.
    Double click on that message ID and click on error in left hand tree.
    Please take appropriate action in co-ordination with respective functional and BASIS consultant.
    Is it okay the body of mail??.
    I am not getting alert mail when my messages failed in adapter engine and Integration Engine.
    Ex my message is failed in AE:as below.
    My messages flow as : SAP --> XI --> DB.
    Messages is success (in ECC moni)> XI moni also success> XI Adapter engine getting error as (Status: System Error) and (Error Category : XI_J2EE_ADAPTER_JDBC).
    Regards,
    Ahmed.

  • Does anyone know how to set alerts in the iCloud calendar of Outlook 2010 for PC?

    Does anyone know how to set alerts in the iCloud calendar on Microsoft Outlook 2010 for a PC?  Outlook gives me a warning message and does not allow me to save alerts for calendar events created in iCloud calendar.  It will allow me to save events in the non-iCloud calendars.

    Ignore what office says, when the warning comes up saying that the reminder will not work click on yes,
    I just tested it and i had the reminder on my ihpone in outlook and also as i had the calendar open in safari it popped up on there too ( I wasn't aware it did that)

  • JTextPane, how to set only a part of text editable?

    How to set only a part of text in JTextPane editable? For example I want to forbid changing text after 'enter'. JTextPane has method setEditable but this works only for whole JTextPane.
    Plz help!!!

    I'm working on some application similar to unix console. It can't be done relatively simply with the provided components (for example two textfileds), but then it will not look like console :) .
    Now some technical problems:
    Anyway, use a DocumentListener and have it ignore any changes
    in areas you deem to be protected.I have no idea how to ignore changes using DocumentListener. Could you give more information abut this?
    I found "my own way". I create MyDefaultStyledDocument which extends DefaultStyledDocument. Then I overwrite two methods: insertString and remove. Using offsets values I manage to block everything before " > ", and I protect output from editing. But I still have a problem:
    This works fine (add "> " to JTextPane text):
                String s = console.getText();
                s = s+"> ";
                console.setText(s); but this doesn't work (for example replace last word):
                    String all = parent.getText();
                    all = all.substring(0,all.length() - cut);
                    all = all+text+" ";
                    parent.setText(all);where: parent = console = JTextPane
    Why?
    And one more question. Why when I typed "enter", Document remove all text and paste it again :/

  • JTextArea, how to set only a part of text editable?

    How to set only a part of text in JTextArea editable? For example I want to forbid changing text beteween lines 2 and 6. JTextArea has method setEditable but this works only for whole JTextArea.
    Plz help!!!

    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=5177361

  • How to set the Mail and Fax options  for the Smartforms ???

    How to set the Mail and Fax options  for the Smartforms ??? Please reply me very soon. Its a life deciding question now for me. Please .

    >
    veera Karthik wrote:
    > How to set the Mail and Fax options  for the Smartforms ??? Please reply me very soon. Its a life deciding question now for me. Please .
    Hi
    Check this Link:
    http://help.sap.com/saphelp_nw04/helpdata/en/a5/28d3b9d26211d4b646006094192fe3/frameset.htm
    P.S: Never say reply me soon....people answer you here voluntarily and as everyone has their own desk to manage...sp replies may late or early..depending upon the availabality of the members.
    Vishwa.

  • How to set alerts?

    Hi all
    Please do guide me to set alerts to mail whenever an exception raises like not populated data or event not completed in Oracle 9i or 10g. As it is available in Windows or in SQL Server - SQL Agent.
    Thanking you in anticipation.
    Regards
    Vijay Kumar

    Checking table contents in true 'real time' would be horrendously expensive. I'd go back and review the business requirements and proposed solution. There is, 'rightly, nothing native to Oracle that will do this. If, as you suggest, SQLServer appears to do this, my guess is you are mis-understanding what it really does.
    As for getting oracle to send email, check "Sending E-Mail from PL/SQL" at http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_web.htm#sthref1526
    Also consider this ... you are asking about triggering email from a 'real time' monitor of the table contents, but email itself is far from 'real time'. There are all kinds of latencies in an email system, not the least of which is the latency of the recipient having gone home for the day - or gone on a two-week cruise - or having just left the company completely. All of which need to be considered when considering something such as what you are proposing.
    Again, I'd revisit the business requirements before proposing a technical solution.

  • How to set up mail on i phone 5 with an email of "example@email.school.edu" hosted through google?

    I have an email just like the title says "[email protected]" and it is hosted through google but I have to go to my school website to sign in to the account.  I want to be able to use the mail app and I can't figure out how to set this particular account up with the I phone.

    Talk to the IT people at your school

  • How to set up Mail without own Internet account

    I stay at different homes, using their Internet connections to check my e-mail online. If I get e-mail via the Internet, using any available network, how can I set up Mail? Mail asks for my incoming and outgoing server, but I am using any available network. Can I use Mail at all without my own Internet account? What if I use the account of a family member or friend who has Internet at their residence?

    Well, you need a permanent email address somewhere to which all your email goes. You cannot use web mail addresses such as the free email accounts at Yahoo or Google because they are not accessible from Mail.
    If your parents have cable internet service from RoadRunner, for example, then they can authorize an email account for you. Your email address would be something like "[email protected]" You would set up the account as you would normally using the ingoing and outgoing mail servers provided.
    Now when you are at some other location on the internet you can retrieve your email by simply letting Mail fetch it from your email address. If you need to send email then you will need to provide the outgoing mail server address used by the internet mail system you are now using. You can add this as a second server so it's easy to switch between them when you need to.
    I suggest you look at Mail Help from Mail's Help menu where you can search for more information on configuring Mail.

  • How to set organizer mail id in meeting request  using CL_APPOINTMENT class

    Hi,
    I have two questions here.
    1. How to set the organizer mail id using the method of CL_APPOINTMENT class? I have used the method   SET_ORGANIZER of class CL_APPOINTMENT by passing my SAP user name 'GCM' but when i received the appointment within outlook, i am able see my server mail id like 'Madhu G C <[email protected]>' instead of my outlook mail id '[email protected]'.
    2. How to set reoccursive meeting request in Outlook using cl_appoinment?Example: i have a training on alternative days say on 01-mar, 03-Mar, 05-mar. When i book the course, i should get these alternative days in outlook in a single meeting request?
    Best Regards,
    Madhu

    Please post the question in correct forum. This forum is for webdynpro abap.
    Regards
    Srinivas

  • How to set E-Mail Activitie in Process Flow

    Hi All,
    I am very new to OWB and i created process flow based on documents.Process flow run successfully.Now i need to set E-mail Activity to that process flow. i read some of links and help topics.But iam not clear.so pleaseme tell how to do.
    Thanks,

    Hi
    You just add the Email icon to the palette and if a process runs sucess or error (depends on your transition). Just add the email icon and click on it. Fill in the necessery values, such as
    From
    To
    Subject
    Body
    SMTP server.
    If you have a mailserver installed on your machine - just enter "localhost".
    Else you will need to use an existing email server.
    BR / Ander

  • How to set up Mail on my Mac to my business exchange server

    My company has recently moved to Microsoft exchange. I run a mac running OSX. I have entourage but would prefer to use the native Mail client. Does anyone have suggestion as to how to set this up? Thx.

    Hi,
    I have just noticed that your original Posts lists OS 10.8
    and not OS X 10.8.2
    Your phraseology in the last post made me look again.
    Does you iMessage Account pane look like this ?
    At OS X 10.8.2 Update the Messages App is updated to version 7.0.1
    This changes the pic above  (the Sign Out and Detail Buttons are no on the "Front" part)
    The Send From Drop down has been added at the bottom.  (You may only get this with Two active "Receive" names/iPhone Numbers)
    It used to look like this
    10:06 PM      Tuesday; February 12, 2013
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Mountain Lion 10.8.3 Mail - how to set push mail

    Hi again folx.
    I have one simple question:
    On Mountain Lion 10.8.3 is there any way i can set push mail service on Mail. That means, when i recieve an e-mail, it instantly notifies me. Like on most smartphones. I have tried well known trick of setting it to manual check and few other settings, but thats not working..
    Do you have any idea how to do this ?
    In settings i can only see "check for new email every minute".
    Thanks in advance.
    Marko Stojanovic (Laynee).

    Your email account/provider must support Push.  Not all of them support it by default.  Mail will support Push via the setup wizard choice of Exchange.  So, as an example, if this is a GMail account, reset it up and pick Exchange instead of GMail for the wizard since that's a supported setup path for GMail accounts to enable Push capabilities on it.
    Just keep in mind that the protocols used on the Mac to do the Push Exchange Activesync setup is a bit different than those used on iOS devices.  I can't say without a doubt that it is supported on Mail, but I know you can do that setup for GMail on the mail client on an iOS device and it'll enable Push.

  • How to send a mail with rich text content like using outlook

    Hi All. I have a serious problem. When we send the mail from
    outlook express or yahoo, we can send the mail with the text appearing
    in the mail with bold font , with different colors, underlined etc.
    If i type this kind of text in any word processor and mail that content through java mail then the message should be received by the recepient with all that bold,color and underlines etc as it is. Can anybody please help me in this case ASAP.

    Go to this site and download the htmlArea Javascripts. Embedd them in your HTML and it will turn your normal HTML Text Area into Rich Text Area. Your real code will include all HTML tags. For example if you select some text and make it bold , the real HTML output will look like <B>YOUR TEXT </B>. So i guess your recipient should be able to receive HTML contents.
    http://www.interactivetools.com/products/htmlarea/

  • How to create web page containing a text(Information)  in webcenter portal

    Hi
    I want to create a web page containing a text (information)and that should be editable at run time.I am trying the same to achieve through oracle composer but unable to get the required result.
    I am using J developer 11g for creation.

    check
    http://download.oracle.com/docs/cd/E12839_01/webcenter.1111/e10147/Topic_2.2.htm
    http://download.oracle.com/docs/cd/E12839_01/webcenter.1111/e10148/jpsdg_page_editor.htm

Maybe you are looking for