
John Alvord, IBM Corporation
Draft #1 – 13 April 2018 – Level 1.00000
Follow on twitter
Inspiration
The Event History Audit project is complex to grasp as a whole. The following series of posts will track individual diagnostic efforts and how the new project aided in the process.
A Situation Event Hidden because Duplicate DisplayItem Values
This was seen in the Event Audit History Advisory section:
65,EVENTAUDIT1011W,TEMS,Situations [1] lost events because DisplayItem has duplicate atoms
Note that this is different from #2 which was looked at lost situation events because they occurred at the same second at the TEMS.
And in that report section:
EVENTREPORT002: Multiple results in one second and DisplayItem defined
Situation,Type,Agent_Second,Results,Agent,Atomize,Atom,
CFG_KLO_SWI_LOG_QA,Pure,1180413055342000,16,swift:WAPPRIB00001Q0D:LO,KLOLOGEVTS.CUSLOT1,D:/Alliance/WebPlatformSE/log/swpservice.out,
There is a situation CFG_KLO_SWI_LOG_QA. It is Pure [looking at a log]. At the TEMS second 1180413055342000 [2018-04-13 05:53:42] 16 results were seen. As will be seen later there were actually 34 result segments. The agent name was swift:WAPPRIB00001Q0D:LO – a Tivolu Log Agent. The displayItem was LOLOGEVTS.CUSLOT1 [first custom slot] and the value that all 16 results had was “D:/Alliance/WebPlatformSE/log/swpservice.out, “
Only a single result will be reported, unless you have the TEMS configured for “One Row One Result“. However the alert from all but one of the detected conditions has been lost forever. Monitoring has been degraded since you are not getting all the information that is available. If the information is important, you should probably consider setting a different DisplayItem – if possible. Otherwise you can use the “One Row One Result” configuration.
In this case they look almost all the same and so it doesn’t really matter from a monitoring standpoint although the performance impact on the agent and the TEMS is heavy. This one situation accounted for 91.24% of the 382.46 Kbytes/minute TEMS workload. The Tivoli log agent should probably be configured to suppress duplicate events in the case.
It is also important to determine if the information is really useful. If the condition is normal and no one is going to fix it, why should it be monitored? That is a customer decision but the question needs to be asked.
Deep dive Into the report details
The full report section is in an appendix since it is so very long. This section selects a typical part part.
Scan or search ahead for Report 999. It is sorted by first node, then situation, then by Time at the TEMS. I will first describe what you see and the guidance from the column description line.
EVENTREPORT999: Full report sorted by Node/Situation/Time
Situation,Node,Thrunode,Agent_Time,TEMS_Time,Deltastat,Reeval,Results,Atomize,DisplayItem,LineNumber,PDT
Situation – Situation Name, which can be different from the Full Name that you see in situation editor, like too long or other cases.
Node – Managed System Name or Agent Name
Thrunode – The managed system that knows how to communicate with the agent, the remote TEMS in simple cases
Agent_Time – The time as recorded at the Agent during TEMA processing. You will see cases where the same Agent time is seen in multiple TEMS seconds because the Agent can produce data faster than then TEMS can process it at times. Simple cases have a last three digits of 999. Other cases will have tie breakers of 000,001,…,998 when a lot of data is being generated. This the UTC [earlier GMT] time at the agent.
TEMS_Time – The time as recorded at the TEMS during processing. This the UTC [earlier GMT] time.
Deltastat – event status. You generally see Y for open and N for close. There are more not recorded here.
Reeval – Sampling interval [re-evaluation] in seconds and 0 means a pure event.
Results – How many results were seen. The simplest cases are 1 and you would see that if you used -allresults control. In this report you only get a warning when there are multiple results.
Atomize – The table/column specification of the value used for Atomize. It can be null meaning not used.
DisplayItem – The value of the atomize in this instance. Atomize is just the [up to] first 128 bytes of another string attribute.
LineNumber – A debugging helper that tells what line of the TSITSTSH data dump supplied this information
PDT – The Predicate or Situation Formula as it is stored.
The Descriptor line – before we see the results.
CFG_KLO_SWI_LOG_QA,swift:WAPPRIB00001Q0D:LO,RTEMS_LEMRNCB00009009,1180413055341999,1180413055342000,Y,0,34,KLOLOGEVTS.CUSLOT1,D:/Alliance/WebPlatformSE/log/swpservice.out,3894,*IF ( ( *VALUE KLO_LOGFILEEVENTS.Class *EQ ‘SEVERE’ *AND *VALUE KLO_LOGFILEEVENTS.Occurrence_Count *GE 1 ) *OR ( *VALUE KLO_LOGFILEEVENTS.Class *EQ ‘WARNING’ *AND *VALUE KLO_LOGFILEEVENTS.Occurrence_Count *GE 1 ) ),
Following the descriptor line is one or more P [Predicate/formula] lines as used as the Agent logic, followed by the results contributing to the TEMS logic.
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
Following the predicate is one or more result lines. These are all in the form of Attribute=value in the Table/Column=raw_data form. There is a leading count of the index of this result line. In this case there were many P lines and many result lines. More comments follow. Ignore the funny emoticons that some Browsers convert equal [=] followed by semicolon [;] into. If needed you can copy/paste the line into a line mode editor for study. Clearly the results were coming in very fast, but apparently they arrived in three separate bundles of 4 total results.
,,,,,,,4,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,5,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
What is the problem and How to fix it?
The agent logic produced a massive number of result reports during that few seconds. Every one had the
DisplayItem KLOLOGEVTS.CUSLOT1 with value D:/Alliance/WebPlatformSE/log/swpservice.out
Lets break out the separate attributes gathered. Here is an example, not one from above
KLOLOGEVTS.CUINT1=0;
KLOLOGEVTS.CUINT2=0;
KLOLOGEVTS.CUINT3=0;
KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;
KLOLOGEVTS.CUSLOT10=;
KLOLOGEVTS.CUSLOT2=;
KLOLOGEVTS.CUSLOT3=;
KLOLOGEVTS.CUSLOT4=;
KLOLOGEVTS.CUSLOT5=;
KLOLOGEVTS.CUSLOT6=;
KLOLOGEVTS.CUSLOT7=;
KLOLOGEVTS.CUSLOT8=;
KLOLOGEVTS.CUSLOT9=;
KLOLOGEVTS.EIFEVENT=;
KLOLOGEVTS.EVTYPE=0;
KLOLOGEVTS.LOGNAME=swpservice.out;
KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out WARNING;
KLOLOGEVTS.OCOUNT=1;
KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;
KLOLOGEVTS.REMHOST=;
KLOLOGEVTS.TECCLASS=WARNING;
KLOLOGEVTS.TIMESTAMP=1180413055736000,
The formula looked was
*IF ( ( *VALUE KLO_LOGFILEEVENTS.Class *EQ ‘SEVERE’ *AND *VALUE KLO_LOGFILEEVENTS.Occurrence_Count *GE 1 ) *OR
( *VALUE KLO_LOGFILEEVENTS.Class *EQ ‘WARNING’ *AND *VALUE KLO_LOGFILEEVENTS.Occurrence_Count *GE 1 )
)
and the agent surely delivered the conditions as requested.
As it happens every single result came from a single agent: swift:WAPPRIB00001Q0D:LO
That condition should be studied and corrected if possible. The situation events themselves are being forwarded to TDST=3 – so maybe the folks responsible for that event destination should be contacted and asked why they are ignoring the events.
The situation formula itself looks over-general. In this case it led to 30-40 results per second arriving at the TEMS all essentially the same from the same agent. Maybe the Occurrence_Count test should be *GE 2. Maybe the Tivoli log agent should be configured to not send duplicate reports. Maybe the situation itself does not have sufficient value to run.
Correcting this one situation would drop workload on this TEMS by over 90% – and leave room for more useful work.
Summary
Tale #3 of using Event Audit History to understand and correct one type of Incorrect DisplayItem conditions and thus get more results.
Appendix: Full detailed report
This includes two TEMS seconds because the TEMS did not handle all of the results in one second. However the agent created them all at the local second 1180413055341999 and the data capture time seen in KLOLOGEVTS.TIMESTAMP was from 1180413055736000 and 1180413055737000. You often see this sort of spread out response in high result creation mode. It stresses the agent and the TEMS and is often viewed as “wasting” resources.
TEMS Second 1
CFG_KLO_SWI_LOG_QA,swift:WAPPRIB00001Q0D:LO,RTEMS_LEMRNCB00009009,1180413055341999,1180413055341002,Y,0,2,KLOLOGEVTS.CUSLOT1,D:/Alliance/WebPlatformSE/log/swpservice.out,3892,*IF ( ( *VALUE KLO_LOGFILEEVENTS.Class *EQ ‘SEVERE’ *AND *VALUE KLO_LOGFILEEVENTS.Occurrence_Count *GE 1 ) *OR ( *VALUE KLO_LOGFILEEVENTS.Class *EQ ‘WARNING’ *AND *VALUE KLO_LOGFILEEVENTS.Occurrence_Count *GE 1 ) ),
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,0,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out WARNING;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=WARNING;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,1,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out WARNING;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=WARNING;KLOLOGEVTS.TIMESTAMP=1180413055736000,
TEMS Second 2
CFG_KLO_SWI_LOG_QA,swift:WAPPRIB00001Q0D:LO,RTEMS_LEMRNCB00009009,1180413055341999,1180413055342000,Y,0,34,KLOLOGEVTS.CUSLOT1,D:/Alliance/WebPlatformSE/log/swpservice.out,3894,*IF ( ( *VALUE KLO_LOGFILEEVENTS.Class *EQ ‘SEVERE’ *AND *VALUE KLO_LOGFILEEVENTS.Occurrence_Count *GE 1 ) *OR ( *VALUE KLO_LOGFILEEVENTS.Class *EQ ‘WARNING’ *AND *VALUE KLO_LOGFILEEVENTS.Occurrence_Count *GE 1 ) ),
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,0,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out WARNING;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=WARNING;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,1,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,2,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,3,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,4,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,5,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,6,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,7,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,8,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,9,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,10,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,11,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,12,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,13,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,14,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,15,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,16,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055736000,
,,,,,,,17,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,18,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,19,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,20,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,21,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,22,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,23,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,24,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,25,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,26,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,27,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,28,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,29,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,30,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,31,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,P,*PREDICATE=( ( KLOLOGEVTS.TECCLASS = N’SEVERE’ AND KLOLOGEVTS.OCOUNT >= 1 ) OR ( KLOLOGEVTS.TECCLASS = N’WARNING’ AND KLOLOGEVTS.OCOUNT >= 1 ) ),
,,,,,,,32,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
,,,,,,,33,KLOLOGEVTS.CUINT1=0;KLOLOGEVTS.CUINT2=0;KLOLOGEVTS.CUINT3=0;KLOLOGEVTS.CUSLOT1=D:/Alliance/WebPlatformSE/log/swpservice.out;KLOLOGEVTS.CUSLOT10=;KLOLOGEVTS.CUSLOT2=;KLOLOGEVTS.CUSLOT3=;KLOLOGEVTS.CUSLOT4=;KLOLOGEVTS.CUSLOT5=;KLOLOGEVTS.CUSLOT6=;KLOLOGEVTS.CUSLOT7=;KLOLOGEVTS.CUSLOT8=;KLOLOGEVTS.CUSLOT9=;KLOLOGEVTS.EIFEVENT=;KLOLOGEVTS.EVTYPE=0;KLOLOGEVTS.LOGNAME=swpservice.out;KLOLOGEVTS.MSG=D:/Alliance/WebPlatformSE/log/swpservice.out SEVEREl;KLOLOGEVTS.OCOUNT=1;KLOLOGEVTS.ORIGINNODE=swift:WAPPRIB00001Q0D:LO;KLOLOGEVTS.REMHOST=;KLOLOGEVTS.TECCLASS=SEVERE;KLOLOGEVTS.TIMESTAMP=1180413055737000,
C
History and Earlier versions
There are no binary objects associated with this project.
1.000000
initial release
Photo Note: Cruise Ship 2018 Needs a Horn