Include URL in the Alert message in Sitescope Alert

Hi,
I am trying to include the URL int he Evetn mapping but unable to fidn the Attribute to include the URL in the alert. Please suggest.

Hi,
If this is a static URL then you can include it in alert by modifing the alert templates under templates.mail in installed directory. In case of dynamic URL's put them under group/monitor description feild nad include it in alert using the tag like "Monitor:  <groupID>:<name> <groupDescription>" in alert template.
Regards,
Sujith

Similar Messages

  • Table in which RZ20 alerts are stored (Where can I find the error messages)

    Hi All,
    I want to know the table where i can see all the error messages poplulated as alerts in the TCode RZ20.

    hi,
    You can use the FM "BBP_GET_STATE_MONITOR" to get the avrious alert messages.
    BR,
    Disha.
    Do reward points for useful answers

  • Meaning of an alert message in SAP PI 7.3

    Hello,
    I am using PI 7.3. This is a File to JDBC Scenario and the QoS is EOIO. Data has passed through this scenario for last one year.
    Yesterday, there was one failure due to wrong data present in the source file. After this failure, I cancelled this error message in PI System as the QoS is EOIO. Then the source file was corrected and was resent to PI system and it is successfully processed through PI and also successfully posted to the target system. But this time, although the message has successfully delivered through PI system, one alert message got generated. See below.
    ErrText": "Conversion of file content to XML failed at position 0: java.io.IOException: The file access permissions do not allow the specified action.",
    Can anyone help me to understand why this alert message got generated?
    Thanks & Regards,
    Moumita

    I think operating system level permission is ok because other files have passed successfully through PI without generating any alert message.
    This alert message is generated for one particular message. Not sure any message specific permission I need to check??
    Please advise.
    Thanks & Regards,
    Moumita

  • Disappearance of alert message from alert inbox

    XI Experts,
    We are using XI 7.0, We have configure alerts for many of our scenario and it is working good. Whenever messages is failed in IE or AE we get an alert in our alert inbox in RWB and for MS outlook. But I observed that alert messages disappear from alert inbox in RWB after the expiry date of the alert message.
    I would like to know why my messages are disappearing from alert inbox in RWB after the expiry date? Do we need to do any setting in the system to keep the alert messages in the alert inbox of RWB after the expirty date of message?
    Any helpful input is appreciated.
    MP

    Well it makes to clear the alert inbox by having a expiry time but if you do not want one, set the Expiry time in ALRTCATDEF for your alert category to a high value.
    This is explained here,
    http://help.sap.com/saphelp_nw70/helpdata/en/96/f1033c128f4a7de10000000a114084/content.htm
    <i> In the Expiry Time in Min. field, you can enter a life span for alerts of this category if the alerts will no longer be relevant after a specific period of time. If the expiry time elapses, the alert is removed from the alert inbox and is no longer delivered using any other channel.
    Expiry times can be derived from various sources. Priority is given first to the data provided by the triggering application, second to the BAdI ALERT_EXP_DATE, and third to this field in the alert category definition. If none is found in any of these sources, the default expiry of 31.12.2099 applies.</i>
    Regards
    Bhavesh

  • How to include all of the original text in email replies with attachment

    I am using Mac Mail and I have set up the composing preferences to include all of the original message when responding. This only works so long as I don't send an attachment. If I send an attachment in my reply then the recipient doesn't receive any of the previous text, although the copy in my 'sent' box has it on. I contacted BT and got the following response "If you can send and receive emails including attachments via this software then this indicates that the client configuration is correct, and unfortunately this is as far as we can support Mac Mail. I would suggest you seek further advice from Apple as this may be down to the way you have configured the mail client’s composing preferences. Apple’s help desk will be able to tell you if this is a known issue". I've searched the forum for an answer but couldn't find one, does anyone know how to fix this?

    Annette, welcome to Apple Discussions.
    I don't know what is causing your mail problem, but offer a possible alternate solution.
    Open the email you want to respond to. Then click reply. Then copy the text.
    Then open a new message and paste the copied text. Add your attachment & any additional new text. Then send.
     Cheers, Tom

  • How to display the eror message in the iView

    Hi
    I want to check the user input in the client side and display an error message in the iView instead of displaying the error message as an alert
    it is ok when I tried to do it as an alert
    alert('ERROR MESSAGE');
    but the problem is how to display the error message as a text in the iView ...
    I wrote the below code..
    any one can see it and has any sugestion?
    Thanks
    =============
    <%@ taglib uri="tagLib" prefix="hbj" %>
    <%
    String compid = "";
    String message = "";
    %>
    <hbj:content id="MyContent">
    <hbj:page title = "Selection Screen">
    <hbj:form id = "myForm">
    <br>
    <br>
    <br>
    <center>
    <H3>Benefits Statement </H3>
    <H4>Selection Screen</H4>
    <hbj:gridLayout
    id="FSSLayout"
    debugMode="False"
    width="40%"
    cellSpacing="5"
    >
    <hbj:gridLayoutCell
    rowIndex="1"
    columnIndex="1"
    width="10%"
    horizontalAlignment="LEFT"
    style="WildStyle"
    >
    <hbj:label
    id="label_inputPernr"
    required="TRUE"
    text="Personal Number:"
    design="LABEL"
    labelFor="inputPernr"
    />
    </hbj:gridLayoutCell>
    <hbj:gridLayoutCell
    rowIndex="1"
    columnIndex="2"
    width="40%"
    horizontalAlignment="LEFT"
    >
    <hbj:inputField id = "inputPernr"
    >
    <%
    compid=MyContent.getParamIdForComponent(inputPernr);
    %>
    </hbj:inputField>
    </hbj:gridLayoutCell>
    <hbj:gridLayoutCell
    rowIndex="10"
    columnIndex="1"
    width="40%"
    horizontalAlignment="CENTER"
    colSpan="2"
    >
    <hbj:button id = "myButton" text="Submit.." design="EMPHASIZED"
    tooltip="Click me to submit this form" onClick="ClickEvent" onClientClick="validRequired()">
    </hbj:button>
    </hbj:gridLayoutCell>
    </hbj:gridLayout>
    </center>
    <p font="Arial" size=20><%= message%></p>
    </hbj:form>
    <SCRIPT LANGUAGE="Javascript">
    function validRequired()
    var myvar = document.getElementById('<%=compid%>').value;
    var ivID='<%=componentRequest.getComponentContext().getContextName()%>';
    if (myvar = " ")
    message = "Enter Employee Number";
    ivuRefresh(ivID);
    htmlbevent.cancelSubmit=true;
    </SCRIPT>
    </hbj:page>
    </hbj:content>

    No problem, here is an example of some html code and javascript that you can adapt to your needs. You can display this standalone to see how it works.
    I hope this helps
    <html>
         <head>
              <script language="JavaScript">
                   function validateForm(){
                        if(document.getElementById("nameField").value == "")
                             document.getElementById("errormessage").innerHTML = "Please enter the Name";
                        else if(document.getElementById("ageField").value == "")
                             document.getElementById("errormessage").innerHTML = "Please enter the Age";
                        else if(document.getElementById("idField").value == "")
                             document.getElementById("errormessage").innerHTML = "Please enter the id";                         
                        else
                             document.getElementById("errormessage").innerHTML = "";
              </script>
         </head>
         <body>
              <table border="0" cellpadding="0" cellspacing="0">
                   <tr>
                     <td>Name</td>
                     <td><input type="input" id="nameField" name="nameField"></td>
                   </tr>
                   <tr>
                     <td>Age</td>
                     <td><input type="input" id="ageField" name="ageField"></td>
                   </tr>
                   <tr>
                     <td>Id</td>
                     <td><input type="input" id="idField" name="idField"></td>
                   </tr>
                   <tr><td><font color="red"><span id="errormessage"></span></font></td></tr>
                   <tr><td><input type="button" name="validate" onClick="validateForm()" value="Click to validate"/></td></tr>
              </table>
         </body>
    </html>

  • When I get an email with an HTML it does not show up and I get the following message: There are no parts that can be displayed inline.

    When I receive an email with and HTML included I get the following message: "There are no parts that can be displayed inline", but no document to open.
    == This happened ==
    Every time Firefox opened
    == a month ago

    I don't know. I don't have access to Iquest, and some searching on google for ''Iquest webmail "There are no parts that can be displayed inline"'' doesn't really turn up anything.
    Does Iquest have their own support?

  • Error message: "Cannot send alert message to browser" on Rule Policy

    Hi Experts.
    Have anybody experience with the error message "Cannot send alert message to browser" on Rule Policies? The condition-check of the rule is working fine. But the error message shown appears in the web UI Similar exception on Complaints Error Message but no answer. Is it possible that the SSL settings are responsible for that error message? Any ideas? Thanks a lot!
    Regards
    Tobias

    Hi Leon,
    thanks for you fast response!
    - The method "send_alert_message" has thrown following exception
    "Exception: An exception (CX_SAM_MESSAGING_EXCEPTION) occurred. Message no. TPDA430."
    on that line of code: line 91: sam_sender->send_to_client( message = sam_message ).
    I looked inside:
    - In the method "_SEND (CL_SAM_SESSION_QUEUE_SENDER)"
    line 101:   http_client->receive(  EXCEPTIONS http_communication_failure = 1 ... )
    The sy-subrc will be set to 1.
    I looked inside:
    - In the method "IF_HTTP_CLIENT~RECEIVE (CL_HTTP_CLIENT)"
    line 885: reason = response->get_header_field( 'sap-icmclnterror' ).
    Here the "reason" will  be set to "Native SSL Error".
    Any ideas how to solve this problem?
    Thanks a lot.
    Regards,
    Tobias

  • Mail won't let me respond quoting the text of the original message

    Mail does not allow me to respond to an email quoting the original message.
    I tried going to preferences>composing and selecting "quote the text of the original message." under responding. But Mail doesn't allow me to select this option.
    I've also tried selecting the text in the email that I want to respond to in my reply message and that doesn't show up when I hit reply.
    Has anyone else encountered this problem?

    I think I've discovered what was causing my problem. In the "Preferences, Composing" section, there's a pair of radio buttons for "When quoting text in replies or forwards". Mine was set to "Include selected text if any, otherwise include all", which means that if you have any text selected, only that text is included. It would appear that I was often selecting text while browsing through.
    Setting the other radio button ("Include all of the original message") makes the behaviour go away.
    I suspect that this may not be the only problem in this thread, but the fix worked for me!

  • Why do i keep getting an Alert message saying "The URL is not valid and cannot be loaded "?

    Why do i keep getting an Alert message saying "The URL is not valid and cannot be loaded "?
    This happens a lot regardless of the web page. I continually have to restart FF and it persists still

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Most pages are loading without formatting and in addition I am getting the following error message on certain sites. Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect? URL: /xajax_js/xajax.js

    I'm using Firefox v6.0 on windoze XP sp3. I had no problems until after using webroots window washer and updating Firefox. I don't know which of those things (if either) may be the cause of the problem. The URL of the worst affected site (the one that spawns the error message is pasted below. But other sites are also loading so that they look like they are unformatted. Any suggestions most welcome.

    Since Chrome is working, then there's something going wrong with your IE and Firefox installs of Flash Player.  Could you tell me what files you have in the C:\Windows\System32\Macromed\Flash folder?
    You might want to give a clean install a shot:
    How do I do a clean install of Flash Player?
    Then for IE issues, follow it up with the steps in:
    Enabling Flash Player in Internet Explorer 9

  • "Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect? URL: /includes/javascript/xajax_js/xajax.js". other posters with a xajax error on this board got the response to go look for developer resources. (i'm not a developer)

    I'm on a mac running 10.6.8, was using Firefox 6.02 when the problem started, i performed a clean install of 7.01, installed the latest Flashplayer, and reinstalled java (the 10.6.5 update file from apple's site).
    I seem able to load video at youtube.com, and was able to load web-based irc chatrooms at ircchat.tv. however, at jamplay.com a paid member site, all of the lessons are flash video, and there's a live video feed chat room that is also flash based, and I am not able to view this content. the video content pops up the error message "Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?
    URL: /includes/javascript/xajax_js/xajax.js" and the clicking on the "launch chatroom" button does exactly nothing.
    I have contacted the jamplay site team but their recommendations are the steps I have already taken, mentioned above, that did not resolve the issue.
    some links to content on their site visible without being a member:
    http://www.jamplay.com/
    this one has a flash interface that, if things were working, would have a video in the center and members and staff talking abouth that area of the site when you click on one of the title buttons. Now that I am having this problem, nothing is clickable and there's no indication that there should be a video in the center. The error message regarding xajax does not come up at all.
    http://www.jamplay.com/guitar-lessons/beginners/1/527-16-circle-of-fifths
    same thing. video content is missing, xajax error does not appear.
    http://www.jamplay.com/live
    when I load these all content except the video loads on the page. this page does not give me the error at all, just does not load the video
    I can't seem to recreate the actual error without being logged in as a member of the site.
    The apple support team gave me a one-time free suppport ticket to troubleshoot an ethernet issue I was having. Unfortunately, the databases I removed were not deemed either by apple or me to be noteworthy or necessary to retain (all of them were for software I not longer have or use). I don't know which plist file might have been the one I need now. I did reinstall the java and flash items. The only other item that I think it might be is a set of belkin router software that I uninstalled because i'm not using any belkin hardware anymore.
    If someone has any kind of idea I would be most appreciative.

    That's a comment in the file. It has no effect at all.

  • 12511 Unexpectedly received TLS alert message; treating as a rejection by the client

    ISE Version: 1.2.0.899 (Running in VMware)
    WLC: 5508 ver 7.6.100.0
    I have a WLAN created that uses dot1x authentication. The WLAN points to ISE for RADIUS AAA. I cannot get any windows computer to connect to it (7,8 or 8.1 tested), but android, ios and osx are all able to connect. I have a 3rd party cert (GoDaddy) installed in my local store in ISE, which is valid and not expired. I do not understand why windows machines are failing.
    I am migrating to this new ISE server and my old ISE server has the same configuration (as far as I can tell) for this WLAN and it works for all devices, including windows. The difference is that it is on a different domain (the reason for the migration is we changed domains).
    Here is the ISE error:
    Event: 5400 Authentication failed
    Failure Reason: 12511 Unexpectedly received TLS alert message; treating as a rejection by the client
    Resolution: Ensure that the ISE server certificate is trusted by the client, by configuring the supplicant with the CA certificate that signed the ISE server certificate. It is strongly recommended to not disable the server certificate validation on the client!
    Root cause: While trying to negotiate a TLS handshake with the client, ISE received an unexpected TLS alert message. This might be due to the supplicant not trusting the ISE server certificate for some reason. ISE treated the unexpected message as a sign that the client rejected the tunnel establishment.
    Here is the WLC error:
    AAA Authentication Failure for UserName:Domain\User User Type: WLAN USER
    Here is the windows event viewer error:
    Source:        Microsoft-Windows-Security-Auditing
    Event ID:      5632
    Description:
    A request was made to authenticate to a wireless network.
    Subject:
        Security ID:        NULL
        Account Name:        User
        Account Domain:        Domain
    Network Information:
        Name (SSID):        IT-Test
    Additional Information:
        Reason Code:        Explicit Eap failure received (0x50005)
        Error Code:        0x80420014
        EAP Reason Code:    0x80420100
        EAP Root Cause String:    Network authentication failed\nThe user certificate required for the network can't be found on this computer.
        EAP Error Code:        0x80420014
    On the ISE server that is working you are presented with a window that asks you to connect or terminate based on the certificate not being validated. I don't know why that isn't happening with this new ISE server, it just fails without prompting the user to connect or terminate. Both certs are from GoDaddy.
    A difference between the certs is the old has a cert that was generated through ISE and the new server has an imported wildcard cert.
    Anyway, I hope that is enough information to understand the issue. I appreciate the time anyone takes in assisting me with this issue. I did setup a copy of the WLAN so that I can test as needed and not have to wait for a maintenance window.

    Thanks for your prompt reply. If I understand you correctly, the workaround is to essentially NOT use a wildcard certificate?
    Here is another thing. In the certificate operations section I moved EAP to the self-signed certificate and the behavior is the same, but the error is different. The self-signed cert isn't a wildcard and it still fails on windows only.
    ISE Error:
    Event: 5400 Authentication failed
    Failure Reason: 12321 PEAP failed SSL/TLS handshake because the client rejected the ISE local-certificate
    Resolution: Check whether the proper server certificate is installed and configured for EAP in the Local Certificates page ( Administration > System > Certificates > Local Certificates ). Also ensure that the certificate authority that signed this server certificate is correctly installed in client's supplicant. Check the previous steps in the log for this EAP-TLS conversation for a message indicating why the handshake failed. Check the OpenSSLErrorMessage and OpenSSLErrorStack for more information.
    Root cause: PEAP failed SSL/TLS handshake because the client rejected the ISE local-certificate
    Obviously the self-signing CA isn't in the local machines store.

  • How do I disable the new alert message popups that darken the whole webpage and are completely intrusive?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/811301]</blockquote><br>
    Whenever a website or javascript pops up an alert message, Firefox4 now completely greys out the site. How do I turn this retarded feature off? Also how do I get my status bar at the bottom of the window back? Another retarded design decision.

    You can look at the pref <b> prompts.tab_modal.enabled</b> to false on the <b>about:config</b> page.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • Url for sxmb_moni to alert message

    Hi all;
    I have a query that can we pass the url for sxmb_moni or something like that into our alert message trigerred from the BPM.
    Mudit

    Mudit,
    Open you alert in Alert Inbox and you will find an Tab called Follow On Activities.
    This will have a link --> Message Monitor.
    Click on this link and you will be able to see the actual error message in the tab MESSAGE CONTENT.
    You need not do anything special for this.
    Regards,
    Bhavesh

Maybe you are looking for