WindowsCounter2012 Error while retreiving PAL report for SQL Server Counters
description
Hi,
I am receiving this WindowsCounter2012 Error show below whenever i am trying to generate a report through PAL V2.2.1 to get the analysis of the SQL Server Counters i got the log file for,
This is what the Queue script looks like before it is executed,
Powershell ".\PAL.ps1"
-Log ''
-ThresholdFile 'C:\Program Files\PAL\PAL\SQLServer.xml'
-Interval 'AUTO'
-IsOutputHtml $True
-HtmlOutputFileName '[LogFileName]_PAL_ANALYSIS_[DateTimeStamp].htm'
-IsOutputXml $False
-XmlOutputFileName '[LogFileName]_PAL_ANALYSIS_[DateTimeStamp].xml'
-AllCounterStats $False
-NumberOfProcessors '24'
-ThreeGBSwitch $False
-SixtyFourBit $True
-TotalMemory '144'
-RAID5Drives 'NULL'
-RAID1Drives 'NULL'
Error:
'WindowsCounters2012' is not recognized as an internal or external command,
operable program or batch file.
Can someone please let me know what am i missing, i use to generate reports earlier with PAL v 1.3.6.2 but since i upgraded it, i am receiving this error,
Thanks
FK