WindowsXP-SP1/admin/eelvewer/eel.mof

18216 lines
462 KiB
Plaintext

#pragma namespace("\\\\.\\ROOT")
instance of __namespace{
name="EMM";
};
#pragma namespace("\\\\.\\ROOT\\EMM")
// Event Log record
Class Microsoft_EELEntry
{
[Description ("The EventID property is the GUID. It identifies "
"the event. This is specific to the source that generated "
"the event log entry, and is used, together with SourceSubsystemName, "
"to uniquely identify an event type."), DisplayName("Event ID")]
uint64 EventID;
[Description ("The SourceSubsystemType property reveals the source within "
"the node - Ntevent log, SMS log, etc.."), DisplayName("Source Subsystem Type")]
string SourceSubsystemType;
[Description (" The SourceSubsystemName specifies the name of the "
"source (application, service, driver, subsystem) that generated the "
"entry."), DisplayName("Source Subsystem Name")]
string SourceSubsystemName;
[Description ("The SystemAbout property specifies the name of the ""system that generated this event."), DisplayName("System About")]
string SystemAbout;
[Description ("The SystemFrom property is the original machine that ""reported the event. This may be the same as the SystemAbout property, ""but often will be different."), DisplayName("System From")]
string SystemFrom;
[Description ("The DeliveredBy property specifies the name of the ""computer that deliverd this event. This may be the same as the ""SystemAbout property, but often will be different."), DisplayName("Delivered By")]
string DeliveredBy;
[Description ("The Category property represent the 'standard' category ""of the event as determined by system management guidelines."), DisplayName("Category")]
string Category;
[Description ("The Subcategory property represents additional ""categorization of the event with the Category."), DisplayName("Sub-Category")]
string Subcategory;
[Description ("The Severity property shows the severity level ""assigned to the event by the logging facility."), DisplayName("Severity")]
uint16 Severity;
[Description ("The Priority property contains the priority level ""assigned to the event by the logging facility."),DisplayName("Priority")]
uint16 Priority;
[Description ("The TimeGenerated property specifies the time at which ""the source generated the event. This is the actual event time on the ""local machine."), DisplayName("Time Generated")]
datetime TimeGenerated;
[Description ("The LoggingTime property holds the time when the ""event was recorded on the system. As events are rolledup to higher ""tiers, this time will change and be overwritten. I will always hold ""the time which coresponds to the current tier it was logged on."), DisplayName("Logging Time")]
datetime LoggingTime;
[Description ("The RollupTime property holds the time when the event ""was rolled up, or last forwarded from one level to the next. This ""time will change as event are forwarded, but it will always hold the ""time the event was last sent."), DisplayName("Rollup Time")]
datetime RollupTime;
[Description ("The Message property has additional text attached to ""the log entry (optional). Provides additional details of the event ""occurrence."), DisplayName("Message")]
string Message;
[Description ("The OriginalEvent property is an embedded copy of the ""event instance received by the local logging consumer."),DisplayName("Original Event")]
__Event OriginalEvent;
[Key, Description ("The RecordNumber identifies the event within the ""Eventlog logfile. This is specific to the logfile and is used ""together with the logfile name to uniquely identify an instance ""of this class."), DisplayName("Record Number")]
uint64 RecordNumber;
[Description ("The User property indentifies the name of the logged on ""user when the event ocurred. If the user name cannot be determined this ""will be NULL."), DisplayName("User")]
string User;
[Description ("The Type property specifies the type of event."),DisplayName("Type Event"),ValueMap {"0","1", "2", "3","4","5", "6"}, Values {"red alert", "error", "warning", "information", "security audit success","security audit failure", "garbage"}]
uint8 Type;
[Description ("The classification property specifies the usage of the ""type of event."), DisplayName("Classification"),ValueMap {"1", "2", "3","4","5","6","7","8"} ,Values {"discovery", "inventory", "configuration","operation/availability", "problem management", "threshold crossings","Performance and Capacity","Billing"} ]
uint32 Classification;
[Description ("The LogType property indicates which type of log file ""this EELEntry belongs to. For example, 'System'."), DisplayName("Log Type"), ValueMap {"1", "2", "3"}, Values {"System", "Application", "Security"}]
uint32 LogType;
};
Class Microsoft_EELTOC
{
[key] string Category;
string Description;
};
Class Microsoft_EELTOCEntryInFile
{
[key] Microsoft_EELTOC REF TOC;
[key] Microsoft_EELEntry REF Entry;
};
// Various mouse events
[AbstractEvent]
class Win32_MouseRelatedEvent : __ExtrinsicEvent
{
uint32 Xcoordinate;
uint32 Ycoordinate;
boolean ControlPressed;
boolean AltPressed;
};
class Win32_MouseMoveEvent : Win32_MouseRelatedEvent
{
};
[AbstractEvent]
class Win32_MouseClickEvent : Win32_MouseRelatedEvent
{
uint8 ButtonIndex;
};
class Win32_MouseDownEvent : Win32_MouseClickEvent
{
uint8 ButtonIndex;
};
class Win32_MouseUpEvent : Win32_MouseClickEvent
{
uint8 ButtonIndex;
};
instance of Microsoft_EELEntry
{
EventId = "2";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19950610155726.151753+480";
LoggingTime = "20001119140326.170129+480";
RollupTime = "19910222234309.189709+480";
Message = "Message with key to search = 1881725647";
RecordNumber = "2";
User = "N/A";
Type = 4;
Classification = 7;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 800;
YCoordinate = 190;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='2'";
};
instance of Microsoft_EELEntry
{
EventId = "3";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19930412093827.162387+480";
LoggingTime = "19960711162225.199947+480";
RollupTime = "19980905063923.191940+480";
Message = "Message with key to search = 2011444092";
RecordNumber = "3";
User = "sriravi";
Type = 0;
Classification = 3;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 901;
YCoordinate = 570;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='3'";
};
instance of Microsoft_EELEntry
{
EventId = "4";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 2;
TimeGenerated = "19960703055218.175223+480";
LoggingTime = "19960727084509.100480+480";
RollupTime = "19960723130703.170768+480";
Message = "Message with key to search = 1439765616";
RecordNumber = "4";
User = "amit";
Type = 6;
Classification = 2;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 398;
YCoordinate = 424;
AltPressed = true;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='4'";
};
instance of Microsoft_EELEntry
{
EventId = "5";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 1;
TimeGenerated = "19910214072226.138663+480";
LoggingTime = "19991006230209.135986+480";
RollupTime = "19960707154025.175377+480";
Message = "Message with key to search = 1944029089";
RecordNumber = "5";
User = "rishi";
Type = 0;
Classification = 7;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 184;
YCoordinate = 156;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='5'";
};
instance of Microsoft_EELEntry
{
EventId = "6";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 1;
TimeGenerated = "19930404004524.170933+480";
LoggingTime = "20001127112019.136580+480";
RollupTime = "19930428043520.172954+480";
Message = "Message with key to search = 1598572795";
RecordNumber = "6";
User = "rishi";
Type = 1;
Classification = 8;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 371;
YCoordinate = 417;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='6'";
};
instance of Microsoft_EELEntry
{
EventId = "7";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 3;
TimeGenerated = "19920303042617.116909+480";
LoggingTime = "20001107031808.134121+480";
RollupTime = "20011228180914.185412+480";
Message = "Message with key to search = 52351648";
RecordNumber = "7";
User = "sriravi";
Type = 4;
Classification = 6;
LogType = 1;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 793;
YCoordinate = 681;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='7'";
};
instance of Microsoft_EELEntry
{
EventId = "8";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 3;
TimeGenerated = "19960711075504.126762+480";
LoggingTime = "19960703104711.126881+480";
RollupTime = "19930424161315.197799+480";
Message = "Message with key to search = 366666560";
RecordNumber = "8";
User = "sriravi";
Type = 3;
Classification = 2;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 784;
YCoordinate = 470;
AltPressed = false;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='8'";
};
instance of Microsoft_EELEntry
{
EventId = "9";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 4;
TimeGenerated = "19980921122105.157932+480";
LoggingTime = "19960715163119.158053+480";
RollupTime = "19980917134223.182569+480";
Message = "Message with key to search = 1893537332";
RecordNumber = "9";
User = "rishi";
Type = 5;
Classification = 2;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 31;
YCoordinate = 368;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='9'";
};
instance of Microsoft_EELEntry
{
EventId = "10";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 2;
TimeGenerated = "19960703055200.132165+480";
LoggingTime = "19991026033900.112810+480";
RollupTime = "19970808133026.117980+480";
Message = "Message with key to search = 1615537439";
RecordNumber = "10";
User = "N/A";
Type = 0;
Classification = 7;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 643;
YCoordinate = 47;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='10'";
};
instance of Microsoft_EELEntry
{
EventId = "11";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 1;
TimeGenerated = "19970820003112.105754+480";
LoggingTime = "19900121041809.135008+480";
RollupTime = "19970820220914.113426+480";
Message = "Message with key to search = 934680001";
RecordNumber = "11";
User = "sriravi";
Type = 6;
Classification = 1;
LogType = 1;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 945;
YCoordinate = 496;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='11'";
};
instance of Microsoft_EELEntry
{
EventId = "12";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 1;
TimeGenerated = "19920315160628.145573+480";
LoggingTime = "20001115000505.140927+480";
RollupTime = "19900101190622.121281+480";
Message = "Message with key to search = 1995047675";
RecordNumber = "12";
User = "N/A";
Type = 6;
Classification = 4;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 8;
YCoordinate = 667;
AltPressed = false;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='12'";
};
instance of Microsoft_EELEntry
{
EventId = "13";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 1;
TimeGenerated = "19950618155621.185340+480";
LoggingTime = "19960711070622.177716+480";
RollupTime = "19991022132801.152087+480";
Message = "Message with key to search = 2098297320";
RecordNumber = "13";
User = "rishi";
Type = 2;
Classification = 4;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 98;
YCoordinate = 217;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='13'";
};
instance of Microsoft_EELEntry
{
EventId = "14";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 2;
TimeGenerated = "19950618050914.110562+480";
LoggingTime = "19930416160120.147874+480";
RollupTime = "19980905052404.153166+480";
Message = "Message with key to search = 1512696655";
RecordNumber = "14";
User = "N/A";
Type = 6;
Classification = 2;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 777;
YCoordinate = 574;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='14'";
};
instance of Microsoft_EELEntry
{
EventId = "15";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 4;
TimeGenerated = "19960711233423.153055+480";
LoggingTime = "19970816093010.190510+480";
RollupTime = "19900113170312.146908+480";
Message = "Message with key to search = 268694144";
RecordNumber = "15";
User = "sriravi";
Type = 0;
Classification = 1;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 201;
YCoordinate = 41;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='15'";
};
instance of Microsoft_EELEntry
{
EventId = "16";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 4;
TimeGenerated = "19910218020114.129970+480";
LoggingTime = "20011208020901.124527+480";
RollupTime = "19920315005517.105990+480";
Message = "Message with key to search = 911042379";
RecordNumber = "16";
User = "sriravi";
Type = 0;
Classification = 7;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 938;
YCoordinate = 620;
AltPressed = true;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='16'";
};
instance of Microsoft_EELEntry
{
EventId = "17";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 2;
TimeGenerated = "19970828004607.102275+480";
LoggingTime = "19980917164701.143267+480";
RollupTime = "19991018034618.185910+480";
Message = "Message with key to search = 2050057783";
RecordNumber = "17";
User = "rishi";
Type = 3;
Classification = 4;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 82;
YCoordinate = 172;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='17'";
};
instance of Microsoft_EELEntry
{
EventId = "18";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 3;
TimeGenerated = "19900105224505.171001+480";
LoggingTime = "19920311133427.159521+480";
RollupTime = "19950618225000.139459+480";
Message = "Message with key to search = 1920750131";
RecordNumber = "18";
User = "N/A";
Type = 3;
Classification = 3;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 691;
YCoordinate = 601;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='18'";
};
instance of Microsoft_EELEntry
{
EventId = "19";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 1;
TimeGenerated = "19920307064618.192254+480";
LoggingTime = "19970828204001.179378+480";
RollupTime = "19940517020115.161513+480";
Message = "Message with key to search = 860659350";
RecordNumber = "19";
User = "amit";
Type = 1;
Classification = 4;
LogType = 1;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 812;
YCoordinate = 96;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='19'";
};
instance of Microsoft_EELEntry
{
EventId = "20";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 1;
TimeGenerated = "19920327035621.110986+480";
LoggingTime = "19991022174424.190373+480";
RollupTime = "19980905095018.136478+480";
Message = "Message with key to search = 1692250937";
RecordNumber = "20";
User = "rishi";
Type = 3;
Classification = 8;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 909;
YCoordinate = 400;
AltPressed = true;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='20'";
};
instance of Microsoft_EELEntry
{
EventId = "21";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 2;
TimeGenerated = "19930416014613.173256+480";
LoggingTime = "19980905064527.125402+480";
RollupTime = "19970816121826.161869+480";
Message = "Message with key to search = 1195205867";
RecordNumber = "21";
User = "sriravi";
Type = 3;
Classification = 5;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 681;
YCoordinate = 527;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='21'";
};
instance of Microsoft_EELEntry
{
EventId = "22";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 4;
TimeGenerated = "19980909003005.154466+480";
LoggingTime = "19950602133607.178217+480";
RollupTime = "19940501195500.100338+480";
Message = "Message with key to search = 188663958";
RecordNumber = "22";
User = "rishi";
Type = 1;
Classification = 1;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 837;
YCoordinate = 304;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='22'";
};
instance of Microsoft_EELEntry
{
EventId = "23";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 4;
TimeGenerated = "19930404074820.138172+480";
LoggingTime = "19950602095010.142845+480";
RollupTime = "19940505013210.150789+480";
Message = "Message with key to search = 820110793";
RecordNumber = "23";
User = "sriravi";
Type = 3;
Classification = 5;
LogType = 1;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 82;
YCoordinate = 606;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='23'";
};
instance of Microsoft_EELEntry
{
EventId = "24";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 4;
TimeGenerated = "19940509174024.157763+480";
LoggingTime = "19950622043013.156814+480";
RollupTime = "19970816045718.191873+480";
Message = "Message with key to search = 1835353422";
RecordNumber = "24";
User = "amit";
Type = 4;
Classification = 5;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 929;
YCoordinate = 403;
AltPressed = false;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='24'";
};
instance of Microsoft_EELEntry
{
EventId = "25";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 1;
TimeGenerated = "19920303150825.170060+480";
LoggingTime = "19960703104711.126881+480";
RollupTime = "19970804180823.187344+480";
Message = "Message with key to search = 1420187784";
RecordNumber = "25";
User = "rishi";
Type = 1;
Classification = 2;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 703;
YCoordinate = 457;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='25'";
};
instance of Microsoft_EELEntry
{
EventId = "26";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 2;
TimeGenerated = "19900117054321.198969+480";
LoggingTime = "19980913182411.163960+480";
RollupTime = "19980909200525.184953+480";
Message = "Message with key to search = 1717431413";
RecordNumber = "26";
User = "amit";
Type = 4;
Classification = 8;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 35;
YCoordinate = 315;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='26'";
};
instance of Microsoft_EELEntry
{
EventId = "27";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 4;
TimeGenerated = "19920307150420.115541+480";
LoggingTime = "19970828061705.151958+480";
RollupTime = "19930416010010.129644+480";
Message = "Message with key to search = 997631946";
RecordNumber = "27";
User = "N/A";
Type = 0;
Classification = 8;
LogType = 1;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 632;
YCoordinate = 715;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='27'";
};
instance of Microsoft_EELEntry
{
EventId = "28";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19920311202315.116683+480";
LoggingTime = "19950614230603.179186+480";
RollupTime = "19920315091508.140255+480";
Message = "Message with key to search = 1581271226";
RecordNumber = "28";
User = "amit";
Type = 4;
Classification = 6;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 472;
YCoordinate = 297;
AltPressed = false;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='28'";
};
instance of Microsoft_EELEntry
{
EventId = "29";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19930420201307.160651+480";
LoggingTime = "19960707072109.163480+480";
RollupTime = "20011228215601.130757+480";
Message = "Message with key to search = 790312106";
RecordNumber = "29";
User = "N/A";
Type = 1;
Classification = 5;
LogType = 3;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 520;
YCoordinate = 12;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='29'";
};
instance of Microsoft_EELEntry
{
EventId = "30";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 4;
TimeGenerated = "19900121141905.148275+480";
LoggingTime = "20011204141510.145658+480";
RollupTime = "19930416093711.109456+480";
Message = "Message with key to search = 912751663";
RecordNumber = "30";
User = "N/A";
Type = 2;
Classification = 2;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 330;
YCoordinate = 644;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='30'";
};
instance of Microsoft_EELEntry
{
EventId = "31";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 4;
TimeGenerated = "19900109202213.107873+480";
LoggingTime = "20011212044715.158653+480";
RollupTime = "19900125004328.184653+480";
Message = "Message with key to search = 760815005";
RecordNumber = "31";
User = "amit";
Type = 4;
Classification = 8;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 897;
YCoordinate = 5;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='31'";
};
instance of Microsoft_EELEntry
{
EventId = "32";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 3;
TimeGenerated = "19900101140107.111333+480";
LoggingTime = "19950606122401.139369+480";
RollupTime = "19980913210624.134097+480";
Message = "Message with key to search = 1938275207";
RecordNumber = "32";
User = "sriravi";
Type = 2;
Classification = 5;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 375;
YCoordinate = 401;
AltPressed = true;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='32'";
};
instance of Microsoft_EELEntry
{
EventId = "33";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 1;
TimeGenerated = "19980909003023.195372+480";
LoggingTime = "19940525214827.170764+480";
RollupTime = "19970816153927.192388+480";
Message = "Message with key to search = 506102411";
RecordNumber = "33";
User = "amit";
Type = 2;
Classification = 8;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 811;
YCoordinate = 69;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='33'";
};
instance of Microsoft_EELEntry
{
EventId = "34";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 3;
TimeGenerated = "19940521214719.130747+480";
LoggingTime = "20011208134327.143750+480";
RollupTime = "19991018044003.138814+480";
Message = "Message with key to search = 1050370646";
RecordNumber = "34";
User = "amit";
Type = 5;
Classification = 8;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 760;
YCoordinate = 524;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='34'";
};
instance of Microsoft_EELEntry
{
EventId = "35";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 2;
TimeGenerated = "19900109150210.159804+480";
LoggingTime = "20001119220816.189144+480";
RollupTime = "19980917185910.162490+480";
Message = "Message with key to search = 1401188753";
RecordNumber = "35";
User = "amit";
Type = 5;
Classification = 7;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 389;
YCoordinate = 42;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='35'";
};
instance of Microsoft_EELEntry
{
EventId = "36";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 4;
TimeGenerated = "19910226211127.198590+480";
LoggingTime = "19920319045508.135617+480";
RollupTime = "19920323023914.146232+480";
Message = "Message with key to search = 1200179960";
RecordNumber = "36";
User = "N/A";
Type = 0;
Classification = 4;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 674;
YCoordinate = 477;
AltPressed = true;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='36'";
};
instance of Microsoft_EELEntry
{
EventId = "37";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 4;
TimeGenerated = "19940509064518.164400+480";
LoggingTime = "19950602015427.111845+480";
RollupTime = "20011208012508.151111+480";
Message = "Message with key to search = 1434402672";
RecordNumber = "37";
User = "N/A";
Type = 2;
Classification = 1;
LogType = 3;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 812;
YCoordinate = 99;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='37'";
};
instance of Microsoft_EELEntry
{
EventId = "38";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19960703232912.139104+480";
LoggingTime = "19910218141904.150455+480";
RollupTime = "19930428043520.172954+480";
Message = "Message with key to search = 1565838232";
RecordNumber = "38";
User = "rishi";
Type = 0;
Classification = 8;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 120;
YCoordinate = 456;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='38'";
};
instance of Microsoft_EELEntry
{
EventId = "39";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 1;
TimeGenerated = "19930408000215.190836+480";
LoggingTime = "20011212044715.158653+480";
RollupTime = "20011228220205.120365+480";
Message = "Message with key to search = 1901613009";
RecordNumber = "39";
User = "N/A";
Type = 3;
Classification = 6;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 461;
YCoordinate = 531;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='39'";
};
instance of Microsoft_EELEntry
{
EventId = "40";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 3;
TimeGenerated = "19950614234306.164827+480";
LoggingTime = "19991026012801.128883+480";
RollupTime = "19950622080523.140540+480";
Message = "Message with key to search = 1929991834";
RecordNumber = "40";
User = "sriravi";
Type = 3;
Classification = 4;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 496;
YCoordinate = 734;
AltPressed = false;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='40'";
};
instance of Microsoft_EELEntry
{
EventId = "41";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 4;
TimeGenerated = "19920303100806.175276+480";
LoggingTime = "20011220094612.186176+480";
RollupTime = "19950626104800.131136+480";
Message = "Message with key to search = 431919296";
RecordNumber = "41";
User = "N/A";
Type = 2;
Classification = 6;
LogType = 3;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 246;
YCoordinate = 205;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='41'";
};
instance of Microsoft_EELEntry
{
EventId = "42";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 1;
TimeGenerated = "19940517004801.185330+480";
LoggingTime = "19970812082803.168616+480";
RollupTime = "19970824011206.192782+480";
Message = "Message with key to search = 1605673430";
RecordNumber = "42";
User = "sriravi";
Type = 5;
Classification = 7;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 396;
YCoordinate = 336;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='42'";
};
instance of Microsoft_EELEntry
{
EventId = "43";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 3;
TimeGenerated = "19930416121409.128483+480";
LoggingTime = "19930416223117.142862+480";
RollupTime = "19910226175904.118477+480";
Message = "Message with key to search = 1447479578";
RecordNumber = "43";
User = "rishi";
Type = 2;
Classification = 1;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 1014;
YCoordinate = 189;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='43'";
};
instance of Microsoft_EELEntry
{
EventId = "44";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 2;
TimeGenerated = "19950602020322.175259+480";
LoggingTime = "19950602152812.189491+480";
RollupTime = "19950606215213.195252+480";
Message = "Message with key to search = 1311644715";
RecordNumber = "44";
User = "N/A";
Type = 3;
Classification = 2;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 6;
YCoordinate = 205;
AltPressed = true;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='44'";
};
instance of Microsoft_EELEntry
{
EventId = "45";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 1;
TimeGenerated = "19940505040210.130721+480";
LoggingTime = "20001115084714.185802+480";
RollupTime = "19991014234119.109086+480";
Message = "Message with key to search = 1103663604";
RecordNumber = "45";
User = "sriravi";
Type = 6;
Classification = 7;
LogType = 3;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 243;
YCoordinate = 399;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='45'";
};
instance of Microsoft_EELEntry
{
EventId = "46";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 4;
TimeGenerated = "19920315145208.148794+480";
LoggingTime = "19930420171503.118119+480";
RollupTime = "19980913210624.134097+480";
Message = "Message with key to search = 1366833141";
RecordNumber = "46";
User = "amit";
Type = 5;
Classification = 5;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 545;
YCoordinate = 569;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='46'";
};
instance of Microsoft_EELEntry
{
EventId = "47";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 1;
TimeGenerated = "19900101031008.111581+480";
LoggingTime = "19940513104812.109298+480";
RollupTime = "19960703162413.176837+480";
Message = "Message with key to search = 1845284654";
RecordNumber = "47";
User = "amit";
Type = 0;
Classification = 4;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 974;
YCoordinate = 531;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='47'";
};
instance of Microsoft_EELEntry
{
EventId = "48";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 4;
TimeGenerated = "19930424221303.142627+480";
LoggingTime = "19970812234527.196295+480";
RollupTime = "19980917134223.182569+480";
Message = "Message with key to search = 1676726396";
RecordNumber = "48";
User = "amit";
Type = 4;
Classification = 8;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 305;
YCoordinate = 99;
AltPressed = false;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='48'";
};
instance of Microsoft_EELEntry
{
EventId = "49";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 4;
TimeGenerated = "19900113125218.111619+480";
LoggingTime = "20001111225809.103783+480";
RollupTime = "19950626050628.142210+480";
Message = "Message with key to search = 298827499";
RecordNumber = "49";
User = "sriravi";
Type = 0;
Classification = 6;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 975;
YCoordinate = 617;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='49'";
};
instance of Microsoft_EELEntry
{
EventId = "50";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 2;
TimeGenerated = "19900125152204.155829+480";
LoggingTime = "19991014220009.104444+480";
RollupTime = "19920307201921.155166+480";
Message = "Message with key to search = 1412045317";
RecordNumber = "50";
User = "rishi";
Type = 2;
Classification = 2;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 256;
YCoordinate = 622;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='50'";
};
instance of Microsoft_EELEntry
{
EventId = "51";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 4;
TimeGenerated = "19920303065210.197168+480";
LoggingTime = "19960707090823.195909+480";
RollupTime = "19970824105303.188840+480";
Message = "Message with key to search = 625656869";
RecordNumber = "51";
User = "amit";
Type = 0;
Classification = 2;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 381;
YCoordinate = 436;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='51'";
};
instance of Microsoft_EELEntry
{
EventId = "52";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 2;
TimeGenerated = "19900105020505.194772+480";
LoggingTime = "19960711220712.162105+480";
RollupTime = "20001127133902.138830+480";
Message = "Message with key to search = 1803430182";
RecordNumber = "52";
User = "amit";
Type = 6;
Classification = 2;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 618;
YCoordinate = 174;
AltPressed = true;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='52'";
};
instance of Microsoft_EELEntry
{
EventId = "53";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 1;
TimeGenerated = "19910222235425.121988+480";
LoggingTime = "20011220063519.170458+480";
RollupTime = "20011220194319.108440+480";
Message = "Message with key to search = 1862621851";
RecordNumber = "53";
User = "sriravi";
Type = 4;
Classification = 7;
LogType = 3;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 842;
YCoordinate = 557;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='53'";
};
instance of Microsoft_EELEntry
{
EventId = "54";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19991006172314.104268+480";
LoggingTime = "19970828125915.137990+480";
RollupTime = "19920323124506.147785+480";
Message = "Message with key to search = 1013471328";
RecordNumber = "54";
User = "amit";
Type = 5;
Classification = 6;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 1006;
YCoordinate = 144;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='54'";
};
instance of Microsoft_EELEntry
{
EventId = "55";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 1;
TimeGenerated = "19950622190218.155257+480";
LoggingTime = "19950606122401.139369+480";
RollupTime = "19960727192402.116878+480";
Message = "Message with key to search = 1080514803";
RecordNumber = "55";
User = "sriravi";
Type = 3;
Classification = 3;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 305;
YCoordinate = 193;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='55'";
};
instance of Microsoft_EELEntry
{
EventId = "56";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 1;
TimeGenerated = "19900105235416.153243+480";
LoggingTime = "19950622013011.158705+480";
RollupTime = "19970824005327.158841+480";
Message = "Message with key to search = 551891363";
RecordNumber = "56";
User = "N/A";
Type = 0;
Classification = 7;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 275;
YCoordinate = 492;
AltPressed = true;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='56'";
};
instance of Microsoft_EELEntry
{
EventId = "57";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 2;
TimeGenerated = "19930424060807.150797+480";
LoggingTime = "20001127020725.154821+480";
RollupTime = "19930424161315.197799+480";
Message = "Message with key to search = 469447648";
RecordNumber = "57";
User = "rishi";
Type = 2;
Classification = 5;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 119;
YCoordinate = 455;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='57'";
};
instance of Microsoft_EELEntry
{
EventId = "58";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 4;
TimeGenerated = "19910206093508.122184+480";
LoggingTime = "20011204141510.145658+480";
RollupTime = "19910222142609.186506+480";
Message = "Message with key to search = 808109582";
RecordNumber = "58";
User = "rishi";
Type = 1;
Classification = 7;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 70;
YCoordinate = 668;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='58'";
};
instance of Microsoft_EELEntry
{
EventId = "59";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 3;
TimeGenerated = "19920315165822.169283+480";
LoggingTime = "19950622223304.173186+480";
RollupTime = "20001111001511.129100+480";
Message = "Message with key to search = 1684043975";
RecordNumber = "59";
User = "amit";
Type = 3;
Classification = 3;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 55;
YCoordinate = 570;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='59'";
};
instance of Microsoft_EELEntry
{
EventId = "60";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 1;
TimeGenerated = "19910206091802.104356+480";
LoggingTime = "19960711020719.184658+480";
RollupTime = "19960719104511.141485+480";
Message = "Message with key to search = 2078823031";
RecordNumber = "60";
User = "sriravi";
Type = 3;
Classification = 2;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 788;
YCoordinate = 85;
AltPressed = true;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='60'";
};
instance of Microsoft_EELEntry
{
EventId = "61";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 1;
TimeGenerated = "19940501061510.184934+480";
LoggingTime = "20011228164820.145190+480";
RollupTime = "19970824055725.179579+480";
Message = "Message with key to search = 482600140";
RecordNumber = "61";
User = "rishi";
Type = 0;
Classification = 4;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 42;
YCoordinate = 648;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='61'";
};
instance of Microsoft_EELEntry
{
EventId = "62";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 1;
TimeGenerated = "19900113054518.173364+480";
LoggingTime = "19991018134414.187797+480";
RollupTime = "19920307191217.168093+480";
Message = "Message with key to search = 1277102472";
RecordNumber = "62";
User = "amit";
Type = 5;
Classification = 4;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 723;
YCoordinate = 537;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='62'";
};
instance of Microsoft_EELEntry
{
EventId = "63";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 4;
TimeGenerated = "19960711212825.126669+480";
LoggingTime = "20011212044715.158653+480";
RollupTime = "19930404011622.142997+480";
Message = "Message with key to search = 1474448817";
RecordNumber = "63";
User = "N/A";
Type = 3;
Classification = 4;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 31;
YCoordinate = 109;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='63'";
};
instance of Microsoft_EELEntry
{
EventId = "64";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 1;
TimeGenerated = "19920303221304.129982+480";
LoggingTime = "20011208032425.177011+480";
RollupTime = "19950606123718.139395+480";
Message = "Message with key to search = 598319828";
RecordNumber = "64";
User = "sriravi";
Type = 2;
Classification = 2;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 534;
YCoordinate = 716;
AltPressed = false;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='64'";
};
instance of Microsoft_EELEntry
{
EventId = "65";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 2;
TimeGenerated = "19970812194822.168071+480";
LoggingTime = "20011220110015.172773+480";
RollupTime = "19930404060221.157808+480";
Message = "Message with key to search = 1618701643";
RecordNumber = "65";
User = "rishi";
Type = 4;
Classification = 1;
LogType = 3;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 467;
YCoordinate = 349;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='65'";
};
instance of Microsoft_EELEntry
{
EventId = "66";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 1;
TimeGenerated = "19910222222702.148015+480";
LoggingTime = "19980921041716.178958+480";
RollupTime = "19930404125419.173161+480";
Message = "Message with key to search = 2099236726";
RecordNumber = "66";
User = "rishi";
Type = 1;
Classification = 6;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 62;
YCoordinate = 743;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='66'";
};
instance of Microsoft_EELEntry
{
EventId = "67";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 2;
TimeGenerated = "19910210110227.194627+480";
LoggingTime = "19960707212620.108183+480";
RollupTime = "20011216065724.164367+480";
Message = "Message with key to search = 357907345";
RecordNumber = "67";
User = "sriravi";
Type = 4;
Classification = 5;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 896;
YCoordinate = 85;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='67'";
};
instance of Microsoft_EELEntry
{
EventId = "68";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 2;
TimeGenerated = "19940525140127.150260+480";
LoggingTime = "20001115063428.114297+480";
RollupTime = "19991010072301.181727+480";
Message = "Message with key to search = 165278053";
RecordNumber = "68";
User = "N/A";
Type = 6;
Classification = 1;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 446;
YCoordinate = 697;
AltPressed = false;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='68'";
};
instance of Microsoft_EELEntry
{
EventId = "69";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 1;
TimeGenerated = "19940501083717.105478+480";
LoggingTime = "19960711002103.116524+480";
RollupTime = "19940505223702.135315+480";
Message = "Message with key to search = 547289563";
RecordNumber = "69";
User = "amit";
Type = 1;
Classification = 7;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 313;
YCoordinate = 245;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='69'";
};
instance of Microsoft_EELEntry
{
EventId = "70";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 2;
TimeGenerated = "19960711090100.143768+480";
LoggingTime = "19980901211514.135514+480";
RollupTime = "20011208063404.179680+480";
Message = "Message with key to search = 889172207";
RecordNumber = "70";
User = "rishi";
Type = 3;
Classification = 2;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 78;
YCoordinate = 337;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='70'";
};
instance of Microsoft_EELEntry
{
EventId = "71";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 4;
TimeGenerated = "19900101163406.159308+480";
LoggingTime = "20011224223004.110481+480";
RollupTime = "19920327033316.107236+480";
Message = "Message with key to search = 1544492521";
RecordNumber = "71";
User = "N/A";
Type = 4;
Classification = 5;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 69;
YCoordinate = 480;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='71'";
};
instance of Microsoft_EELEntry
{
EventId = "72";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 3;
TimeGenerated = "19920311152020.114344+480";
LoggingTime = "20001103220813.180786+480";
RollupTime = "19980913015118.154893+480";
Message = "Message with key to search = 1850647024";
RecordNumber = "72";
User = "rishi";
Type = 0;
Classification = 5;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 555;
YCoordinate = 734;
AltPressed = false;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='72'";
};
instance of Microsoft_EELEntry
{
EventId = "73";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19900113220214.134771+480";
LoggingTime = "19930408193601.147568+480";
RollupTime = "19970824235011.118855+480";
Message = "Message with key to search = 1423246891";
RecordNumber = "73";
User = "rishi";
Type = 6;
Classification = 2;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 236;
YCoordinate = 670;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='73'";
};
instance of Microsoft_EELEntry
{
EventId = "74";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 4;
TimeGenerated = "19960703055218.175223+480";
LoggingTime = "19970828133227.117015+480";
RollupTime = "19940525014023.119374+480";
Message = "Message with key to search = 1289694135";
RecordNumber = "74";
User = "amit";
Type = 3;
Classification = 2;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 668;
YCoordinate = 138;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='74'";
};
instance of Microsoft_EELEntry
{
EventId = "75";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 2;
TimeGenerated = "19910222154805.160575+480";
LoggingTime = "19970808095503.108246+480";
RollupTime = "19960711081827.181272+480";
Message = "Message with key to search = 179362659";
RecordNumber = "75";
User = "sriravi";
Type = 5;
Classification = 2;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 128;
YCoordinate = 767;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='75'";
};
instance of Microsoft_EELEntry
{
EventId = "76";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19940509105323.110462+480";
LoggingTime = "19991010050504.158970+480";
RollupTime = "19991010214012.157605+480";
Message = "Message with key to search = 2122844024";
RecordNumber = "76";
User = "sriravi";
Type = 0;
Classification = 4;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 144;
YCoordinate = 441;
AltPressed = false;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='76'";
};
instance of Microsoft_EELEntry
{
EventId = "77";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 1;
TimeGenerated = "19970828164021.180215+480";
LoggingTime = "20011216091419.192244+480";
RollupTime = "19950606232517.181897+480";
Message = "Message with key to search = 797100183";
RecordNumber = "77";
User = "rishi";
Type = 6;
Classification = 5;
LogType = 3;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 1003;
YCoordinate = 645;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='77'";
};
instance of Microsoft_EELEntry
{
EventId = "78";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 3;
TimeGenerated = "19910218230825.123145+480";
LoggingTime = "19950626091916.163015+480";
RollupTime = "19950610004814.145348+480";
Message = "Message with key to search = 1754582106";
RecordNumber = "78";
User = "N/A";
Type = 3;
Classification = 7;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 994;
YCoordinate = 214;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='78'";
};
instance of Microsoft_EELEntry
{
EventId = "79";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 4;
TimeGenerated = "19950606061117.186852+480";
LoggingTime = "19950626160509.189118+480";
RollupTime = "19970816205425.115273+480";
Message = "Message with key to search = 1533972134";
RecordNumber = "79";
User = "sriravi";
Type = 1;
Classification = 6;
LogType = 1;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 154;
YCoordinate = 317;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='79'";
};
instance of Microsoft_EELEntry
{
EventId = "80";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 3;
TimeGenerated = "19900109151800.108936+480";
LoggingTime = "19980921014028.126871+480";
RollupTime = "19980921003516.184963+480";
Message = "Message with key to search = 628694288";
RecordNumber = "80";
User = "amit";
Type = 6;
Classification = 2;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 718;
YCoordinate = 583;
AltPressed = false;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='80'";
};
instance of Microsoft_EELEntry
{
EventId = "81";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19940505013921.168843+480";
LoggingTime = "19960707003501.178280+480";
RollupTime = "19930428094003.155053+480";
Message = "Message with key to search = 1581979312";
RecordNumber = "81";
User = "rishi";
Type = 6;
Classification = 2;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 510;
YCoordinate = 760;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='81'";
};
instance of Microsoft_EELEntry
{
EventId = "82";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 2;
TimeGenerated = "19920323072303.119440+480";
LoggingTime = "19930424192308.170845+480";
RollupTime = "19970812153600.135739+480";
Message = "Message with key to search = 1093913582";
RecordNumber = "82";
User = "N/A";
Type = 1;
Classification = 5;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 541;
YCoordinate = 256;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='82'";
};
instance of Microsoft_EELEntry
{
EventId = "83";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 1;
TimeGenerated = "19920311110102.137108+480";
LoggingTime = "19970812053526.192581+480";
RollupTime = "19940521133915.195737+480";
Message = "Message with key to search = 1701938560";
RecordNumber = "83";
User = "N/A";
Type = 2;
Classification = 6;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 229;
YCoordinate = 569;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='83'";
};
instance of Microsoft_EELEntry
{
EventId = "84";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 3;
TimeGenerated = "19950618054924.140786+480";
LoggingTime = "19960707174723.155114+480";
RollupTime = "19930428072413.174404+480";
Message = "Message with key to search = 401073201";
RecordNumber = "84";
User = "sriravi";
Type = 4;
Classification = 3;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 113;
YCoordinate = 326;
AltPressed = false;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='84'";
};
instance of Microsoft_EELEntry
{
EventId = "85";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 4;
TimeGenerated = "19940513145905.165954+480";
LoggingTime = "20011224104004.118932+480";
RollupTime = "19970828111922.121211+480";
Message = "Message with key to search = 1921596380";
RecordNumber = "85";
User = "N/A";
Type = 2;
Classification = 6;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 737;
YCoordinate = 141;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='85'";
};
instance of Microsoft_EELEntry
{
EventId = "86";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 4;
TimeGenerated = "19900125231324.172831+480";
LoggingTime = "19930408224525.100774+480";
RollupTime = "20001111132102.122546+480";
Message = "Message with key to search = 1002273164";
RecordNumber = "86";
User = "N/A";
Type = 4;
Classification = 7;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 346;
YCoordinate = 585;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='86'";
};
instance of Microsoft_EELEntry
{
EventId = "87";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 3;
TimeGenerated = "19900121103215.152244+480";
LoggingTime = "19940521203327.151140+480";
RollupTime = "19980921081506.149092+480";
Message = "Message with key to search = 806522193";
RecordNumber = "87";
User = "amit";
Type = 4;
Classification = 4;
LogType = 1;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 662;
YCoordinate = 597;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='87'";
};
instance of Microsoft_EELEntry
{
EventId = "88";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 3;
TimeGenerated = "19910214003400.141043+480";
LoggingTime = "19960711090405.126848+480";
RollupTime = "19910206050720.135902+480";
Message = "Message with key to search = 413235948";
RecordNumber = "88";
User = "amit";
Type = 6;
Classification = 5;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 612;
YCoordinate = 325;
AltPressed = false;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='88'";
};
instance of Microsoft_EELEntry
{
EventId = "89";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19920303221304.129982+480";
LoggingTime = "19991018084414.166417+480";
RollupTime = "19980913185206.155897+480";
Message = "Message with key to search = 1212287395";
RecordNumber = "89";
User = "amit";
Type = 5;
Classification = 4;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 250;
YCoordinate = 419;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='89'";
};
instance of Microsoft_EELEntry
{
EventId = "90";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 2;
TimeGenerated = "19930416233523.175118+480";
LoggingTime = "20011204222419.116910+480";
RollupTime = "19991002073722.136447+480";
Message = "Message with key to search = 226795435";
RecordNumber = "90";
User = "rishi";
Type = 3;
Classification = 5;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 486;
YCoordinate = 533;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='90'";
};
instance of Microsoft_EELEntry
{
EventId = "91";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 4;
TimeGenerated = "19980917004420.106399+480";
LoggingTime = "19920327050715.119676+480";
RollupTime = "19930404210008.163736+480";
Message = "Message with key to search = 2137085585";
RecordNumber = "91";
User = "rishi";
Type = 4;
Classification = 7;
LogType = 1;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 234;
YCoordinate = 123;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='91'";
};
instance of Microsoft_EELEntry
{
EventId = "92";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 1;
TimeGenerated = "19900101123522.114032+480";
LoggingTime = "19980921082214.163551+480";
RollupTime = "19980921191823.105755+480";
Message = "Message with key to search = 122690811";
RecordNumber = "92";
User = "sriravi";
Type = 0;
Classification = 7;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 720;
YCoordinate = 432;
AltPressed = true;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='92'";
};
instance of Microsoft_EELEntry
{
EventId = "93";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 1;
TimeGenerated = "19930424162725.145772+480";
LoggingTime = "20011212020022.176035+480";
RollupTime = "19950602134716.118491+480";
Message = "Message with key to search = 1161416970";
RecordNumber = "93";
User = "amit";
Type = 2;
Classification = 2;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 349;
YCoordinate = 650;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='93'";
};
instance of Microsoft_EELEntry
{
EventId = "94";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 1;
TimeGenerated = "19930412093827.162387+480";
LoggingTime = "19980925000303.125307+480";
RollupTime = "19980913072620.195508+480";
Message = "Message with key to search = 1279317211";
RecordNumber = "94";
User = "rishi";
Type = 5;
Classification = 2;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 983;
YCoordinate = 135;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='94'";
};
instance of Microsoft_EELEntry
{
EventId = "95";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19940505084526.139096+480";
LoggingTime = "19940525104526.132923+480";
RollupTime = "19980921081506.149092+480";
Message = "Message with key to search = 1638963735";
RecordNumber = "95";
User = "sriravi";
Type = 2;
Classification = 5;
LogType = 1;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 221;
YCoordinate = 559;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='95'";
};
instance of Microsoft_EELEntry
{
EventId = "96";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 3;
TimeGenerated = "19920311051926.147955+480";
LoggingTime = "19991002090723.157483+480";
RollupTime = "19991010041921.151226+480";
Message = "Message with key to search = 712806686";
RecordNumber = "96";
User = "N/A";
Type = 0;
Classification = 4;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 538;
YCoordinate = 512;
AltPressed = true;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='96'";
};
instance of Microsoft_EELEntry
{
EventId = "97";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 3;
TimeGenerated = "19910206095707.128852+480";
LoggingTime = "19970820130815.187121+480";
RollupTime = "19970812215018.163279+480";
Message = "Message with key to search = 1184168924";
RecordNumber = "97";
User = "amit";
Type = 6;
Classification = 2;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 220;
YCoordinate = 40;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='97'";
};
instance of Microsoft_EELEntry
{
EventId = "98";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 1;
TimeGenerated = "19900109003805.191564+480";
LoggingTime = "19930424064223.130893+480";
RollupTime = "19980913202925.166808+480";
Message = "Message with key to search = 1986867999";
RecordNumber = "98";
User = "sriravi";
Type = 4;
Classification = 1;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 273;
YCoordinate = 252;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='98'";
};
instance of Microsoft_EELEntry
{
EventId = "99";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 4;
TimeGenerated = "19910226140209.139182+480";
LoggingTime = "19930416084701.182462+480";
RollupTime = "19920323201309.172711+480";
Message = "Message with key to search = 548680995";
RecordNumber = "99";
User = "amit";
Type = 4;
Classification = 5;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 303;
YCoordinate = 366;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='99'";
};
instance of Microsoft_EELEntry
{
EventId = "100";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 4;
TimeGenerated = "19900105211510.196264+480";
LoggingTime = "20001111232110.161900+480";
RollupTime = "19930420180802.135687+480";
Message = "Message with key to search = 1783089040";
RecordNumber = "100";
User = "sriravi";
Type = 4;
Classification = 7;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 654;
YCoordinate = 614;
AltPressed = true;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='100'";
};
instance of Microsoft_EELEntry
{
EventId = "101";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 2;
TimeGenerated = "19960711005112.123742+480";
LoggingTime = "19991006192204.194544+480";
RollupTime = "19970816225116.186003+480";
Message = "Message with key to search = 520316139";
RecordNumber = "101";
User = "N/A";
Type = 3;
Classification = 6;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 203;
YCoordinate = 69;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='101'";
};
instance of Microsoft_EELEntry
{
EventId = "102";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 2;
TimeGenerated = "19900109140817.107781+480";
LoggingTime = "19991006221011.139988+480";
RollupTime = "20001103115613.161256+480";
Message = "Message with key to search = 693658768";
RecordNumber = "102";
User = "N/A";
Type = 4;
Classification = 1;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 478;
YCoordinate = 456;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='102'";
};
instance of Microsoft_EELEntry
{
EventId = "103";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 4;
TimeGenerated = "19900113044009.192086+480";
LoggingTime = "19960715231111.121117+480";
RollupTime = "19960723171927.187494+480";
Message = "Message with key to search = 556982911";
RecordNumber = "103";
User = "N/A";
Type = 4;
Classification = 8;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 29;
YCoordinate = 590;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='103'";
};
instance of Microsoft_EELEntry
{
EventId = "104";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 1;
TimeGenerated = "19940501064225.142614+480";
LoggingTime = "19930420063312.163538+480";
RollupTime = "19940525220211.176198+480";
Message = "Message with key to search = 2052657686";
RecordNumber = "104";
User = "sriravi";
Type = 3;
Classification = 5;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 931;
YCoordinate = 679;
AltPressed = false;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='104'";
};
instance of Microsoft_EELEntry
{
EventId = "105";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 3;
TimeGenerated = "19930420201307.160651+480";
LoggingTime = "19960703101025.119786+480";
RollupTime = "20011204172521.165916+480";
Message = "Message with key to search = 357021685";
RecordNumber = "105";
User = "amit";
Type = 0;
Classification = 2;
LogType = 3;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 815;
YCoordinate = 10;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='105'";
};
instance of Microsoft_EELEntry
{
EventId = "106";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 3;
TimeGenerated = "19920319014716.103958+480";
LoggingTime = "19991006025101.197834+480";
RollupTime = "19920315063713.128371+480";
Message = "Message with key to search = 1034953530";
RecordNumber = "106";
User = "amit";
Type = 1;
Classification = 2;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 445;
YCoordinate = 500;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='106'";
};
instance of Microsoft_EELEntry
{
EventId = "107";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 1;
TimeGenerated = "19920315013423.170334+480";
LoggingTime = "19930408193601.147568+480";
RollupTime = "19970824143927.125745+480";
Message = "Message with key to search = 848583263";
RecordNumber = "107";
User = "amit";
Type = 0;
Classification = 3;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 994;
YCoordinate = 228;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='107'";
};
instance of Microsoft_EELEntry
{
EventId = "108";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 2;
TimeGenerated = "19900101221314.153147+480";
LoggingTime = "19980913185915.191174+480";
RollupTime = "19950626111419.166510+480";
Message = "Message with key to search = 1188970073";
RecordNumber = "108";
User = "amit";
Type = 3;
Classification = 7;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 716;
YCoordinate = 330;
AltPressed = false;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='108'";
};
instance of Microsoft_EELEntry
{
EventId = "109";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 4;
TimeGenerated = "19991006063722.170919+480";
LoggingTime = "20011220092115.118139+480";
RollupTime = "20001115224014.117302+480";
Message = "Message with key to search = 1801484857";
RecordNumber = "109";
User = "sriravi";
Type = 2;
Classification = 5;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 275;
YCoordinate = 230;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='109'";
};
instance of Microsoft_EELEntry
{
EventId = "110";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 4;
TimeGenerated = "19920307064618.192254+480";
LoggingTime = "19980905214607.111121+480";
RollupTime = "20011224221012.186064+480";
Message = "Message with key to search = 161339015";
RecordNumber = "110";
User = "rishi";
Type = 2;
Classification = 4;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 1012;
YCoordinate = 215;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='110'";
};
instance of Microsoft_EELEntry
{
EventId = "111";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 4;
TimeGenerated = "19910222191028.185594+480";
LoggingTime = "19920323233612.110247+480";
RollupTime = "19970824131400.155959+480";
Message = "Message with key to search = 1046525734";
RecordNumber = "111";
User = "amit";
Type = 5;
Classification = 2;
LogType = 1;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 476;
YCoordinate = 387;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='111'";
};
instance of Microsoft_EELEntry
{
EventId = "112";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 1;
TimeGenerated = "19950626050614.104166+480";
LoggingTime = "19950602090623.130632+480";
RollupTime = "20011224125103.190729+480";
Message = "Message with key to search = 1287116326";
RecordNumber = "112";
User = "amit";
Type = 2;
Classification = 8;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 563;
YCoordinate = 93;
AltPressed = false;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='112'";
};
instance of Microsoft_EELEntry
{
EventId = "113";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 3;
TimeGenerated = "19910214012113.125013+480";
LoggingTime = "20001119191814.161285+480";
RollupTime = "19950622045722.194875+480";
Message = "Message with key to search = 115274990";
RecordNumber = "113";
User = "sriravi";
Type = 4;
Classification = 1;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 42;
YCoordinate = 505;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='113'";
};
instance of Microsoft_EELEntry
{
EventId = "114";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 4;
TimeGenerated = "19900105000107.138677+480";
LoggingTime = "19970812042522.195685+480";
RollupTime = "19970816132116.198796+480";
Message = "Message with key to search = 1710862727";
RecordNumber = "114";
User = "rishi";
Type = 2;
Classification = 4;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 957;
YCoordinate = 185;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='114'";
};
instance of Microsoft_EELEntry
{
EventId = "115";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 2;
TimeGenerated = "19950618221103.176228+480";
LoggingTime = "20011212042302.132799+480";
RollupTime = "19940517150115.127701+480";
Message = "Message with key to search = 1371381805";
RecordNumber = "115";
User = "N/A";
Type = 6;
Classification = 2;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 650;
YCoordinate = 166;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='115'";
};
instance of Microsoft_EELEntry
{
EventId = "116";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19920311043123.153682+480";
LoggingTime = "19930404171625.115906+480";
RollupTime = "19960719160209.163436+480";
Message = "Message with key to search = 1970682275";
RecordNumber = "116";
User = "rishi";
Type = 3;
Classification = 4;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 568;
YCoordinate = 181;
AltPressed = true;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='116'";
};
instance of Microsoft_EELEntry
{
EventId = "117";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 4;
TimeGenerated = "19910210085227.190027+480";
LoggingTime = "19920311133427.159521+480";
RollupTime = "19920315082422.164052+480";
Message = "Message with key to search = 647507990";
RecordNumber = "117";
User = "N/A";
Type = 4;
Classification = 4;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 519;
YCoordinate = 423;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='117'";
};
instance of Microsoft_EELEntry
{
EventId = "118";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 2;
TimeGenerated = "19900121052527.124615+480";
LoggingTime = "20001111151400.169690+480";
RollupTime = "20001115063022.125965+480";
Message = "Message with key to search = 262766048";
RecordNumber = "118";
User = "rishi";
Type = 2;
Classification = 6;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 991;
YCoordinate = 331;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='118'";
};
instance of Microsoft_EELEntry
{
EventId = "119";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 3;
TimeGenerated = "19950602020322.175259+480";
LoggingTime = "19920311124805.176141+480";
RollupTime = "19980913000605.144117+480";
Message = "Message with key to search = 801837014";
RecordNumber = "119";
User = "amit";
Type = 6;
Classification = 8;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 737;
YCoordinate = 305;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='119'";
};
instance of Microsoft_EELEntry
{
EventId = "120";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 2;
TimeGenerated = "19900101041918.128458+480";
LoggingTime = "19980913235227.181674+480";
RollupTime = "20011228111423.104190+480";
Message = "Message with key to search = 2113182781";
RecordNumber = "120";
User = "amit";
Type = 4;
Classification = 1;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 41;
YCoordinate = 535;
AltPressed = true;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='120'";
};
instance of Microsoft_EELEntry
{
EventId = "121";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 4;
TimeGenerated = "19910214012909.172568+480";
LoggingTime = "20011220221713.110310+480";
RollupTime = "19970820163122.132594+480";
Message = "Message with key to search = 792336344";
RecordNumber = "121";
User = "rishi";
Type = 2;
Classification = 6;
LogType = 3;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 523;
YCoordinate = 116;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='121'";
};
instance of Microsoft_EELEntry
{
EventId = "122";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 2;
TimeGenerated = "19900109070602.111653+480";
LoggingTime = "19920323233612.110247+480";
RollupTime = "19940501123407.122940+480";
Message = "Message with key to search = 1600581099";
RecordNumber = "122";
User = "amit";
Type = 6;
Classification = 1;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 657;
YCoordinate = 21;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='122'";
};
instance of Microsoft_EELEntry
{
EventId = "123";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 1;
TimeGenerated = "19960715193103.179735+480";
LoggingTime = "19950618033513.122432+480";
RollupTime = "19930416101206.188741+480";
Message = "Message with key to search = 1153113496";
RecordNumber = "123";
User = "rishi";
Type = 4;
Classification = 3;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 323;
YCoordinate = 299;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='123'";
};
instance of Microsoft_EELEntry
{
EventId = "124";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 3;
TimeGenerated = "19900125160602.186236+480";
LoggingTime = "19930412021621.118468+480";
RollupTime = "19970804072419.198909+480";
Message = "Message with key to search = 574234284";
RecordNumber = "124";
User = "amit";
Type = 0;
Classification = 8;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 834;
YCoordinate = 87;
AltPressed = false;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='124'";
};
instance of Microsoft_EELEntry
{
EventId = "125";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 1;
TimeGenerated = "19920315160628.145573+480";
LoggingTime = "19960703104711.126881+480";
RollupTime = "19980921151807.153998+480";
Message = "Message with key to search = 1789532014";
RecordNumber = "125";
User = "sriravi";
Type = 0;
Classification = 4;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 106;
YCoordinate = 735;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='125'";
};
instance of Microsoft_EELEntry
{
EventId = "126";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 1;
TimeGenerated = "19900105024512.148044+480";
LoggingTime = "19940509120404.169092+480";
RollupTime = "19960727124513.174397+480";
Message = "Message with key to search = 349098483";
RecordNumber = "126";
User = "sriravi";
Type = 1;
Classification = 1;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 153;
YCoordinate = 221;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='126'";
};
instance of Microsoft_EELEntry
{
EventId = "127";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 3;
TimeGenerated = "19930424042328.156148+480";
LoggingTime = "19960711161801.192013+480";
RollupTime = "19930420144808.111538+480";
Message = "Message with key to search = 436477371";
RecordNumber = "127";
User = "amit";
Type = 1;
Classification = 6;
LogType = 1;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 8;
YCoordinate = 279;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='127'";
};
instance of Microsoft_EELEntry
{
EventId = "128";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 3;
TimeGenerated = "19910218045406.177118+480";
LoggingTime = "19980921010611.185509+480";
RollupTime = "19980917134223.182569+480";
Message = "Message with key to search = 258938766";
RecordNumber = "128";
User = "amit";
Type = 1;
Classification = 2;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 480;
YCoordinate = 157;
AltPressed = true;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='128'";
};
instance of Microsoft_EELEntry
{
EventId = "129";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 2;
TimeGenerated = "19910214140028.113168+480";
LoggingTime = "19950606164727.178737+480";
RollupTime = "19950606175022.137327+480";
Message = "Message with key to search = 1673901482";
RecordNumber = "129";
User = "rishi";
Type = 5;
Classification = 1;
LogType = 3;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 181;
YCoordinate = 270;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='129'";
};
instance of Microsoft_EELEntry
{
EventId = "130";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 3;
TimeGenerated = "19920327190902.112608+480";
LoggingTime = "20011224120309.105183+480";
RollupTime = "20001123142314.184209+480";
Message = "Message with key to search = 282944212";
RecordNumber = "130";
User = "sriravi";
Type = 0;
Classification = 1;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 196;
YCoordinate = 445;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='130'";
};
instance of Microsoft_EELEntry
{
EventId = "131";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 1;
TimeGenerated = "19910222023309.127350+480";
LoggingTime = "19960707141708.143734+480";
RollupTime = "19970824044906.186948+480";
Message = "Message with key to search = 2069007412";
RecordNumber = "131";
User = "sriravi";
Type = 2;
Classification = 7;
LogType = 1;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 455;
YCoordinate = 729;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='131'";
};
instance of Microsoft_EELEntry
{
EventId = "132";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 4;
TimeGenerated = "19940525115211.143192+480";
LoggingTime = "20011204170711.137013+480";
RollupTime = "20001111023528.198319+480";
Message = "Message with key to search = 530007505";
RecordNumber = "132";
User = "sriravi";
Type = 4;
Classification = 2;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 22;
YCoordinate = 629;
AltPressed = true;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='132'";
};
instance of Microsoft_EELEntry
{
EventId = "133";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 4;
TimeGenerated = "19910214072226.138663+480";
LoggingTime = "19991002090821.131388+480";
RollupTime = "19940513090225.154308+480";
Message = "Message with key to search = 470916904";
RecordNumber = "133";
User = "sriravi";
Type = 2;
Classification = 5;
LogType = 3;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 878;
YCoordinate = 29;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='133'";
};
instance of Microsoft_EELEntry
{
EventId = "134";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 1;
TimeGenerated = "19930416081627.127792+480";
LoggingTime = "20011224204411.102288+480";
RollupTime = "19960707182725.175265+480";
Message = "Message with key to search = 1408701629";
RecordNumber = "134";
User = "rishi";
Type = 1;
Classification = 1;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 483;
YCoordinate = 765;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='134'";
};
instance of Microsoft_EELEntry
{
EventId = "135";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 2;
TimeGenerated = "19930416044526.108544+480";
LoggingTime = "20011208154715.184836+480";
RollupTime = "19960719003411.145238+480";
Message = "Message with key to search = 1481012115";
RecordNumber = "135";
User = "sriravi";
Type = 4;
Classification = 7;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 238;
YCoordinate = 606;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='135'";
};
instance of Microsoft_EELEntry
{
EventId = "136";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 3;
TimeGenerated = "19900125200612.179791+480";
LoggingTime = "19970824132424.104240+480";
RollupTime = "19960719201716.100975+480";
Message = "Message with key to search = 2026437872";
RecordNumber = "136";
User = "N/A";
Type = 1;
Classification = 5;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 653;
YCoordinate = 350;
AltPressed = false;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='136'";
};
instance of Microsoft_EELEntry
{
EventId = "137";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 3;
TimeGenerated = "19940521170518.104733+480";
LoggingTime = "19991014021128.130843+480";
RollupTime = "20001123164124.102358+480";
Message = "Message with key to search = 1670121989";
RecordNumber = "137";
User = "amit";
Type = 2;
Classification = 3;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 538;
YCoordinate = 284;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='137'";
};
instance of Microsoft_EELEntry
{
EventId = "138";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 1;
TimeGenerated = "19910202214228.103986+480";
LoggingTime = "20001107125327.147266+480";
RollupTime = "20001107093418.160953+480";
Message = "Message with key to search = 1560480982";
RecordNumber = "138";
User = "rishi";
Type = 1;
Classification = 1;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 82;
YCoordinate = 609;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='138'";
};
instance of Microsoft_EELEntry
{
EventId = "139";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19910206142524.169806+480";
LoggingTime = "19910226230810.144834+480";
RollupTime = "19950618155811.181788+480";
Message = "Message with key to search = 1064697216";
RecordNumber = "139";
User = "amit";
Type = 4;
Classification = 3;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 676;
YCoordinate = 152;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='139'";
};
instance of Microsoft_EELEntry
{
EventId = "140";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 4;
TimeGenerated = "19940501215505.126911+480";
LoggingTime = "19960711113017.149811+480";
RollupTime = "19970804071419.104085+480";
Message = "Message with key to search = 437063656";
RecordNumber = "140";
User = "amit";
Type = 6;
Classification = 2;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 727;
YCoordinate = 21;
AltPressed = true;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='140'";
};
instance of Microsoft_EELEntry
{
EventId = "141";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 3;
TimeGenerated = "19930424162725.145772+480";
LoggingTime = "19910214141601.143590+480";
RollupTime = "19970824055013.167906+480";
Message = "Message with key to search = 1375924033";
RecordNumber = "141";
User = "rishi";
Type = 1;
Classification = 3;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 13;
YCoordinate = 726;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='141'";
};
instance of Microsoft_EELEntry
{
EventId = "142";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 4;
TimeGenerated = "19910206182806.197380+480";
LoggingTime = "19991010194719.184283+480";
RollupTime = "19980921231307.116603+480";
Message = "Message with key to search = 1810019400";
RecordNumber = "142";
User = "amit";
Type = 1;
Classification = 6;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 1017;
YCoordinate = 754;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='142'";
};
instance of Microsoft_EELEntry
{
EventId = "143";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 3;
TimeGenerated = "19960707023817.177589+480";
LoggingTime = "20011216151217.140690+480";
RollupTime = "19910226175904.118477+480";
Message = "Message with key to search = 39208570";
RecordNumber = "143";
User = "amit";
Type = 3;
Classification = 2;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 392;
YCoordinate = 615;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='143'";
};
instance of Microsoft_EELEntry
{
EventId = "144";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 4;
TimeGenerated = "19920319175810.147807+480";
LoggingTime = "20001115080717.182738+480";
RollupTime = "19930412102807.159636+480";
Message = "Message with key to search = 1281770749";
RecordNumber = "144";
User = "rishi";
Type = 6;
Classification = 7;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 587;
YCoordinate = 606;
AltPressed = true;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='144'";
};
instance of Microsoft_EELEntry
{
EventId = "145";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 1;
TimeGenerated = "19960711173302.179955+480";
LoggingTime = "20011212164428.120641+480";
RollupTime = "19980921141924.133184+480";
Message = "Message with key to search = 1356797367";
RecordNumber = "145";
User = "rishi";
Type = 2;
Classification = 4;
LogType = 3;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 778;
YCoordinate = 483;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='145'";
};
instance of Microsoft_EELEntry
{
EventId = "146";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 3;
TimeGenerated = "19910210184200.107819+480";
LoggingTime = "20011224053824.111640+480";
RollupTime = "19920315200723.118707+480";
Message = "Message with key to search = 924902443";
RecordNumber = "146";
User = "amit";
Type = 4;
Classification = 7;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 692;
YCoordinate = 664;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='146'";
};
instance of Microsoft_EELEntry
{
EventId = "147";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 1;
TimeGenerated = "19970812212828.177618+480";
LoggingTime = "20011220235626.188700+480";
RollupTime = "19940501123407.122940+480";
Message = "Message with key to search = 677723787";
RecordNumber = "147";
User = "amit";
Type = 3;
Classification = 1;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 204;
YCoordinate = 188;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='147'";
};
instance of Microsoft_EELEntry
{
EventId = "148";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 1;
TimeGenerated = "19980909003023.195372+480";
LoggingTime = "19970828152505.114750+480";
RollupTime = "19910222142609.186506+480";
Message = "Message with key to search = 1878099260";
RecordNumber = "148";
User = "N/A";
Type = 4;
Classification = 6;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 740;
YCoordinate = 332;
AltPressed = true;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='148'";
};
instance of Microsoft_EELEntry
{
EventId = "149";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 3;
TimeGenerated = "19930428163120.186298+480";
LoggingTime = "19970824130202.194622+480";
RollupTime = "19920323025109.148331+480";
Message = "Message with key to search = 367474000";
RecordNumber = "149";
User = "amit";
Type = 1;
Classification = 5;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 219;
YCoordinate = 403;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='149'";
};
instance of Microsoft_EELEntry
{
EventId = "150";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 3;
TimeGenerated = "19900109123110.113775+480";
LoggingTime = "20001115021723.178569+480";
RollupTime = "19950614022928.168983+480";
Message = "Message with key to search = 1630299175";
RecordNumber = "150";
User = "N/A";
Type = 5;
Classification = 6;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 32;
YCoordinate = 664;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='150'";
};
instance of Microsoft_EELEntry
{
EventId = "151";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 1;
TimeGenerated = "19910218001220.185710+480";
LoggingTime = "20011224224010.129689+480";
RollupTime = "19920323230423.106072+480";
Message = "Message with key to search = 497713471";
RecordNumber = "151";
User = "rishi";
Type = 4;
Classification = 8;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 672;
YCoordinate = 253;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='151'";
};
instance of Microsoft_EELEntry
{
EventId = "152";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 4;
TimeGenerated = "19920323125612.151162+480";
LoggingTime = "19991002042412.123050+480";
RollupTime = "19980913134120.116862+480";
Message = "Message with key to search = 1881726378";
RecordNumber = "152";
User = "rishi";
Type = 6;
Classification = 2;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 177;
YCoordinate = 746;
AltPressed = false;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='152'";
};
instance of Microsoft_EELEntry
{
EventId = "153";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 4;
TimeGenerated = "19900109123110.113775+480";
LoggingTime = "20011212013309.153545+480";
RollupTime = "20001127133902.138830+480";
Message = "Message with key to search = 1605604039";
RecordNumber = "153";
User = "N/A";
Type = 6;
Classification = 2;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 618;
YCoordinate = 4;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='153'";
};
instance of Microsoft_EELEntry
{
EventId = "154";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 2;
TimeGenerated = "19900121203810.157157+480";
LoggingTime = "19980901171110.148613+480";
RollupTime = "20001107181504.193466+480";
Message = "Message with key to search = 1961633195";
RecordNumber = "154";
User = "amit";
Type = 3;
Classification = 6;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 14;
YCoordinate = 411;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='154'";
};
instance of Microsoft_EELEntry
{
EventId = "155";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 4;
TimeGenerated = "19920307185127.111651+480";
LoggingTime = "20011212133319.108990+480";
RollupTime = "19960719111519.117085+480";
Message = "Message with key to search = 1672570788";
RecordNumber = "155";
User = "rishi";
Type = 2;
Classification = 4;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 25;
YCoordinate = 50;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='155'";
};
instance of Microsoft_EELEntry
{
EventId = "156";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 3;
TimeGenerated = "19910202112422.101491+480";
LoggingTime = "19950622202313.195264+480";
RollupTime = "20001127102726.153419+480";
Message = "Message with key to search = 714646964";
RecordNumber = "156";
User = "amit";
Type = 4;
Classification = 7;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 642;
YCoordinate = 50;
AltPressed = true;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='156'";
};
instance of Microsoft_EELEntry
{
EventId = "157";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 1;
TimeGenerated = "19920315061310.163940+480";
LoggingTime = "19930428085906.163921+480";
RollupTime = "19970812215018.163279+480";
Message = "Message with key to search = 214966219";
RecordNumber = "157";
User = "rishi";
Type = 6;
Classification = 1;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 1007;
YCoordinate = 618;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='157'";
};
instance of Microsoft_EELEntry
{
EventId = "158";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19940525140127.150260+480";
LoggingTime = "19991018022714.198302+480";
RollupTime = "19940509211423.198000+480";
Message = "Message with key to search = 1515226295";
RecordNumber = "158";
User = "amit";
Type = 5;
Classification = 8;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 13;
YCoordinate = 673;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='158'";
};
instance of Microsoft_EELEntry
{
EventId = "159";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19900113024122.151557+480";
LoggingTime = "20011212013518.116329+480";
RollupTime = "19991026184902.128933+480";
Message = "Message with key to search = 167656135";
RecordNumber = "159";
User = "sriravi";
Type = 1;
Classification = 3;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 651;
YCoordinate = 721;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='159'";
};
instance of Microsoft_EELEntry
{
EventId = "160";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 4;
TimeGenerated = "19950606152126.144100+480";
LoggingTime = "19920319182324.107451+480";
RollupTime = "19991026133219.195188+480";
Message = "Message with key to search = 1121680804";
RecordNumber = "160";
User = "N/A";
Type = 4;
Classification = 8;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 111;
YCoordinate = 386;
AltPressed = true;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='160'";
};
instance of Microsoft_EELEntry
{
EventId = "161";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 1;
TimeGenerated = "19950610192911.182683+480";
LoggingTime = "19910202111125.151454+480";
RollupTime = "19991018061112.123300+480";
Message = "Message with key to search = 395004111";
RecordNumber = "161";
User = "rishi";
Type = 0;
Classification = 1;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 715;
YCoordinate = 165;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='161'";
};
instance of Microsoft_EELEntry
{
EventId = "162";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 1;
TimeGenerated = "19960723164108.187326+480";
LoggingTime = "19960707143219.103006+480";
RollupTime = "19970804141907.139962+480";
Message = "Message with key to search = 344538662";
RecordNumber = "162";
User = "sriravi";
Type = 2;
Classification = 5;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 861;
YCoordinate = 600;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='162'";
};
instance of Microsoft_EELEntry
{
EventId = "163";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 1;
TimeGenerated = "19920303155809.193110+480";
LoggingTime = "19980905064527.125402+480";
RollupTime = "19940509165603.125498+480";
Message = "Message with key to search = 1006452408";
RecordNumber = "163";
User = "sriravi";
Type = 4;
Classification = 7;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 167;
YCoordinate = 578;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='163'";
};
instance of Microsoft_EELEntry
{
EventId = "164";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 2;
TimeGenerated = "19920327073909.110312+480";
LoggingTime = "19950614230603.179186+480";
RollupTime = "19920319172601.184110+480";
Message = "Message with key to search = 2138064388";
RecordNumber = "164";
User = "sriravi";
Type = 5;
Classification = 6;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 618;
YCoordinate = 277;
AltPressed = false;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='164'";
};
instance of Microsoft_EELEntry
{
EventId = "165";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 4;
TimeGenerated = "19950622190218.155257+480";
LoggingTime = "19950622212803.139988+480";
RollupTime = "20001111001511.129100+480";
Message = "Message with key to search = 1065464314";
RecordNumber = "165";
User = "rishi";
Type = 3;
Classification = 5;
LogType = 3;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 774;
YCoordinate = 32;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='165'";
};
instance of Microsoft_EELEntry
{
EventId = "166";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 4;
TimeGenerated = "19930420063028.154081+480";
LoggingTime = "19970812105207.197854+480";
RollupTime = "19920303141806.107240+480";
Message = "Message with key to search = 557008129";
RecordNumber = "166";
User = "sriravi";
Type = 6;
Classification = 2;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 57;
YCoordinate = 138;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='166'";
};
instance of Microsoft_EELEntry
{
EventId = "167";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 2;
TimeGenerated = "19920319035113.179903+480";
LoggingTime = "19991006002926.100640+480";
RollupTime = "19970808180618.188610+480";
Message = "Message with key to search = 834100873";
RecordNumber = "167";
User = "rishi";
Type = 6;
Classification = 7;
LogType = 1;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 31;
YCoordinate = 657;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='167'";
};
instance of Microsoft_EELEntry
{
EventId = "168";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_1";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 3;
TimeGenerated = "19920303155809.193110+480";
LoggingTime = "20011208210723.170221+480";
RollupTime = "19940513100322.122311+480";
Message = "Message with key to search = 337789462";
RecordNumber = "168";
User = "sriravi";
Type = 6;
Classification = 6;
LogType = 3;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 597;
YCoordinate = 161;
AltPressed = false;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='168'";
};
instance of Microsoft_EELEntry
{
EventId = "169";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 1;
TimeGenerated = "19910214153625.128638+480";
LoggingTime = "19991022133700.191449+480";
RollupTime = "20001119062220.128863+480";
Message = "Message with key to search = 1591682320";
RecordNumber = "169";
User = "rishi";
Type = 0;
Classification = 5;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 176;
YCoordinate = 296;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='169'";
};
instance of Microsoft_EELEntry
{
EventId = "170";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 4;
TimeGenerated = "19930412203303.189309+480";
LoggingTime = "19980905214607.111121+480";
RollupTime = "19950618151326.108900+480";
Message = "Message with key to search = 1075343100";
RecordNumber = "170";
User = "N/A";
Type = 0;
Classification = 6;
LogType = 2;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 227;
YCoordinate = 537;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='170'";
};
instance of Microsoft_EELEntry
{
EventId = "171";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 3;
TimeGenerated = "19900113230911.114848+480";
LoggingTime = "19970816191706.116707+480";
RollupTime = "20001111171316.101924+480";
Message = "Message with key to search = 646246000";
RecordNumber = "171";
User = "sriravi";
Type = 6;
Classification = 6;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 257;
YCoordinate = 733;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='171'";
};
instance of Microsoft_EELEntry
{
EventId = "172";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19900113134517.167677+480";
LoggingTime = "19970812233905.134690+480";
RollupTime = "19920307145708.109826+480";
Message = "Message with key to search = 632818555";
RecordNumber = "172";
User = "sriravi";
Type = 0;
Classification = 2;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 3;
YCoordinate = 164;
AltPressed = true;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='172'";
};
instance of Microsoft_EELEntry
{
EventId = "173";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 1;
TimeGenerated = "19930424221303.142627+480";
LoggingTime = "19980921190720.133803+480";
RollupTime = "19980921182424.169951+480";
Message = "Message with key to search = 2047237144";
RecordNumber = "173";
User = "sriravi";
Type = 2;
Classification = 6;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 341;
YCoordinate = 281;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='173'";
};
instance of Microsoft_EELEntry
{
EventId = "174";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 3;
TimeGenerated = "19900109151800.108936+480";
LoggingTime = "20011212100804.164865+480";
RollupTime = "19991018234322.120290+480";
Message = "Message with key to search = 6900289";
RecordNumber = "174";
User = "rishi";
Type = 4;
Classification = 3;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 362;
YCoordinate = 358;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='174'";
};
instance of Microsoft_EELEntry
{
EventId = "175";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 3;
TimeGenerated = "19950618165703.179846+480";
LoggingTime = "19960707143219.103006+480";
RollupTime = "19920303003825.190000+480";
Message = "Message with key to search = 57678648";
RecordNumber = "175";
User = "rishi";
Type = 2;
Classification = 7;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 385;
YCoordinate = 204;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='175'";
};
instance of Microsoft_EELEntry
{
EventId = "176";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 2;
TimeGenerated = "19900121101902.150159+480";
LoggingTime = "20011208000311.171556+480";
RollupTime = "19970808220012.183447+480";
Message = "Message with key to search = 415524913";
RecordNumber = "176";
User = "sriravi";
Type = 4;
Classification = 6;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 714;
YCoordinate = 299;
AltPressed = true;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='176'";
};
instance of Microsoft_EELEntry
{
EventId = "177";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 4;
TimeGenerated = "19930404225824.115964+480";
LoggingTime = "19991002090821.131388+480";
RollupTime = "19980913193919.135234+480";
Message = "Message with key to search = 1789845236";
RecordNumber = "177";
User = "sriravi";
Type = 5;
Classification = 1;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 897;
YCoordinate = 697;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='177'";
};
instance of Microsoft_EELEntry
{
EventId = "178";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 3;
TimeGenerated = "19960723231708.183728+480";
LoggingTime = "19910218210622.136177+480";
RollupTime = "19900125034323.131230+480";
Message = "Message with key to search = 375968882";
RecordNumber = "178";
User = "N/A";
Type = 2;
Classification = 7;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 448;
YCoordinate = 228;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='178'";
};
instance of Microsoft_EELEntry
{
EventId = "179";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 2;
TimeGenerated = "19920315092828.130009+480";
LoggingTime = "19960707072109.163480+480";
RollupTime = "19980921183006.155509+480";
Message = "Message with key to search = 810601664";
RecordNumber = "179";
User = "rishi";
Type = 6;
Classification = 7;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 889;
YCoordinate = 465;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='179'";
};
instance of Microsoft_EELEntry
{
EventId = "180";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 2;
TimeGenerated = "19940525054519.173320+480";
LoggingTime = "19930420163403.108391+480";
RollupTime = "19920327034116.133590+480";
Message = "Message with key to search = 760345820";
RecordNumber = "180";
User = "sriravi";
Type = 4;
Classification = 2;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 261;
YCoordinate = 5;
AltPressed = false;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='180'";
};
instance of Microsoft_EELEntry
{
EventId = "181";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 4;
TimeGenerated = "19910222161321.169815+480";
LoggingTime = "19940505235609.108494+480";
RollupTime = "19950606175022.137327+480";
Message = "Message with key to search = 1891431661";
RecordNumber = "181";
User = "amit";
Type = 0;
Classification = 2;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 159;
YCoordinate = 132;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='181'";
};
instance of Microsoft_EELEntry
{
EventId = "182";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "amitc_i1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 4;
TimeGenerated = "19930408164817.175790+480";
LoggingTime = "20011224053824.111640+480";
RollupTime = "19950618200604.110161+480";
Message = "Message with key to search = 1132113318";
RecordNumber = "182";
User = "rishi";
Type = 5;
Classification = 8;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 207;
YCoordinate = 505;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='182'";
};
instance of Microsoft_EELEntry
{
EventId = "183";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 1;
TimeGenerated = "19930428183105.160863+480";
LoggingTime = "20001107164906.106632+480";
RollupTime = "19970804103402.139714+480";
Message = "Message with key to search = 1398770628";
RecordNumber = "183";
User = "N/A";
Type = 1;
Classification = 2;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 110;
YCoordinate = 240;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 2;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='183'";
};
instance of Microsoft_EELEntry
{
EventId = "184";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 3;
TimeGenerated = "19960703232912.139104+480";
LoggingTime = "20011212042302.132799+480";
RollupTime = "19970828103116.163887+480";
Message = "Message with key to search = 258311831";
RecordNumber = "184";
User = "amit";
Type = 5;
Classification = 5;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 552;
YCoordinate = 399;
AltPressed = true;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='184'";
};
instance of Microsoft_EELEntry
{
EventId = "185";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i2";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 3;
TimeGenerated = "19910206131122.140910+480";
LoggingTime = "19960703225801.127602+480";
RollupTime = "19920315065716.105522+480";
Message = "Message with key to search = 374311065";
RecordNumber = "185";
User = "rishi";
Type = 0;
Classification = 6;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 986;
YCoordinate = 746;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='185'";
};
instance of Microsoft_EELEntry
{
EventId = "186";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 2;
TimeGenerated = "19900117101626.120880+480";
LoggingTime = "19960711002103.116524+480";
RollupTime = "19960727164904.165899+480";
Message = "Message with key to search = 1952814479";
RecordNumber = "186";
User = "rishi";
Type = 4;
Classification = 6;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 682;
YCoordinate = 328;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='186'";
};
instance of Microsoft_EELEntry
{
EventId = "187";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 1;
TimeGenerated = "19950602041801.114153+480";
LoggingTime = "19970816191512.126883+480";
RollupTime = "20001111054307.190118+480";
Message = "Message with key to search = 1255601166";
RecordNumber = "187";
User = "amit";
Type = 3;
Classification = 6;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 514;
YCoordinate = 70;
AltPressed = false;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='187'";
};
instance of Microsoft_EELEntry
{
EventId = "188";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i1";
SystemFrom = "ruchitan_2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 1;
TimeGenerated = "19930424060807.150797+480";
LoggingTime = "19950622122607.184000+480";
RollupTime = "19960707200525.195312+480";
Message = "Message with key to search = 2034078821";
RecordNumber = "188";
User = "sriravi";
Type = 1;
Classification = 3;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 203;
YCoordinate = 697;
AltPressed = false;
ControlPressed = true;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='188'";
};
instance of Microsoft_EELEntry
{
EventId = "189";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 1;
TimeGenerated = "19900117162024.163319+480";
LoggingTime = "19950618225725.196502+480";
RollupTime = "20011220061818.198559+480";
Message = "Message with key to search = 1782635942";
RecordNumber = "189";
User = "rishi";
Type = 0;
Classification = 8;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 25;
YCoordinate = 554;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='189'";
};
instance of Microsoft_EELEntry
{
EventId = "190";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 3;
TimeGenerated = "19920323203223.151627+480";
LoggingTime = "19991018071014.112129+480";
RollupTime = "19950614063714.117098+480";
Message = "Message with key to search = 1679321119";
RecordNumber = "190";
User = "sriravi";
Type = 3;
Classification = 5;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 898;
YCoordinate = 65;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='190'";
};
instance of Microsoft_EELEntry
{
EventId = "191";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 1;
TimeGenerated = "19920327213013.176357+480";
LoggingTime = "19960707072109.163480+480";
RollupTime = "19991006140322.161228+480";
Message = "Message with key to search = 1809407842";
RecordNumber = "191";
User = "rishi";
Type = 6;
Classification = 3;
LogType = 3;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 442;
YCoordinate = 90;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='191'";
};
instance of Microsoft_EELEntry
{
EventId = "192";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 1;
TimeGenerated = "19920315160628.145573+480";
LoggingTime = "19970824130202.194622+480";
RollupTime = "19920315082422.164052+480";
Message = "Message with key to search = 1922261439";
RecordNumber = "192";
User = "sriravi";
Type = 5;
Classification = 2;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 0;
YCoordinate = 401;
AltPressed = false;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='192'";
};
instance of Microsoft_EELEntry
{
EventId = "193";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 3;
TimeGenerated = "19930412175427.155603+480";
LoggingTime = "19970812053526.192581+480";
RollupTime = "19920315030327.126482+480";
Message = "Message with key to search = 1655356257";
RecordNumber = "193";
User = "sriravi";
Type = 6;
Classification = 3;
LogType = 1;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 102;
YCoordinate = 247;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='193'";
};
instance of Microsoft_EELEntry
{
EventId = "194";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "ruchitan_1";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 4;
Severity = 4;
TimeGenerated = "19900121154807.177616+480";
LoggingTime = "19991002022024.111453+480";
RollupTime = "19920327104217.197417+480";
Message = "Message with key to search = 1017142636";
RecordNumber = "194";
User = "sriravi";
Type = 4;
Classification = 7;
LogType = 3;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 744;
YCoordinate = 540;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='194'";
};
instance of Microsoft_EELEntry
{
EventId = "195";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "ruchitan_2";
SystemFrom = "ruchitan_1";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 3;
TimeGenerated = "19920303034410.148859+480";
LoggingTime = "19980901180226.186856+480";
RollupTime = "19991018220018.137538+480";
Message = "Message with key to search = 575543305";
RecordNumber = "195";
User = "N/A";
Type = 2;
Classification = 2;
LogType = 1;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 966;
YCoordinate = 640;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='195'";
};
instance of Microsoft_EELEntry
{
EventId = "196";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 4;
TimeGenerated = "19900109070602.111653+480";
LoggingTime = "20011208032425.177011+480";
RollupTime = "19920303104905.107605+480";
Message = "Message with key to search = 887440467";
RecordNumber = "196";
User = "sriravi";
Type = 6;
Classification = 3;
LogType = 1;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 586;
YCoordinate = 258;
AltPressed = false;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='196'";
};
instance of Microsoft_EELEntry
{
EventId = "197";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i1";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19930416155007.109777+480";
LoggingTime = "20001119102423.190736+480";
RollupTime = "19970828173318.197914+480";
Message = "Message with key to search = 1360663241";
RecordNumber = "197";
User = "amit";
Type = 5;
Classification = 5;
LogType = 2;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 473;
YCoordinate = 458;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='197'";
};
instance of Microsoft_EELEntry
{
EventId = "198";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i2";
DeliveredBy = "ruchitan_2";
Category="message";
Subcategory="mice";
Priority = 1;
Severity = 2;
TimeGenerated = "19920315152000.195971+480";
LoggingTime = "19980901065404.193568+480";
RollupTime = "20001111120719.127082+480";
Message = "Message with key to search = 182834626";
RecordNumber = "198";
User = "rishi";
Type = 3;
Classification = 3;
LogType = 1;
OriginalEvent = instance of Win32_MouseUpEvent
{
XCoordinate = 453;
YCoordinate = 32;
AltPressed = true;
ControlPressed = false;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseUpEvent'";
Entry ="Microsoft_EELEntry='198'";
};
instance of Microsoft_EELEntry
{
EventId = "199";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "ruchitan_2";
SystemFrom = "amitc_i1";
DeliveredBy = "ruchitan_1";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 2;
TimeGenerated = "19910210005521.148915+480";
LoggingTime = "19930420163403.108391+480";
RollupTime = "20001115224014.117302+480";
Message = "Message with key to search = 28645292";
RecordNumber = "199";
User = "N/A";
Type = 3;
Classification = 5;
LogType = 2;
OriginalEvent = instance of Win32_MouseDownEvent
{
XCoordinate = 790;
YCoordinate = 22;
AltPressed = false;
ControlPressed = true;
ButtonIndex = 0;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseDownEvent'";
Entry ="Microsoft_EELEntry='199'";
};
instance of Microsoft_EELEntry
{
EventId = "200";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i1";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 2;
Severity = 3;
TimeGenerated = "19940509174117.193091+480";
LoggingTime = "19991010194719.184283+480";
RollupTime = "19920327023911.175810+480";
Message = "Message with key to search = 35954592";
RecordNumber = "200";
User = "amit";
Type = 1;
Classification = 8;
LogType = 2;
OriginalEvent = instance of Win32_MouseMoveEvent
{
XCoordinate = 227;
YCoordinate = 327;
AltPressed = false;
ControlPressed = false;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseMoveEvent'";
Entry ="Microsoft_EELEntry='200'";
};
instance of Microsoft_EELEntry
{
EventId = "201";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "amitc_i2";
SystemFrom = "amitc_i2";
DeliveredBy = "amitc_i2";
Category="message";
Subcategory="mice";
Priority = 3;
Severity = 3;
TimeGenerated = "19920303052407.160859+480";
LoggingTime = "19991026033900.112810+480";
RollupTime = "20011220061818.198559+480";
Message = "Message with key to search = 1509605788";
RecordNumber = "201";
User = "rishi";
Type = 6;
Classification = 1;
LogType = 3;
OriginalEvent = instance of Win32_MouseClickEvent
{
XCoordinate = 946;
YCoordinate = 386;
AltPressed = true;
ControlPressed = true;
ButtonIndex = 1;
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='Win32_MouseClickEvent'";
Entry ="Microsoft_EELEntry='201'";
};
instance of Microsoft_EELTOC
{
Category="Win32_MouseUpEvent";
Description ="Mouse Up Event ";
};
instance of Microsoft_EELTOC
{
Category="Win32_MouseDownEvent";
Description ="Mouse Down Event ";
};
instance of Microsoft_EELTOC
{
Category="Win32_MouseMoveEvent";
Description ="Mouse Move Event ";
};
instance of Microsoft_EELTOC
{
Category="Win32_MouseClickEvent";
Description ="Mouse Click Event ";
};
// Various serice events
class Win32_Service
{
[key] string Name;
string DisplayName;
[values{"Stopped", "Started", "Paused", "Pending Start", "Pending Stop"}, ValueMap{1, 2, 3,4, 5}]
uint8 Status;
};
instance of Microsoft_EELEntry
{
EventId = "202";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "abhishea_1";
SystemFrom = "abhishea_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 3;
TimeGenerated = "19910206192525.129115+480";
LoggingTime = "20011228211018.146156+480";
RollupTime = "19960719004027.140271+480";
Message = "Message with key to search = 1277199301";
RecordNumber = "202";
User = "N/A";
Type = 5;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='202'";
};
instance of Microsoft_EELEntry
{
EventId = "203";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "srinik_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 1;
TimeGenerated = "19900109140817.107781+480";
LoggingTime = "19991002090821.131388+480";
RollupTime = "19960723064022.181343+480";
Message = "Message with key to search = 659490006";
RecordNumber = "203";
User = "N/A";
Type = 1;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='203'";
};
instance of Microsoft_EELEntry
{
EventId = "204";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "srinik_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19930408201919.194207+480";
LoggingTime = "20011220195602.125181+480";
RollupTime = "19930412062005.102448+480";
Message = "Message with key to search = 1676915876";
RecordNumber = "204";
User = "N/A";
Type = 1;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='204'";
};
instance of Microsoft_EELEntry
{
EventId = "205";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "rakeshb_2";
SystemFrom = "srinik_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 2;
TimeGenerated = "19920323220109.144460+480";
LoggingTime = "19991022144828.126357+480";
RollupTime = "19950606013820.134664+480";
Message = "Message with key to search = 1048846042";
RecordNumber = "205";
User = "N/A";
Type = 1;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='205'";
};
instance of Microsoft_EELEntry
{
EventId = "206";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "csood_i2";
SystemFrom = "csood_i2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19900109045026.116590+480";
LoggingTime = "19960711113002.194751+480";
RollupTime = "20011228210300.169644+480";
Message = "Message with key to search = 1104829143";
RecordNumber = "206";
User = "rishi";
Type = 2;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='206'";
};
instance of Microsoft_EELEntry
{
EventId = "207";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19920315101424.132158+480";
LoggingTime = "19940513011806.192090+480";
RollupTime = "19980921160827.145666+480";
Message = "Message with key to search = 1686354375";
RecordNumber = "207";
User = "rishi";
Type = 4;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='207'";
};
instance of Microsoft_EELEntry
{
EventId = "208";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "abhishea_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 2;
TimeGenerated = "19950622190218.155257+480";
LoggingTime = "19950622212803.139988+480";
RollupTime = "19950626194426.154188+480";
Message = "Message with key to search = 817447123";
RecordNumber = "208";
User = "rishi";
Type = 1;
Classification = 1;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='208'";
};
instance of Microsoft_EELEntry
{
EventId = "209";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "csood_i2";
SystemFrom = "abhishea_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 3;
TimeGenerated = "19900105150217.148954+480";
LoggingTime = "19960723061612.107298+480";
RollupTime = "19991010044419.122929+480";
Message = "Message with key to search = 1006363277";
RecordNumber = "209";
User = "sriravi";
Type = 0;
Classification = 7;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='209'";
};
instance of Microsoft_EELEntry
{
EventId = "210";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "srinik_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 1;
TimeGenerated = "19900109061913.160467+480";
LoggingTime = "20011216110706.114718+480";
RollupTime = "19940517160301.146700+480";
Message = "Message with key to search = 1567416534";
RecordNumber = "210";
User = "sriravi";
Type = 0;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='210'";
};
instance of Microsoft_EELEntry
{
EventId = "211";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "srinik_1";
SystemFrom = "abhishea_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 1;
TimeGenerated = "19930428163120.186298+480";
LoggingTime = "20011216060708.160622+480";
RollupTime = "19950606073502.170940+480";
Message = "Message with key to search = 1687594998";
RecordNumber = "211";
User = "sriravi";
Type = 6;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='211'";
};
instance of Microsoft_EELEntry
{
EventId = "212";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "csood_i2";
SystemFrom = "abhishea_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19900105020505.194772+480";
LoggingTime = "20011212020022.176035+480";
RollupTime = "19930420170800.161722+480";
Message = "Message with key to search = 1798311629";
RecordNumber = "212";
User = "N/A";
Type = 3;
Classification = 2;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='212'";
};
instance of Microsoft_EELEntry
{
EventId = "213";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 4;
TimeGenerated = "19950618054924.140786+480";
LoggingTime = "20011212083816.176330+480";
RollupTime = "19970824235011.118855+480";
Message = "Message with key to search = 270902105";
RecordNumber = "213";
User = "rishi";
Type = 4;
Classification = 3;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='213'";
};
instance of Microsoft_EELEntry
{
EventId = "214";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "rakeshb_2";
SystemFrom = "srinik_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 2;
TimeGenerated = "19900101141118.176582+480";
LoggingTime = "19960707143219.103006+480";
RollupTime = "19980917212718.116933+480";
Message = "Message with key to search = 1071544153";
RecordNumber = "214";
User = "sriravi";
Type = 2;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='214'";
};
instance of Microsoft_EELEntry
{
EventId = "215";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "abhishea_1";
SystemFrom = "srinik_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 3;
TimeGenerated = "19930420023022.146035+480";
LoggingTime = "19980905060511.131158+480";
RollupTime = "19950626111419.166510+480";
Message = "Message with key to search = 1564645317";
RecordNumber = "215";
User = "N/A";
Type = 1;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='215'";
};
instance of Microsoft_EELEntry
{
EventId = "216";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "csood_i2";
SystemFrom = "rakeshb_2";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 4;
TimeGenerated = "19910218011624.163903+480";
LoggingTime = "19920319135909.137418+480";
RollupTime = "19910214131720.144148+480";
Message = "Message with key to search = 1260190776";
RecordNumber = "216";
User = "N/A";
Type = 2;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='216'";
};
instance of Microsoft_EELEntry
{
EventId = "217";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "srinik_1";
SystemFrom = "csood_i2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 2;
TimeGenerated = "19920319035113.179903+480";
LoggingTime = "20001115132412.164826+480";
RollupTime = "19970816080318.175875+480";
Message = "Message with key to search = 107322548";
RecordNumber = "217";
User = "sriravi";
Type = 4;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='217'";
};
instance of Microsoft_EELEntry
{
EventId = "218";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "abhishea_1";
SystemFrom = "csood_i2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19950610145522.127877+480";
LoggingTime = "19960711095525.163111+480";
RollupTime = "19940505013210.150789+480";
Message = "Message with key to search = 387481544";
RecordNumber = "218";
User = "amit";
Type = 3;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='218'";
};
instance of Microsoft_EELEntry
{
EventId = "219";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "abhishea_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 3;
TimeGenerated = "19940509174117.193091+480";
LoggingTime = "19970828171213.179885+480";
RollupTime = "19940509071217.183110+480";
Message = "Message with key to search = 1875031598";
RecordNumber = "219";
User = "rishi";
Type = 2;
Classification = 1;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='219'";
};
instance of Microsoft_EELEntry
{
EventId = "220";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "csood_i2";
SystemFrom = "srinik_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 1;
TimeGenerated = "19960707201523.133728+480";
LoggingTime = "19991022003309.155701+480";
RollupTime = "19970816153927.192388+480";
Message = "Message with key to search = 720208647";
RecordNumber = "220";
User = "sriravi";
Type = 4;
Classification = 1;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='220'";
};
instance of Microsoft_EELEntry
{
EventId = "221";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "rakeshb_2";
SystemFrom = "srinik_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 2;
TimeGenerated = "19970816182628.125936+480";
LoggingTime = "19900113122511.105911+480";
RollupTime = "19980921233811.111881+480";
Message = "Message with key to search = 1313670506";
RecordNumber = "221";
User = "sriravi";
Type = 4;
Classification = 2;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='221'";
};
instance of Microsoft_EELEntry
{
EventId = "222";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "srinik_1";
SystemFrom = "abhishea_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 1;
TimeGenerated = "19900125110322.191952+480";
LoggingTime = "19960719224823.164973+480";
RollupTime = "19920323070020.110955+480";
Message = "Message with key to search = 1290001189";
RecordNumber = "222";
User = "sriravi";
Type = 3;
Classification = 8;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='222'";
};
instance of Microsoft_EELEntry
{
EventId = "223";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "rakeshb_2";
SystemFrom = "rakeshb_2";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 2;
TimeGenerated = "19900121031424.131257+480";
LoggingTime = "19960723123614.110322+480";
RollupTime = "19970816132116.198796+480";
Message = "Message with key to search = 1881995852";
RecordNumber = "223";
User = "N/A";
Type = 5;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='223'";
};
instance of Microsoft_EELEntry
{
EventId = "224";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "abhishea_1";
SystemFrom = "csood_i2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19920327123420.121213+480";
LoggingTime = "19980925041215.102593+480";
RollupTime = "19970824011206.192782+480";
Message = "Message with key to search = 1546881521";
RecordNumber = "224";
User = "sriravi";
Type = 6;
Classification = 2;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='224'";
};
instance of Microsoft_EELEntry
{
EventId = "225";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "csood_i2";
SystemFrom = "srinik_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 1;
TimeGenerated = "19970828222528.170866+480";
LoggingTime = "20011228132916.125908+480";
RollupTime = "19980913210624.134097+480";
Message = "Message with key to search = 1973143005";
RecordNumber = "225";
User = "rishi";
Type = 1;
Classification = 5;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='225'";
};
instance of Microsoft_EELEntry
{
EventId = "226";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "csood_i2";
SystemFrom = "rakeshb_2";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 3;
TimeGenerated = "19920319183204.101443+480";
LoggingTime = "20011220092115.118139+480";
RollupTime = "19930412162013.167849+480";
Message = "Message with key to search = 853259007";
RecordNumber = "226";
User = "N/A";
Type = 2;
Classification = 5;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='226'";
};
instance of Microsoft_EELEntry
{
EventId = "227";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "abhishea_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 1;
TimeGenerated = "19920327090413.194584+480";
LoggingTime = "19980901215801.162783+480";
RollupTime = "20001115151610.174939+480";
Message = "Message with key to search = 1072422882";
RecordNumber = "227";
User = "N/A";
Type = 0;
Classification = 2;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='227'";
};
instance of Microsoft_EELEntry
{
EventId = "228";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "rakeshb_2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 1;
TimeGenerated = "19910214094503.101193+480";
LoggingTime = "19991018153305.153435+480";
RollupTime = "19960723095007.182865+480";
Message = "Message with key to search = 750827516";
RecordNumber = "228";
User = "sriravi";
Type = 6;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='228'";
};
instance of Microsoft_EELEntry
{
EventId = "229";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 1;
TimeGenerated = "19940525154902.183207+480";
LoggingTime = "19940509120404.169092+480";
RollupTime = "19940517020115.161513+480";
Message = "Message with key to search = 1838570756";
RecordNumber = "229";
User = "N/A";
Type = 5;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='229'";
};
instance of Microsoft_EELEntry
{
EventId = "230";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "csood_i2";
SystemFrom = "srinik_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 3;
TimeGenerated = "19910214140028.113168+480";
LoggingTime = "19991018134414.187797+480";
RollupTime = "19960703152725.158363+480";
Message = "Message with key to search = 2017027453";
RecordNumber = "230";
User = "sriravi";
Type = 2;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='230'";
};
instance of Microsoft_EELEntry
{
EventId = "231";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "srinik_1";
SystemFrom = "csood_i2";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 3;
TimeGenerated = "19910214082502.119461+480";
LoggingTime = "19920315133426.124881+480";
RollupTime = "19950622180716.125413+480";
Message = "Message with key to search = 1292233390";
RecordNumber = "231";
User = "rishi";
Type = 5;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='231'";
};
instance of Microsoft_EELEntry
{
EventId = "232";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "rakeshb_2";
SystemFrom = "csood_i2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 2;
TimeGenerated = "19920327112316.164278+480";
LoggingTime = "19920315133426.124881+480";
RollupTime = "19950622221822.171765+480";
Message = "Message with key to search = 736644314";
RecordNumber = "232";
User = "N/A";
Type = 5;
Classification = 3;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='232'";
};
instance of Microsoft_EELEntry
{
EventId = "233";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "abhishea_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 3;
TimeGenerated = "19900121075301.180346+480";
LoggingTime = "20001115191516.195912+480";
RollupTime = "19910226195813.120007+480";
Message = "Message with key to search = 1458831602";
RecordNumber = "233";
User = "sriravi";
Type = 3;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='233'";
};
instance of Microsoft_EELEntry
{
EventId = "234";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "csood_i2";
SystemFrom = "rakeshb_2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 2;
TimeGenerated = "19900121101902.150159+480";
LoggingTime = "19980901184700.180915+480";
RollupTime = "20001103160622.119464+480";
Message = "Message with key to search = 102547188";
RecordNumber = "234";
User = "amit";
Type = 4;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='234'";
};
instance of Microsoft_EELEntry
{
EventId = "235";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "abhishea_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 2;
TimeGenerated = "19920319000506.177064+480";
LoggingTime = "19991002090723.157483+480";
RollupTime = "19991002160406.127568+480";
Message = "Message with key to search = 678234022";
RecordNumber = "235";
User = "sriravi";
Type = 0;
Classification = 5;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='235'";
};
instance of Microsoft_EELEntry
{
EventId = "236";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "abhishea_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 4;
TimeGenerated = "19900101235319.193025+480";
LoggingTime = "20011220094612.186176+480";
RollupTime = "19950622010419.168638+480";
Message = "Message with key to search = 2116183505";
RecordNumber = "236";
User = "rishi";
Type = 0;
Classification = 2;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='236'";
};
instance of Microsoft_EELEntry
{
EventId = "237";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "abhishea_1";
SystemFrom = "abhishea_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 2;
TimeGenerated = "19950618010906.188571+480";
LoggingTime = "20001127084912.114220+480";
RollupTime = "19991006181426.140418+480";
Message = "Message with key to search = 429684013";
RecordNumber = "237";
User = "sriravi";
Type = 1;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='237'";
};
instance of Microsoft_EELEntry
{
EventId = "238";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "csood_i2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 1;
TimeGenerated = "19900121031424.131257+480";
LoggingTime = "20011212083816.176330+480";
RollupTime = "20011224091127.189788+480";
Message = "Message with key to search = 440644744";
RecordNumber = "238";
User = "amit";
Type = 6;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='238'";
};
instance of Microsoft_EELEntry
{
EventId = "239";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "csood_i2";
SystemFrom = "csood_i2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19950606094528.141101+480";
LoggingTime = "20011228181112.165656+480";
RollupTime = "20001111094300.101776+480";
Message = "Message with key to search = 1159867126";
RecordNumber = "239";
User = "amit";
Type = 4;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='239'";
};
instance of Microsoft_EELEntry
{
EventId = "240";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "csood_i2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 2;
TimeGenerated = "19900113004007.111427+480";
LoggingTime = "20011220221713.110310+480";
RollupTime = "19920307145708.109826+480";
Message = "Message with key to search = 690424255";
RecordNumber = "240";
User = "amit";
Type = 0;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='240'";
};
instance of Microsoft_EELEntry
{
EventId = "241";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "csood_i2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 2;
TimeGenerated = "19930416155007.109777+480";
LoggingTime = "19940517080003.113985+480";
RollupTime = "19960703162413.176837+480";
Message = "Message with key to search = 882368106";
RecordNumber = "241";
User = "rishi";
Type = 3;
Classification = 8;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='241'";
};
instance of Microsoft_EELEntry
{
EventId = "242";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "csood_i2";
SystemFrom = "rakeshb_2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 1;
TimeGenerated = "19900101041918.128458+480";
LoggingTime = "20011228033112.129848+480";
RollupTime = "19991014175505.150432+480";
Message = "Message with key to search = 1042868858";
RecordNumber = "242";
User = "sriravi";
Type = 6;
Classification = 5;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='242'";
};
instance of Microsoft_EELEntry
{
EventId = "243";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "csood_i2";
SystemFrom = "srinik_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 2;
TimeGenerated = "19900105150217.148954+480";
LoggingTime = "19930416183619.194813+480";
RollupTime = "19980913202925.166808+480";
Message = "Message with key to search = 1974604372";
RecordNumber = "243";
User = "N/A";
Type = 5;
Classification = 5;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='243'";
};
instance of Microsoft_EELEntry
{
EventId = "244";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "abhishea_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 3;
TimeGenerated = "19900121233614.113585+480";
LoggingTime = "19970816011523.157778+480";
RollupTime = "19960719202527.102420+480";
Message = "Message with key to search = 415779567";
RecordNumber = "244";
User = "rishi";
Type = 3;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='244'";
};
instance of Microsoft_EELEntry
{
EventId = "245";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "rakeshb_2";
SystemFrom = "srinik_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 3;
TimeGenerated = "19950614051805.192247+480";
LoggingTime = "19930412170624.194453+480";
RollupTime = "19970804192112.183785+480";
Message = "Message with key to search = 1402497325";
RecordNumber = "245";
User = "rishi";
Type = 1;
Classification = 3;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='245'";
};
instance of Microsoft_EELEntry
{
EventId = "246";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "srinik_1";
SystemFrom = "abhishea_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 4;
TimeGenerated = "19910214194512.136848+480";
LoggingTime = "19930420100402.188883+480";
RollupTime = "19960727164904.165899+480";
Message = "Message with key to search = 267928782";
RecordNumber = "246";
User = "amit";
Type = 1;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='246'";
};
instance of Microsoft_EELEntry
{
EventId = "247";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "srinik_1";
SystemFrom = "csood_i2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19900113220012.188115+480";
LoggingTime = "19950622122607.184000+480";
RollupTime = "20001111113425.149973+480";
Message = "Message with key to search = 510444414";
RecordNumber = "247";
User = "rishi";
Type = 4;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='247'";
};
instance of Microsoft_EELEntry
{
EventId = "248";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "csood_i2";
SystemFrom = "csood_i2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 3;
TimeGenerated = "19930412081110.141921+480";
LoggingTime = "19991022091123.115941+480";
RollupTime = "19980921223511.121983+480";
Message = "Message with key to search = 1669757553";
RecordNumber = "248";
User = "amit";
Type = 3;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='248'";
};
instance of Microsoft_EELEntry
{
EventId = "249";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "srinik_1";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 4;
TimeGenerated = "19960703125814.160281+480";
LoggingTime = "19930416052328.168391+480";
RollupTime = "19900117064501.118696+480";
Message = "Message with key to search = 1756296755";
RecordNumber = "249";
User = "amit";
Type = 2;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='249'";
};
instance of Microsoft_EELEntry
{
EventId = "250";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "rakeshb_2";
SystemFrom = "csood_i2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 1;
TimeGenerated = "19930412165508.174980+480";
LoggingTime = "19960703154505.154569+480";
RollupTime = "19970820065210.156349+480";
Message = "Message with key to search = 184342497";
RecordNumber = "250";
User = "amit";
Type = 0;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='250'";
};
instance of Microsoft_EELEntry
{
EventId = "251";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "rakeshb_2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 1;
TimeGenerated = "19910206192525.129115+480";
LoggingTime = "19980913005325.157067+480";
RollupTime = "19960707114815.179441+480";
Message = "Message with key to search = 1668950692";
RecordNumber = "251";
User = "amit";
Type = 3;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='251'";
};
instance of Microsoft_EELEntry
{
EventId = "252";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "csood_i2";
SystemFrom = "csood_i2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 3;
TimeGenerated = "19930424151508.137555+480";
LoggingTime = "19950602014103.188349+480";
RollupTime = "20001127055515.156106+480";
Message = "Message with key to search = 1085375970";
RecordNumber = "252";
User = "rishi";
Type = 2;
Classification = 5;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='252'";
};
instance of Microsoft_EELEntry
{
EventId = "253";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "abhishea_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 3;
TimeGenerated = "19900113133314.168884+480";
LoggingTime = "19960723144725.111124+480";
RollupTime = "19930420170800.161722+480";
Message = "Message with key to search = 697381939";
RecordNumber = "253";
User = "amit";
Type = 1;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='253'";
};
instance of Microsoft_EELEntry
{
EventId = "254";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "srinik_1";
SystemFrom = "csood_i2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 3;
TimeGenerated = "19920311230209.188109+480";
LoggingTime = "19920311124805.176141+480";
RollupTime = "19960703074609.142215+480";
Message = "Message with key to search = 79241407";
RecordNumber = "254";
User = "rishi";
Type = 4;
Classification = 8;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='254'";
};
instance of Microsoft_EELEntry
{
EventId = "255";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "rakeshb_2";
SystemFrom = "csood_i2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 4;
TimeGenerated = "19910214083928.187209+480";
LoggingTime = "19950606201104.128691+480";
RollupTime = "19950602220911.181700+480";
Message = "Message with key to search = 736775195";
RecordNumber = "255";
User = "N/A";
Type = 5;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='255'";
};
instance of Microsoft_EELEntry
{
EventId = "256";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "srinik_1";
SystemFrom = "srinik_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 2;
TimeGenerated = "19930416121409.128483+480";
LoggingTime = "19970824135322.157168+480";
RollupTime = "19920311160424.170045+480";
Message = "Message with key to search = 1848382249";
RecordNumber = "256";
User = "N/A";
Type = 4;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='256'";
};
instance of Microsoft_EELEntry
{
EventId = "257";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "rakeshb_2";
SystemFrom = "srinik_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19900109003805.191564+480";
LoggingTime = "19991018013222.185508+480";
RollupTime = "19930424175617.195881+480";
Message = "Message with key to search = 1372729646";
RecordNumber = "257";
User = "N/A";
Type = 6;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='257'";
};
instance of Microsoft_EELEntry
{
EventId = "258";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "abhishea_1";
SystemFrom = "srinik_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 3;
TimeGenerated = "19910210172106.171427+480";
LoggingTime = "20011216091419.192244+480";
RollupTime = "19940509145511.175241+480";
Message = "Message with key to search = 111981550";
RecordNumber = "258";
User = "amit";
Type = 6;
Classification = 8;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='258'";
};
instance of Microsoft_EELEntry
{
EventId = "259";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 1;
TimeGenerated = "19920311005307.136072+480";
LoggingTime = "20011208152300.192110+480";
RollupTime = "19991006042028.136036+480";
Message = "Message with key to search = 791366353";
RecordNumber = "259";
User = "sriravi";
Type = 4;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='259'";
};
instance of Microsoft_EELEntry
{
EventId = "260";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "csood_i2";
SystemFrom = "rakeshb_2";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 1;
TimeGenerated = "19910226074306.115031+480";
LoggingTime = "19970812162711.114853+480";
RollupTime = "19930412062005.102448+480";
Message = "Message with key to search = 1344296033";
RecordNumber = "260";
User = "N/A";
Type = 6;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='260'";
};
instance of Microsoft_EELEntry
{
EventId = "261";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "csood_i2";
SystemFrom = "csood_i2";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19940501083717.105478+480";
LoggingTime = "19991006080706.160314+480";
RollupTime = "19991002073722.136447+480";
Message = "Message with key to search = 58830843";
RecordNumber = "261";
User = "sriravi";
Type = 3;
Classification = 7;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='261'";
};
instance of Microsoft_EELEntry
{
EventId = "262";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "rakeshb_2";
SystemFrom = "srinik_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 2;
TimeGenerated = "19910222131123.160336+480";
LoggingTime = "19960727184111.182369+480";
RollupTime = "19930420042817.150313+480";
Message = "Message with key to search = 2104434731";
RecordNumber = "262";
User = "N/A";
Type = 1;
Classification = 5;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='262'";
};
instance of Microsoft_EELEntry
{
EventId = "263";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "csood_i2";
SystemFrom = "rakeshb_2";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 2;
TimeGenerated = "19920311141721.160437+480";
LoggingTime = "20001115213821.170449+480";
RollupTime = "19960719191115.129516+480";
Message = "Message with key to search = 81953178";
RecordNumber = "263";
User = "sriravi";
Type = 6;
Classification = 3;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='263'";
};
instance of Microsoft_EELEntry
{
EventId = "264";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "csood_i2";
SystemFrom = "abhishea_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 2;
TimeGenerated = "19930404194117.102896+480";
LoggingTime = "20011220065917.176276+480";
RollupTime = "19980901170301.104339+480";
Message = "Message with key to search = 1341084576";
RecordNumber = "264";
User = "N/A";
Type = 3;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='264'";
};
instance of Microsoft_EELEntry
{
EventId = "265";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "rakeshb_2";
SystemFrom = "rakeshb_2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 1;
TimeGenerated = "19900121055303.164864+480";
LoggingTime = "19930424064223.130893+480";
RollupTime = "19930404004219.123150+480";
Message = "Message with key to search = 350652378";
RecordNumber = "265";
User = "rishi";
Type = 6;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='265'";
};
instance of Microsoft_EELEntry
{
EventId = "266";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "csood_i2";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 3;
TimeGenerated = "19900109070602.111653+480";
LoggingTime = "19970820034800.197499+480";
RollupTime = "19930404210008.163736+480";
Message = "Message with key to search = 1010864729";
RecordNumber = "266";
User = "amit";
Type = 4;
Classification = 2;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='266'";
};
instance of Microsoft_EELEntry
{
EventId = "267";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "csood_i2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 2;
TimeGenerated = "19930416144423.132896+480";
LoggingTime = "20011208154715.184836+480";
RollupTime = "19950618121815.117076+480";
Message = "Message with key to search = 1578743900";
RecordNumber = "267";
User = "amit";
Type = 4;
Classification = 5;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='267'";
};
instance of Microsoft_EELEntry
{
EventId = "268";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "abhishea_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 2;
TimeGenerated = "19910210051325.137673+480";
LoggingTime = "20001103211217.163671+480";
RollupTime = "19920315173120.135357+480";
Message = "Message with key to search = 1383099683";
RecordNumber = "268";
User = "sriravi";
Type = 5;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='268'";
};
instance of Microsoft_EELEntry
{
EventId = "269";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "abhishea_1";
SystemFrom = "csood_i2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 3;
TimeGenerated = "19920307093917.143582+480";
LoggingTime = "20001127043123.109196+480";
RollupTime = "19960723105310.159401+480";
Message = "Message with key to search = 707154310";
RecordNumber = "269";
User = "N/A";
Type = 0;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='269'";
};
instance of Microsoft_EELEntry
{
EventId = "270";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "csood_i2";
SystemFrom = "srinik_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 2;
TimeGenerated = "19960703055200.132165+480";
LoggingTime = "19940525202721.157505+480";
RollupTime = "19970824214225.148851+480";
Message = "Message with key to search = 1375684663";
RecordNumber = "270";
User = "N/A";
Type = 6;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='270'";
};
instance of Microsoft_EELEntry
{
EventId = "271";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "csood_i2";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 4;
TimeGenerated = "19940521150919.118955+480";
LoggingTime = "19980917202902.184174+480";
RollupTime = "19950622061226.147502+480";
Message = "Message with key to search = 143286054";
RecordNumber = "271";
User = "sriravi";
Type = 3;
Classification = 2;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='271'";
};
instance of Microsoft_EELEntry
{
EventId = "272";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "csood_i2";
SystemFrom = "rakeshb_2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 3;
TimeGenerated = "19940513091917.125823+480";
LoggingTime = "20001123125225.185614+480";
RollupTime = "19940525211019.196444+480";
Message = "Message with key to search = 1824174673";
RecordNumber = "272";
User = "amit";
Type = 3;
Classification = 5;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='272'";
};
instance of Microsoft_EELEntry
{
EventId = "273";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "srinik_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 3;
TimeGenerated = "19900113220214.134771+480";
LoggingTime = "19991026132027.171428+480";
RollupTime = "19960719111519.117085+480";
Message = "Message with key to search = 1985133682";
RecordNumber = "273";
User = "rishi";
Type = 3;
Classification = 2;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='273'";
};
instance of Microsoft_EELEntry
{
EventId = "274";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "srinik_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 4;
TimeGenerated = "19960707031013.106082+480";
LoggingTime = "19950614075108.195513+480";
RollupTime = "19920315063713.128371+480";
Message = "Message with key to search = 188727594";
RecordNumber = "274";
User = "sriravi";
Type = 0;
Classification = 2;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='274'";
};
instance of Microsoft_EELEntry
{
EventId = "275";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "srinik_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 3;
TimeGenerated = "19940509184114.142238+480";
LoggingTime = "19980901194405.142145+480";
RollupTime = "19950610000013.153408+480";
Message = "Message with key to search = 1409469438";
RecordNumber = "275";
User = "amit";
Type = 5;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='275'";
};
instance of Microsoft_EELEntry
{
EventId = "276";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "csood_i2";
SystemFrom = "csood_i2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 2;
TimeGenerated = "19900109044919.117477+480";
LoggingTime = "20011212020022.176035+480";
RollupTime = "19920311160424.170045+480";
Message = "Message with key to search = 2071297603";
RecordNumber = "276";
User = "amit";
Type = 5;
Classification = 3;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='276'";
};
instance of Microsoft_EELEntry
{
EventId = "277";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 4;
TimeGenerated = "19970808155926.124369+480";
LoggingTime = "19920327174315.175589+480";
RollupTime = "19940505223702.135315+480";
Message = "Message with key to search = 1770849024";
RecordNumber = "277";
User = "sriravi";
Type = 3;
Classification = 3;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='277'";
};
instance of Microsoft_EELEntry
{
EventId = "278";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "srinik_1";
SystemFrom = "abhishea_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 3;
TimeGenerated = "19910226114613.126230+480";
LoggingTime = "19900121041809.135008+480";
RollupTime = "19980905121112.161787+480";
Message = "Message with key to search = 1887656114";
RecordNumber = "278";
User = "sriravi";
Type = 5;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='278'";
};
instance of Microsoft_EELEntry
{
EventId = "279";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 3;
TimeGenerated = "19900109151800.108936+480";
LoggingTime = "20011212164428.120641+480";
RollupTime = "19920327090920.132951+480";
Message = "Message with key to search = 809386397";
RecordNumber = "279";
User = "N/A";
Type = 4;
Classification = 1;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='279'";
};
instance of Microsoft_EELEntry
{
EventId = "280";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "abhishea_1";
SystemFrom = "abhishea_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 3;
TimeGenerated = "19900117095524.167335+480";
LoggingTime = "19991014173303.168558+480";
RollupTime = "20001107220120.195675+480";
Message = "Message with key to search = 1574650757";
RecordNumber = "280";
User = "sriravi";
Type = 1;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='280'";
};
instance of Microsoft_EELEntry
{
EventId = "281";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "srinik_1";
SystemFrom = "abhishea_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 1;
TimeGenerated = "19930424113714.113809+480";
LoggingTime = "19960711223203.123072+480";
RollupTime = "20001111073012.141311+480";
Message = "Message with key to search = 667414485";
RecordNumber = "281";
User = "sriravi";
Type = 2;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='281'";
};
instance of Microsoft_EELEntry
{
EventId = "282";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "srinik_1";
SystemFrom = "abhishea_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19900113170419.119400+480";
LoggingTime = "19980901211514.135514+480";
RollupTime = "19960723103502.115624+480";
Message = "Message with key to search = 1622602683";
RecordNumber = "282";
User = "sriravi";
Type = 6;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='282'";
};
instance of Microsoft_EELEntry
{
EventId = "283";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 2;
TimeGenerated = "19900125224009.194976+480";
LoggingTime = "19910222104714.182869+480";
RollupTime = "19910226051207.182745+480";
Message = "Message with key to search = 98456336";
RecordNumber = "283";
User = "sriravi";
Type = 1;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='283'";
};
instance of Microsoft_EELEntry
{
EventId = "284";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "srinik_1";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 3;
TimeGenerated = "19900109231221.171678+480";
LoggingTime = "19980913235327.129194+480";
RollupTime = "19920327100203.132868+480";
Message = "Message with key to search = 37147330";
RecordNumber = "284";
User = "sriravi";
Type = 3;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='284'";
};
instance of Microsoft_EELEntry
{
EventId = "285";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "srinik_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 1;
TimeGenerated = "19900125201921.180465+480";
LoggingTime = "20001103044623.160931+480";
RollupTime = "19970816205425.115273+480";
Message = "Message with key to search = 1761584107";
RecordNumber = "285";
User = "N/A";
Type = 0;
Classification = 5;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='285'";
};
instance of Microsoft_EELEntry
{
EventId = "286";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 1;
TimeGenerated = "19900125132406.173306+480";
LoggingTime = "19970820094711.164005+480";
RollupTime = "19980901015300.135421+480";
Message = "Message with key to search = 70950939";
RecordNumber = "286";
User = "N/A";
Type = 6;
Classification = 2;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='286'";
};
instance of Microsoft_EELEntry
{
EventId = "287";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "srinik_1";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 3;
TimeGenerated = "19930404021912.187281+480";
LoggingTime = "20001127084912.114220+480";
RollupTime = "19900101190622.121281+480";
Message = "Message with key to search = 1348273122";
RecordNumber = "287";
User = "rishi";
Type = 4;
Classification = 5;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='287'";
};
instance of Microsoft_EELEntry
{
EventId = "288";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "csood_i2";
SystemFrom = "abhishea_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 1;
TimeGenerated = "19920311161519.151927+480";
LoggingTime = "19980925085907.105445+480";
RollupTime = "20011224221012.186064+480";
Message = "Message with key to search = 8300129";
RecordNumber = "288";
User = "amit";
Type = 6;
Classification = 1;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='288'";
};
instance of Microsoft_EELEntry
{
EventId = "289";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "csood_i2";
SystemFrom = "abhishea_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19950602113821.180541+480";
LoggingTime = "19950622191805.133445+480";
RollupTime = "19910222000217.123610+480";
Message = "Message with key to search = 352067431";
RecordNumber = "289";
User = "sriravi";
Type = 6;
Classification = 2;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='289'";
};
instance of Microsoft_EELEntry
{
EventId = "290";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "srinik_1";
SystemFrom = "csood_i2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 3;
TimeGenerated = "19920319035301.165360+480";
LoggingTime = "19980905032226.139963+480";
RollupTime = "19970828190902.115004+480";
Message = "Message with key to search = 1207780842";
RecordNumber = "290";
User = "rishi";
Type = 1;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='290'";
};
instance of Microsoft_EELEntry
{
EventId = "291";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "csood_i2";
SystemFrom = "srinik_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 4;
TimeGenerated = "19930424214210.106531+480";
LoggingTime = "20011216151724.133902+480";
RollupTime = "20011208231814.157945+480";
Message = "Message with key to search = 2079981284";
RecordNumber = "291";
User = "sriravi";
Type = 6;
Classification = 1;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='291'";
};
instance of Microsoft_EELEntry
{
EventId = "292";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "abhishea_1";
SystemFrom = "srinik_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 2;
TimeGenerated = "19920303235116.148713+480";
LoggingTime = "20001115000505.140927+480";
RollupTime = "20001103065313.138434+480";
Message = "Message with key to search = 1590335312";
RecordNumber = "292";
User = "N/A";
Type = 5;
Classification = 8;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='292'";
};
instance of Microsoft_EELEntry
{
EventId = "293";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "abhishea_1";
SystemFrom = "csood_i2";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 1;
TimeGenerated = "19910210074226.116913+480";
LoggingTime = "20011216151217.140690+480";
RollupTime = "20001103030618.180848+480";
Message = "Message with key to search = 1833962704";
RecordNumber = "293";
User = "rishi";
Type = 2;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='293'";
};
instance of Microsoft_EELEntry
{
EventId = "294";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "csood_i2";
SystemFrom = "csood_i2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 3;
TimeGenerated = "19960711090100.143768+480";
LoggingTime = "20011216060708.160622+480";
RollupTime = "20011208113418.140934+480";
Message = "Message with key to search = 890148291";
RecordNumber = "294";
User = "amit";
Type = 0;
Classification = 4;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='294'";
};
instance of Microsoft_EELEntry
{
EventId = "295";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "csood_i2";
SystemFrom = "csood_i2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 4;
TimeGenerated = "19900121215401.124954+480";
LoggingTime = "19991014021128.130843+480";
RollupTime = "20001127102726.153419+480";
Message = "Message with key to search = 1310331474";
RecordNumber = "295";
User = "sriravi";
Type = 2;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='295'";
};
instance of Microsoft_EELEntry
{
EventId = "296";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 1;
TimeGenerated = "19950614004603.167234+480";
LoggingTime = "19991018103927.136515+480";
RollupTime = "19920319073422.102434+480";
Message = "Message with key to search = 1800085255";
RecordNumber = "296";
User = "rishi";
Type = 6;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='296'";
};
instance of Microsoft_EELEntry
{
EventId = "297";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "srinik_1";
SystemFrom = "abhishea_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19910210095711.162539+480";
LoggingTime = "19930420100402.188883+480";
RollupTime = "20001111213205.149871+480";
Message = "Message with key to search = 1992683835";
RecordNumber = "297";
User = "amit";
Type = 3;
Classification = 5;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='297'";
};
instance of Microsoft_EELEntry
{
EventId = "298";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "srinik_1";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 3;
TimeGenerated = "19920307225126.199877+480";
LoggingTime = "19970812182416.156042+480";
RollupTime = "19940525065613.103203+480";
Message = "Message with key to search = 216809269";
RecordNumber = "298";
User = "sriravi";
Type = 2;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='298'";
};
instance of Microsoft_EELEntry
{
EventId = "299";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "srinik_1";
SystemFrom = "csood_i2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19910218013313.197657+480";
LoggingTime = "19980913235327.129194+480";
RollupTime = "19960703074716.105986+480";
Message = "Message with key to search = 841794211";
RecordNumber = "299";
User = "amit";
Type = 6;
Classification = 5;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='299'";
};
instance of Microsoft_EELEntry
{
EventId = "300";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "abhishea_1";
SystemFrom = "csood_i2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 2;
TimeGenerated = "19920311123614.165391+480";
LoggingTime = "19970816011523.157778+480";
RollupTime = "19940505035322.189722+480";
Message = "Message with key to search = 1245441947";
RecordNumber = "300";
User = "rishi";
Type = 1;
Classification = 5;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='300'";
};
instance of Microsoft_EELEntry
{
EventId = "301";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 1;
TimeGenerated = "19930420171112.117826+480";
LoggingTime = "19960719130617.173961+480";
RollupTime = "20001115224014.117302+480";
Message = "Message with key to search = 2146428504";
RecordNumber = "301";
User = "N/A";
Type = 2;
Classification = 1;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='301'";
};
instance of Microsoft_EELEntry
{
EventId = "302";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "srinik_1";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 2;
TimeGenerated = "19900125231324.172831+480";
LoggingTime = "19970812082803.168616+480";
RollupTime = "19960703233022.150198+480";
Message = "Message with key to search = 1355465326";
RecordNumber = "302";
User = "N/A";
Type = 6;
Classification = 5;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='302'";
};
instance of Microsoft_EELEntry
{
EventId = "303";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "srinik_1";
SystemFrom = "srinik_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 1;
TimeGenerated = "19900101051406.197806+480";
LoggingTime = "19980913022205.176444+480";
RollupTime = "19940525192123.162525+480";
Message = "Message with key to search = 1574323471";
RecordNumber = "303";
User = "N/A";
Type = 2;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='303'";
};
instance of Microsoft_EELEntry
{
EventId = "304";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "abhishea_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 4;
TimeGenerated = "19980925191919.191917+480";
LoggingTime = "19980925213023.108010+480";
RollupTime = "19970828173318.197914+480";
Message = "Message with key to search = 911389499";
RecordNumber = "304";
User = "N/A";
Type = 0;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='304'";
};
instance of Microsoft_EELEntry
{
EventId = "305";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "srinik_1";
SystemFrom = "srinik_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 2;
TimeGenerated = "19940517061903.197002+480";
LoggingTime = "19991006175910.116686+480";
RollupTime = "19991014133924.110728+480";
Message = "Message with key to search = 640380274";
RecordNumber = "305";
User = "amit";
Type = 4;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='305'";
};
instance of Microsoft_EELEntry
{
EventId = "306";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19910206182806.197380+480";
LoggingTime = "19970804005517.174467+480";
RollupTime = "19991006211723.130889+480";
Message = "Message with key to search = 1018810209";
RecordNumber = "306";
User = "N/A";
Type = 5;
Classification = 3;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='306'";
};
instance of Microsoft_EELEntry
{
EventId = "307";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 3;
TimeGenerated = "19940509150621.186622+480";
LoggingTime = "19920311022811.173144+480";
RollupTime = "20001107201510.165232+480";
Message = "Message with key to search = 1767695703";
RecordNumber = "307";
User = "amit";
Type = 5;
Classification = 4;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='307'";
};
instance of Microsoft_EELEntry
{
EventId = "308";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "abhishea_1";
SystemFrom = "abhishea_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 2;
TimeGenerated = "19910210051614.141109+480";
LoggingTime = "19980913175815.197054+480";
RollupTime = "19980913154300.164134+480";
Message = "Message with key to search = 21861505";
RecordNumber = "308";
User = "amit";
Type = 1;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='308'";
};
instance of Microsoft_EELEntry
{
EventId = "309";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "srinik_1";
SystemFrom = "abhishea_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 4;
TimeGenerated = "19920303103423.139775+480";
LoggingTime = "19940509194615.116647+480";
RollupTime = "20001119062220.128863+480";
Message = "Message with key to search = 1170095766";
RecordNumber = "309";
User = "sriravi";
Type = 6;
Classification = 3;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='309'";
};
instance of Microsoft_EELEntry
{
EventId = "310";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "rakeshb_2";
SystemFrom = "rakeshb_2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 4;
TimeGenerated = "19940521043909.145021+480";
LoggingTime = "19970812233905.134690+480";
RollupTime = "20001107160718.137865+480";
Message = "Message with key to search = 1754942211";
RecordNumber = "310";
User = "rishi";
Type = 1;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='310'";
};
instance of Microsoft_EELEntry
{
EventId = "311";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "csood_i2";
SystemFrom = "rakeshb_2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19930412150900.179334+480";
LoggingTime = "19980901102007.158406+480";
RollupTime = "19940521214909.193140+480";
Message = "Message with key to search = 2039606723";
RecordNumber = "311";
User = "amit";
Type = 6;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='311'";
};
instance of Microsoft_EELEntry
{
EventId = "312";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "abhishea_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 3;
TimeGenerated = "19960703135905.161191+480";
LoggingTime = "19991006211013.164978+480";
RollupTime = "19991010165205.177801+480";
Message = "Message with key to search = 828522892";
RecordNumber = "312";
User = "rishi";
Type = 3;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='312'";
};
instance of Microsoft_EELEntry
{
EventId = "313";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "csood_i2";
SystemFrom = "srinik_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 1;
TimeGenerated = "19920303052407.160859+480";
LoggingTime = "19991018101600.127772+480";
RollupTime = "19970816194121.124733+480";
Message = "Message with key to search = 315013558";
RecordNumber = "313";
User = "rishi";
Type = 4;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='313'";
};
instance of Microsoft_EELEntry
{
EventId = "314";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "abhishea_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 1;
TimeGenerated = "19940513145905.165954+480";
LoggingTime = "19930416052328.168391+480";
RollupTime = "19991014233420.130194+480";
Message = "Message with key to search = 523005317";
RecordNumber = "314";
User = "sriravi";
Type = 5;
Classification = 1;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='314'";
};
instance of Microsoft_EELEntry
{
EventId = "315";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "rakeshb_2";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 2;
TimeGenerated = "19940525001203.115981+480";
LoggingTime = "19980925213222.136090+480";
RollupTime = "19991002073722.136447+480";
Message = "Message with key to search = 1476250689";
RecordNumber = "315";
User = "rishi";
Type = 4;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='315'";
};
instance of Microsoft_EELEntry
{
EventId = "316";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "abhishea_1";
SystemFrom = "srinik_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 2;
TimeGenerated = "19910218142205.162116+480";
LoggingTime = "19980925213505.160013+480";
RollupTime = "19960727035318.145776+480";
Message = "Message with key to search = 191068830";
RecordNumber = "316";
User = "rishi";
Type = 2;
Classification = 8;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='316'";
};
instance of Microsoft_EELEntry
{
EventId = "317";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "rakeshb_2";
SystemFrom = "srinik_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 3;
TimeGenerated = "19920319183204.101443+480";
LoggingTime = "19970804120211.161227+480";
RollupTime = "19950626050628.142210+480";
Message = "Message with key to search = 639281195";
RecordNumber = "317";
User = "sriravi";
Type = 4;
Classification = 2;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='317'";
};
instance of Microsoft_EELEntry
{
EventId = "318";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "srinik_1";
SystemFrom = "csood_i2";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 4;
TimeGenerated = "19950622100803.169044+480";
LoggingTime = "19950606185402.177678+480";
RollupTime = "19991018064025.118317+480";
Message = "Message with key to search = 163929200";
RecordNumber = "318";
User = "rishi";
Type = 6;
Classification = 3;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='318'";
};
instance of Microsoft_EELEntry
{
EventId = "319";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "rakeshb_2";
SystemFrom = "rakeshb_2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 3;
TimeGenerated = "19900121103215.152244+480";
LoggingTime = "19950602172407.167873+480";
RollupTime = "19930408014414.133243+480";
Message = "Message with key to search = 1346206853";
RecordNumber = "319";
User = "N/A";
Type = 0;
Classification = 2;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='319'";
};
instance of Microsoft_EELEntry
{
EventId = "320";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 3;
TimeGenerated = "19920307051406.141960+480";
LoggingTime = "19930424204420.135636+480";
RollupTime = "19970804180823.187344+480";
Message = "Message with key to search = 1505559156";
RecordNumber = "320";
User = "rishi";
Type = 2;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='320'";
};
instance of Microsoft_EELEntry
{
EventId = "321";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "csood_i2";
SystemFrom = "rakeshb_2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 2;
TimeGenerated = "19910202112422.101491+480";
LoggingTime = "19960711220712.162105+480";
RollupTime = "19950618000221.153132+480";
Message = "Message with key to search = 1801233284";
RecordNumber = "321";
User = "amit";
Type = 5;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='321'";
};
instance of Microsoft_EELEntry
{
EventId = "322";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "srinik_1";
SystemFrom = "srinik_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 1;
TimeGenerated = "19900121203810.157157+480";
LoggingTime = "20001127190415.186880+480";
RollupTime = "19980901012822.107576+480";
Message = "Message with key to search = 982162054";
RecordNumber = "322";
User = "sriravi";
Type = 5;
Classification = 4;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='322'";
};
instance of Microsoft_EELEntry
{
EventId = "323";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "abhishea_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19940521065125.128252+480";
LoggingTime = "20001115175121.127079+480";
RollupTime = "19970828225103.172448+480";
Message = "Message with key to search = 706900197";
RecordNumber = "323";
User = "amit";
Type = 5;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='323'";
};
instance of Microsoft_EELEntry
{
EventId = "324";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "abhishea_1";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 2;
TimeGenerated = "19920303164102.115800+480";
LoggingTime = "19991014163411.136501+480";
RollupTime = "19950622180716.125413+480";
Message = "Message with key to search = 686325818";
RecordNumber = "324";
User = "amit";
Type = 6;
Classification = 2;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='324'";
};
instance of Microsoft_EELEntry
{
EventId = "325";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "csood_i2";
SystemFrom = "abhishea_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 1;
TimeGenerated = "19900113134517.167677+480";
LoggingTime = "19970828202111.129502+480";
RollupTime = "19980917160800.112281+480";
Message = "Message with key to search = 1221029375";
RecordNumber = "325";
User = "N/A";
Type = 2;
Classification = 2;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='325'";
};
instance of Microsoft_EELEntry
{
EventId = "326";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "csood_i2";
SystemFrom = "csood_i2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 4;
TimeGenerated = "19910218142205.162116+480";
LoggingTime = "19991026001717.115991+480";
RollupTime = "20001111180114.109905+480";
Message = "Message with key to search = 905725378";
RecordNumber = "326";
User = "amit";
Type = 2;
Classification = 2;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='326'";
};
instance of Microsoft_EELEntry
{
EventId = "327";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "srinik_1";
SystemFrom = "csood_i2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 4;
TimeGenerated = "19920307225126.199877+480";
LoggingTime = "20001107164906.106632+480";
RollupTime = "19960719194110.124466+480";
Message = "Message with key to search = 1357527204";
RecordNumber = "327";
User = "amit";
Type = 5;
Classification = 5;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='327'";
};
instance of Microsoft_EELEntry
{
EventId = "328";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "srinik_1";
SystemFrom = "csood_i2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 1;
TimeGenerated = "19930404104206.126348+480";
LoggingTime = "19930428171205.138960+480";
RollupTime = "20001107181504.193466+480";
Message = "Message with key to search = 1722632559";
RecordNumber = "328";
User = "N/A";
Type = 4;
Classification = 7;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='328'";
};
instance of Microsoft_EELEntry
{
EventId = "329";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 2;
TimeGenerated = "19910210055109.188915+480";
LoggingTime = "19991002035524.168976+480";
RollupTime = "19900121051524.165514+480";
Message = "Message with key to search = 851018750";
RecordNumber = "329";
User = "amit";
Type = 6;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='329'";
};
instance of Microsoft_EELEntry
{
EventId = "330";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "csood_i2";
SystemFrom = "srinik_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 1;
TimeGenerated = "19900121055303.164864+480";
LoggingTime = "19950622212803.139988+480";
RollupTime = "19960727035318.145776+480";
Message = "Message with key to search = 976218920";
RecordNumber = "330";
User = "sriravi";
Type = 2;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='330'";
};
instance of Microsoft_EELEntry
{
EventId = "331";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "srinik_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 2;
TimeGenerated = "19980917004420.106399+480";
LoggingTime = "19960715160813.142197+480";
RollupTime = "19930408181505.198381+480";
Message = "Message with key to search = 165867564";
RecordNumber = "331";
User = "rishi";
Type = 5;
Classification = 4;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='331'";
};
instance of Microsoft_EELEntry
{
EventId = "332";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "srinik_1";
SystemFrom = "abhishea_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 4;
TimeGenerated = "19940521065125.128252+480";
LoggingTime = "19980901171110.148613+480";
RollupTime = "19991010214012.157605+480";
Message = "Message with key to search = 1443624831";
RecordNumber = "332";
User = "sriravi";
Type = 0;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='332'";
};
instance of Microsoft_EELEntry
{
EventId = "333";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "srinik_1";
SystemFrom = "rakeshb_2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 2;
TimeGenerated = "19960707041701.143518+480";
LoggingTime = "20011212083816.176330+480";
RollupTime = "20011216222611.169488+480";
Message = "Message with key to search = 959859808";
RecordNumber = "333";
User = "rishi";
Type = 5;
Classification = 2;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='333'";
};
instance of Microsoft_EELEntry
{
EventId = "334";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "rakeshb_2";
SystemFrom = "srinik_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 4;
TimeGenerated = "19991026050316.197328+480";
LoggingTime = "19970804171704.178258+480";
RollupTime = "19940509140519.130882+480";
Message = "Message with key to search = 1789328675";
RecordNumber = "334";
User = "amit";
Type = 3;
Classification = 5;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='334'";
};
instance of Microsoft_EELEntry
{
EventId = "335";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "abhishea_1";
SystemFrom = "csood_i2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 2;
TimeGenerated = "19930416014613.173256+480";
LoggingTime = "19970816220125.112705+480";
RollupTime = "19950610042615.137251+480";
Message = "Message with key to search = 1397432960";
RecordNumber = "335";
User = "sriravi";
Type = 2;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='335'";
};
instance of Microsoft_EELEntry
{
EventId = "336";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "srinik_1";
SystemFrom = "srinik_1";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 1;
TimeGenerated = "19910218235703.173858+480";
LoggingTime = "19991002043704.151161+480";
RollupTime = "19960707092328.108749+480";
Message = "Message with key to search = 183010505";
RecordNumber = "336";
User = "N/A";
Type = 4;
Classification = 5;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='336'";
};
instance of Microsoft_EELEntry
{
EventId = "337";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "csood_i2";
SystemFrom = "abhishea_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 4;
TimeGenerated = "19940521214719.130747+480";
LoggingTime = "19950606031522.182294+480";
RollupTime = "19960715115007.148517+480";
Message = "Message with key to search = 1316463270";
RecordNumber = "337";
User = "amit";
Type = 2;
Classification = 3;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='337'";
};
instance of Microsoft_EELEntry
{
EventId = "338";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 2;
TimeGenerated = "19920323163023.199721+480";
LoggingTime = "19970828204001.179378+480";
RollupTime = "19980921042822.181054+480";
Message = "Message with key to search = 1921109612";
RecordNumber = "338";
User = "rishi";
Type = 0;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='338'";
};
instance of Microsoft_EELEntry
{
EventId = "339";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "csood_i2";
SystemFrom = "abhishea_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 1;
TimeGenerated = "19950614183926.113037+480";
LoggingTime = "20001111111415.169407+480";
RollupTime = "19950606215213.195252+480";
Message = "Message with key to search = 432545775";
RecordNumber = "339";
User = "rishi";
Type = 0;
Classification = 1;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='339'";
};
instance of Microsoft_EELEntry
{
EventId = "340";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "rakeshb_2";
SystemFrom = "srinik_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 1;
TimeGenerated = "19930428191319.169932+480";
LoggingTime = "19960715090825.112255+480";
RollupTime = "19970816110027.182012+480";
Message = "Message with key to search = 716973732";
RecordNumber = "340";
User = "amit";
Type = 4;
Classification = 5;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='340'";
};
instance of Microsoft_EELEntry
{
EventId = "341";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "csood_i2";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 3;
TimeGenerated = "19930412171103.180288+480";
LoggingTime = "19930416045609.199571+480";
RollupTime = "20001111171316.101924+480";
Message = "Message with key to search = 1484683005";
RecordNumber = "341";
User = "amit";
Type = 1;
Classification = 1;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='341'";
};
instance of Microsoft_EELEntry
{
EventId = "342";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "rakeshb_2";
SystemFrom = "rakeshb_2";
DeliveredBy = "abhishea_1";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 3;
TimeGenerated = "19900125201921.180465+480";
LoggingTime = "20001111221622.198845+480";
RollupTime = "19970808214025.107844+480";
Message = "Message with key to search = 190365606";
RecordNumber = "342";
User = "amit";
Type = 4;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='342'";
};
instance of Microsoft_EELEntry
{
EventId = "343";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "csood_i2";
SystemFrom = "csood_i2";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 3;
TimeGenerated = "19900113061006.118810+480";
LoggingTime = "20011220031918.131046+480";
RollupTime = "19980921231307.116603+480";
Message = "Message with key to search = 401974667";
RecordNumber = "343";
User = "rishi";
Type = 3;
Classification = 2;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='343'";
};
instance of Microsoft_EELEntry
{
EventId = "344";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "srinik_1";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 1;
Severity = 1;
TimeGenerated = "19910222180808.149251+480";
LoggingTime = "19991022133700.191449+480";
RollupTime = "19930428082414.135299+480";
Message = "Message with key to search = 1249948451";
RecordNumber = "344";
User = "N/A";
Type = 3;
Classification = 2;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='344'";
};
instance of Microsoft_EELEntry
{
EventId = "345";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "csood_i2";
SystemFrom = "srinik_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 3;
TimeGenerated = "19950622152309.197732+480";
LoggingTime = "19950622031515.178525+480";
RollupTime = "19930408004310.178205+480";
Message = "Message with key to search = 1103096341";
RecordNumber = "345";
User = "N/A";
Type = 4;
Classification = 2;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='345'";
};
instance of Microsoft_EELEntry
{
EventId = "346";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "srinik_1";
SystemFrom = "srinik_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 3;
TimeGenerated = "19900113220012.188115+480";
LoggingTime = "20011208020901.124527+480";
RollupTime = "19950622045722.194875+480";
Message = "Message with key to search = 225854452";
RecordNumber = "346";
User = "amit";
Type = 2;
Classification = 5;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='346'";
};
instance of Microsoft_EELEntry
{
EventId = "347";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "abhishea_1";
SystemFrom = "srinik_1";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 1;
TimeGenerated = "19900117101626.120880+480";
LoggingTime = "20011208032425.177011+480";
RollupTime = "20011220085325.114207+480";
Message = "Message with key to search = 811464360";
RecordNumber = "347";
User = "sriravi";
Type = 1;
Classification = 6;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 2;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='347'";
};
instance of Microsoft_EELEntry
{
EventId = "348";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "csood_i2";
SystemFrom = "abhishea_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 2;
TimeGenerated = "19900113004917.145732+480";
LoggingTime = "19980921031015.130798+480";
RollupTime = "19940521021803.199330+480";
Message = "Message with key to search = 1118705304";
RecordNumber = "348";
User = "sriravi";
Type = 2;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 3;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='348'";
};
instance of Microsoft_EELEntry
{
EventId = "349";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "rakeshb_2";
Category="services";
Subcategory="sql server";
Priority = 3;
Severity = 1;
TimeGenerated = "19910218105108.118496+480";
LoggingTime = "19991010175006.115527+480";
RollupTime = "19900125034323.131230+480";
Message = "Message with key to search = 1038819594";
RecordNumber = "349";
User = "rishi";
Type = 0;
Classification = 1;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='349'";
};
instance of Microsoft_EELEntry
{
EventId = "350";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "srinik_1";
SystemFrom = "csood_i2";
DeliveredBy = "csood_i2";
Category="services";
Subcategory="sql server";
Priority = 4;
Severity = 3;
TimeGenerated = "19900101020824.161076+480";
LoggingTime = "19970812082803.168616+480";
RollupTime = "20011228140413.109404+480";
Message = "Message with key to search = 1993483593";
RecordNumber = "350";
User = "sriravi";
Type = 3;
Classification = 3;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
PreviousInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 4;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='350'";
};
instance of Microsoft_EELEntry
{
EventId = "351";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "rakeshb_2";
SystemFrom = "abhishea_1";
DeliveredBy = "srinik_1";
Category="services";
Subcategory="sql server";
Priority = 2;
Severity = 3;
TimeGenerated = "19900109094410.180889+480";
LoggingTime = "19980913224720.129061+480";
RollupTime = "19960719191115.129516+480";
Message = "Message with key to search = 1263722308";
RecordNumber = "351";
User = "amit";
Type = 3;
Classification = 1;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Service
{
Name = "SQL";
DisplayName = "SQL Database Server";
Status = 1;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='351'";
};
instance of Microsoft_EELTOC
{
Category="__InstanceCreationEvent";
Description ="Instance Creation Event ";
};
instance of Microsoft_EELTOC
{
Category="__InstanceModificationEvent";
Description ="Instance Modification Event ";
};
instance of Microsoft_EELTOC
{
Category="__InstanceDeletionEvent";
Description ="Instance Deletion Event ";
};
// Various modem events
class Win32_Modem
{
[key] uint64 DeviceId;
string Manufacturer;
boolean OffTheHook;
};
instance of Microsoft_EELEntry
{
EventId = "352";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Gafoor_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 4;
TimeGenerated = "19910214094503.101193+480";
LoggingTime = "19950602090623.130632+480";
RollupTime = "19910202081311.187098+480";
Message = "Message with key to search = 726015194";
RecordNumber = "352";
User = "sriravi";
Type = 3;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1329647895;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='352'";
};
instance of Microsoft_EELEntry
{
EventId = "353";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Alam_i2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 2;
TimeGenerated = "19960727182216.100452+480";
LoggingTime = "19910206071526.107278+480";
RollupTime = "19940517101405.190203+480";
Message = "Message with key to search = 1667527441";
RecordNumber = "353";
User = "rishi";
Type = 6;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 271716257;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 866215845;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='353'";
};
instance of Microsoft_EELEntry
{
EventId = "354";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Alam_i2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 1;
TimeGenerated = "19960723010103.136948+480";
LoggingTime = "20011220221713.110310+480";
RollupTime = "19960715013903.107583+480";
Message = "Message with key to search = 1513909030";
RecordNumber = "354";
User = "amit";
Type = 5;
Classification = 5;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1239150328;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='354'";
};
instance of Microsoft_EELEntry
{
EventId = "355";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Gafoor_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 3;
TimeGenerated = "19940501190821.138215+480";
LoggingTime = "19920311042923.192522+480";
RollupTime = "20011212012616.169891+480";
Message = "Message with key to search = 1251292453";
RecordNumber = "355";
User = "N/A";
Type = 0;
Classification = 2;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 885430673;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='355'";
};
instance of Microsoft_EELEntry
{
EventId = "356";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Alam_i2";
SystemFrom = "Basheer_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 3;
TimeGenerated = "19960711212825.126669+480";
LoggingTime = "19970824044103.138025+480";
RollupTime = "19991018064025.118317+480";
Message = "Message with key to search = 1913819719";
RecordNumber = "356";
User = "N/A";
Type = 0;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1654068988;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1634911875;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='356'";
};
instance of Microsoft_EELEntry
{
EventId = "357";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Kurshed_2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 3;
TimeGenerated = "19920303150825.170060+480";
LoggingTime = "19991018153305.153435+480";
RollupTime = "19920315070128.156051+480";
Message = "Message with key to search = 149938729";
RecordNumber = "357";
User = "sriravi";
Type = 1;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1810640842;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='357'";
};
instance of Microsoft_EELEntry
{
EventId = "358";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Basheer_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 2;
TimeGenerated = "19950610145522.127877+480";
LoggingTime = "19980921025306.147362+480";
RollupTime = "19960715035220.161988+480";
Message = "Message with key to search = 180151699";
RecordNumber = "358";
User = "N/A";
Type = 2;
Classification = 2;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 933199448;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='358'";
};
instance of Microsoft_EELEntry
{
EventId = "359";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Basheer_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 3;
TimeGenerated = "19910218154725.139606+480";
LoggingTime = "20011216111614.155650+480";
RollupTime = "19980913083325.199403+480";
Message = "Message with key to search = 293204407";
RecordNumber = "359";
User = "amit";
Type = 1;
Classification = 8;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 876961869;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1486955082;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='359'";
};
instance of Microsoft_EELEntry
{
EventId = "360";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Basheer_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 4;
TimeGenerated = "19910214094503.101193+480";
LoggingTime = "19960727080923.104581+480";
RollupTime = "20011220183824.163394+480";
Message = "Message with key to search = 1613070472";
RecordNumber = "360";
User = "N/A";
Type = 4;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 835696885;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='360'";
};
instance of Microsoft_EELEntry
{
EventId = "361";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Kurshed_2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 1;
TimeGenerated = "19910206122901.116969+480";
LoggingTime = "19960703225801.127602+480";
RollupTime = "19980905224210.171676+480";
Message = "Message with key to search = 2050372363";
RecordNumber = "361";
User = "rishi";
Type = 5;
Classification = 1;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 115870420;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='361'";
};
instance of Microsoft_EELEntry
{
EventId = "362";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Basheer_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 3;
TimeGenerated = "19910206192525.129115+480";
LoggingTime = "19991014173303.168558+480";
RollupTime = "19991002094813.157785+480";
Message = "Message with key to search = 1001199032";
RecordNumber = "362";
User = "N/A";
Type = 1;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 765633902;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1820249378;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='362'";
};
instance of Microsoft_EELEntry
{
EventId = "363";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Alam_i2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 2;
TimeGenerated = "19940501133518.130793+480";
LoggingTime = "20001115080717.182738+480";
RollupTime = "19940517020115.161513+480";
Message = "Message with key to search = 2024227513";
RecordNumber = "363";
User = "amit";
Type = 3;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1593091279;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='363'";
};
instance of Microsoft_EELEntry
{
EventId = "364";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "Kurshed_2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 3;
TimeGenerated = "19900117095524.167335+480";
LoggingTime = "19950618054605.108253+480";
RollupTime = "19970816100301.189190+480";
Message = "Message with key to search = 1457845480";
RecordNumber = "364";
User = "N/A";
Type = 0;
Classification = 1;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1427562832;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='364'";
};
instance of Microsoft_EELEntry
{
EventId = "365";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Basheer_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 3;
TimeGenerated = "19950606061410.198586+480";
LoggingTime = "19970804083302.126285+480";
RollupTime = "19950626050628.142210+480";
Message = "Message with key to search = 1932338216";
RecordNumber = "365";
User = "rishi";
Type = 5;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1329851903;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 225529183;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='365'";
};
instance of Microsoft_EELEntry
{
EventId = "366";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Kurshed_2";
SystemFrom = "Alam_i2";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 4;
TimeGenerated = "19940501064225.142614+480";
LoggingTime = "19940517080003.113985+480";
RollupTime = "20011224101128.121704+480";
Message = "Message with key to search = 1049995423";
RecordNumber = "366";
User = "rishi";
Type = 3;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 751143340;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='366'";
};
instance of Microsoft_EELEntry
{
EventId = "367";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Kurshed_2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 3;
TimeGenerated = "19900101235319.193025+480";
LoggingTime = "19970804072600.108446+480";
RollupTime = "20001111120207.124668+480";
Message = "Message with key to search = 209290745";
RecordNumber = "367";
User = "N/A";
Type = 4;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1743420427;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='367'";
};
instance of Microsoft_EELEntry
{
EventId = "368";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Basheer_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 2;
TimeGenerated = "19900109231221.171678+480";
LoggingTime = "19910210074016.164886+480";
RollupTime = "19980921105524.186085+480";
Message = "Message with key to search = 900714622";
RecordNumber = "368";
User = "sriravi";
Type = 5;
Classification = 6;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1871102340;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1234308392;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='368'";
};
instance of Microsoft_EELEntry
{
EventId = "369";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Gafoor_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 4;
TimeGenerated = "19930420224913.147964+480";
LoggingTime = "19991014152305.197169+480";
RollupTime = "19960723100410.155705+480";
Message = "Message with key to search = 354572961";
RecordNumber = "369";
User = "sriravi";
Type = 2;
Classification = 5;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 2066675296;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='369'";
};
instance of Microsoft_EELEntry
{
EventId = "370";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Gafoor_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 1;
TimeGenerated = "19900101003600.176729+480";
LoggingTime = "20001107214019.151654+480";
RollupTime = "19940513100322.122311+480";
Message = "Message with key to search = 802528998";
RecordNumber = "370";
User = "amit";
Type = 6;
Classification = 3;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1037925672;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='370'";
};
instance of Microsoft_EELEntry
{
EventId = "371";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Gafoor_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 4;
TimeGenerated = "19950606061117.186852+480";
LoggingTime = "19930404093808.151076+480";
RollupTime = "19940509112716.191218+480";
Message = "Message with key to search = 5499262";
RecordNumber = "371";
User = "sriravi";
Type = 1;
Classification = 4;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1127015109;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1663509152;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='371'";
};
instance of Microsoft_EELEntry
{
EventId = "372";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Basheer_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 1;
TimeGenerated = "19930408043919.152121+480";
LoggingTime = "20011220133108.100198+480";
RollupTime = "19950606171818.181429+480";
Message = "Message with key to search = 1711706771";
RecordNumber = "372";
User = "amit";
Type = 0;
Classification = 1;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1876235382;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='372'";
};
instance of Microsoft_EELEntry
{
EventId = "373";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Basheer_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 1;
TimeGenerated = "19920307134418.159221+480";
LoggingTime = "20011212011103.136319+480";
RollupTime = "19930420170800.161722+480";
Message = "Message with key to search = 560583268";
RecordNumber = "373";
User = "sriravi";
Type = 5;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 407022346;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='373'";
};
instance of Microsoft_EELEntry
{
EventId = "374";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Basheer_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 1;
TimeGenerated = "19930412062105.182276+480";
LoggingTime = "20001107100507.185883+480";
RollupTime = "19950602101504.127808+480";
Message = "Message with key to search = 1267155622";
RecordNumber = "374";
User = "rishi";
Type = 3;
Classification = 8;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1493731680;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1694007365;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='374'";
};
instance of Microsoft_EELEntry
{
EventId = "375";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Gafoor_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 2;
TimeGenerated = "19900105020505.194772+480";
LoggingTime = "20011208020901.124527+480";
RollupTime = "19991006013821.173733+480";
Message = "Message with key to search = 1300595027";
RecordNumber = "375";
User = "amit";
Type = 1;
Classification = 4;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1077135684;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='375'";
};
instance of Microsoft_EELEntry
{
EventId = "376";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Kurshed_2";
SystemFrom = "Alam_i2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 3;
TimeGenerated = "19910210005521.148915+480";
LoggingTime = "19991010154303.156199+480";
RollupTime = "19991014175505.150432+480";
Message = "Message with key to search = 1182786983";
RecordNumber = "376";
User = "sriravi";
Type = 2;
Classification = 2;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1349221112;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='376'";
};
instance of Microsoft_EELEntry
{
EventId = "377";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Basheer_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 2;
TimeGenerated = "19940509170507.136879+480";
LoggingTime = "19950614124702.153814+480";
RollupTime = "19920327100203.132868+480";
Message = "Message with key to search = 1290888221";
RecordNumber = "377";
User = "rishi";
Type = 1;
Classification = 2;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 175930930;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1526327852;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='377'";
};
instance of Microsoft_EELEntry
{
EventId = "378";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Kurshed_2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 4;
TimeGenerated = "19900113033608.102681+480";
LoggingTime = "19980921041716.178958+480";
RollupTime = "19980917104417.157570+480";
Message = "Message with key to search = 1783515521";
RecordNumber = "378";
User = "N/A";
Type = 0;
Classification = 2;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 425892604;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='378'";
};
instance of Microsoft_EELEntry
{
EventId = "379";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Gafoor_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 2;
TimeGenerated = "19910202051013.198433+480";
LoggingTime = "19950618231427.144752+480";
RollupTime = "20011208042505.136839+480";
Message = "Message with key to search = 371711107";
RecordNumber = "379";
User = "rishi";
Type = 1;
Classification = 5;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1882909429;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='379'";
};
instance of Microsoft_EELEntry
{
EventId = "380";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Kurshed_2";
SystemFrom = "Alam_i2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 4;
TimeGenerated = "19900125065705.157922+480";
LoggingTime = "19991022162701.192149+480";
RollupTime = "19940501093728.125682+480";
Message = "Message with key to search = 2072831271";
RecordNumber = "380";
User = "rishi";
Type = 4;
Classification = 5;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 630296202;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 864617170;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='380'";
};
instance of Microsoft_EELEntry
{
EventId = "381";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Basheer_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 3;
TimeGenerated = "19960723103619.112110+480";
LoggingTime = "19960711023100.149795+480";
RollupTime = "20011228215601.130757+480";
Message = "Message with key to search = 8963405";
RecordNumber = "381";
User = "N/A";
Type = 3;
Classification = 1;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1794365723;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='381'";
};
instance of Microsoft_EELEntry
{
EventId = "382";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Basheer_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 3;
TimeGenerated = "19910226190705.114996+480";
LoggingTime = "19940509115225.163583+480";
RollupTime = "19960707034624.151590+480";
Message = "Message with key to search = 1066084268";
RecordNumber = "382";
User = "amit";
Type = 5;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1207863401;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='382'";
};
instance of Microsoft_EELEntry
{
EventId = "383";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Gafoor_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 3;
TimeGenerated = "19930424234812.107126+480";
LoggingTime = "20011212100804.164865+480";
RollupTime = "19910226175904.118477+480";
Message = "Message with key to search = 505030014";
RecordNumber = "383";
User = "N/A";
Type = 2;
Classification = 3;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1693582871;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 445961726;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='383'";
};
instance of Microsoft_EELEntry
{
EventId = "384";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "Alam_i2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 4;
TimeGenerated = "19910202085312.196792+480";
LoggingTime = "19991014173303.168558+480";
RollupTime = "20001107181504.193466+480";
Message = "Message with key to search = 1214893402";
RecordNumber = "384";
User = "sriravi";
Type = 2;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1385481271;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='384'";
};
instance of Microsoft_EELEntry
{
EventId = "385";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "Basheer_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 3;
TimeGenerated = "19930424043006.190474+480";
LoggingTime = "19930404083718.117930+480";
RollupTime = "19930424055213.169815+480";
Message = "Message with key to search = 1203645963";
RecordNumber = "385";
User = "rishi";
Type = 6;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 412253523;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='385'";
};
instance of Microsoft_EELEntry
{
EventId = "386";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Gafoor_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 1;
TimeGenerated = "19940505084526.139096+480";
LoggingTime = "19950626094203.191207+480";
RollupTime = "19970804220408.151677+480";
Message = "Message with key to search = 1678046345";
RecordNumber = "386";
User = "sriravi";
Type = 0;
Classification = 4;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1988187436;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1072967587;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='386'";
};
instance of Microsoft_EELEntry
{
EventId = "387";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Gafoor_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 4;
TimeGenerated = "19991006063722.170919+480";
LoggingTime = "19970816043404.180547+480";
RollupTime = "19970824055013.167906+480";
Message = "Message with key to search = 55043987";
RecordNumber = "387";
User = "amit";
Type = 6;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 513738524;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='387'";
};
instance of Microsoft_EELEntry
{
EventId = "388";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Alam_i2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 3;
TimeGenerated = "19940521065125.128252+480";
LoggingTime = "19920319131628.153277+480";
RollupTime = "19970816205425.115273+480";
Message = "Message with key to search = 1163029985";
RecordNumber = "388";
User = "sriravi";
Type = 2;
Classification = 7;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1565723749;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='388'";
};
instance of Microsoft_EELEntry
{
EventId = "389";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Alam_i2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 3;
TimeGenerated = "19930416155007.109777+480";
LoggingTime = "19950610213425.160751+480";
RollupTime = "19910226112900.166148+480";
Message = "Message with key to search = 678063079";
RecordNumber = "389";
User = "amit";
Type = 5;
Classification = 3;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 2091002237;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1164333839;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='389'";
};
instance of Microsoft_EELEntry
{
EventId = "390";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Gafoor_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 2;
TimeGenerated = "19900105020505.194772+480";
LoggingTime = "19920319135909.137418+480";
RollupTime = "19920323201309.172711+480";
Message = "Message with key to search = 88658875";
RecordNumber = "390";
User = "N/A";
Type = 0;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1977311995;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='390'";
};
instance of Microsoft_EELEntry
{
EventId = "391";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Kurshed_2";
SystemFrom = "Alam_i2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 4;
TimeGenerated = "19940513104928.181663+480";
LoggingTime = "19980917130207.193625+480";
RollupTime = "19940513144607.133184+480";
Message = "Message with key to search = 495466829";
RecordNumber = "391";
User = "amit";
Type = 2;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 794144663;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='391'";
};
instance of Microsoft_EELEntry
{
EventId = "392";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Kurshed_2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 2;
TimeGenerated = "19950618174324.113670+480";
LoggingTime = "19960707234717.189960+480";
RollupTime = "19970824185925.131775+480";
Message = "Message with key to search = 1848532238";
RecordNumber = "392";
User = "amit";
Type = 2;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 726022071;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 2085770146;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='392'";
};
instance of Microsoft_EELEntry
{
EventId = "393";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Basheer_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 4;
TimeGenerated = "19920323163023.199721+480";
LoggingTime = "19991022003309.155701+480";
RollupTime = "20011208084320.198227+480";
Message = "Message with key to search = 1561894217";
RecordNumber = "393";
User = "sriravi";
Type = 4;
Classification = 5;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 622049630;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='393'";
};
instance of Microsoft_EELEntry
{
EventId = "394";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Basheer_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 1;
TimeGenerated = "19950626062917.119518+480";
LoggingTime = "19960723194302.109130+480";
RollupTime = "19991014053001.160743+480";
Message = "Message with key to search = 1910564240";
RecordNumber = "394";
User = "sriravi";
Type = 4;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1052196005;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='394'";
};
instance of Microsoft_EELEntry
{
EventId = "395";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Kurshed_2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 3;
TimeGenerated = "19970820184807.177558+480";
LoggingTime = "19980905112705.189989+480";
RollupTime = "19980905230817.159828+480";
Message = "Message with key to search = 1060838484";
RecordNumber = "395";
User = "amit";
Type = 2;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 2095877688;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 131727721;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='395'";
};
instance of Microsoft_EELEntry
{
EventId = "396";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Basheer_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 1;
TimeGenerated = "19970812231317.179463+480";
LoggingTime = "20001115021723.178569+480";
RollupTime = "19950622105104.133396+480";
Message = "Message with key to search = 734604462";
RecordNumber = "396";
User = "N/A";
Type = 6;
Classification = 3;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1871103733;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='396'";
};
instance of Microsoft_EELEntry
{
EventId = "397";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Gafoor_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 3;
TimeGenerated = "19920311114001.171076+480";
LoggingTime = "19920323233612.110247+480";
RollupTime = "19970804180823.187344+480";
Message = "Message with key to search = 537118027";
RecordNumber = "397";
User = "amit";
Type = 6;
Classification = 6;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1155144076;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='397'";
};
instance of Microsoft_EELEntry
{
EventId = "398";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Basheer_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 1;
TimeGenerated = "19920319103618.115299+480";
LoggingTime = "19960707003501.178280+480";
RollupTime = "19930420005604.190727+480";
Message = "Message with key to search = 2049225683";
RecordNumber = "398";
User = "N/A";
Type = 0;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 239686043;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 169132917;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='398'";
};
instance of Microsoft_EELEntry
{
EventId = "399";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Basheer_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 2;
TimeGenerated = "19910210140527.199391+480";
LoggingTime = "19991026001717.115991+480";
RollupTime = "19960727195306.166867+480";
Message = "Message with key to search = 1793712518";
RecordNumber = "399";
User = "N/A";
Type = 1;
Classification = 1;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 2055841528;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='399'";
};
instance of Microsoft_EELEntry
{
EventId = "400";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Kurshed_2";
SystemFrom = "Alam_i2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 3;
TimeGenerated = "19900113093016.179004+480";
LoggingTime = "20011216071103.179174+480";
RollupTime = "19930428091223.163757+480";
Message = "Message with key to search = 1633632954";
RecordNumber = "400";
User = "N/A";
Type = 5;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 2005303569;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='400'";
};
instance of Microsoft_EELEntry
{
EventId = "401";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Kurshed_2";
SystemFrom = "Basheer_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 4;
TimeGenerated = "19900105003521.123640+480";
LoggingTime = "20011212054302.139244+480";
RollupTime = "19970804011404.167080+480";
Message = "Message with key to search = 1445024872";
RecordNumber = "401";
User = "rishi";
Type = 0;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 369127304;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1971243504;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='401'";
};
instance of Microsoft_EELEntry
{
EventId = "402";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Kurshed_2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 3;
TimeGenerated = "19970808092312.110050+480";
LoggingTime = "19991002022024.111453+480";
RollupTime = "19970820064703.139338+480";
Message = "Message with key to search = 1402604336";
RecordNumber = "402";
User = "rishi";
Type = 4;
Classification = 1;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 2005891159;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='402'";
};
instance of Microsoft_EELEntry
{
EventId = "403";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Basheer_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 2;
TimeGenerated = "19970820003112.105754+480";
LoggingTime = "19980913144111.114472+480";
RollupTime = "20001127214712.146438+480";
Message = "Message with key to search = 817588477";
RecordNumber = "403";
User = "rishi";
Type = 4;
Classification = 4;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 786507974;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='403'";
};
instance of Microsoft_EELEntry
{
EventId = "404";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Alam_i2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 1;
TimeGenerated = "19910206192525.129115+480";
LoggingTime = "19991002043704.151161+480";
RollupTime = "19980905024428.171690+480";
Message = "Message with key to search = 1447205414";
RecordNumber = "404";
User = "amit";
Type = 1;
Classification = 5;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 631602314;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1163348866;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='404'";
};
instance of Microsoft_EELEntry
{
EventId = "405";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Kurshed_2";
SystemFrom = "Basheer_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 4;
TimeGenerated = "19930420060519.190652+480";
LoggingTime = "19991006211520.137835+480";
RollupTime = "19930420005604.190727+480";
Message = "Message with key to search = 1875858908";
RecordNumber = "405";
User = "sriravi";
Type = 3;
Classification = 2;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 225725407;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='405'";
};
instance of Microsoft_EELEntry
{
EventId = "406";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Gafoor_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 4;
TimeGenerated = "19920311203405.123127+480";
LoggingTime = "20011220170706.174482+480";
RollupTime = "19991002174827.136775+480";
Message = "Message with key to search = 1076587508";
RecordNumber = "406";
User = "sriravi";
Type = 6;
Classification = 1;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1772483118;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='406'";
};
instance of Microsoft_EELEntry
{
EventId = "407";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Basheer_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 4;
TimeGenerated = "19930428174424.161452+480";
LoggingTime = "19940521141516.108299+480";
RollupTime = "19980909164216.195970+480";
Message = "Message with key to search = 744575795";
RecordNumber = "407";
User = "rishi";
Type = 3;
Classification = 8;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1805504158;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1426827059;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='407'";
};
instance of Microsoft_EELEntry
{
EventId = "408";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Alam_i2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 3;
TimeGenerated = "19920323163023.199721+480";
LoggingTime = "20001127014008.101040+480";
RollupTime = "20011228004212.110266+480";
Message = "Message with key to search = 1259984672";
RecordNumber = "408";
User = "rishi";
Type = 4;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 525274621;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='408'";
};
instance of Microsoft_EELEntry
{
EventId = "409";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Gafoor_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 4;
TimeGenerated = "19900113170419.119400+480";
LoggingTime = "20001123114623.147047+480";
RollupTime = "19960719191115.129516+480";
Message = "Message with key to search = 1267209908";
RecordNumber = "409";
User = "N/A";
Type = 3;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1580603625;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='409'";
};
instance of Microsoft_EELEntry
{
EventId = "410";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Basheer_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 4;
TimeGenerated = "19950626090702.161969+480";
LoggingTime = "19970820054614.193467+480";
RollupTime = "19980901051626.129244+480";
Message = "Message with key to search = 2032962396";
RecordNumber = "410";
User = "amit";
Type = 4;
Classification = 2;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 940793973;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 124624881;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='410'";
};
instance of Microsoft_EELEntry
{
EventId = "411";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Kurshed_2";
SystemFrom = "Alam_i2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 1;
TimeGenerated = "19960723231024.115326+480";
LoggingTime = "19991014150319.154207+480";
RollupTime = "20011228111423.104190+480";
Message = "Message with key to search = 708149736";
RecordNumber = "411";
User = "rishi";
Type = 2;
Classification = 2;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 816696152;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='411'";
};
instance of Microsoft_EELEntry
{
EventId = "412";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Basheer_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 1;
TimeGenerated = "19910226162003.154031+480";
LoggingTime = "19940501000311.162400+480";
RollupTime = "19960723215220.191668+480";
Message = "Message with key to search = 1027182250";
RecordNumber = "412";
User = "N/A";
Type = 4;
Classification = 1;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 85226322;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='412'";
};
instance of Microsoft_EELEntry
{
EventId = "413";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Gafoor_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 2;
TimeGenerated = "19980913211916.147024+480";
LoggingTime = "19960715231111.121117+480";
RollupTime = "19960711043024.110978+480";
Message = "Message with key to search = 1945672139";
RecordNumber = "413";
User = "rishi";
Type = 1;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 986928743;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 343138297;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='413'";
};
instance of Microsoft_EELEntry
{
EventId = "414";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Alam_i2";
SystemFrom = "Basheer_1";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 3;
TimeGenerated = "19920323153825.149937+480";
LoggingTime = "20001111084010.134102+480";
RollupTime = "19940509225114.119941+480";
Message = "Message with key to search = 1837388636";
RecordNumber = "414";
User = "N/A";
Type = 2;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 829368601;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='414'";
};
instance of Microsoft_EELEntry
{
EventId = "415";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Basheer_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 3;
TimeGenerated = "19900125054705.185013+480";
LoggingTime = "20011220133108.100198+480";
RollupTime = "19940501201914.118622+480";
Message = "Message with key to search = 1467494504";
RecordNumber = "415";
User = "sriravi";
Type = 1;
Classification = 1;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1613935396;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='415'";
};
instance of Microsoft_EELEntry
{
EventId = "416";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "Basheer_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 3;
TimeGenerated = "19900109151800.108936+480";
LoggingTime = "20001123003214.168175+480";
RollupTime = "20011216014523.155155+480";
Message = "Message with key to search = 719497148";
RecordNumber = "416";
User = "rishi";
Type = 6;
Classification = 4;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1527151732;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1739377832;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='416'";
};
instance of Microsoft_EELEntry
{
EventId = "417";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Kurshed_2";
SystemFrom = "Basheer_1";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 2;
TimeGenerated = "19910226195518.124084+480";
LoggingTime = "20011204063919.115243+480";
RollupTime = "20001123124526.170293+480";
Message = "Message with key to search = 510250983";
RecordNumber = "417";
User = "rishi";
Type = 3;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 490552739;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='417'";
};
instance of Microsoft_EELEntry
{
EventId = "418";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Kurshed_2";
SystemFrom = "Alam_i2";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 2;
TimeGenerated = "19910210175310.155588+480";
LoggingTime = "19980909162119.151647+480";
RollupTime = "19980909213528.178666+480";
Message = "Message with key to search = 1876776693";
RecordNumber = "418";
User = "N/A";
Type = 0;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 988884538;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='418'";
};
instance of Microsoft_EELEntry
{
EventId = "419";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Basheer_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 2;
TimeGenerated = "19930408052204.104265+480";
LoggingTime = "19980925221526.182619+480";
RollupTime = "19940513192428.172375+480";
Message = "Message with key to search = 1510060355";
RecordNumber = "419";
User = "sriravi";
Type = 3;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1241756781;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1023680870;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='419'";
};
instance of Microsoft_EELEntry
{
EventId = "420";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Alam_i2";
SystemFrom = "Alam_i2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 4;
TimeGenerated = "19900113102603.101859+480";
LoggingTime = "19960703225801.127602+480";
RollupTime = "19980917134223.182569+480";
Message = "Message with key to search = 846827766";
RecordNumber = "420";
User = "amit";
Type = 0;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 204053754;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='420'";
};
instance of Microsoft_EELEntry
{
EventId = "421";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Kurshed_2";
SystemFrom = "Alam_i2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 1;
TimeGenerated = "19910218032310.115034+480";
LoggingTime = "19940517054608.159811+480";
RollupTime = "19920327033316.107236+480";
Message = "Message with key to search = 1186177488";
RecordNumber = "421";
User = "N/A";
Type = 5;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 597274291;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='421'";
};
instance of Microsoft_EELEntry
{
EventId = "422";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "Basheer_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 4;
TimeGenerated = "19960723103619.112110+480";
LoggingTime = "20001103220813.180786+480";
RollupTime = "20001111094722.198157+480";
Message = "Message with key to search = 745841838";
RecordNumber = "422";
User = "rishi";
Type = 4;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1600103871;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 24159568;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='422'";
};
instance of Microsoft_EELEntry
{
EventId = "423";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Gafoor_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 4;
TimeGenerated = "19910222004404.154420+480";
LoggingTime = "19960707152120.139789+480";
RollupTime = "19991026212201.189505+480";
Message = "Message with key to search = 616811712";
RecordNumber = "423";
User = "N/A";
Type = 1;
Classification = 1;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1181463229;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='423'";
};
instance of Microsoft_EELEntry
{
EventId = "424";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Kurshed_2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 3;
TimeGenerated = "19910202215322.190828+480";
LoggingTime = "19930416052328.168391+480";
RollupTime = "19980921081506.149092+480";
Message = "Message with key to search = 1789922873";
RecordNumber = "424";
User = "sriravi";
Type = 2;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 778553486;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='424'";
};
instance of Microsoft_EELEntry
{
EventId = "425";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Gafoor_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 2;
TimeGenerated = "19950602212511.151553+480";
LoggingTime = "19950606164727.178737+480";
RollupTime = "20011228220205.120365+480";
Message = "Message with key to search = 1740574113";
RecordNumber = "425";
User = "rishi";
Type = 3;
Classification = 7;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 471497873;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 20291984;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='425'";
};
instance of Microsoft_EELEntry
{
EventId = "426";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Kurshed_2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 2;
TimeGenerated = "19950622151805.175153+480";
LoggingTime = "19980925085907.105445+480";
RollupTime = "19970816205425.115273+480";
Message = "Message with key to search = 371011797";
RecordNumber = "426";
User = "rishi";
Type = 6;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 2112723128;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='426'";
};
instance of Microsoft_EELEntry
{
EventId = "427";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Basheer_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 3;
TimeGenerated = "19930416044526.108544+480";
LoggingTime = "19950614124702.153814+480";
RollupTime = "20011212160628.112890+480";
Message = "Message with key to search = 1610789459";
RecordNumber = "427";
User = "sriravi";
Type = 1;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 2069354655;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='427'";
};
instance of Microsoft_EELEntry
{
EventId = "428";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Kurshed_2";
SystemFrom = "Alam_i2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 4;
TimeGenerated = "19910210005521.148915+480";
LoggingTime = "20011220045102.114351+480";
RollupTime = "19900101041008.188128+480";
Message = "Message with key to search = 1561189001";
RecordNumber = "428";
User = "rishi";
Type = 3;
Classification = 7;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 629823301;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 2040711858;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='428'";
};
instance of Microsoft_EELEntry
{
EventId = "429";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Gafoor_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 3;
TimeGenerated = "19950626002007.121229+480";
LoggingTime = "19991026142327.158923+480";
RollupTime = "19991026222914.116198+480";
Message = "Message with key to search = 1478400862";
RecordNumber = "429";
User = "amit";
Type = 1;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 240666359;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='429'";
};
instance of Microsoft_EELEntry
{
EventId = "430";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Alam_i2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 3;
TimeGenerated = "19900113024122.151557+480";
LoggingTime = "19980909162119.151647+480";
RollupTime = "19960707164818.158530+480";
Message = "Message with key to search = 72512145";
RecordNumber = "430";
User = "amit";
Type = 3;
Classification = 8;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1177916452;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='430'";
};
instance of Microsoft_EELEntry
{
EventId = "431";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Gafoor_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 4;
TimeGenerated = "19950614224900.148413+480";
LoggingTime = "19970808132512.114850+480";
RollupTime = "20001107181504.193466+480";
Message = "Message with key to search = 149241166";
RecordNumber = "431";
User = "rishi";
Type = 5;
Classification = 1;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1702088305;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1728296852;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='431'";
};
instance of Microsoft_EELEntry
{
EventId = "432";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "Kurshed_2";
SystemFrom = "Basheer_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 4;
TimeGenerated = "19930428152324.195903+480";
LoggingTime = "19970804131616.179208+480";
RollupTime = "19930428105428.129339+480";
Message = "Message with key to search = 1074032696";
RecordNumber = "432";
User = "rishi";
Type = 2;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1376340963;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='432'";
};
instance of Microsoft_EELEntry
{
EventId = "433";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Gafoor_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 2;
TimeGenerated = "19991022101011.138320+480";
LoggingTime = "19991022133700.191449+480";
RollupTime = "20011220050806.165216+480";
Message = "Message with key to search = 1845406237";
RecordNumber = "433";
User = "N/A";
Type = 4;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 389763632;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='433'";
};
instance of Microsoft_EELEntry
{
EventId = "434";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Alam_i2";
SystemFrom = "Alam_i2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 3;
TimeGenerated = "19920327195100.112778+480";
LoggingTime = "19950614053202.182836+480";
RollupTime = "20001123142314.184209+480";
Message = "Message with key to search = 321959114";
RecordNumber = "434";
User = "rishi";
Type = 4;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 737147784;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 601632714;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='434'";
};
instance of Microsoft_EELEntry
{
EventId = "435";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Basheer_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 1;
TimeGenerated = "19900125154227.192172+480";
LoggingTime = "20001115222208.175456+480";
RollupTime = "20001123145025.172882+480";
Message = "Message with key to search = 80403476";
RecordNumber = "435";
User = "rishi";
Type = 3;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1081136702;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='435'";
};
instance of Microsoft_EELEntry
{
EventId = "436";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Alam_i2";
SystemFrom = "Alam_i2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 4;
TimeGenerated = "19930428183419.199112+480";
LoggingTime = "19991002140313.131889+480";
RollupTime = "19920315122227.182843+480";
Message = "Message with key to search = 102816277";
RecordNumber = "436";
User = "N/A";
Type = 0;
Classification = 1;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1872029112;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='436'";
};
instance of Microsoft_EELEntry
{
EventId = "437";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Alam_i2";
SystemFrom = "Alam_i2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 2;
TimeGenerated = "19910222163721.118268+480";
LoggingTime = "20011204002113.111540+480";
RollupTime = "19991010081623.178179+480";
Message = "Message with key to search = 1830113060";
RecordNumber = "437";
User = "sriravi";
Type = 0;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 937550722;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1440599967;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='437'";
};
instance of Microsoft_EELEntry
{
EventId = "438";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Gafoor_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 4;
TimeGenerated = "19940517174500.191578+480";
LoggingTime = "19991014003227.126819+480";
RollupTime = "20001115093623.186274+480";
Message = "Message with key to search = 198390391";
RecordNumber = "438";
User = "rishi";
Type = 0;
Classification = 3;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 732247827;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='438'";
};
instance of Microsoft_EELEntry
{
EventId = "439";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Kurshed_2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 2;
TimeGenerated = "19930420125523.136799+480";
LoggingTime = "19950618053720.101123+480";
RollupTime = "19930420092316.185898+480";
Message = "Message with key to search = 1305818350";
RecordNumber = "439";
User = "N/A";
Type = 0;
Classification = 6;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1410260751;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='439'";
};
instance of Microsoft_EELEntry
{
EventId = "440";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Gafoor_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 3;
TimeGenerated = "19910222023309.127350+480";
LoggingTime = "19950622034515.182002+480";
RollupTime = "19991002170514.156961+480";
Message = "Message with key to search = 1264406398";
RecordNumber = "440";
User = "rishi";
Type = 0;
Classification = 8;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 127932868;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 47603626;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='440'";
};
instance of Microsoft_EELEntry
{
EventId = "441";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Kurshed_2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 4;
TimeGenerated = "19920311123614.165391+480";
LoggingTime = "19991006190814.164789+480";
RollupTime = "19960719003411.145238+480";
Message = "Message with key to search = 945005944";
RecordNumber = "441";
User = "N/A";
Type = 5;
Classification = 2;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1798354659;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='441'";
};
instance of Microsoft_EELEntry
{
EventId = "442";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Kurshed_2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 3;
TimeGenerated = "19920307051406.141960+480";
LoggingTime = "20011228202317.158248+480";
RollupTime = "19920311152516.185958+480";
Message = "Message with key to search = 810016724";
RecordNumber = "442";
User = "sriravi";
Type = 2;
Classification = 8;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 230622761;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='442'";
};
instance of Microsoft_EELEntry
{
EventId = "443";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "Basheer_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 4;
TimeGenerated = "19950618165703.179846+480";
LoggingTime = "20001107033112.131905+480";
RollupTime = "20011216065724.164367+480";
Message = "Message with key to search = 1808885201";
RecordNumber = "443";
User = "N/A";
Type = 3;
Classification = 7;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 931575541;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 626608361;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='443'";
};
instance of Microsoft_EELEntry
{
EventId = "444";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Kurshed_2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 3;
TimeGenerated = "19910202164809.149029+480";
LoggingTime = "19950626050711.149887+480";
RollupTime = "19991014160827.109299+480";
Message = "Message with key to search = 1797736593";
RecordNumber = "444";
User = "N/A";
Type = 6;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1805441338;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='444'";
};
instance of Microsoft_EELEntry
{
EventId = "445";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "Kurshed_2";
SystemFrom = "Alam_i2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 1;
TimeGenerated = "19900105224914.167611+480";
LoggingTime = "19970816175222.105877+480";
RollupTime = "19991010232618.187977+480";
Message = "Message with key to search = 410502822";
RecordNumber = "445";
User = "N/A";
Type = 5;
Classification = 4;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1434893994;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='445'";
};
instance of Microsoft_EELEntry
{
EventId = "446";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Basheer_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 2;
TimeGenerated = "19910202071708.185112+480";
LoggingTime = "19991018013628.114378+480";
RollupTime = "19950606215213.195252+480";
Message = "Message with key to search = 1622284599";
RecordNumber = "446";
User = "amit";
Type = 6;
Classification = 5;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1836915503;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 391571561;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='446'";
};
instance of Microsoft_EELEntry
{
EventId = "447";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Kurshed_2";
SystemFrom = "Basheer_1";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 2;
TimeGenerated = "19920327090413.194584+480";
LoggingTime = "20011204091518.115029+480";
RollupTime = "19980921131614.140096+480";
Message = "Message with key to search = 604721380";
RecordNumber = "447";
User = "rishi";
Type = 4;
Classification = 1;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 236683740;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='447'";
};
instance of Microsoft_EELEntry
{
EventId = "448";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Kurshed_2";
SystemFrom = "Alam_i2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 1;
TimeGenerated = "19960703234119.169800+480";
LoggingTime = "19980901182305.118337+480";
RollupTime = "19940509211423.198000+480";
Message = "Message with key to search = 312998855";
RecordNumber = "448";
User = "amit";
Type = 6;
Classification = 2;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1000823404;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='448'";
};
instance of Microsoft_EELEntry
{
EventId = "449";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Kurshed_2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 1;
TimeGenerated = "19900121141905.148275+480";
LoggingTime = "19960707003501.178280+480";
RollupTime = "20001103092500.191672+480";
Message = "Message with key to search = 506451612";
RecordNumber = "449";
User = "rishi";
Type = 6;
Classification = 2;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 420672345;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1024081172;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='449'";
};
instance of Microsoft_EELEntry
{
EventId = "450";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Kurshed_2";
SystemFrom = "Basheer_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 2;
TimeGenerated = "19920311091503.157544+480";
LoggingTime = "19940521111516.165354+480";
RollupTime = "19970824143927.125745+480";
Message = "Message with key to search = 110410278";
RecordNumber = "450";
User = "N/A";
Type = 4;
Classification = 3;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 652900337;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='450'";
};
instance of Microsoft_EELEntry
{
EventId = "451";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Basheer_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 2;
TimeGenerated = "19950618085209.163420+480";
LoggingTime = "20011216055415.163092+480";
RollupTime = "19950606232517.181897+480";
Message = "Message with key to search = 2073770245";
RecordNumber = "451";
User = "rishi";
Type = 6;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 579884700;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='451'";
};
instance of Microsoft_EELEntry
{
EventId = "452";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "Alam_i2";
SystemFrom = "Alam_i2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 1;
TimeGenerated = "19930416014613.173256+480";
LoggingTime = "19960711162225.199947+480";
RollupTime = "19900105102527.146045+480";
Message = "Message with key to search = 1427172272";
RecordNumber = "452";
User = "N/A";
Type = 2;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1258028295;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1067998730;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='452'";
};
instance of Microsoft_EELEntry
{
EventId = "453";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Alam_i2";
SystemFrom = "Alam_i2";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 2;
TimeGenerated = "19900109201418.182807+480";
LoggingTime = "20001103014201.106938+480";
RollupTime = "19950622234406.131824+480";
Message = "Message with key to search = 513167748";
RecordNumber = "453";
User = "N/A";
Type = 0;
Classification = 4;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 798097298;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='453'";
};
instance of Microsoft_EELEntry
{
EventId = "454";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Kurshed_2";
SystemFrom = "Alam_i2";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 1;
TimeGenerated = "19950622144223.121297+480";
LoggingTime = "20001107054724.146018+480";
RollupTime = "20001103030618.180848+480";
Message = "Message with key to search = 2048271261";
RecordNumber = "454";
User = "amit";
Type = 4;
Classification = 2;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 851452515;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='454'";
};
instance of Microsoft_EELEntry
{
EventId = "455";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Gafoor_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 4;
TimeGenerated = "19940517084500.154989+480";
LoggingTime = "19940513011806.192090+480";
RollupTime = "19900125154704.158694+480";
Message = "Message with key to search = 974759175";
RecordNumber = "455";
User = "sriravi";
Type = 6;
Classification = 3;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 932509311;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 506309985;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='455'";
};
instance of Microsoft_EELEntry
{
EventId = "456";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Basheer_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 3;
TimeGenerated = "19910214005922.127049+480";
LoggingTime = "19991018101608.103011+480";
RollupTime = "19991018175813.114342+480";
Message = "Message with key to search = 890998141";
RecordNumber = "456";
User = "sriravi";
Type = 5;
Classification = 2;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1654195798;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='456'";
};
instance of Microsoft_EELEntry
{
EventId = "457";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Kurshed_2";
SystemFrom = "Basheer_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 1;
TimeGenerated = "19930404101818.170345+480";
LoggingTime = "19920323092512.143792+480";
RollupTime = "19910214131720.144148+480";
Message = "Message with key to search = 64783621";
RecordNumber = "457";
User = "amit";
Type = 1;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 854658201;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='457'";
};
instance of Microsoft_EELEntry
{
EventId = "458";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "Alam_i2";
SystemFrom = "Alam_i2";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 2;
TimeGenerated = "19900113190323.143193+480";
LoggingTime = "20011224204411.102288+480";
RollupTime = "19980905230817.159828+480";
Message = "Message with key to search = 165440625";
RecordNumber = "458";
User = "sriravi";
Type = 4;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 946038107;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1829195538;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='458'";
};
instance of Microsoft_EELEntry
{
EventId = "459";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Basheer_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 3;
TimeGenerated = "19910202164809.149029+480";
LoggingTime = "19960703062201.166186+480";
RollupTime = "19970816220323.125286+480";
Message = "Message with key to search = 2126985372";
RecordNumber = "459";
User = "sriravi";
Type = 5;
Classification = 6;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 633103718;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='459'";
};
instance of Microsoft_EELEntry
{
EventId = "460";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "Alam_i2";
SystemFrom = "Alam_i2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 2;
TimeGenerated = "19910202072507.181920+480";
LoggingTime = "19980913005325.157067+480";
RollupTime = "19950614193618.118826+480";
Message = "Message with key to search = 585764593";
RecordNumber = "460";
User = "amit";
Type = 4;
Classification = 1;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 524798507;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='460'";
};
instance of Microsoft_EELEntry
{
EventId = "461";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Gafoor_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 3;
TimeGenerated = "19920315064709.124310+480";
LoggingTime = "19980913175815.197054+480";
RollupTime = "19960707223312.188790+480";
Message = "Message with key to search = 191027717";
RecordNumber = "461";
User = "N/A";
Type = 1;
Classification = 3;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1915043965;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 104146879;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='461'";
};
instance of Microsoft_EELEntry
{
EventId = "462";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Basheer_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 4;
TimeGenerated = "19980909200304.109382+480";
LoggingTime = "19991002011501.153968+480";
RollupTime = "19980921160827.145666+480";
Message = "Message with key to search = 933462635";
RecordNumber = "462";
User = "rishi";
Type = 6;
Classification = 3;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1180859721;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='462'";
};
instance of Microsoft_EELEntry
{
EventId = "463";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Basheer_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 3;
TimeGenerated = "19910226162003.154031+480";
LoggingTime = "19991010080927.168074+480";
RollupTime = "19991014152417.139134+480";
Message = "Message with key to search = 1590514311";
RecordNumber = "463";
User = "rishi";
Type = 1;
Classification = 2;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1975833406;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='463'";
};
instance of Microsoft_EELEntry
{
EventId = "464";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Kurshed_2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 4;
TimeGenerated = "19920303194626.143059+480";
LoggingTime = "19960727113618.155847+480";
RollupTime = "20001111025908.189322+480";
Message = "Message with key to search = 468985283";
RecordNumber = "464";
User = "N/A";
Type = 2;
Classification = 3;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1270586363;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 912248424;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='464'";
};
instance of Microsoft_EELEntry
{
EventId = "465";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Gafoor_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 4;
TimeGenerated = "19991006172314.104268+480";
LoggingTime = "19950622122607.184000+480";
RollupTime = "19920327070502.139418+480";
Message = "Message with key to search = 1835618554";
RecordNumber = "465";
User = "N/A";
Type = 1;
Classification = 1;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 299219616;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='465'";
};
instance of Microsoft_EELEntry
{
EventId = "466";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Kurshed_2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 1;
TimeGenerated = "19930428180604.192504+480";
LoggingTime = "20011220094612.186176+480";
RollupTime = "20011228215601.130757+480";
Message = "Message with key to search = 1676606389";
RecordNumber = "466";
User = "N/A";
Type = 0;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1373404739;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='466'";
};
instance of Microsoft_EELEntry
{
EventId = "467";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="server";
SystemAbout = "Kurshed_2";
SystemFrom = "Alam_i2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 2;
TimeGenerated = "19910210154828.119696+480";
LoggingTime = "19970808003816.162768+480";
RollupTime = "19960727152505.158968+480";
Message = "Message with key to search = 1148177515";
RecordNumber = "467";
User = "rishi";
Type = 3;
Classification = 2;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 682345886;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 75562044;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='467'";
};
instance of Microsoft_EELEntry
{
EventId = "468";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Basheer_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 2;
TimeGenerated = "19900121075415.196946+480";
LoggingTime = "19980913022205.176444+480";
RollupTime = "19920327034116.133590+480";
Message = "Message with key to search = 798709380";
RecordNumber = "468";
User = "N/A";
Type = 5;
Classification = 6;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1048786071;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='468'";
};
instance of Microsoft_EELEntry
{
EventId = "469";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Alam_i2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 2;
TimeGenerated = "19910210125707.134140+480";
LoggingTime = "19991002112811.177405+480";
RollupTime = "19960719160209.163436+480";
Message = "Message with key to search = 324082467";
RecordNumber = "469";
User = "amit";
Type = 4;
Classification = 1;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1468019633;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='469'";
};
instance of Microsoft_EELEntry
{
EventId = "470";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Gafoor_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 4;
TimeGenerated = "19930408043919.152121+480";
LoggingTime = "20001107090205.141947+480";
RollupTime = "19910222142609.186506+480";
Message = "Message with key to search = 398351708";
RecordNumber = "470";
User = "sriravi";
Type = 5;
Classification = 8;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1467644533;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1190999031;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='470'";
};
instance of Microsoft_EELEntry
{
EventId = "471";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Kurshed_2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 1;
TimeGenerated = "19940501114228.172710+480";
LoggingTime = "20011216032924.151748+480";
RollupTime = "19991010081623.178179+480";
Message = "Message with key to search = 1170734940";
RecordNumber = "471";
User = "sriravi";
Type = 0;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 469705469;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='471'";
};
instance of Microsoft_EELEntry
{
EventId = "472";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Alam_i2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 2;
TimeGenerated = "19920307094117.167943+480";
LoggingTime = "19950626032224.172357+480";
RollupTime = "19991002081113.128611+480";
Message = "Message with key to search = 469615876";
RecordNumber = "472";
User = "sriravi";
Type = 5;
Classification = 8;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 584197059;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='472'";
};
instance of Microsoft_EELEntry
{
EventId = "473";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Alam_i2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 3;
TimeGenerated = "19900113004917.145732+480";
LoggingTime = "20011228085507.199027+480";
RollupTime = "19980925195628.118639+480";
Message = "Message with key to search = 1506786119";
RecordNumber = "473";
User = "rishi";
Type = 6;
Classification = 3;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1443019893;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 314601573;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='473'";
};
instance of Microsoft_EELEntry
{
EventId = "474";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Alam_i2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 4;
TimeGenerated = "19920315165822.169283+480";
LoggingTime = "19950606164727.178737+480";
RollupTime = "20001107182621.104540+480";
Message = "Message with key to search = 1389283722";
RecordNumber = "474";
User = "sriravi";
Type = 6;
Classification = 1;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1132280556;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='474'";
};
instance of Microsoft_EELEntry
{
EventId = "475";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Alam_i2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 2;
TimeGenerated = "19920307173516.121321+480";
LoggingTime = "20011208175711.174420+480";
RollupTime = "19970828103116.163887+480";
Message = "Message with key to search = 1111322111";
RecordNumber = "475";
User = "sriravi";
Type = 5;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1898691639;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='475'";
};
instance of Microsoft_EELEntry
{
EventId = "476";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Gafoor_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 2;
TimeGenerated = "19930412062105.182276+480";
LoggingTime = "20001127112019.136580+480";
RollupTime = "19991014133924.110728+480";
Message = "Message with key to search = 1088147528";
RecordNumber = "476";
User = "rishi";
Type = 0;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 334799848;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1377514297;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='476'";
};
instance of Microsoft_EELEntry
{
EventId = "477";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Basheer_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 2;
TimeGenerated = "19920327035621.110986+480";
LoggingTime = "20001127082214.182501+480";
RollupTime = "19960707150522.194272+480";
Message = "Message with key to search = 603289516";
RecordNumber = "477";
User = "N/A";
Type = 6;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 2016256130;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='477'";
};
instance of Microsoft_EELEntry
{
EventId = "478";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "Gafoor_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 1;
TimeGenerated = "19940517221328.182439+480";
LoggingTime = "20011216071103.179174+480";
RollupTime = "19970804143918.151682+480";
Message = "Message with key to search = 1021439597";
RecordNumber = "478";
User = "rishi";
Type = 1;
Classification = 1;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 363598721;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='478'";
};
instance of Microsoft_EELEntry
{
EventId = "479";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Alam_i2";
SystemFrom = "Alam_i2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 1;
TimeGenerated = "19920303103423.139775+480";
LoggingTime = "20011224224010.129689+480";
RollupTime = "19940517065113.150596+480";
Message = "Message with key to search = 2003226424";
RecordNumber = "479";
User = "N/A";
Type = 3;
Classification = 5;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1798459092;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1880461605;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='479'";
};
instance of Microsoft_EELEntry
{
EventId = "480";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Gafoor_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 4;
TimeGenerated = "19930420005114.173160+480";
LoggingTime = "19960723043624.186781+480";
RollupTime = "19930428222307.158321+480";
Message = "Message with key to search = 1690293573";
RecordNumber = "480";
User = "N/A";
Type = 4;
Classification = 6;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1467552873;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='480'";
};
instance of Microsoft_EELEntry
{
EventId = "481";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Alam_i2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 1;
TimeGenerated = "19900117095524.167335+480";
LoggingTime = "19930416111523.107468+480";
RollupTime = "19960719150014.114256+480";
Message = "Message with key to search = 1350203968";
RecordNumber = "481";
User = "rishi";
Type = 1;
Classification = 1;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 865208015;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='481'";
};
instance of Microsoft_EELEntry
{
EventId = "482";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Alam_i2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 1;
TimeGenerated = "19930420164301.166372+480";
LoggingTime = "19980917051616.128916+480";
RollupTime = "20001123142314.184209+480";
Message = "Message with key to search = 1084621419";
RecordNumber = "482";
User = "sriravi";
Type = 1;
Classification = 7;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1959588364;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1560524063;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='482'";
};
instance of Microsoft_EELEntry
{
EventId = "483";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Gafoor_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 4;
TimeGenerated = "19900101203304.154775+480";
LoggingTime = "20011224223004.110481+480";
RollupTime = "20001123021017.164579+480";
Message = "Message with key to search = 545169243";
RecordNumber = "483";
User = "N/A";
Type = 5;
Classification = 7;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 258091488;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='483'";
};
instance of Microsoft_EELEntry
{
EventId = "484";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Gafoor_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 2;
TimeGenerated = "19970812224822.173671+480";
LoggingTime = "19991010221201.187123+480";
RollupTime = "20011212012616.169891+480";
Message = "Message with key to search = 2140116679";
RecordNumber = "484";
User = "rishi";
Type = 2;
Classification = 4;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1994492437;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='484'";
};
instance of Microsoft_EELEntry
{
EventId = "485";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "Basheer_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 1;
TimeGenerated = "19920311091503.157544+480";
LoggingTime = "20011216060708.160622+480";
RollupTime = "20011204172521.165916+480";
Message = "Message with key to search = 580014211";
RecordNumber = "485";
User = "amit";
Type = 2;
Classification = 8;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 2119482570;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 2069762017;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='485'";
};
instance of Microsoft_EELEntry
{
EventId = "486";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Gafoor_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 3;
TimeGenerated = "19940521065125.128252+480";
LoggingTime = "19980901172822.162032+480";
RollupTime = "20011224033202.156055+480";
Message = "Message with key to search = 1632395987";
RecordNumber = "486";
User = "amit";
Type = 0;
Classification = 7;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1928276297;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='486'";
};
instance of Microsoft_EELEntry
{
EventId = "487";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Alam_i2";
SystemFrom = "Gafoor_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 2;
TimeGenerated = "19940521043909.145021+480";
LoggingTime = "19970828044401.164803+480";
RollupTime = "20011220182014.104733+480";
Message = "Message with key to search = 716864686";
RecordNumber = "487";
User = "rishi";
Type = 4;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 790240180;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='487'";
};
instance of Microsoft_EELEntry
{
EventId = "488";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Alam_i2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 4;
TimeGenerated = "19930428174424.161452+480";
LoggingTime = "19980913091105.157345+480";
RollupTime = "19970804225012.159869+480";
Message = "Message with key to search = 1430406410";
RecordNumber = "488";
User = "sriravi";
Type = 0;
Classification = 2;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1011859159;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1496212831;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='488'";
};
instance of Microsoft_EELEntry
{
EventId = "489";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Basheer_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 4;
TimeGenerated = "19920315183108.137556+480";
LoggingTime = "19930416223117.142862+480";
RollupTime = "19970824185925.131775+480";
Message = "Message with key to search = 436893633";
RecordNumber = "489";
User = "sriravi";
Type = 2;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1742892772;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='489'";
};
instance of Microsoft_EELEntry
{
EventId = "490";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Gafoor_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 4;
TimeGenerated = "19910218001220.185710+480";
LoggingTime = "19980921164106.163631+480";
RollupTime = "19910214035702.114112+480";
Message = "Message with key to search = 504251188";
RecordNumber = "490";
User = "sriravi";
Type = 5;
Classification = 2;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1281484843;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='490'";
};
instance of Microsoft_EELEntry
{
EventId = "491";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="driver";
SystemAbout = "Alam_i2";
SystemFrom = "Alam_i2";
DeliveredBy = "Kurshed_2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 1;
TimeGenerated = "19910218024816.106945+480";
LoggingTime = "19980917045209.123674+480";
RollupTime = "19920319015600.161358+480";
Message = "Message with key to search = 1785699462";
RecordNumber = "491";
User = "N/A";
Type = 5;
Classification = 4;
LogType = 1;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 934777686;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1182668140;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='491'";
};
instance of Microsoft_EELEntry
{
EventId = "492";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="application";
SystemAbout = "Gafoor_1";
SystemFrom = "Gafoor_1";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 1;
TimeGenerated = "19940513225527.185303+480";
LoggingTime = "19991026161424.127826+480";
RollupTime = "19920327000214.178778+480";
Message = "Message with key to search = 165298222";
RecordNumber = "492";
User = "amit";
Type = 3;
Classification = 5;
LogType = 1;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 2093209264;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='492'";
};
instance of Microsoft_EELEntry
{
EventId = "493";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Gafoor_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 4;
Severity = 3;
TimeGenerated = "19920315064709.124310+480";
LoggingTime = "20011228132916.125908+480";
RollupTime = "19910222231319.102309+480";
Message = "Message with key to search = 1629488967";
RecordNumber = "493";
User = "N/A";
Type = 2;
Classification = 5;
LogType = 1;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1610168329;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='493'";
};
instance of Microsoft_EELEntry
{
EventId = "494";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Basheer_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 3;
TimeGenerated = "19910210055109.188915+480";
LoggingTime = "20011212005121.108302+480";
RollupTime = "19920319185925.107312+480";
Message = "Message with key to search = 1465662528";
RecordNumber = "494";
User = "N/A";
Type = 5;
Classification = 4;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1886711632;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 355087463;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='494'";
};
instance of Microsoft_EELEntry
{
EventId = "495";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="server";
SystemAbout = "Basheer_1";
SystemFrom = "Basheer_1";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 1;
Severity = 1;
TimeGenerated = "19900105122511.157250+480";
LoggingTime = "19960727153616.152218+480";
RollupTime = "19920323124506.147785+480";
Message = "Message with key to search = 2055122385";
RecordNumber = "495";
User = "N/A";
Type = 0;
Classification = 4;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 504903416;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='495'";
};
instance of Microsoft_EELEntry
{
EventId = "496";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Kurshed_2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 4;
TimeGenerated = "19910222204503.108543+480";
LoggingTime = "19950614063901.194416+480";
RollupTime = "19950622051508.100162+480";
Message = "Message with key to search = 1627747035";
RecordNumber = "496";
User = "amit";
Type = 3;
Classification = 4;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 495054631;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='496'";
};
instance of Microsoft_EELEntry
{
EventId = "497";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Kurshed_2";
SystemFrom = "Kurshed_2";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 1;
TimeGenerated = "19900117115902.180593+480";
LoggingTime = "19940517080003.113985+480";
RollupTime = "19980905230817.159828+480";
Message = "Message with key to search = 1475634068";
RecordNumber = "497";
User = "N/A";
Type = 4;
Classification = 8;
LogType = 3;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 856029956;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 754237497;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='497'";
};
instance of Microsoft_EELEntry
{
EventId = "498";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Kurshed_2";
SystemFrom = "Alam_i2";
DeliveredBy = "Alam_i2";
Category="modems";
Subcategory="general";
Priority = 3;
Severity = 2;
TimeGenerated = "19900109090713.139819+480";
LoggingTime = "19950618224103.124756+480";
RollupTime = "20011204224516.161644+480";
Message = "Message with key to search = 540650699";
RecordNumber = "498";
User = "N/A";
Type = 1;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1826086880;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='498'";
};
instance of Microsoft_EELEntry
{
EventId = "499";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="driver";
SystemAbout = "Kurshed_2";
SystemFrom = "Basheer_1";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 3;
TimeGenerated = "19960715134714.163994+480";
LoggingTime = "19960707152120.139789+480";
RollupTime = "19950606080626.185004+480";
Message = "Message with key to search = 1132662698";
RecordNumber = "499";
User = "sriravi";
Type = 0;
Classification = 7;
LogType = 3;
OriginalEvent = instance of __InstanceCreationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1847058959;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceCreationEvent'";
Entry ="Microsoft_EELEntry='499'";
};
instance of Microsoft_EELEntry
{
EventId = "500";
SourceSubsystemType="SMS Log";
SourceSubsystemName ="application";
SystemAbout = "Gafoor_1";
SystemFrom = "Alam_i2";
DeliveredBy = "Basheer_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 4;
TimeGenerated = "19960703232912.139104+480";
LoggingTime = "20011228085507.199027+480";
RollupTime = "19900101041008.188128+480";
Message = "Message with key to search = 124335289";
RecordNumber = "500";
User = "sriravi";
Type = 6;
Classification = 7;
LogType = 2;
OriginalEvent = instance of __InstanceModificationEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 446471761;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
PreviousInstance = instance of Win32_Modem
{
DeviceId = 1834240728;
Manufacturer = "Acme Corporation";
OffTheHook = false;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceModificationEvent'";
Entry ="Microsoft_EELEntry='500'";
};
instance of Microsoft_EELEntry
{
EventId = "501";
SourceSubsystemType="NT Event Log";
SourceSubsystemName ="Unknown";
SystemAbout = "Basheer_1";
SystemFrom = "Kurshed_2";
DeliveredBy = "Gafoor_1";
Category="modems";
Subcategory="general";
Priority = 2;
Severity = 1;
TimeGenerated = "19900101114106.126520+480";
LoggingTime = "19980905060511.131158+480";
RollupTime = "19991010142927.176494+480";
Message = "Message with key to search = 780644753";
RecordNumber = "501";
User = "sriravi";
Type = 1;
Classification = 1;
LogType = 2;
OriginalEvent = instance of __InstanceDeletionEvent
{ TargetInstance = instance of Win32_Modem
{
DeviceId = 1108447093;
Manufacturer = "Acme Corporation";
OffTheHook = true;
};
};
};
instance of Microsoft_EELTOCEntryInFile
{
TOC = "Microsoft_EELTOC='__InstanceDeletionEvent'";
Entry ="Microsoft_EELEntry='501'";
};
instance of Microsoft_EELTOC
{
Category="__InstanceCreationEvent";
Description ="Instance Creation Event ";
};
instance of Microsoft_EELTOC
{
Category="__InstanceModificationEvent";
Description ="Instance Modification Event ";
};
instance of Microsoft_EELTOC
{
Category="__InstanceDeletionEvent";
Description ="Instance Deletion Event ";
};