Randy:
I see from the case you had opened that you are installed at the 3.0.1 version which includes all the previous patches to optimize the reporting tool to run as efficiently as possible.
It could well be environmental or a cross query in a report. I would assume these are canned reports or paths, users or DFS you are running.
I would suggest we open a support call in this instance and not discuss your environment online.
Quickly with previously provided information and a generic response in nature:
The report.log would provide information on the running reports. You may have to sort it if you run multiple simultaneously. The scheduled reports will be present to investigate which one is running under the directory:
C:\DataInsight\data\console\reports\reportruns\342\engine\type.properties
That is C:\DataInsight\data\console\reports\reportruns sort by modified time and choosing the current report then checking the .properties or .xml file in the engine directory under engine or *puts (like inputs or outputs).
An example:
#
# Report Type attributes
# version 1.0
#
category=Dashboard Reports
type=summary_dashboard
description=Use this report to compute data displayed on device and msu summary dashboard.
fields=resource,usergroup,period,user_count,start_depth,end_depth,purge_count
name=Dashboard Summary
executor=DIMultiTierExecutor
report.merge.exe=merge_rpt.exe
hide=true
format_output.skip=true
There are also alerts and system reports which have a large number.
Example:
C:\Program Files\Symantec\DataInsight\bin>dir /P /OG /Q C:\DataInsight\data\console\reports\reportruns
Directory of C:\DataInsight\data\console\reports\reportruns
08/14/2012 12:03 AM <DIR> BUILTIN\Administrators 1000000000335
08/15/2012 12:03 AM <DIR> BUILTIN\Administrators 1000000000336
01/17/2012 02:37 PM <DIR> BUILTIN\Administrators 101
01/17/2012 02:39 PM <DIR> BUILTIN\Administrators 102
01/17/2012 02:42 PM <DIR> BUILTIN\Administrators 103
The long ones are system related and are generated for integration between SDI (Symantec Data Insight) and DLP (Data Loss Prevention).
Reports increment in number.
Check which jobs you have configured using:
C:\Program Files\Symantec\DataInsight\bin>configcli.exe version
3.0.1.2537 (Rev: 3687-4530-723) (Built: 06 Apr 2011 10:07 PM) (Patch: 30RU1)
C:\Program Files\Symantec\DataInsight\bin>configcli.exe list_jobs webserver
output
JobName |
LastRun |
NextSchedRun |
Schedule |
PolicyJob |
8/15/12 12:00 AM |
8/16/12 12:00 AM |
12am every day |
PurgeReportsJob |
8/15/12 12:00 AM |
8/16/12 12:00 AM |
12am every day |
ReportJob |
none |
NEVER |
NEVER |
ReportJob_90 |
none |
NEVER |
NEVER |
SyncScansJob |
8/15/12 11:55 AM |
8/15/12 11:56 AM |
Every minute |
UpdateConfigJob |
8/15/12 11:55 AM |
8/15/12 11:56 AM |
Every 1 minute |
|
Your configclidump.txt file you sent in to Joe has the parameters you are operating the SDI product under.
Windows 2008R2 and 1GB (Xmx1024m) on a 64-Bit Server VM on AMD
I know of no known issues that would keep the CPU pegged but there are other environmental considerations.
note: long version ' configcli.exe dump webserver' pipe to a file to capture
I hope that leads you in the right direction.
Rod