How to display Alerts?

Hi all,
In My dashboard, I  already cleared Alerts, so  how to display Alerts again?
Thanks!
Anne

Hi Anne
Refer this Blog
http://www.peakindicators.com/media_pi/Knowledge/obiee%2011g%20-%20overview%20of%20action%20framework.pdf
http://123obi.com/2011/05/obiee-11g-configure-oracle-bi-scheduler-e-mail-settings/
Thanks,
Reddy

Similar Messages

  • How to display alert message box in sharepoint 2013 visual web part?

    Hi,
    I am developing a visual web part which submits data to the list. Once it submits the data, I should convey to the user that the data has been submitted successfully.
    I tried using clientScript.RegisterStartUpScript etc, but, none of them are working. It is not throwing any error , but pop up is not getting displayed.
    Preferrably, I would like to call this alert message from cs page, because, I will be using it in several places.
    Please help me.!
    Thanks in advance.
    Hepsi

    Hepsi, 
    Step 1. On the Page_Load - This way you can pass parameters. Try this
    btn.Attributes.Add(
    "onclick", string.Format("return openSPPopup('{0}?{1}={2}', '{3}')", YourPage_URL, var1_Name, value1, Param1_PopupTitle));
    Step 2 : Javascript function
    function openSPPopup(navigateURL, popUptitle) {
    var options = {
    width: popupWidth,
    height: popupHeight,
    url: navigateURL,
    scroll: 0
    SP.UI.ModalDialog.showModalDialog(options);
    return false;
    Step 3: The popup close code (in .cs file) – I do it this way as it is just close dialog code and easy to write.
    protected void btnClose_Click(object sender, EventArgs e)
    { this.Page.ClientScript.RegisterStartupScript(this.GetType(), "PopupScript", "SP.UI.ModalDialog.commonModalDialogClose(1, 1);", true);
    Courtesy -
    Thread
    Try this - https://bramdejager.wordpress.com/2011/03/21/using-sp-ui-dialog-and-sp-ui-notify-from-code-behind/
    http://msdn.microsoft.com/en-us/library/ff798390.aspx
    http://stackoverflow.com/questions/9833907/asp-net-confirm-before-executing-codebehind
    http://www.codeproject.com/Questions/443131/Call-to-javascript-Function-from-code-behind-using
    http://www.c-sharpcorner.com/uploadfile/ledomoon/calling-code-behind-function-in-javascript/
    Hope they will help!
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How to Display Alerts evenwhen application is not running

    hi freinds
    i want to tell the user that some data has gone into a
    particular table through a back end procedure
    (process/job) ..through an alert on the screen.
    this has to be done in each of the client machine
    or (those selected) even when the application is not running in
    the machine,
    can we use any scheduler or any such things in the server.
    Please do let me know
    Syam
    null

    Communication through files tends to fail if the
    program exits abnormally and leaves the file in a
    "running" state.If you store the pid the only way it fails is if the
    program exits abnormally and then another process
    starts up using the same pid as is stored in the file
    before you restart your application. Basically it is
    not likely to happen and if it does you just drop the
    pid file.The point is that Java programs can't, generally, handle signals. That's what the commons Daemon stuff provides.
    The standard way of stopping a unix background task is to use the stored pid to throw a "kill" at the process, whiich the process intercepts and does what you asked, e.g. close down tidily or reread it's configuration.
    Java knows nothing about process ids.

  • How can we display Alerts based on Exceptions in BI7

    Hi,
    <b>How can we display Alerts based on Exceptions in BI7?</b> My requirement is a dashboard kind of scenario where the alerts will be displayed using WAD in Portal.
    In 3.5, we used to schedule the alerts from the Reporting Agent and display that using the Alert Webitem in Web Application Designer. But I couldn't find the Reporting Agent and the Alert Webitem in BI7. I would like to know how we can do Exception Reporting in BI7. I appreciate your suggestions/comments. Thanks in advance.
    Regards
    Hari

    Hi,
    Please go through this link:
    bw 7.0
    Regards,
    Habeeb

  • How to display FRM Error and corresponding ORA  error into alert

    hello
    I m able to catch FRM Error through ON-ERROR Trigger with help of ERROR_CODE
    and ERROR_MESSAGE
    Now i want to know how can i catch ORA error (If Exists )Corresponding to that FRM error .
    Any help will be grately appricated.
    Waiting for Reply......................................

    hello
    i tried following code but it will not display alert..............
    i write following code into .pll file and i called this function on ON_ERROR trigger
    but it will not display alert
    declare
    errcode NUMBER := ERROR_CODE;
         dbmserrcode NUMBER;
         dbmserrtext VARCHAR2(200);
         begin
         IF errcode = 40508 THEN
                             /* ** Form Builder had a problem INSERTing, so
                             ** look at the Database error which
                             ** caused the problem.
                             dbmserrcode := DBMS_ERROR_CODE;
                             dbmserrtext := DBMS_ERROR_TEXT;
                             IF dbmserrcode = -1401 THEN
                             ** ORA-01438 is "value too large for column"
                                  g_fun.MSGBOX('Your number is too large. Try again.');
                             ELSIF dbmserrcode = -1400 THEN
                                  ** ORA-01400 is "Mandatory column is NULL"
                                  g_fun.MSGBOX('You forgot to provide a value. Try again.');
                             ELSE
                                  ** Printout a generic message with the database
                                  ** error string in it.
                                  g_fun.MSGBOX('Insert failed because of '||dbmserrtext);
                             END IF;
         END IF;

  • 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>

  • How to display array values in jsp of screen flows

    Hi,
    can u please help me .
    I am having one array variable i have stored all the values but i have to display that in JSP page .how to display
    Edited by: user12171025 on Nov 4, 2009 11:11 PM

    Hi,
    I think that its necessaries to use AJaX.
    I am implemeting something like that.
    I have a input text that works like a filter and depends on what my user types in input text I populate my table with some information.
    In order to do that, I put in my JSP a div with an Id and I used ajax, like that:
    function ajaxFunction()
              var xmlhttp;
              if (window.XMLHttpRequest)
              xmlhttp=new XMLHttpRequest();
              else if (window.ActiveXObject)
              // code for IE6, IE5
              xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
              else
              alert("Your browser does not support XMLHTTP!");
              xmlhttp.onreadystatechange=function()
                                                      if( xmlhttp.readyState==4 )
                                                           document.getElementById("tabelaResponsaveis").innerHTML = xmlhttp.responseText;
         var resp = "<f:invokeUrl var='solicitacao' methodName='getResponsaveis'/>";
         xmlhttp.open("POST",resp,true);
         xmlhttp.send(null);
    getResponsaveis is a method inside my BPM that returns a HTML code (the table HTML code with all the information that I need to show.
    I Hope to help
    Thanks Marcos

  • Check  File Existence and display  alert message

    Hi,
    I have a servlet which uploads file to server. Below is my code and is working file. Now, I want to check if the file uploading by the user is already exists. If so , I have to display a message to user "The file you are trying to upload already exists. Do you want to overwrite" with YES or NO actions.
    How can I display this alert message from user.
    //item.write(tosave);
              FileItemFactory factory = new DiskFileItemFactory();
              boolean isMultipart = FileUpload.isMultipartContent(request);
              System.out.println(isMultipart);
              Map fileDetails = new HashMap();
              ServletFileUpload upload = new ServletFileUpload(factory);
              List items = upload.parseRequest(request);
              Iterator iter = items.iterator();
              while (iter.hasNext()) {
                   item = (FileItem) iter.next();
                        if (item.isFormField()) {
                                       String fieldName = item.getFieldName();     
                                       String fieldValue = item.getString();
                                       fileDetails.put("fileName",item.getString());
                        else {
                                  fileDetails.put("path",item.getName());
                                  cfile=new File(item.getName());
                                  onlyFileName = cfile.getName();
                   if (! folder.exists()) folder.mkdirs();
                   if(cfile.exists()){  //THIS CHECK THE FILE EXISTENCE.  HOW CAN I DISPLAY ALERT MESSAGE TO USER HERE.
                        System.out.println("File Already Exists Path is ");     
    Can anyone suggest me on this.

    It won't work like that because JavaScript will run either before the form is submitted or after the page has been generated. In either case, you can't really communicate between the server side code and client side code.
    What you can do is use Ajax to communicate with a servlet that checks for the duplicate file and responds accordingly. You can then perform the appropriate action on the page. This should be very simple to setup, take a look at this basic tutorial [1].
    [1] http://www.w3schools.com/ajax/default.asp
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://www.catb.org/~esr/faqs/smart-questions.html
    ----------------------------------------------------------------

  • How to display iPad on my imac

    how to display iPad on my iMac, nothing happens when I plug in iPad to charge

    Hello there, gaugie.
    The following Knowledge Base article offers up soem great steps for troubleshooting your iOS device not being recognized:
    iOS: Device not recognized in iTunes for OS X
    Follow these steps to resolve your issue:
    If you haven't connected your iOS device to this computer before, unlock the device and tap Trust. Learn more about the Trust This Computer alert.
    Restart your iOS device.
    Restart your Mac.
    Make sure that your Mac meets the minimum system requirements for your iPhone, iPad, or iPod touch.
    Install software updates on your Mac.
    If an iTunes update is available, apply the update.
    Check USB connections. iOS devices need USB 2.0 to work properly. If you're not sure your Mac has USB 2.0 ports, check the computer's specifications.
    Disconnect other USB devices and connect your device directly to a USB port on your Mac. 
    Try another USB cable.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Display Alert in a no closable Window

    Hi, I'd like to display a Note style Alert where the end user
    has only one chance, i.e. to clicking the OK button.
    The Note style Alert suites very good. There is only one
    trouble: the end user has the possibility to close the Alert
    Window. Is there anyone who knows how to display the Alert
    Window with the closable property disabled ?
    Thanks in advance,
    Dino.
    null

    Hi,
    You could try a stop alert , could help or instead of alert
    display/popup a modal/dialog window which cannot be closed
    without user input / interaction.
    Regards
    Rashmi
    Dino (guest) wrote:
    : Hi, I'd like to display a Note style Alert where the end user
    : has only one chance, i.e. to clicking the OK button.
    : The Note style Alert suites very good. There is only one
    : trouble: the end user has the possibility to close the Alert
    : Window. Is there anyone who knows how to display the Alert
    : Window with the closable property disabled ?
    : Thanks in advance,
    : Dino.
    null

  • Display alert when an error is raised

    How to display an error in an alert instead of displaying in notification region.
    Pls help me out.
    Thanks
    David

    You'll need to be a bit more specific about what type of error you're trying to handle.
    Inside a plsql block you can handle exceptions
    begin
    :ALERT_MESSAGE := null;
    do something ...;
    exception
    when others then -- just a catch all don't do this is real life
    :ALERT_MESSAGE := %sqlerrm%;
    end;
    Then make a region that displays :ALERT_MESSAGE that is conditonal on ALERT_MESSAGE not being null;
    If you're hitting an exception inside a built in process like a form handler then you should probably use validations to check items/unique constraints,date formats prior to running the process.

  • Applescript: set display alert to false

    I am opening excel file with application "Numbers" and I receive the document warning alert box. I wish to ignore (set to false) these warning alerts. I've scripted:
    tell application "Numbers"
    set display alert to false
    (more stuff)
    end tell
    ...but I get a compile error on line 2
    please help. thanks

    I have looked through the Numbers Applescript dictionary and dont see any property called "display alert" taht can be set to false.
    I know that property works in Excel, however i dont think it exists in numbers.
    not sure how to accomplish this.
    Jason

  • Omit a certain class from displaying Alert Dashboard

    We have a couple of dashboards that a particular "NOC" type team is responsible for looking at. We are using the default "All Alerts" dashbaord (which is anything not closed/resolved) and a "New Alerts" Dashboard (which is anything
    not assigned a "resolution" state which we are using for assigning alerts). Basically they are looking at all new alerts coming in, and assigning them to different "views" for other teams.
    We have a couple MPs that are very noisey and not tuned, nor will be tuned any time soon. This NOC team has been assigning them to different views, but every day has to sift through dozens of these to assign them out so they don't appear in the alert dashboard.
    Is there a way to OMIT certain classes or alerts generated from a specific Management Pack from appearing in a Alert view? I see how to INCLUDE certain alerts generated from classes, but not a way to EXCLUDE. We have too many MPs to create a dashboard that
    INCLUDES everything but the couple we don't want.
    Is this a limitation of SCOM's dashboard? Or am I missing something?
     

    Hi,
    I would like to suggest you create a group of all servers except for those objects that belongs to the certain class, and then create an alert view that targets that group.
    Or when create alert view, we can choose to display alerts created by specific sources, we may select all alert source and then uncheck those sources that belong to the certain management pack.
    Regards,
    Yan Li
    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]

  • Idoc-xi-file scenario.  how to display file in html format

    I am not sure whether this is a valid question.........but want to confirm as it was asked by somebody
    In idoc-xi-file scenario.......  how to display file in html format ??
    Thanks in advance
    Kumar

    Hi Vijayakumar,
    Thanks for your reply !! You mean to say I got to use XSLT mapping and also .htm and .html extension together to produce the html file ?? or it is sufficient to use any one of them to produce the html file ??
    Regards
    Kumar

  • In sap scripts how to display the driver program

    Hi,
        I Want to know the sap scripts How to display the output to driver program

    Hi,
    Go to NACE Transaction.
    Select application for ex: if sales V1.
    Click on output types.
    Select the output type for ex : BA00
    Double click on Processing routines.
    There you can find the Driver Program name and Script/smart form name.
    Reward if useful.
    Thanks,
    Raju

Maybe you are looking for

  • To Convert GIF to BMP

    Hello, Plz can anyone tell me how do i programatically convert GIF image to BITMAP image. Thanks, Rathish Moderator message: not related to ABAP development. locked by: Thomas Zloch on Aug 12, 2010 12:04 AM

  • Setting up accounts for multiple users

    Suggestions for allowing multiple users to access one account to avoid having to reimburse folks for every download on their work iPads?

  • Problem in saving contract

    Hi, Can anybody help me as i am creating the contract and saving the contract while activating the contract I am getting the error "Generation error in object cash flow for Contrct 2000/4". I have already check the cash flows in rental object as well

  • Premiere Elements Project file wount open in Premiere Pro CS6

    My friend Just bought Premiere elements 13 and created a Project. I cant open the Project in Premiere Pro CS6. Getting this error message: "The Project appears to be damaged, it cannot be opened." The Project workes fine in Premiere Elements 13 What

  • Oracle Drive Cache Limit

    Does anybody know why you can only cache 1GB. This sees like a very low value and I was wondering if there was any way to increase it.