Navigation: Installing EventSentry > Web Reporting |
Introduced with version 2.11 of EventSentry are ASP web pages that can be used to generate database reports used by the ODBC action of EventSentry.
1. Requirements
2a. Installation with EventSentry Installer During the installation make sure that you select the Database Support option. This will install all ASP web reports files into the Web sub folder of the EventSentry installation directory.
It is recommended that you also select the Setup IIS option during the installation. This option will automatically setup a virtual directory on your web server, which you can access by navigating to http://localhost/EventSentry/ (replace "localhost" with host name of the computer where IIS is running). If the IIS web server is located on a different computer, then you can either run the setup again on that computer or configure IIS manually by coping all files from the Web subdirectory to that computer.
Note: You cannot run the EventSentry setup on one computer and configure IIS automatically on another computer.
When running a web server other than IIS, simply serve the appropriate directory (..\Program Files\EventSentry\Web) through the web server.
After configuring the web server, open the configuration file WebReportsConfig.xml to verify or edit the ODBC DSN Name, username and password. You can find this file in the folder where you installed EventSentry or by clicking on the Configure Web Reports shortcut in the EventSentry start menu folder.
You can now navigate with your web browser to the index page, e.g. http://yourserver/eventsentry/index.asp.
2b. Manual Installation A manual installation of the web reports can also be performed, however the web reports files will need to have been installed on a computer beforehand.
File Installation & Configuration
IIS Configuration
3. Included XML Files The web reports include the following three XML files, which are stored in the EventSentry installation directory by default:
WebReportsConfig.xml This is the main configuration file for the web reports and automatically configured during the product installation. The file contains the database connection properties (DSN, password etc.) and the default selections for most search dialogs (e.g. default search limit).
This file needs to be configured whenever you change the name of the System DSN or the password of the eventsentry_web user. It is recommended that you edit this file through the Profile Editor, but you can also open the WebReportsConfig.xml file by clicking on "Configure Web Reports" in the EventSentry start menu folder.
WebReportsLanguages-*.xml These files enables the translation of the web reports into other languages. You can currently configure the web reports to display in the following languages:
It is recommended that install all language files with the web reports, however it is possible to only install the language file that you configured the web reports for. For example, if you configured the web reports for German, then it is enough to install the WebReportsLanguages-DE.xml language file.
If you would like to contribute and offer the translation of an additional language then please email us at support@netikus.net and let us know which language you would like to translate into.
WebReports.xml The WebReports.xml file contains SQL queries that are used throughout the web reports. It is not recommended that you edit this file. |