Log Chart Analyzer

When trying to view the log charts for an application in essbase, it shows me the "Earliest date in the log file": 15 Jun 2011
I also see the "Latest date in the log file"; 4th Oct 2011.
My problem is that i am not able to view any recent log chart statistics on the application since its showing the latest date on the log file as the 4th of October. How can i change this so it starts showing me all logS?

This from the EAS guide might help you because you must first put the data into the log chart database before you can view it. If you have deleted your application log, it will not be able to add the data to your log chart.
Generating Log ChartsBefore you can view and filter log charts, you must generate log chart information. When you generate charts for a log, the log is parsed into the relational database on Essbase Administration Server. Each subsequent time that you view log charts, you click Refresh to update the log database with messages written to the log since the last time you viewed log charts. You generate log charts only once for each log.
A log is not altered when it is loaded to the log database on Essbase Administration Server, and the log file on Essbase Server is unaffected. Log chart information is stored in the log database until you delete the log charts.
Log chart generation runs as a background process so that you can continue working in Administration Services Console. While the generation processes in the background, you can exit the console, but you cannot shut down Essbase Administration Server until the generation process is complete.
To generate log charts for a log:
1.From Enterprise View or a custom view, select an Essbase Server or an application.
2.Right-click, and select Generate log charts.
A message indicates that the generation process has been launched in the background and an ID for the process is displayed. You can use the ID to track the status of the background process in the Background Process Status window.
3.Click OK.

Similar Messages

  • Essbase Log Charts

    All,
    We are trying to capture user login information (through EAS Console and Excel Add-in) for the last 30 days for a particular database and have generated the necessary log charts in EAS. My questions is which one of the below messages should be used in the filter to get the correct info.
    1051009 - setting application active for a given user
    1051164 - received login request from
    1051061 - Application loaded. Connection established.
    Thanks!

    Hi Dermott,
    This error is coming as you didn't configue Administration Services to any relational database. Because log analyzer retrieves log information from the log file on Essbase Server and parses the information into the relational database on the middle-tier Administration Server. So you first need to configure Administration Services to any relational database like Oracle, SQL Server, DB2 by using configuration utility.
    You can invoke configuration utility from one of following way: - Start > All Programs > Hyperion > Foundation Services > Configuration Utility
    Hope it answer your question.
    Atul K,

  • Jdk 1.5/1.6 GC log output analyze with GCCiewer. getting warning.

    Hi All,
    I am trying to analyze gc.log (using jdk 1.5) file with GCViewer (www.tagtraum.com/gcviewer.html ).
    It is taking file as "File format: Sun 1.4.x and displaying warning in some data rows like.
    INFO [DataReaderFactory]: File format: Sun 1.4.x
    INFO [DataReaderSun1_4_0]: Reading Sun 1.4.x/1.5.x format...
    WARNUNG [DataReaderSun1_4_0]: Error parsing entry, java.lang.NumberFormatException: 80.493: [CMS-concurrent-mark-start]
    WARNUNG [DataReaderSun1_4_0]: Error parsing entry, java.lang.NumberFormatException: For input string: "0.275/0.885 secs] [Times"
    WARNUNG [DataReaderSun1_4_0]: Error parsing entry, java.lang.NumberFormatException: 81.378: [CMS-concurrent-preclean-start]
    WARNUNG [DataReaderSun1_4_0]: Error parsing entry, java.lang.NumberFormatException: For input string: "0.022/0.023 secs] [Times"
    WARNUNG [DataReaderSun1_4_0]: Error parsing entry, java.lang.NumberFormatException: 81.401: [CMS-concurrent-abortable-preclean-start]
    When I have added (manually) below line in gc.log as first line. Then GCViewer has accepted this file as "File format: Sun 1.5.x"
    1.095: [GC [1 CMS-initial-mark: 25798K(49152K)] 27626K(63936K), 0.0187882 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
    INFO [DataReaderFactory]: File format: Sun 1.5.x
    INFO [DataReaderSun1_4_0]: Reading Sun 1.4.x/1.5.x format...
    WARNUNG [DataReaderSun1_5_0]: java.lang.NumberFormatException: 82.842: [Full GC 82.842: [CMS82.845: [CMS-concurrent-abortable-preclean: 0.414/1.443 secs] [Times: user=2.07 sys=0.11, real=1.44 secs] while parsing line: 82.842: [Full GC 82.842: [CMS82.845: [CMS-concurrent-abortable-preclean: 0.414/1.443 secs] [Times: user=2.07 sys=0.11, real=1.44 secs]
    java.lang.NumberFormatException: 82.842: [Full GC 82.842: [CMS82.845: [CMS-concurrent-abortable-preclean: 0.414/1.443 secs] [Times: user=2.07 sys=0.11, real=1.44 secs]
    Now as during analysis, it is not taking care of WARNING lines, means results are not 100% acurate.
    I am looking here your advise that which profiling or gc analysis tool is better in respect to jdk 1.5 and 1.6.
    Also is there any work around in gc switches, so the generated output will be according to gcViewer tool.
    Thanks in advance. Have a nice day.
    Regards
    Vivek

    Hi "mshanu" and "amit" Thanks for ur replies Here I m posting the code of "top.jsp"........!!!!
    <%@ page errorPage="errordisplay.jsp"%>
    <table cellpadding="0"
           cellspacing="0"  height=50 width=780>
           <tbody>
             <tr class="header">
               <td class="logo"><IMG SRC="assets/Logo.gif" BORDER=0 ALIGN=top></td>
               <td align="right"><span class="applicationtitle"><%@ include file="/contents/logo.htm" %></span><br>
               <span class="companyname"><%@ include file="/contents/companyname.htm" %></span></td>
             </tr>
            </tbody>
    </table>To include top.jsp I have tried
    <jsp:include page="top.jsp" flush="true">
    </jsp:include>
             AND       
    <%@ include file="top.jsp"%>but none of this worked.
    If I remove the include then It is working properly.
    But I need inluded file too so that I am wondoring for the solution.
    This problem seems very wiered to me. I dont know why it is happening.
    This problem is started only when I used the TOMCAT 6.14.
    Is it the bug of TOMCAT 6.14 or What somebody Plz help.
    I got stuck here.........!!!!!!!!!!
    It doesn't seem any problem with top.jsp. As per my thinking the problem is there in include due to that it doesn't compile the JSP page in Tomcat 6.0.
    Earlier I am having same code running on the Tomcat 5.0.28 and JDK 1.5.0.
    But problem occured when I have used Tomcat 6.x...!!

  • Streaming log file analyzer?

    Hi there,
    We host several flv files with Akamai and recently enabled
    the log file delivery service. So, we now have Akamai-generated log
    files in W3C format. I was assuming I could use WebTrends to
    analyze these, but after looking at them briefly, it shows
    different events like play, stop, seek, etc., and I don't know that
    WebTrends would be able to process all of that.
    Our most basic requirement is to see how many times each
    video was viewed. If we could get more detailed analysis, like
    video X gets viewed on average for 2:00, but video Y only gets
    viewed for 20 seconds, that would be great as well.
    Does anyone have any suggestions for the best software to
    analyze these files?
    Thanks,
    Matt

    Immediate AI:
    0. Check the log file auto growth setup too and check is this a practically a good one and disk has still space or not.
    1. If disk is full where you are keeping log file, then add a log file in database property page on another disk where you have planned to keep log files, in case you can't afford to get db down. Once you are done then you can plan to truncate data out of
    log file and remove that if it has come just first time issues. If this happens now and then check for capacity part.
    2. You can consider shrinking  the log files after no any other backup are going on or any maintenance job like rebuild\reorg indexes \update stats jobs are executing as this will be blocking it.
    If db size is small and copy files from prod to dr is not that latency prone, and shrink is not happening, then you can try changing recovery model and then do shrinking and reconfigure log-shipping after reverting recovery model.
    3. Even you can check if anyone mistakenly places some old files and forgot to remove them which is causing disk full issues. Also
    4. For permanent solution, do monitor the environment for capacity and allocate good space for log file disks. Also consider tweaking frequencies of the log backup from default that suits your environment.
    Santosh Singh

  • Duplicate Entries when generating Essbase Log Analyzer Chart

    Hi,
    In EAS Console when i right click -->Sample application -->Generate Log Chart and then go View Log Charts i can see duplicate entries below the chart area, when i click refresh. Has anyone come across this issue before?
    Essbase Version 9.3.1
    OS Sun Solaris 9
    Thanks,
    Manoj

    Also forgot to mention that there are duplicate entries in the easserver log as well.
    Thanks,
    -Manoj

  • Creating graphs/charts in BEx Analyzer - BI 7.0

    There is no design item for creating graphs / charts in BEx analyzer. We don't have web server/portal.
    There is a chart button in default workbook, which switches table/charts views.
    How do I create charts in custom workbook.
    Also, how do I do precalculation of workbook w/o Broadcaster.
    Thanks
    Swati

    See if below links are useful for you -
    Graphs in Workbook
    Charts and Graphs in the Bex Analyzer
    Chart
    ANALYZER x GRAPHS
    "How to create graphs in Reports"

  • Third party application forcing java stack to restart when logged in through SSO

    Hi
    We have APW Third party application installed on Enterprise portal  7.4.
    When we tried to login APW portal through SSO it forces Java stack services to restart.If we use APW directly without SSO it works fine.
    Can you help me tto resolve the issue.

    Hi Manish,
    Please check  the configuration once agian about the third party connection  and  the portal.
    Also provide the "dev_server0" which under in directory /usr/sap/SID/J00/work and default trace which under in “/usr/sap/SID/J00/j2ee/cluster/server0/log" to analyze the issue. There is some other tool as well to check the issue using "httpwatch" log tool. But, mostly issue can be identified in dev_server0 or defalut trace".
    Thanks,
    Brindavan

  • MDIS failed to generate the Log file!!!

    Hello All,
    Having a issue where MDIS is not generating the log file..
    The scenario is something like this-
    The files are getting archived and the records not flowing into MDM
    Basis team says-
    2014-06-30T14:11:33.339,47083231971072,24,"[MDS=sapdpm1 Repository=REAL_ESTATE ClientSystem=MDM_REAL_ESTATE Port=Building]: Nigerian Building updates part 2 - SLKDDY.txt is empty, the file will be skipped
    But the source file was having data it was not empty(bit strange!!)
    Also its not generating the LOG to analyze
    Regards,
    Girish

    Hi Shenoy,
    Let me explain the scenario--
    User uploads the file through Portal and through FTP records resides in MDM...the issues is when i tried to import through IM it worked and i tried manually push file through Filezilla FTP it worked.
    But when we upload file through portal, the file resides in Archive and generating the message-
    2014-06-30T14:11:33.339,47083231971072,24,"[MDS=sapdpm1 Repository=REAL_ESTATE ClientSystem=MDM_REAL_ESTATE Port=Building]: Nigerian Building updates part 2 - SLKDDY.txtis empty, the file will be skipped
    But the file is having data.
    Regards,
    Girish

  • Format Changes In Chart Anlyzer Not Saved

    Post Author: Ray Brack
    CA Forum: Charts and Graphs
    I have created a vertical bar chart in CR v8.5 and have made several formatting changes using Chart Analyzer, changed the height of the graph, fonts, font rotation, etc.  However after saving the changes and previewing the report most of the changes are lost.  Furthermore those changes that did stick are limited to a single graph, the remaining graphs within the group retain the original settings.
    Does anyone have a solution to this problem or is charting in CR v8.5 as flaky as it seems?
    Thanks in advance...

    Post Author: Ray Brack
    CA Forum: Charts and Graphs
    In case anyone else comes across this problem:
    1) After making the changes right-click the chart in Analyzer and select "Apply changes to all charts"
    2) Right-click the chart again and select "Save as template"

  • Where to find the detailed log for  Repository/Directory

    Hi all,
    I have configured some configuration objects both in Integration Repository and Directory. But facing some problems like
    activating the changes, partially missing configuration etc. For such problems, where we can find the logs to analyze the issue in repository & directory.
    Please help me in finding the location for the logs of IR & ID,
    Regards,
    Soorya

    activating the changes
    The Change list automatically gets populated with the objects which need activation....does it not help?
    partially missing configuration
    If you miss mandatory configuration (like target URL in SOAP channel) then an error message will be shown there itself...while activating....logs about the same may not be avilable....we have ot checki it manually.
    Regards,
    Abhishek.

  • Adf Logging

    hi experts,
    Using jdev11.1.1..50-adfbc.
    i go through duncan's blog for logging.
    i tried those as he said. but this npe keep on throwing. while hitting search button. i restart entire system / jdev.. i dont know what's going on.
    http://img716.imageshack.us/img716/5412/48693347.png
    i mess'd up any other steps.

    john,
    this waht only i captured in snap.
    Performing action null[ from oracle.adf.logging.dt.analyzer.ui.LogAnalyzerView ]
    Exception while performing action null
    java.lang.NullPointerException
      o.adf.logging.dt.analyzer.ui.QueryCriteriaPanel.getEndTime(QueryCriteriaPanel.java:548)
      o.adf.logging.dt.analyzer.ui.QueryCriteriaPanel.getSearchCriteria(QueryCriteriaPanel.java:454)
      o.adf.logging.dt.analyzer.ui.QueryPanel.getSearchCriteria(QueryPanel.java:175)
      o.adf.logging.dt.analyzer.ui.QueryPanel.handleEvent(QueryPanel.java:151)
      o.i.controller.IdeAction.performAction(IdeAction.java:529)
      o.i.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
      o.i.controller.IdeAction.actionPerformed(IdeAction.java:501)
      jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
      jx.s.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
      jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
      jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
      jx.s.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      j.a.Component.processMouseEvent(Component.java:6289)
      jx.s.JComponent.processMouseEvent(JComponent.java:3267)
      j.a.Component.processEvent(Component.java:6054)
      j.a.Container.processEvent(Container.java:2041)
      j.a.Component.dispatchEventImpl(Component.java:4652)
      j.a.Container.dispatchEventImpl(Container.java:2099)
      j.a.Component.dispatchEvent(Component.java:4482)
      j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
      j.a.LightweightDispatcher.processMouseEvent(Container.java:4238)
      j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
      j.a.Container.dispatchEventImpl(Container.java:2085)
      j.a.Window.dispatchEventImpl(Window.java:2478)
      j.a.Component.dispatchEvent(Component.java:4482)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:644)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
      j.a.EventQueue$2.run(EventQueue.java:617)
      j.a.EventQueue$2.run(EventQueue.java:615)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:614)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
      j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Exception while performing action null
    java.lang.NullPointerException
      o.adf.logging.dt.analyzer.ui.ADFRequestQueryCriteriaPanel.getEndTime(ADFRequestQueryCriteriaPanel.java:351)
      o.adf.logging.dt.analyzer.ui.ADFRequestQueryCriteriaPanel.getSearchCriteria(ADFRequestQueryCriteriaPanel.java:275)
      o.adf.logging.dt.analyzer.ui.QueryPanel.getSearchCriteria(QueryPanel.java:175)
      o.adf.logging.dt.analyzer.ui.QueryPanel.handleEvent(QueryPanel.java:151)
      o.i.controller.IdeAction.performAction(IdeAction.java:529)
      o.i.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
      o.i.controller.IdeAction.actionPerformed(IdeAction.java:501)
      jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
      jx.s.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
      jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
      jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
      jx.s.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      j.a.Component.processMouseEvent(Component.java:6289)
      jx.s.JComponent.processMouseEvent(JComponent.java:3267)
      j.a.Component.processEvent(Component.java:6054)
      j.a.Container.processEvent(Container.java:2041)
      j.a.Component.dispatchEventImpl(Component.java:4652)
      j.a.Container.dispatchEventImpl(Container.java:2099)
      j.a.Component.dispatchEvent(Component.java:4482)
      j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
      j.a.LightweightDispatcher.processMouseEvent(Container.java:4238)
      j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
      j.a.Container.dispatchEventImpl(Container.java:2085)
      j.a.Window.dispatchEventImpl(Window.java:2478)
      j.a.Component.dispatchEvent(Component.java:4482)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:644)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
      j.a.EventQueue$2.run(EventQueue.java:617)
      j.a.EventQueue$2.run(EventQueue.java:615)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:614)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
      j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Exception while performing action null
    java.lang.NullPointerException
      o.adf.logging.dt.analyzer.ui.ADFRequestQueryCriteriaPanel.getEndTime(ADFRequestQueryCriteriaPanel.java:351)
      o.adf.logging.dt.analyzer.ui.ADFRequestQueryCriteriaPanel.getSearchCriteria(ADFRequestQueryCriteriaPanel.java:275)
      o.adf.logging.dt.analyzer.ui.QueryPanel.getSearchCriteria(QueryPanel.java:175)
      o.adf.logging.dt.analyzer.ui.QueryPanel.handleEvent(QueryPanel.java:151)
      o.i.controller.IdeAction.performAction(IdeAction.java:529)
      o.i.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
      o.i.controller.IdeAction.actionPerformed(IdeAction.java:501)
      jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
      jx.s.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
      jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
      jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
      jx.s.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      j.a.Component.processMouseEvent(Component.java:6289)
      jx.s.JComponent.processMouseEvent(JComponent.java:3267)
      j.a.Component.processEvent(Component.java:6054)
      j.a.Container.processEvent(Container.java:2041)
      j.a.Component.dispatchEventImpl(Component.java:4652)
      j.a.Container.dispatchEventImpl(Container.java:2099)
      j.a.Component.dispatchEvent(Component.java:4482)
      j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
      j.a.LightweightDispatcher.processMouseEvent(Container.java:4238)
      j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
      j.a.Container.dispatchEventImpl(Container.java:2085)
      j.a.Window.dispatchEventImpl(Window.java:2478)
      j.a.Component.dispatchEvent(Component.java:4482)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:644)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
      j.a.EventQueue$2.run(EventQueue.java:617)
      j.a.EventQueue$2.run(EventQueue.java:615)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:614)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
      j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Exception while performing action null
    java.lang.NullPointerException
      o.adf.logging.dt.analyzer.ui.ADFRequestQueryCriteriaPanel.getEndTime(ADFRequestQueryCriteriaPanel.java:351)
      o.adf.logging.dt.analyzer.ui.ADFRequestQueryCriteriaPanel.getSearchCriteria(ADFRequestQueryCriteriaPanel.java:275)
      o.adf.logging.dt.analyzer.ui.QueryPanel.getSearchCriteria(QueryPanel.java:175)
      o.adf.logging.dt.analyzer.ui.QueryPanel.handleEvent(QueryPanel.java:151)
      o.i.controller.IdeAction.performAction(IdeAction.java:529)
      o.i.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
      o.i.controller.IdeAction.actionPerformed(IdeAction.java:501)
      jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
      jx.s.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
      jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
      jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
      jx.s.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      j.a.Component.processMouseEvent(Component.java:6289)
      jx.s.JComponent.processMouseEvent(JComponent.java:3267)
      j.a.Component.processEvent(Component.java:6054)
      j.a.Container.processEvent(Container.java:2041)
      j.a.Component.dispatchEventImpl(Component.java:4652)
      j.a.Container.dispatchEventImpl(Container.java:2099)
      j.a.Component.dispatchEvent(Component.java:4482)
      j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
      j.a.LightweightDispatcher.processMouseEvent(Container.java:4238)
      j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
      j.a.Container.dispatchEventImpl(Container.java:2085)
      j.a.Window.dispatchEventImpl(Window.java:2478)
      j.a.Component.dispatchEvent(Component.java:4482)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:644)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
      j.a.EventQueue$2.run(EventQueue.java:617)
      j.a.EventQueue$2.run(EventQueue.java:615)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:614)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
      j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Exception while performing action null
    java.lang.NullPointerException
      o.adf.logging.dt.analyzer.ui.ADFRequestQueryCriteriaPanel.getEndTime(ADFRequestQueryCriteriaPanel.java:351)
      o.adf.logging.dt.analyzer.ui.ADFRequestQueryCriteriaPanel.getSearchCriteria(ADFRequestQueryCriteriaPanel.java:275)
      o.adf.logging.dt.analyzer.ui.QueryPanel.getSearchCriteria(QueryPanel.java:175)
      o.adf.logging.dt.analyzer.ui.QueryPanel.handleEvent(QueryPanel.java:151)
      o.i.controller.IdeAction.performAction(IdeAction.java:529)
      o.i.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
      o.i.controller.IdeAction.actionPerformed(IdeAction.java:501)
      jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
      jx.s.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
      jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
      jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
      jx.s.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      j.a.Component.processMouseEvent(Component.java:6289)
      jx.s.JComponent.processMouseEvent(JComponent.java:3267)
      j.a.Component.processEvent(Component.java:6054)
      j.a.Container.processEvent(Container.java:2041)
      j.a.Component.dispatchEventImpl(Component.java:4652)
      j.a.Container.dispatchEventImpl(Container.java:2099)
      j.a.Component.dispatchEvent(Component.java:4482)
      j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
      j.a.LightweightDispatcher.processMouseEvent(Container.java:4238)
      j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
      j.a.Container.dispatchEventImpl(Container.java:2085)
      j.a.Window.dispatchEventImpl(Window.java:2478)
      j.a.Component.dispatchEvent(Component.java:4482)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:644)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
      j.a.EventQueue$2.run(EventQueue.java:617)
      j.a.EventQueue$2.run(EventQueue.java:615)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:614)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
      j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Exception while performing action null
    java.lang.NullPointerException
      o.adf.logging.dt.analyzer.ui.ADFRequestQueryCriteriaPanel.getEndTime(ADFRequestQueryCriteriaPanel.java:351)
      o.adf.logging.dt.analyzer.ui.ADFRequestQueryCriteriaPanel.getSearchCriteria(ADFRequestQueryCriteriaPanel.java:275)
      o.adf.logging.dt.analyzer.ui.QueryPanel.getSearchCriteria(QueryPanel.java:175)
      o.adf.logging.dt.analyzer.ui.QueryPanel.handleEvent(QueryPanel.java:151)
      o.i.controller.IdeAction.performAction(IdeAction.java:529)
      o.i.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
      o.i.controller.IdeAction.actionPerformed(IdeAction.java:501)
      jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
      jx.s.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
      jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
      jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
      jx.s.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      j.a.Component.processMouseEvent(Component.java:6289)
      jx.s.JComponent.processMouseEvent(JComponent.java:3267)
      j.a.Component.processEvent(Component.java:6054)
      j.a.Container.processEvent(Container.java:2041)
      j.a.Component.dispatchEventImpl(Component.java:4652)
      j.a.Container.dispatchEventImpl(Container.java:2099)
      j.a.Component.dispatchEvent(Component.java:4482)
      j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
      j.a.LightweightDispatcher.processMouseEvent(Container.java:4238)
      j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
      j.a.Container.dispatchEventImpl(Container.java:2085)
      j.a.Window.dispatchEventImpl(Window.java:2478)
      j.a.Component.dispatchEvent(Component.java:4482)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:644)
      j.a.EventQueue.access$000(EventQueue.java:85)
      j.a.EventQueue$1.run(EventQueue.java:603)
      j.a.EventQueue$1.run(EventQueue.java:601)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
      j.a.EventQueue$2.run(EventQueue.java:617)
      j.a.EventQueue$2.run(EventQueue.java:615)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:614)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
      j.a.EventDispatchThread.run(EventDispatchThread.java:122)i choose sendfeedback while hitting next time means
    Failed to log feedback because of exception: oracle.ideimpl.feedback2.client.FeedbackException: Exception creating LegacyFeedbackWriterFCPAUTO: Already logged bug [NPE in o.adf.logging.dt.analyzer.ui.QueryCriteriaPanel:548]this waht thrown.
    sorry for editing in late.
    Edited by: ADF7 on Mar 23, 2012 12:07 AM

  • Logs required for checkout functionality issue

    Hi All,
    We are getting the issue when we are trying to checkout records in MDM.
    We are getting popup box saying that  "Database command execution error .A SQL statement failed to execute.The actual error
    may have been written to a log file.Version 5.5 SP6(5.5.64.79)".
    Some times we are getting the popup box saying that "The requested record was not found".
    Anyway in both cases,we are solving the issue for timebeing by unloading and loading the repository with update indicies.
    But the issue is repeating,we want to know the root cause for this to solve it permanently.
    and we have opened the message for SAP but SAP asking me to provide logs to analyze the issue.
    It is clear saying in the error "The actual error may have been written to a log file".
    But i was not able to find the logs for the same.
    Could you please tell me where excatly i can find the logs for the above issue?
    Thanks,
    Narendra

    Hello Narendra
    My point of view -  you have lost connection to SQL Server(this is Network connection problem)
    For localize that errors you should use some  changes to mds.ini file:
    Extra DBConnection Validation = True
    "Makes sure that the DBMS connection is live
    prior to every DBMS request and silently restores it if
    necessary. Useful for the small minority of MDM
    installations where the network connection between the
    MDM Server and the DBMS is unreliable and frequently
    lost. Improves reliability but slows the MDM Server"
    Log SQL Errors= True
    "Adds SQL error info to the rolling log."
    Log SQL Modifications=True
    "Logs every SQL modification of the underlying
    databases. Should be set to True only at SAP request since
    this generates a huge amount of rolling log info and slows
    the MDM Server."
    Log files you can get from SAP MDM Console
    or from "Logs" directory SAP MDM Server
    Regards
    Kanstantsin
    Edited by: Kanstantsin Chernichenka on Nov 18, 2009 5:43 PM

  • Hyperion Analyzer login

    After installing Hyperion Analyzer, I am not able to login. During installing it had asked for a user name, however no password was asked for. When I run analyzer I give the same user id, however I do not have a password. Is there a default administrator account that is created?

    In my case, I can log on analyzer 6.1 with using not oracle 8.1.7 but db2 as dbms.And one more you should check server ip in you propery file. Don't use host name!!

  • Trace log in BRF when WEB UI is used

    Hi All,
    I use WEB UI in CRM to change the status of provider contract and would like to trace all activities in BRF(not BRF Plus!!!) when some events in application class CRM_CFG_SC are raised.
    I set in BRF transaction for mentioned application class:
    1.Trace class = CL_TRACE_BRF
    2.Impl tree class = CL_WB_TREE_DEFAULT_BRF
    3.RunTime mode = 1 (or 3)
    But as result I cannot see trace log to analyze BRF activities and fields.
    I used transaction SLG1, FM BRF_TRACE_START_TOOLBOX and then BRF_TRACE_DISPLAY as was recommended but without any success.
    What should I do exactly to see trace log after BRF events?
    Regards,
    Andrey

    Hi,
    Even though you can configure both MAC filtering and WEB auth on the same WLAN, it will always need to do web auth, i.e., they will always need to login to the Web Auth page in your guest access setup.
    HTH,
    Tiago
    If  this helps you and/or answers your question please mark the question as  "answered" and/or rate it, so other users can easily find it.

  • Analyzing Syslog Messages

    Hello All,
    I've configured my ASA to send its log messages to Unix syslog server, and I can show all the messages from the server with no issues.
    As the file is getting so big, it will be hard to analyze it manually. I'm looking for log messages analyzer which can give me at lease some basic reports or statistics.
    Requesting your help on this!!
    Thanks,

    Hi All,
    I thought it is a good idea to share the workaround my colleague came up with for this prolem. there is a file called syslog-entries.txt under /opt/CSCOpx/conf. he added all the entries we needed like :
    local3.*     /var/log/syslog_info
    local5.*   /var/log/syslog_info
    the change was automatically reflected on syslog.conf
    now we receve alerts from facilities 3 and 5 besides 7.  hope this helps anyone who run into the same issue.

Maybe you are looking for