Exported IIS.xml to Perfmon template file.
Made data collector set.
Ran test (~10 min), 6 Mb file
Started analysis.
Got this at the end:
Generating the HTML Report...WARNING: Please post errors or problems with this t
ool to the PAL web site
located at http://www.codeplex.com/PAL with the following error message and a
brief description of what you were trying to do. Thank you.
Property 'MINCRITICALVALUE' cannot be found on this object. Make sure that it e
xists.
At C:\Program Files\PAL\PAL\PAL.ps1:5119 char:99
+ ... )`n" + $(If ($($XmlChart.MINCRITICALVALUE) -ne ''){'Critical Range: ' + "
$(AddTh ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordE
xception
+ FullyQualifiedErrorId : PropertyNotFoundStrict
Comments: ** Comment from web user: ClintH **
Made data collector set.
Ran test (~10 min), 6 Mb file
Started analysis.
Got this at the end:
Generating the HTML Report...WARNING: Please post errors or problems with this t
ool to the PAL web site
located at http://www.codeplex.com/PAL with the following error message and a
brief description of what you were trying to do. Thank you.
Property 'MINCRITICALVALUE' cannot be found on this object. Make sure that it e
xists.
At C:\Program Files\PAL\PAL\PAL.ps1:5119 char:99
+ ... )`n" + $(If ($($XmlChart.MINCRITICALVALUE) -ne ''){'Critical Range: ' + "
$(AddTh ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordE
xception
+ FullyQualifiedErrorId : PropertyNotFoundStrict
Comments: ** Comment from web user: ClintH **
While it is true that the PAL tool can run in a non-English language, the problem is that it has to match performance counter paths in the threshold files which are all in English. So even if you are running in a non-English context, PAL will still fail when trying to match counters in the counter log with counters in the threshold files.