I have now moved onto EVENTMONTOR and I am having some problems
For example to monitor the Application event log I used
eventmonitor BC0124XX8920794 Application FOREVER D:\TC\ProcessEvent.btm
where ProcesEvent.btm is:
The problem is most of the time nothing happens when an event is logged, but maybe every one and ten times I get almost what I expect. I would get everything defined in ProcessEvent except for the description, the description always comes back blank.
Any thoughts on why this happens?
Craig
For example to monitor the Application event log I used
eventmonitor BC0124XX8920794 Application FOREVER D:\TC\ProcessEvent.btm
where ProcesEvent.btm is:
Code:
echo Computer: %_eventcomputer
echo Description: %_eventdesc
echo Log: %_eventlog
echo Source: %_eventsource
echo Type: %_eventtype
echo Count: %_eventcount
The problem is most of the time nothing happens when an event is logged, but maybe every one and ten times I get almost what I expect. I would get everything defined in ProcessEvent except for the description, the description always comes back blank.
Any thoughts on why this happens?
Craig