Spry state to show a message for a failed dsMonth.loadData() action

Below is my code:
<script type="text/javascript">
var dsMonth = new
Spry.Data.XMLDataSet("DATA/2008/January.xml", "month");
function ds_setMonth(month){
dsMonth.setURL("DATA/2008/"+month+".xml");
dsMonth.loadData();
</script>
</head>
<body>
<input type="button" value="Set month to February"
onclick="ds_setMonth('February')" />
<div id="DataTable" spry:detailregion="dsMonth">
<div spry:repeat="dsMonth">{@id} {name}
{items}</div>
</div>
In case the file "DATA/2008/February.xml" doesn't exist, I
want the region <div id="DataTable"... that previously shows the
data from
"DATA/2008/January.xml" to turn out blank, and contain a
message "Data for February hasn't been updated yet". How can I do
this?
Thanks for all your helps.

I should mention that in this sample I presumed the file
existed but didn't have any data.
<event>
<date>
</date>
</event>
If the is no file on the server, you can use the error state
to show it.
http://labs.adobe.com/technologies/spry/samples/data_region/RegionStatesSample.html

Similar Messages

  • How to show multiple messages for a single exception

    hi
    Please consider this example application created using JDeveloper 11.1.1.3.0
    at http://www.consideringred.com/files/oracle/2010/MultipleMessagesExceptionApp-v0.01.zip
    It has a class extending DCErrorHandlerImpl configured as ErrorHandlerClass in DataBindings.cpx .
    Running the page and entering a value starting with "err" will result in an exception being thrown and multiple messages shown.
    See the screencast at http://screencast.com/t/zOmEOzP4jmQ
    To get multiple messages for a single exception the MyDCErrorHandler class is implemented like
    public class MyDCErrorHandler
      extends DCErrorHandlerImpl
      public MyDCErrorHandler()
        super(true);
      @Override
      public void reportException(DCBindingContainer pDCBindingContainer,
        Exception pException)
        if (pException instanceof JboException)
          Throwable vCause = pException.getCause();
          if (vCause instanceof MyMultiMessageException)
            reportMyMultiMessageException(pDCBindingContainer,
              (MyMultiMessageException)vCause);
            return;
        super.reportException(pDCBindingContainer, pException);
      public void reportMyMultiMessageException(DCBindingContainer pDCBindingContainer,
        MyMultiMessageException pException)
        String vMessage = pException.getMessage();
        reportException(pDCBindingContainer, new Exception(vMessage));
        List<String> vMessages = pException.getMessages();
        for (String vOneMessage : vMessages)
          reportException(pDCBindingContainer, new Exception(vOneMessage));
    }I wonder if calling reportException() multiple times is really the way to go here?
    question:
    - (q1) What would be the preferred use of the DCErrorHandlerImpl API to show multiple messages for a single exception?
    many thanks
    Jan Vervecken

    fyi
    Looks like using MultipleMessagesExceptionApp-v0.01.zip in JDeveloper 11.1.1.2.0 (11.1.1.2.36.55.36) results in a different behaviour compared to when used in JDeveloper 11.1.1.3.0 (11.1.1.3.37.56.60)
    see http://www.consideringred.com/files/oracle/img/2010/MultipleMessages-111130versus111120.png
    When using JDeveloper 11.1.1.2.0 each exception seems to result in two messages where there is only one message (as intended/expected) per exception when using JDeveloper 11.1.1.3.0 .
    (Could be somehow related to the question in forum thread "multiple callbacks to DCErrorHandlerImpl".)
    But, question (q1) remains and is still about JDeveloper 11.1.1.3.0 .
    regards
    Jan

  • "Restoring Ipad firmware" Itunes is showing this message for almost 24 hours now.  Tried to disconnect but it said that it could not.  It occured when I was trying to dowload IOS5

    The Ipad2 I purchased was before IOS5 according to folks at Apple Store.  Tried to downloan IOS5 but now Itunes is showing the message "Restoring Ipad firmware" and will not disconnect.  The message has been going on now for almost 24 hours.  How do I get restore all functions (including IOS5) and get Ipad back?

    Hello JD_NINJA,
    Thanks for using Apple Support Communities.
    Error 9006 when restoring your iOS device indicates that there is security software on your computer which is preventing connection to the Apple server or your device.  To troubleshoot this issue please follow the directions below.
    Check your security software
    Related errors: 2, 4, 6, 9, 1611, 9006. Sometimes security software can stop your device from communicating with either the Apple update server or with your device.
    Check your security software and settings to make sure that they aren't blocking a connection to the Apple servers.
    Get help with iOS update and restore errors - Apple Support
    When restoring your iPhone, please make sure to follow the directions in the link below to properly restore.
    Restore your device from an iCloud or iTunes backup - Apple Support
    Take care,
    Alex H.

  • Make portlet using jdev0905,show error message for porting providers

    os:window 2000
    ap svr:1002
    i make a portlet using jdev0905,but ie: http://172.16.18.20:7788/Hrj/providers
    show messge:
    500 Internal Server Error
    java.lang.SecurityException: sealing violation
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.defineClass(ContextClassLoader.java:1128)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.findClass(ContextClassLoader.java:390)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.loadLocalClassFirst(ContextClassLoader.java:153)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.loadClass(ContextClassLoader.java:132)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.loadServlet(HttpApplication.java:2028)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.findServlet(HttpApplication.java:4523)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2561)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:640)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)

    hi:
    1.jar -jar portal-addin-install.jar jdev ==> jdev 9052
    2.deploy portlet for hrj that Developer web application upon jhs9051 tools and test ok
    3.porting hrj.ear to app server and show error
    application.log message
    05/10/13 20:15:39 Started
    05/10/13 20:15:40 hrj: 9.0.4.0.0 Stopped
    05/10/13 20:17:04 Stopped (Shutdown executed by jazn.com/admin from 127.0.0.1 (127.0.0.1))
    05/10/13 20:17:30 Started
    05/10/13 20:17:44 hrj: jsp: init
    05/10/13 20:17:44 hrj: HrjStrutsController: init
    05/10/13 20:17:50 hrj: 9.0.4.0.0 Started
    05/10/13 20:17:55 hrj: jsp: init
    05/10/13 20:17:55 hrj: HrjStrutsController: init
    05/10/13 20:18:03 hrj: 9.0.4.0.0 Started
    05/10/13 20:18:23 hrj: Error initializing servlet
    java.lang.SecurityException: sealing violation
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.defineClass(ContextClassLoader.java:1128)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.findClass(ContextClassLoader.java:390)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.loadLocalClassFirst(ContextClassLoader.java:153)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.loadClass(ContextClassLoader.java:132)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.loadServlet(HttpApplication.java:2028)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.findServlet(HttpApplication.java:4523)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2561)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:640)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    05/10/13 20:18:23 hrj: Servlet error
    java.lang.SecurityException: sealing violation
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.defineClass(ContextClassLoader.java:1128)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.findClass(ContextClassLoader.java:390)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.loadLocalClassFirst(ContextClassLoader.java:153)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.loadClass(ContextClassLoader.java:132)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.loadServlet(HttpApplication.java:2028)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.findServlet(HttpApplication.java:4523)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2561)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:640)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    05/10/14 08:25:41 hrj: jsp: init
    05/10/14 08:25:41 hrj: HrjStrutsController: init
    05/10/14 08:25:50 hrj: 9.0.4.0.0 Started

  • How to see error message for a failed crystal report in CMC BO XI 3.1

    Hi,
    I do not have much knowledge on CMC.
    Currently there is a crystal report failing on server.
    I can see the error message on CMC as "Object failed to run due to an error while processing on the Job Server".
    Is there any way i could see the actual error message causing this issue.
    Attached is the error message.
    Please suggest.
    Thanks
    Rahul

    Hi rahul,
    Can u try these
    :Object failed to run due to an error while processing on the Job Server.
    2 )Object failed to run due to an error
    3 )Object failed to run due to an error while proc... | SCN

  • I tried to download the the latest itunes on my older computer but ultimately received an error message for a failed temp folder...pls. help

    I am trying to download itunes 10 on to my older computer that currently has itunes 8.  It works it way through most of the install process but ultimately notes "there was an error creating a temporary file necessary to complete this installation."  I just updated my windows (I believe it is XP).
    The new icon is now showing on my desktop but won't allow me to open it, saying it wasn't installed correctly and to re-install....which I can't seem to do.
    Any insight would be very much appreciated.  thanks.

    Follow the instructions of tt2 given in: https://discussions.apple.com/thread/5822086

  • Ereader books not showing up/ Message"Bookshelf Download Failed"

    I have the newest versions of iTunes, eReader, new iPod touch, and can't get books from ereader.com or from desktop onto the iPod. Can't they be "synced" as other categories? My iPod is connected to IBM ThinkPad using a USB connection. I have searched for hours and can't find how to get the books onto the device once they have been downloaded. I had an iPAQ in the past and it was super easy to get ebooks onto it. Please help. Many frustrations.

    The help section of ereader.com has information on sync'ing to your Touch.

  • Using spry:state="loading" only after a certain interval

    Hi everyone ,
        I need a feature for spry regions. I want my loading spry state to show only loading of data takes 0.5 seconds and more.
    Is it possible with this version of spry?
    Ps1 : you can find a live example of my need in google webmaster tools' content section,content by title page. There is an ajax listview with paging on page and loading div only apeears if loading of data takes more than a certain milliseconds.
    Ps2 : Spry rulezzzz

    vw2ureg wrote:
    Hi,
    Go here and scroll down to ErrorState, LoadingState and ReadyState.
    I hope this helps.
    Ben
    That will only tell Spry that it should should use different "state" as loading state. But it doesn't display a loading state after a certain interval. This functionality does not exist in the Spry library. But you could create a custom "loading" state that you automatically trigger using setTimeout if your haven't gotten a onPostUpdate through your region observer.
    But i'm curious why you would wanna do create a have the loading state after a certain interval.

  • Mail doesn't show new messages

    Mail sometimes doesn't show new messages for an IMAP account. The badge in the dock says that there is a new mail but it doesn't show up in the inbox. I'm sure that I didn't just miss it, because, smart mailboxes will not find that new mail as well. When I restart mail, the mail finally shows up in the inbox as well.
    Anybody else seeing this and what can I do to resolve that issue?
    Thanks!

    I'll bring everyone up to speed on what's been happening with my family accounts. I first suspected Safari, because it seemed to be a local problem, but then, inexplicably, all mobileme mail accounts tied to that family account, which included 4 subaccounts and 1 mail-only account, not only did not work in mail.app, but also failed in other email clients I tested, including clients on Linux. Also, the webmail version was not working well, either.
    So, if your problem is isolated to a single computer and just to mail.app, or just with a particular network, then I think the local troubleshooting steps are the way to go.
    But, if your problem extends to other platforms, clients, and webmail, then it is likely an issue the engineers at Apple will have to figure out. I found the online chat service for mobileme users to be very helpful in checking through all the 'usual suspects' and after we had pretty much ruled out any of the usual culprits, it was escalated to the engineers, who are working on it now.
    They were able to release all the email that had been piling up, but there are still some glitches they are trying to iron out. As an aside, I have been personally managing various mail servers for a dozen years, and am well aware of the difficulties in diagnosing email problems, and it was stumping me, and I have intimate knowledge of Exim and Exchange and various email modules used with mx services.
    +While this 'should never happen', it's unrealistic for users to expect it never will. Of all the services provided on the Internet, email, is arguably the most complex service and it's become much more complex in the past few years. In my work, typically 94% of all email traffic hitting the server is filtered out as spam. So, the 6% that is allowed through is the stuff most of us see and are spending time and resources filtering out the 20-40% additional unwanted spam that the host let through because if they tightened it down any further the risk of false positives would become too great. I spend way more time on the mail service aspects of my job than the web services, and mail problems occupy at least 80% of my troubleshooting logs. So, while email seems more 'simple' than the exotic and bandwidth intensive services like video chat, voip, and web2 transactions, compared to the amount of wasted bandwidth and cpu cycles filtering packets, I think email is the number one problem service for most host providers. We tried to depend upon it for mission-critical communications, and it was never designed for that initially, and the spammers are making certain it won't achieve that status at least in the near future. If anything, email is your least dependable Internet service. Combine this with the growing array of user configurations, email clients, forwarding/retrieving/syncing scenarios, and user experience, and you may find yourself uttering a little prayer now and then for the poor email administrators and support personnel.+
    [end of sermon - thanx for letting me get that off my chest; I feel better now! I'll feel a lot better when my email is flowing smoothly, but that's out of my hands for now.]

  • Showing error messages on click of Save button only

    Hi,
    Generally SAP web client GUI is showing the error message on pressing of Enter button (or) picking up any data field and stepping out of it. We want to show error messages for mandatory fields only when user clicks on Save. How can this be done in SAP web client GUI?
    Regards
    --Hari

    Hi Hari,
    If you want to raise an error message on save. Try this.
    method eh_onsave
    DATA: lr_msg_service    TYPE REF TO cl_bsp_wd_message_service.
      DATA: ls_msg_no TYPE symsgno.
    if ( condition failed)
      lr_msg_service = me->view_manager->get_message_service( ).
        lr_msg_service->add_message(
        iv_msg_type       =  'E'
        iv_msg_id         = 'Z_MSG_CLASS'
        iv_msg_number     = ls_msg_no ).
    exit the method once the error message is raised
    exit
    endif.
    end method.
    Note : specify the message class and message number in the add_message menthod.
    Hope this was helpful.
    Best Regards,
    Lakshminarayana

  • af:message sometimes does not show error message

    Have a page that has a popup to show some information.
    In page, used this to show error message that occured during save.
              <af:messages globalOnly="true" inline="true"  inlineStyle="padding:10px;" id="m4"/>
    In popup, used this to show error messages that occurred while performing some action.
              <af:messages globalOnly="true" inline="true" id="m2"/>
    Whenever any error occurs while performing some action in page, error message is shown.
    Then open the popup
    Whenever any error occurs while performing some action in popup, error message is shown properly in popup
    But after closing popup, not able to show any error message in page. In bean error message is added to FacesContext, but not shown in UI.
    What would be the problem here?
    JDev version: 11.1.1.6.0
    Thanks,
    Bhaskar Pola

    Thanks Vinay for the link. However still facing the issue.
    This method will be invoked from page.
        public void onDelete(ActionEvent actionEvent) {
            RowKeySet rksSelectedRows = table.getSelectedRowKeys();
            int count = rksSelectedRows.getSize();
            if(count == 0){
                FacesContext facesContext = FacesContext.getCurrentInstance();
                facesContext.addMessage(null,
                                        new FacesMessage(FacesMessage.SEVERITY_ERROR,"Atleast one row should be selected.",null));
                facesContext.renderResponse();
            } else {
               ADFUtils.showPopup(deletePopup);
    This method will be invoked from popup withing same page.
        public void multipleSelListner(ActionEvent actionEvent) {
            List<String> list = (ArrayList<String>)ADFUtils.getPageFlowValue("selList");
            try {
                if(list != null && list.size() > 0){
                    if(list.size() > 25){
                        error = true;
                        FacesContext facesContext = FacesContext.getCurrentInstance();
                        facesContext.addMessage(null, new FacesMessage(FacesMessage.SEVERITY_ERROR,
                                                "Maximum 25 items can be selected.", null));
          facesContext.renderResponse();                                           
                        return;
            } catch (SQLException e) {
                System.err.println(e.getMessage());
                e.printStackTrace();
    I have removed some extra code...
    Looks like problem is with 2 af:message tags. When popup shown with error message second af:message within popup gets preference. Subsequent messages are pointed to that one.
    May be related to unloading popup content from document. Not sure though.
    Thanks,
    Bhaskar

  • Spry:state="error" field is always visible?!

    I define layers to display the current spry:state, one for
    spry:state="loading", the second for spry:state="error" and the
    third for spry:state="ready". The problem is that
    spry:state="error" field is always visible along with
    spry:state="loading"?! Am I making some mistake or what? Here is a
    part of relevant code:
    <div id="vijesti" spry:region="pvVijestiMini"
    class="vijestimini">
    <div id="ucitavanjemini" spry:state="loading"
    class="indikator">
    <p>
    <span><img
    src="slike/pomocne/loader.gif"></span>
    <span>Podaci se učitavaju...</span>
    </p>
    </div>
    <div id="greskamini" spry:state="error"
    class="indikator">
    <p>
    <span><img
    src="slike/pomocne/loader2.gif"></span>
    <span>Podaci ne postoje ili su
    nedostupni...</span>
    </p>
    </div>
    <div id="podaci" spry:state="ready">
    <span class="vijestnaslov">Čikom vijesti
    [{ds_UnfilteredRowCount}]</span>
    <div id="redovimini" class="redovimini">
    <div class="red" spry:repeat="pvVijestiMini">
    <p class="podnaslov">
    <span>{datum}</span><br>
    <span class="naziv">{naziv}</span>
    </p>
    <p>
    <span>{ukratko}<a
    href="index.php?jezik=0&meni1=3&meni2=0&meni3=0"><img
    src="slike/pomocne/dalje.gif"
    class="dalje"></a></span>
    </p>
    </div>
    </div>
    <div id="navigacija">
    <div spry:if="{ds_UnfilteredRowCount} == 0">Nema
    podataka u tabeli "Vijesti"!</div>
    <div spry:if="{ds_UnfilteredRowCount} &gt; 0">
    <div><a href="#"
    onclick="pvVijestiMini.firstPage(); return
    false;">|&lt;</a><span> </span></div>
    <div><a href="#"
    onclick="pvVijestiMini.previousPage(); return
    false;">&lt;&lt;</a></div>
    <div> stranica {ds_PageNumber} od
    {ds_PageCount} </div>
    <div><a href="#" onclick="pvVijestiMini.nextPage();
    return
    false;">&gt;&gt;</a><span> </span></div>
    <div><a href="#" onclick="pvVijestiMini.lastPage();
    return false;">&gt;|</a></div>
    </div>
    </div>
    </div>
    </div>
    The second question: How do I hide region container until it
    gets filled with data?

    Look, you got me all wrong. I don't want to hide a main
    region, just the spry:state="error" appearing the same time as
    spry:state="loading"!!!
    <div id="ucitavanjemini" spry:state="loading"
    class="indikator">
    <p>
    <span><img
    src="slike/pomocne/loader.gif"></span>
    <span>Podaci se učitavaju...</span>
    </p>
    </div>
    <div id="greskamini" spry:state="error"
    class="indikator">
    <p>
    <span><img
    src="slike/pomocne/loader2.gif"></span>
    <span>Podaci ne postoje ili su
    nedostupni...</span>
    </p>
    </div>

  • LMS 4.1 shows "No records" for all devices

    Hello everyone,
    One of our end clients noticed that there is a "No records" message when choosing to show syslog messages for all devices that are configured on his LMS.
    Under "LMS - Admin > System > Server Monitoring > Processes" I can see that the "SyslogAnalyzer" and "SyslogCollector" are showing as "Running normally"
    Also see attached screenshot:
    I would really appreciate your advise on this issue.

    hello Daniel,
    you are getting syslogs but they are getting filtered .
    go to >>
    Admin > Network > Notification and Action Settings > Syslog Message Filters
    and change the filter settings . Try >> KEEP and Enabled combination. after changing settings check the syslogs collector status , Keep an Eye on the Forwarded column, you should see counts in it instead of  zero .
    you might need to play with filter settings   to get this worked. 
    This is how Filters works:
    Scenario 1:
    All filters are disabled. Mode:Keep             (Like in Our case with
    Disabled the LINKUPDOWN and  Mode is Keep  .so all the messages for that
    LINKUP DOWN will be only Forward)
    All messages will be forwarded.
    Scenario 2:
    All filters are disabled. Mode:Drop
    All messages will be filtered.
    Scenario 3:
    Atleast one filter is enabled. Mode:Keep
    Only those syslog messages that satisfy the enabled filters will be
    forwarded and all others will be filtered.
    Scenario 4:
    Atleast one filter is enabled. Mode:Drop
    Only those syslog messages that satisfy the enabled filters will be filtered
    and all others will be forwarded
    Thanks-
    Afroz
    [Do rate the useful post]

  • Pop up error messages for failed custom validation

    I am using jdev-10.1.3.4
    My application is in ADF BC
    I am writing custom validation through managed bean, I want pop-up error message for this failed validation.
    My problem scenario is:
    I had some list box as "status"-when this status changes to failed then the other field namely "closed date" should become madantory and also date in closed date field can't be in future.I am able to have all this validation through managed bean and also able to use af:messages through which i am able to print error message on the top of the form, but i am not able to give pop up error message for this failed validation.
    I had gone thru jdev guide but there is nothing like what i am asking.
    it would be of great help if someone can give me some example also.
    thanks in advance.

    ADF has global setting where you can configure the way messages are shown to user:
    You can make this setting in adf-faces-config.xml
    The <client-validation> element controls how client-side converters and validators are run.
    Three values are supported:
    "INLINE": validation is shown inline in a page (the default)
    "ALERT": validation is shown in an Javascript alert
    "DISABLED": validation is only handled on the server
    IN your case, set it to 'ALERT'.

  • How to retrieve error message(s) after failed web service call

    Hi!
    I tried to create an item using the web service ego_item_pub.process_item and it worked ok (version 12.1.1). Sending the same request again, I got an error which should be ok since the item id already exists. The thing is, that I only get an "E" as return status:
    <X_RETURN_STATUS>E</X_RETURN_STATUS>
    <X_MSG_COUNT>1</X_MSG_COUNT>
    As described in the integration repository, there should be a parameter called msg_data which should contain the message if there is exactly 1 message, but I cannot find it.
    So, I tried to get the message using fnd_message.get, but the response of my web service call is:
    AuthorizationFailure : User not authorized to execute service. (I use sysadmin/sysadmin as ws security user).
    I use the following grant details:
    All Users     Direct     GLOBAL     Revoke Action Enabled
    SYSADMIN SYSADMIN     Direct     USER
    What else can I do or how can I retrieve error messages for a failed web service call?
    Thanks a lot,
    Konrad

    Hi Konrad,
    As we've found out, search the Integration Repository for internal name ERROR_HANDLER and use that. Letting the general public know the answer for this one!
    Regards,
    Gareth
    http://garethroberts.blogspot.com

Maybe you are looking for

  • Cannot connect properly to Oracle on Linux from Windows

    Good day all, I’ve got 2 virtual machines running on my Mac: -     Centos 5.4 with Oracle 11gR2 -     Windows 2003 server with Oracle 10gR2 From Linux box I have access to Oracle database on Windows box (both directly and via a database link), howeve

  • Which Cluster Server recommend for SAP ECC 6.0

    Hi, I want to ask you, which Cluster Server can you recommend us for SAP R/3? best regards. Emre

  • How can I get the blue dot back that id's mail as unread?

    How can I get the blue dot back that id's unread mail?

  • InDesign Code

    We developed a catalog using InDesign. Can these files be converted to an excel format to import in a Magento Data Base

  • Design-Time Data

    I am working on my first project in flash catalyst and have run in to problems with the data list I am creating.  I have made the data list but my data list componets do not show up in the design-time data window. Has anyone else ran into this proble