I tried setting up Server Performance Advisor today and ran into some problems:
– All the reports gave the following results:
Invalid Data Set Reports
– I got the following error in Event Viewer:
Event Type: Warning
Event Source: PLA
Event Category: Manager
Event ID: 1006
Date: 2008-02-12
Time: 22:58:50
User: N/A
Computer: SRVTEMPLATE
Description:
UI Control
Origin: IIS
Error: 0x80070057
Rules evaluation failed at ‘-355368730132,655 * 100’ has an invalid token.
Parameter name: C:PerfLogsReportIISCurrentSRVTEMPLATE_200802122257iis.xml – Rules evaluation failed at ‘-355368730132,655 * 100’ has an invalid token.
Parameter name: C:PerfLogsReportIISCurrentSRVTEMPLATE_200802122257iis.xml
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
After about 2 Hours searching I finally found someone with the same error. He/She wrote this:
“The problem was solved when I deleted the following line from the
configuration.xml under install_dirData folder,
under -compiler name=”IIS”- delete the following line:
<compile type=”rules” dir=”data” file=”rules.xml”>{REPORT}</compile>
you basically disable the rules evaluation for the report you’re trying
to get. “
Links
Leave a Reply