Incorrect display of event on secmon 2.2

I have a strange problem on an ips mc / secmon 2.2 solution. When I open the security monitor from a specific time and date, the console shows events that have occurred prior to the date that I requested.
Before experiencing this problem, I manually set the clock on the server forwards by one week as I wanted to force the server to in to running its reports earlier. I am starting to think that this could be the cause of the problem but I can’t be sure. The SecMon also appears to no longer get new events once it is completely opened.
Does any one have any experience with a similar problem and if so how can I resolve it.

To the best of my knowledge, you can make insure that the timestamp and the timezones on the sensors and server housing Security Monitor are correct.
http://www.cisco.com/univercd/cc/td/doc/product/rtrmgmt/cw2000/cw2000_b/vpnman/vms_2_1/

Similar Messages

  • Report in Crystal 10 incorrectly displays rows when it shouldn't

    We have a problem in Crystal Reports 10 whereby the report incorrect displays 6 rows/records in the report but when we run the exact same SQL statement on its own (outside of Crystal) it does not bring back any results.
    Clare

    That didn't work either. I'm still getting the wrong timestamp.
    But, I did try something else, with more unexpected results. Just for the heck of it, I exported my workbook to excel (the workbook showing the 12:00 AM timestamps). When I opened the Excel file, it has the Archive Date with the correct times. Very strange. I export the workbook with all 17-NOV-09 12:00 AM timestamps in every Archive Date row, and in Excel it opens with the correct dates (17-NOV-09 10:15, 10:18 and 10:23 AM). So weird.
    That seems to reinforce that Discoverer can at least see the dates as they exist in the data warehouse, but for some reason, it insists on displaying 12:00 AM. And exporting the 12:00 AM results to Excel actually produces the correct times. Is this like some Java bug or something? I seem to get bit by Java problems more often than not.
    ***EDIT***
    I shouldn't say your suggestion didn't work entirely. It worked in that I am no longer getting 17-NOV-09 12:00 AM. But, it's returning a timestamp that does not exist for the given record. For example, all 3 Nov 17th timestamps (in the Discoverer report) are now showing 17-NOV-09 10:11 AM. 10:11 AM isn't even a timestamp available in the database for any record in the table. Why did it arbitrarily pick 10:11? It seems like your suggestion to create a TO_CHAR calculation from the column is on the right track, but the 10:11 AM thing is odd.
    Edited by: user527082 on Nov 17, 2009 4:29 PM

  • ICal not displaying all events in Month view, leaving unused blank space

    I think this is a bug or bad programming of iCal:
    In the month view, I have for example a day with 5 or 6 events. When I change the size of the global iCal window, the size of each day is of course changing, displaying more or less of the events on that day; and displaying "..." when additional events exist but can not be shown. This is all fine... and normal...
    However, I noticed that iCal is simply not making use of the whole space: when my day is bog enough to display all events, iCal is still only displaying half of them, and the "...".
    This is really a pity as the white space is there.
    Anybody observed the same behavior?

    Hey, thank you.
    But how do I change the font and its size?
    I tried....
    Thanks,
    Janos

  • How to make calendar automatically display special events

    hi, i wanted to make my calendar automatic display the events in a specific month. should i use ifelse statement or switch case statement? my web site have display calendar for the current month. it aotumatically update. now i wanted to highlight the special event on that month like New Year, Christmas etc. it automatically change the event according to the month. when it comes to May, it won't display April event but May event such as Labour Day. this is the example, what i wanted it to be is the event date changes according to the month.
    <html>
    <head>
    <title>Brunsfield e-Homes</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="home.css">
    <style type="text/css">
    .main {
    width:130px;
    border:0px solid #8D549B;
    border-collapse:collapse;
    .month {
    background-color:#8D549B;
    font:bold 11px arial;
    color:white;
    border-collapse:collapse;
    border:0px solid #8D549B;
    .daysofweek {
    background-color:#C78FB9;
    font:bold 9px arial;
    color:#000000;
    border-collapse:collapse;
    border:0px solid #8D549B;
    .days {
    font-size: 9px;
    font-family:arial;
    color:black;
    background-color: #FADBF2;
    padding: 1px;
    border-collapse:collapse;
    border:0px solid #8D549B;
    .days #today{
    font-weight: bold;
    color: #cc0000;
    border-collapse:collapse;
    border:0px solid #8D549B;
    </style>
    <script type="text/javascript" src="basiccalendar.js">
    * Basic Calendar-By Brian Gosselin at http://scriptasylum.com/bgaudiodr/
    * Script featured on Dynamic Drive (http://www.dynamicdrive.com)
    * This notice must stay intact for use
    * Visit http://www.dynamicdrive.com/ for full source code
    </script>
    </head>
    <body bgcolor="#FFFFFF" leftmargin="5" topmargin="0" marginwidth="0" marginheight="0" oncontextmenu="return false">
    <!-- ImageReady Slices (home.psd) -->
    <div style="position:absolute; left:0; top:64">
    <table>
    <td width="140" align="center" valign="top">
         <font size="1">eCalender</font>     
         <script type="text/javascript">
         var todaydate=new Date()
         var curmonth=todaydate.getMonth()+1 //get current month (1-12)
         var curyear=todaydate.getFullYear() //get current year                         
         document.write(buildCal(curmonth ,curyear, "main", "month", "daysofweek", "days", 1));
    </script>
    </td>
    </table>
    <table width="130" align="center" border="0" bgcolor="#FDC2D6">
    <tr>
         <td class="events" width="20" align="center">1</td>
         <td class="events" align="left">April Fools Day</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center">4</td>
         <td class="events" align="left">Ching Ming Festival</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center" valign="top">8</td>
         <td class="events" align="left">Birthday of Sultan Johor</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center">9</td>
         <td class="events" align="left">Good Friday</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center">11</td>
         <td class="events" align="left">Easter Sunday</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center" valign="top">19</td>
         <td class="events" align="left">Birthday of Sultan Perak</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center">22</td>
         <td class="events" align="left">Earth Day</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center">25</td>
         <td class="events" align="left">Secretary Day</td>
         </tr>
    </table>     
    </body>
    </html>

    http://www.dotjonline.com/main/index.jsp?url=/taglib/calendar/calendarFixed.jsp

  • When logging into iCloud in Safari, Calendar doesn't display any events. They are displayed on the iPad, iPhone on even the iCal. What is wrong ?

    When logging into iCloud in Safari, Calendar doesn't display any events. They are displayed on the iPad, iPhone on even the iCal. What is wrong ?

    :S,
    Sorry, missed that fact. My memory is good, but short.
    Try moving the "Calendar Cache" file to your Desktop. Quit iCal, and find the "Calendar Cache" file in your Macintosh HD/Users/yourusername/Library/Calendars. Move that file to your Desktop. After that, (I remember that I recommended this before), as long as you are moving files to the Desktop, repeat the plist removal procedure once again, log out/in or restart.
    You should also consider removing the "To Do's" from Mail before restarting iCal. When you open iCal turn off "Show Birthdays calendar" in iCal>Preferences...>General.
    Are you syncing any data? If so, what method(s) are you using?
    ;~)

  • I've noticed that since version 7.0 (and in 8.0) FF is either hijacking on incorrectly displaying fonts on some sites, regardless of what is defined in the site's CSS.

    version 7.0 (and in 8.0) : FF is either hijacking on incorrectly displaying fonts on some sites,''' regardless of what is defined in the site's CSS'''. Example: in Safari, the informationweek.com homepage '''always''' displays the fonts correctly. Recently, it's '''RARELY''' correct in FF, but occasionally it will "suddenly" displays right. The CSS has NOT changed. Multiple users are experiencing this issue, on multiple platforms (FF7, in windows)
    Example: in Safari, the informationweek.com homepage always displays the fonts correctly. Recently, it's RARELY correct in FF, but occasionally it will "suddenly" display right. The CSS has NOT changed, code has not changed (that I'm aware of).

    There are lots of CSS errors shown in the "Firefox/Tools > Web Developer > Error Console" (Shift+CtrL+J) on that website.
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).
    You can do a check for corrupted and duplicate fonts and other font issues:
    *http://www.thexlab.com/faqs/multipleappsquit.html - Font Book 2.0 Help: Checking for damaged fonts
    *http://www.creativetechs.com/iq/garbled_fonts_troubleshooting_guide.html

  • Purchase orders item texts incorrect display

    Hi everyone,
    i am having a bit of a hard time solving an incorrect display of purchase orders item texts.
    For an unknown reason, i can't manage to modify the item's text of a purchase order, it's as it has been set on "display".
    I checked AKTH, ME21,ME21N and PT0F( the item i use) on spro :
    Materials Management=>Purchasing =>Purchase Order= > Define Screen Layout at Document Level =>  Reference data item for the texts and it's always set on Optionnal Entry.
    I even tried to set them on Requested Entry but i didn't manage to get the text-item field modified.
    Any kind of help would be appreciated.
    Thanks.
    Siidou

    Yes i did, thanks.
    I found the answer: when the item-text is set on Requested Entry, sap considers it as if it was set on dispalay.
    I set the item text in AKTH, ME21,ME21N and PT0F on OPptional entry and i can modify it again.

  • 1.5.1 Opening File in PlsqlNode incorrectly displays a default connection

    SQL Developer 1.5.1.54.40, JDK 1.6.0_04, Win XP SP 2
    I have just noticed that opening a file as a PlsqlNode (based on file type preferences) displays a default connection (the connection for the current tab). However, when compiling, you are prompted to select which connection you want to run against - ie there is no connection associated with the editor. This happens regardless of how you open the file (File > Open, Open toolbar button, Ctrl-O, double click in Files navigator).
    This does not happen for SQL Script file types, where no connection is displayed on opening them.
    theFurryOne

    Bug 7171360 - opening file in plsqlnode incorrectly displays a default connection
    logged.
    -Raghu

  • Displaying photo brings up incorrect images under events/albums??

    I just updated to 5.1 hoping it would fix the problem but it's still there.  When I touch an image from an album or event to display on my iphone in both the Photo app and in iPhoto both display an completely different picture.  This does not happen if browsing the camera roll, only if I only if I display an image that is part of an album or event.  I have synced and re-synced with no help.  I both iPhoto to manage my photos better, but it's pretty much worthless since I can't actually display the images I'm trying to edit.
    Has anyone else ran into this problem?
    Thanks,
    Chad

    I just updated to 5.1 hoping it would fix the problem but it's still there.  When I touch an image from an album or event to display on my iphone in both the Photo app and in iPhoto both display an completely different picture.  This does not happen if browsing the camera roll, only if I only if I display an image that is part of an album or event.  I have synced and re-synced with no help.  I both iPhoto to manage my photos better, but it's pretty much worthless since I can't actually display the images I'm trying to edit.
    Has anyone else ran into this problem?
    Thanks,
    Chad

  • Incorrect display iCal calendar events on iPod Classic

    Hi.
    I'm the owner of iPod Classic 120Gb with latest firmware (2.0.1)
    I synchronise iCal calendars with my iPod Classic.
    My events in "iCal" contain much of the text, but iPod Classic can show only little first part of text when i select this events.
    I cannot see all text.
    It is incorrect
    For Example - iPod Nano 4gen can show all text of this events.

    They do sync back for me. So, I'm not sure what the problem is. You might try resetting the sync history:
    http://docs.info.apple.com/article.html?artnum=301217
    Alternatively, (and drastically) maybe Restore your IPT.
    Hope this helps...

  • No year displayed in events/rolls?

    Hello all,
    Kind of a frustrating problem, in what seems like a great update. It is most relevant when viewing library in events mode. Even scrolling in Photos mode, the year no longer displays on the overlay. The year is clearly in the data, I think, as it has been fine until now. Anyone have any ideas? The display is consistent throughout the whole library, with two different cameras and scanned photos. iPhoto 6 displayed month and year just fine.
    Frustrating to see "April 4," and so on under every event for 6 years, with no year! I have looked at other users screenshots, and the year definitely appears where mine does not. I think I have scoured the settings and preferences, but maybe I missed something.
    I know it is something simple, and least I hope.
    I took some small screenshots, but am not sure how to post them in.
    Thanks to anyone that might be able to offer some advice.
    Adam

    Strange, what does your date settings look like? It seems as though iPhoto uses the third setting to display the dates in the overlay. If that date does not show a year in your system preferences then iPhoto will not show it either.
    Mine is as follows:
    http://sebastianhos.com/images/dates.jpg

  • How do I get iCal to display my event notes when working on my MacBook?

    I just got an iPad 3G (which I love) and am bothering to use iCal for the first time. So far, it seems to be going well. The only disappointment is that when I view iCal on my iPad, I can see the notes attached to each calendar event. However, when I view the same calendar on my MacBook, I can only see the list of events. To view the notes, you have to double click every event, which seems really counter-intuitive and a complete waste of time (why enter a note if you can't see it)? Is there a way way to get my notes to display in iCal on my MacBook? What am I missing? Thanks for your help!!

    The iPad has the same calendar views as the MobileMe (paid) calendar. The great looking calendar is not available on any other apple machine to my knowledge.
    I purposely updated my MobileMe to get that calendar, not realizing that doing that update took away the ability to publish/share my calendars with family members or friends who weren't MobileMe users. So I got a pretty calendar and lost all the sharing functions I needed. Major dislike.

  • Displaying an event that takes place over a number of days.

    I'm running OS10.6.3 and iCal 4.0.2,
    I recently upgraded from OS 10.4.11.
    Formerly events that occurred over multiple days, ie. travel, would display over the whole term in month display. For example, if I entered a date range such as 6/6/10 through 6/10/10 as an event in 6/6/10, the month view would show a blue line indicating the event through all 5 days.
    Currently when I enter that range the event is only displayed on the beginning day, 6/6/10.
    I like it better before ;>)
    Can you please help?

    Paul,
    You could try a Safe Boot. That may eliminate a cache problem.
    The last thing that comes to mind is to check for duplicate fonts using Font Book.
    Out of ideas.
    ;~)

  • Icloud calendar display of events on pc

    Some of the events on the calendar display with the event printed in a bar of color across the square of that day. Other events display with only a dot of color after the event's name. The first option is better because it makes the event stand out more. How do I get all events to display with a bar?

    You can change the calendar color from Red to something else, but the events will all be the same color

  • Incorrect display of punctuation (parentheses, periods) in .PDF forms.

    The .PDF file attached here was downloaded from the US Department of Homeland Security. I need to fill in this form with Adobe Reader 9.1.3, but some of the punctuation is displayed and printed incorrectly positioned.
    For example, in Section A of the form the line that should show "Family Name (Last Name)" shows "(Family Name (Last Name". It seems that when a line ends with a Closing Parenthesis, that parenthesis character appears at the BEGINNING of the line instead of where it should be--at the end of that line.
    In some cases this happens also with the Period (.) character, as can be seen in Part 2 of this form. Perhaps this phenomenon is related to a bug in Adobe Reader while operating in an environment where Hebrew is activated in Windows XP Professional (SP3), which is my case, even though the form itself has no Hebrew content.
    I have tried all possible combinations of the Edit --> Preferences --> International; that is:
    Application Language
    Default Reading Direction
    Enable right-to-left language options
    Select Font
    but to no avail.
    My System Parameters are:
    Available Physical Memory: 900296 KB
    Available Virtual Memory: 1891424 KB
    BIOS Version: LENOVO - 48
    Default Browser:
    Default Mail: Microsoft Office Outlook
        mapi32.dll
        Version: 1.0.2536.0 (XPClient.010817-1148)
    Graphics Card: Intel(R)  946GZ Express Chipset Family
        Version: 6.14.10.4764
        Check: Not Supported
    Installed Acrobat:
    Installed Acrobat: C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe
        Version: 9.1.0.2009022700
        Creation Date: 2009/02/27
        Creation Time: 17:10:32
    Locale: English (United States)
    Monitor:
        Name: Intel(R)  946GZ Express Chipset Family
        Resolution: 1152 x 864 x 75
        Bits per pixel: 32
    OS Manufacturer: Microsoft Corporation
    OS Name: Microsoft Windows XP Professional
    OS Version: 5.1.2600  Service Pack 3
    Page File Space: 4194303 KB
    Processor: x86 Family 6 Model 15 Stepping 13  GenuineIntel  ~1995  Mhz
    System Name: GARY
    Temporary Directory: C:\DOCUME~1\Gary\LOCALS~1\Temp\
    Time Zone: Jerusalem Standard Time
    Total Physical Memory: 2086952 KB
    Total Virtual Memory: 2097024 KB
    User Name: Gary
    Windows Directory: C:\WINDOWS
    My installed Plug-ins are:
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\Accessibility.api
        Version: 9.1.0.2009022700
        Creation Date: 2009/02/27
        Creation Time: 16:30:36
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\AcroForm.api
        Version: 9.1.2.82
        Creation Date: 2009/05/21
        Creation Time: 14:53:01
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\Annots.api
        Version: 9.1.2.82
        Creation Date: 2009/05/21
        Creation Time: 04:55:00
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\DigSig.api
        Version: 9.1.2.82
        Creation Date: 2009/05/21
        Creation Time: 14:49:24
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\eBook.api
        Version: 9.1.0.2009022700
        Creation Date: 2009/02/27
        Creation Time: 16:30:46
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\EScript.api
        Version: 9.1.2.82
        Creation Date: 2009/05/21
        Creation Time: 14:50:25
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\IA32.api
        Version: 9.1.0.2009022700
        Creation Date: 2009/02/27
        Creation Time: 16:30:44
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\Multimedia.api
        Version: 9.1.0.2009022700
        Creation Date: 2009/02/27
        Creation Time: 16:32:38
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\PDDom.api
        Version: 9.1.0.2009022700
        Creation Date: 2009/02/27
        Creation Time: 16:31:04
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\PPKLite.api
        Version: 9.1.2.82
        Creation Date: 2009/05/21
        Creation Time: 14:56:21
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\ReadOutLoud.api
        Version: 9.1.0.2009022700
        Creation Date: 2009/02/27
        Creation Time: 16:30:52
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\SaveAsRTF.api
        Version: 9.1.0.2009022700
        Creation Date: 2009/02/27
        Creation Time: 16:39:02
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\Search.api
        Version: 9.1.2.82
        Creation Date: 2009/05/21
        Creation Time: 14:50:40
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\SendMail.api
        Version: 9.1.0.2009022700
        Creation Date: 2009/02/27
        Creation Time: 16:32:46
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\Spelling.api
        Version: 9.1.0.2009022700
        Creation Date: 2009/02/27
        Creation Time: 16:34:34
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\Updater.api
        Version: 9.1.0.2009022700
        Creation Date: 2009/02/27
        Creation Time: 16:33:14
    C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\weblink.api
        Version: 9.1.0.2009022700
        Creation Date: 2009/02/27
        Creation Time: 16:31:44
    Thank you for any ideas on how I can print the document with the punctuation positioned correctly.

    Thanks, but that gave me the same result.
    GaryN6

Maybe you are looking for

  • Acknowledgements being requested - to be stopped

    Hi I have the following scenario - idoc text file from subsystem --> XI --> Idoc xml --> BPM --> Idoc adapter --> R3 To convert the idoc text file into an idoc xml - we are running RSEINB00 program on the Integration server . The receiver of this ido

  • Alerts from PI for Exception Handling

    We have a scenario where the incoming message is examined and if the value exceeds certain threshold, we want to generate alerts and send notification to a set of users.  What are some of the options available that SAP would recommend or other custom

  • Stylesheet for IE 8.0 - Browser Compatability

    Hi, We have implemented CRM ISA 5.0 (B2B) application. We are now upgrading IE 7.0 to IE 8.0, so we need to have IE 8.0 stylesheet in place to incorporate all our older changes to get reflected in IE 8 style sheet. I am afraid if SAP has released not

  • Error message when accessing email

    I'm having a similar problem as tkhelble does, although the error message I'm getting is "Retrieving user profile failed. Please try again later." Do you have a solution to this?

  • How do I upgrade from Safari 1.3 on a PowerBook G4 OS X 10.3?

    I need to upgrade from Safari 1.3, but the only links I can find aren't working, and I can't find a software update for this when I click on Software Updates from the apple icon. I have a PowerBook G4 with an OS X 10.3 operating system. I recently tr