EventView

(Japanese Page)


What is EventView ?

EventView is a software which checks Windows Eventlog and sends only needed log entry as an e-mail. Its' points are;

Requirements

EventView should be able to run on Windows 2003 Server, Windows XP Pro, Windows 2000, Windows NT system which Windows Script 5.6 is installed. But I checked only on Windows 2000 Server(English) and Windows XP Pro(English and Japanese).

Since EventView uses Windows Script 5.6 functions, Windows Script 5.6 have to be installed on Windows 2000 or Windows NT system before hand. The default version of Windows Script in Windows XP Pro is 5.6, you don't need to update Windows Script in Windows XP system. You can download Windows Script 5.6 from Microsoft web site.

If you use e-mail sending function of EventView, you also have to get;

  • blat.exe (for English version OS)
  • blatj.exe and tconvlib.dll (for Japanese version OS)
  • Download

    If you use English version of Windows, get eventView.wsf and eventView.js. If you use Japanese version of Windows, get eventViewJ.wsf and eventView.js.

    The differences between eventView.wsf and eventViewJ.wsf are only sample filtering configurations and e-mail sending software configuration (blat.exe or blatj.exe). Therefore any of them should work on your system, if you customize it correctly.

    Installation

    You don't need any special installation. Just download needed files, extract archives and put needed files(blat.exe, etc.) in a same directory, and edit eventView.wsf(or eventViewJ.wsf) to match your environment.

    How to use

    Run EventView from Windows Command Prompt like shown below.(You can launch EventView from Scheduled Task.)

    Uninstall

    You don't need any special uninstallation process, like clearing registories. Just remove the directory including EventView scripts.

    Known issued, bugs, etc.

    Source names or Type names which are described in IGNORE_LIST and MANDATORY_LIST could be defferent from the ones shown in Windows Event Viewer software. Please make sure what is the correct name of the log entry by running EventView without /t option first, then edit eventView(J).wsf.

    Some anti-virus softwares check what script are doing, and when a script tries to access local resources (file system, Eventlog, etc.), they warn it to users. In this case, please configure your anti-virus software to allow eventView(J).wsf and eventView.js to access local resources.

    Error handlings are not implemented, so you could meet a situation like "I'm not sure but doesn't work... Something wrong." In this case, /v option might help you. Please check if there are any tipos, wrong addresses, etc.

    I'm not sure why, but I have met a problem that eventView.js couldn't have gotten Win32_NTLogEvent object. (You would receive empty e-mail.)

    Terms of the license

    EventView is a so called free software. You can use it freely, if you take self responsibility. Of course, there is no warranty. The author doesn't take any responsibility even if you suffer any damages from using this software. If you don't agree this condition, you are not authorized to use this software.

    You can re-distribute this software freely. Also you can make link to this web site.

    If you want to send opinions, requests, etc., please send an e-mail to the author. But the author is NOT obligated to fix bugs, add new functions, etc. He might do it, but don't expect so much. This software is just short scripts, please change them as your needs by yourselves. Also he might not reply to your e-mail, sorry.


    Last Modified on 5th June, 2003
    Hirotada Sasaki