jprknight-oldax
15 years agoLevel 6
EV Dashboard 0.16 is now available for download.
Hi all,
Download it from www.evdiscuss.net/download.
In this release there is a few new features and some code fixes. Nothing too drastic has changed, however if you already have the app up and running on your system as always this is a worthwhile upgrade.
Installation instructions : www-secure.symantec.com/connect/articles/ev-dashboard-installation
Additions from changelog:
Version 0.16 - 17th February 2010
Fixes / Additions:
- Updated installation and upgrade documentation.
- Re-arranged the order of the scripts which are run by the data collector; So scripts which call data other than from the EVDashboard database run last. For example inc_Exchange_Disk_Info.vbs, which could potentially fail because of network connectivity or WMI problems.
- Updated with the application title logo
- Updated IndexWatchFileCounts.asp with new SQL connect code.
- New table: UsageReportsByArchive Report on the number of items which have been archived into each archive. Thanks to JesusWept2 for the underlining SQL query. Added the following ASP pages:
UsageReportByArchive.asp
UsageReportByArchiveByYear.asp
The only gotcha with this report is it connects to the ExchangeMailboxEntry table, so only archives with Exchange mailboxes will be listed.
See /sql/EVDashboard Database Creation/CreateTables.sql for the code to add this table to your EV Dashboard database. - Updated Data_Collector.vbs - Updated User Configuration variable based on time of day. This script can now be run within the same day without editing the file. If the script is run after 8:30am the script runs a reduced set of sub-scripts.
inc_Build_MultidimentionalArray.vbs
inc_Service_Alerts.vbs
inc_MSMQMessageCountAlerts.vbs
inc_EV_Disk_Info.vbs
inc_Exchange_Disk_Info.vbs - Updated ExchangeMailboxes.asp - Added date selector to page.
- Updated ExchangeMailstores.asp - Added date selector to page.
- Fixed EnabledMailboxes.asp - Corrected SQL query 2 SQLConnect timeout; it now uses the global strSQLConnect, by default 300 seconds. This should resolve problems of this script stopping half way through, and interupting the main data collector script.