I got the following error
Overall progress... Status: Calculating counter statistics [very CPU intensive]..., PAL 2.7.1 Progress: 65%... Calculating counter statistics [very CPU intensive]...,
An error occurred on...
$iPercentComplete = ConvertToDataType $(($iIndexOfJobs / $iTotalJobs) * 100) 'integer'
At C:\Program Files\PAL\PAL\PAL.ps1:2270 char:65 + $iPercentComplete = ConvertToDataType $(($iIndexOfJobs / <<<< $iTotalJobs) * 100) 'integer'
Attempted to divide by zero.
SCRIPT ARGUMENTS:
Log: C:\scripts\server1_ProdMonitor20150218.blg
ThresholdFile: C:\Program Files\PAL\PAL\SystemOverview.xml
AnalysisInterval: AUTO
IsOutputHtml: $True
IsOutputXml: $False
HtmlOutputFileName: [LogFileName]_PAL_ANALYSIS_[DateTimeStamp].htm
XmlOutputFileName: [LogFileName]_PAL_ANALYSIS_[DateTimeStamp].xml
OutputDir: [My Documents]\PAL Reports
AllCounterStats: $False
NumberOfThreads: 1
IsLowPriority: $True
DisplayReport: True
Please contact the PAL tool team with this error by posting it to pal.codeplex.com. Thank you!
For detailed information, please look at the script execution log at
Comments: ** Comment from web user: ClintH **
Overall progress... Status: Calculating counter statistics [very CPU intensive]..., PAL 2.7.1 Progress: 65%... Calculating counter statistics [very CPU intensive]...,
An error occurred on...
$iPercentComplete = ConvertToDataType $(($iIndexOfJobs / $iTotalJobs) * 100) 'integer'
At C:\Program Files\PAL\PAL\PAL.ps1:2270 char:65 + $iPercentComplete = ConvertToDataType $(($iIndexOfJobs / <<<< $iTotalJobs) * 100) 'integer'
Attempted to divide by zero.
SCRIPT ARGUMENTS:
Log: C:\scripts\server1_ProdMonitor20150218.blg
ThresholdFile: C:\Program Files\PAL\PAL\SystemOverview.xml
AnalysisInterval: AUTO
IsOutputHtml: $True
IsOutputXml: $False
HtmlOutputFileName: [LogFileName]_PAL_ANALYSIS_[DateTimeStamp].htm
XmlOutputFileName: [LogFileName]_PAL_ANALYSIS_[DateTimeStamp].xml
OutputDir: [My Documents]\PAL Reports
AllCounterStats: $False
NumberOfThreads: 1
IsLowPriority: $True
DisplayReport: True
Please contact the PAL tool team with this error by posting it to pal.codeplex.com. Thank you!
For detailed information, please look at the script execution log at
Comments: ** Comment from web user: ClintH **
I think that might be an old version of PAL. Please use the latest, PAL 2.7.1 which has a new threading engine.