View Single Post
  #2 (permalink)  
Old 2006-08-24
kva.kva kva.kva is offline
Senior Member
 
Join Date: 2006-01-26
Location: Moscow, Russia
Posts: 706
Rep Power: 3
kva.kva has an average reputation (10+)
Default Re: Eventia Reporter Issue

You can use DBTableStat to get information about a daily summary of the number of log records that match the consolidation rules, and the number of consolidated records that were stored in the specified database table. So if you'll get non zero records for necessary day, then you need to check carefully period for report's template.

Usage
DBTableStat [-t TableName] [-o OutputFile]
Syntax
-t specify database table name, default: CONNECTIONS
-o specify output file name, default: table_stat.csv
Reply With Quote