<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Performance Analysis of Logs (PAL) Tool</title><link>http://www.codeplex.com/PAL/Project/ProjectRss.aspx</link><description>Ever have a performance problem, but don&amp;#39;t know what performance counters to collect or how to analyze them&amp;#63; The PAL &amp;#40;Performance Analysis of Logs&amp;#41; tool is a new and powerful tool that reads in a p...</description><item><title>Commented Issue: Some graphs not displaying correctly</title><link>http://www.codeplex.com/PAL/WorkItem/View.aspx?WorkItemId=10286</link><description>I&amp;#39;ve noticed a problem where the graphs for processor and disk counters display extra values on the X-axis.  It appears that the analysis interval adds the time splices correctly in the beginning of the graph, but doesn&amp;#39;t spread them out properly and adds additional values on the end.  I&amp;#39;ve run the analysis under different configurations and with numerous captures from different servers and received the same result.&lt;br /&gt;&lt;br /&gt;The graphs for memory display correctly.  I&amp;#39;ve attached examples of each.  &lt;br /&gt;&lt;br /&gt;The settings for the analysis were&amp;#58;&lt;br /&gt;&lt;br /&gt;Threshold File - System Overview&lt;br /&gt;Analysis Interval - AUTO&lt;br /&gt;Version - v1.3 Beta 5&lt;br /&gt;Comments: ** Comment from web user: moff ** &lt;p&gt;just to add, i&amp;#39;ve got the blg file still if you want&lt;/p&gt;</description><author>moff</author><pubDate>Tue, 19 Aug 2008 16:01:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: Some graphs not displaying correctly 20080819040124P</guid></item><item><title>Commented Issue: Some graphs not displaying correctly</title><link>http://www.codeplex.com/PAL/WorkItem/View.aspx?WorkItemId=10286</link><description>I&amp;#39;ve noticed a problem where the graphs for processor and disk counters display extra values on the X-axis.  It appears that the analysis interval adds the time splices correctly in the beginning of the graph, but doesn&amp;#39;t spread them out properly and adds additional values on the end.  I&amp;#39;ve run the analysis under different configurations and with numerous captures from different servers and received the same result.&lt;br /&gt;&lt;br /&gt;The graphs for memory display correctly.  I&amp;#39;ve attached examples of each.  &lt;br /&gt;&lt;br /&gt;The settings for the analysis were&amp;#58;&lt;br /&gt;&lt;br /&gt;Threshold File - System Overview&lt;br /&gt;Analysis Interval - AUTO&lt;br /&gt;Version - v1.3 Beta 5&lt;br /&gt;Comments: ** Comment from web user: moff ** &lt;p&gt;I&amp;#39;ve just encountered this too, see attached files, generated from the same log file. The one created with AUTO time slicing has worked, the one created with ALL time slicing hasn&amp;#39;t&lt;/p&gt;</description><author>moff</author><pubDate>Tue, 19 Aug 2008 15:54:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: Some graphs not displaying correctly 20080819035454P</guid></item><item><title>Created Issue: Type mismatch: 'join'</title><link>http://www.codeplex.com/PAL/WorkItem/View.aspx?WorkItemId=11027</link><description>&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;ERROR&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;&amp;#91;ProcessArguments&amp;#93;&lt;br /&gt;C&amp;#58;&amp;#92;Program Files&amp;#92;PAL&amp;#92;PAL v1.3 Beta 9&amp;#92;PAL.vbs&amp;#40;1639, 13&amp;#41; Microsoft VBScript runtim&lt;br /&gt;e error&amp;#58; Type mismatch&amp;#58; &amp;#39;Join&amp;#39;&lt;br /&gt;&lt;br /&gt;I receive this when attempting to analyze perfmon output files created by PSSDiag. Any thoughts&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;</description><author>abean</author><pubDate>Fri, 15 Aug 2008 20:18:00 GMT</pubDate><guid isPermaLink="false">Created Issue: Type mismatch: 'join' 20080815081800P</guid></item><item><title>New Post: Microsoft Web Archive format (*.mht) as output option</title><link>http://www.codeplex.com/PAL/Thread/View.aspx?ThreadId=33369</link><description>&lt;div style="line-height: normal;"&gt;I've found it very useful to turn the *.htm and accompanying directories into Microsoft Web Archive format (*.mht).&amp;nbsp; The advantage to *.mht is that the resulting file has all of the image resources contained within it so you don't need to send both a HTML file and a directory to someone via email or store both artifacts on the network for posterity.&amp;nbsp; This format can be viewed on Windows through Internet Explorer and on OS X by giving it a *.eml extension by Mail.app (I'm unaware of a Linux viewer however).&amp;nbsp; It would be nice to have *.mht as a third output option on the PAL wizard.&amp;nbsp; To create a *.mht file in C# (which is likely of limited use since PAL output is performed by VBScript, but I'm sure VBScript could invoke CDO):&lt;br&gt;
&lt;br&gt;
1.&amp;nbsp; Add a reference to &amp;quot;Microsoft CDO for Windows 2000&amp;quot; to the project (interop).&lt;br&gt;
2. Source code looks something like...&lt;br&gt;
&lt;br&gt;
using System;&lt;br&gt;
using System.IO;&lt;br&gt;
using CDO;&lt;br&gt;
...&lt;br&gt;
const string __url = &amp;quot;file:///{0}&amp;quot;;&lt;br&gt;
var htmlFileName = &amp;quot;path to PAL output.htm&amp;quot;;&lt;br&gt;
var message = new MessageClass();&lt;br&gt;
message.CreateMHTMLBody(String.Format(__url, htmlFileName), CDO.CdoMHTMLFlags.cdoSuppressNone, &amp;quot;&amp;quot;, &amp;quot;&amp;quot;);&lt;br&gt;
var stream = message.GetStream();&lt;br&gt;
var outputPath = Path.GetDirectoryName(htmlFileName) + &amp;quot;\\&amp;quot; + Path.GetFileNameWithoutExtension(htmlFileName) + &amp;quot;.mht&amp;quot;;&lt;br&gt;
stream.SaveToFile(outputPath, ADODB.SaveOptionsEnum.adSaveCreateOverWrite);&lt;br&gt;
&lt;/div&gt;</description><author>cfeduke</author><pubDate>Tue, 12 Aug 2008 15:49:25 GMT</pubDate><guid isPermaLink="false">New Post: Microsoft Web Archive format (*.mht) as output option 20080812034925P</guid></item><item><title>Created Release: PAL v1.3 Beta 9 (Aug 11, 2008)</title><link>http://www.codeplex.com/PAL/Release/ProjectReleases.aspx?ReleaseId=16215</link><description>&lt;div&gt;
Changes since PAL v1.3 Beta 8:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; Log row too long: When there are a large number of counters in a log, Log Parser fails to process it with the error, &amp;quot;Log row too long&amp;quot;. This is fixed by increasing the buffer size using the CSVInMaxRowSize registry key. In this build, PAL automatically detects the size needed and sets the size to the correct amount plus 1K extra. In order for this to work properly, PAL must be ran with administrator privileges in order to write the registry key.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Behavior Change:&lt;/b&gt; The PAL installation wizard now detects if Microsoft Office Web Components 2003 is installed and if Microsoft Log Parser v2.2 is installed. If they are not installed, then the installer points the user to the installation URL for the respective product.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; Fixed a bug where the chart (image files) were not available when the HTML PAL report is moved to a different directory.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; Fixed the Available MBytes decreasing trend threshold.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Threshold Update:&lt;/b&gt; Fixed that &amp;quot;The number of concurrent database session are greater than 80% of its throttling threshold for this host instance&amp;quot; threshold in the BizTalk 2006 threshold file, so that if the counter value is 0 (disabled), then ignore it.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Threshold Update:&lt;/b&gt; Changed the Process\% Processor Time to be divided by the number of processors.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Threshold Update:&lt;/b&gt; Set the Processor Queue Length thresholds to be Warning at greater than 10 x NumberOfProcessors and Critical at greater than 20 x NumberOfProcessors.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Win2008 Hyper-V:&lt;/b&gt; A Windows Server 2008 Hyper-V threshold file has been added to PAL. This is a beta release of this threshold file pending review from other subject matter experts.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; The UI now supports time range restrictions - meaning the perfmon log can be restricted to a time range.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 11 Aug 2008 07:29:12 GMT</pubDate><guid isPermaLink="false">Created Release: PAL v1.3 Beta 9 (Aug 11, 2008) 20080811072912A</guid></item><item><title>Released: PAL v1.3 Beta 9 (Aug 11, 2008)</title><link>http://www.codeplex.com/PAL/Release/ProjectReleases.aspx?ReleaseId=16215</link><description>&lt;div&gt;
Changes since PAL v1.3 Beta 8:&lt;br&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; Log row too long: When there are a large number of counters in a log, Log Parser fails to process it with the error, &amp;quot;Log row too long&amp;quot;. This is fixed by increasing the buffer size using the CSVInMaxRowSize registry key. In this build, PAL automatically detects the size needed and sets the size to the correct amount plus 1K extra. In order for this to work properly, PAL must be ran with administrator privileges in order to write the registry key.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Behavior Change:&lt;/b&gt; The PAL installation wizard now detects if Microsoft Office Web Components 2003 is installed and if Microsoft Log Parser v2.2 is installed. If they are not installed, then the installer points the user to the installation URL for the respective product.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; Fixed a bug where the chart (image files) were not available when the HTML PAL report is moved to a different directory.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; Fixed the Available MBytes decreasing trend threshold.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Threshold Update:&lt;/b&gt; Fixed that &amp;quot;The number of concurrent database session are greater than 80% of its throttling threshold for this host instance&amp;quot; threshold in the BizTalk 2006 threshold file, so that if the counter value is 0 (disabled), then ignore it.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Threshold Update:&lt;/b&gt; Changed the Process\% Processor Time to be divided by the number of processors.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Threshold Update:&lt;/b&gt; Set the Processor Queue Length thresholds to be Warning at greater than 10 x NumberOfProcessors and Critical at greater than 20 x NumberOfProcessors.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Win2008 Hyper-V:&lt;/b&gt; A Windows Server 2008 Hyper-V threshold file has been added to PAL. This is a beta release of this threshold file pending review from other subject matter experts.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; The UI now supports time range restrictions - meaning the perfmon log can be restricted to a time range.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 11 Aug 2008 07:29:12 GMT</pubDate><guid isPermaLink="false">Released: PAL v1.3 Beta 9 (Aug 11, 2008) 20080811072912A</guid></item><item><title>New Post: Counters not showing in report</title><link>http://www.codeplex.com/PAL/Thread/View.aspx?ThreadId=29336</link><description>&lt;div style="line-height: normal;"&gt;It should have processed it. The output in the command window and/or log will tell you the counters that each analysis matched on and if any counters are missing it will mention which ones it was expecting. This is because some of the analysis require more than one counter to process. In the case of the counters that you mentioned, each of those should process stand alone. If you post the latest&amp;nbsp;%temp%\{GUID}PAL.log file, then that will help.
&lt;/div&gt;</description><author>ClintH</author><pubDate>Sat, 09 Aug 2008 05:27:47 GMT</pubDate><guid isPermaLink="false">New Post: Counters not showing in report 20080809052747A</guid></item><item><title>New Post: STATS ONLY</title><link>http://www.codeplex.com/PAL/Thread/View.aspx?ThreadId=31553</link><description>&lt;div style="line-height: normal;"&gt;My apologies for taking so long to reply. Other work is keeping me busy. Can you post it to the Issue Tracker area, or try sending it to me again (&lt;a href="mailto:clinth@microsoft.com"&gt;clinth@microsoft.com&lt;/a&gt;)? I tried searching my email today for your email, but can't seem to find it. Thank you.
&lt;/div&gt;</description><author>ClintH</author><pubDate>Sat, 09 Aug 2008 05:23:52 GMT</pubDate><guid isPermaLink="false">New Post: STATS ONLY 20080809052352A</guid></item><item><title>Commented Issue: Unknown parameter -y</title><link>http://www.codeplex.com/PAL/WorkItem/View.aspx?WorkItemId=10717</link><description>Hello,&lt;br /&gt;I get an error&amp;#58; &lt;br /&gt;&lt;br /&gt;uknown parameter -y&lt;br /&gt;Syntax comman is not correct&lt;br /&gt;&lt;br /&gt;Where could be a problem&amp;#63;&lt;br /&gt;&lt;br /&gt;Peter&lt;br /&gt;Comments: ** Comment from web user: ClintH ** &lt;p&gt;I don&amp;#39;t know for sure other than a possible bug with Relog.exe. I have brought this up with the Windows Product team. In the meantime, try to get another perfmon log.&lt;/p&gt;</description><author>ClintH</author><pubDate>Fri, 08 Aug 2008 01:35:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unknown parameter -y 20080808013545A</guid></item><item><title>Commented Issue: No Reports Generated</title><link>http://www.codeplex.com/PAL/WorkItem/View.aspx?WorkItemId=10700</link><description>I have installed PAL and all required components. It runs for about 1&amp;#47;2 hour and then gives errors and produces no reports.&lt;br /&gt;Comments: ** Comment from web user: ClintH ** &lt;p&gt;If you are running it on Windows Vista, then try running it elevated as administrator. A non-elevated application cannot write to other drives such as H&amp;#58; drive in your case.&lt;/p&gt;</description><author>ClintH</author><pubDate>Fri, 08 Aug 2008 01:34:46 GMT</pubDate><guid isPermaLink="false">Commented Issue: No Reports Generated 20080808013446A</guid></item><item><title>Commented Issue: Document paths incorrectly parsed</title><link>http://www.codeplex.com/PAL/WorkItem/View.aspx?WorkItemId=10407</link><description>&amp;#40;Tested with PAL 1.3 Beta 7&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: ClintH ** &lt;p&gt;Okay, I fixed this in v1.3 Beta 9 which I will post soon.&lt;br /&gt;The problem is that Log Parser considered the &amp;#92;uXXXX to be a Unicode sequence, so I had to escape it with a double backslash in front of it.&lt;/p&gt;</description><author>ClintH</author><pubDate>Fri, 08 Aug 2008 01:28:36 GMT</pubDate><guid isPermaLink="false">Commented Issue: Document paths incorrectly parsed 20080808012836A</guid></item><item><title>Commented Issue: Document paths incorrectly parsed</title><link>http://www.codeplex.com/PAL/WorkItem/View.aspx?WorkItemId=10407</link><description>&amp;#40;Tested with PAL 1.3 Beta 7&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: ClintH ** &lt;p&gt;I might be able to escape this in the SQL query in Log Parser. I&amp;#39;ll give this a try and if it works, I&amp;#39;ll fix it in v1.3 Beta 9.&lt;/p&gt;</description><author>ClintH</author><pubDate>Thu, 07 Aug 2008 22:20:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Document paths incorrectly parsed 20080807102015P</guid></item><item><title>Commented Issue: Unknow parameter -y</title><link>http://www.codeplex.com/PAL/WorkItem/View.aspx?WorkItemId=10716</link><description>Hello,&lt;br /&gt;I get an error&amp;#58; &lt;br /&gt;&lt;br /&gt;uknown parameter -y&lt;br /&gt;Syntax comman is not correct&lt;br /&gt;&lt;br /&gt;Where could be a problem&amp;#63;&lt;br /&gt;&lt;br /&gt;Peter&lt;br /&gt;Comments: ** Comment from web user: ClintH ** &lt;p&gt;This is a problem with Relog.exe and&amp;#47;or a corrupted BLG file. I&amp;#39;m following up with the Windows Product team on this. In the meantime, try to create another BLG file.&lt;/p&gt;</description><author>ClintH</author><pubDate>Thu, 07 Aug 2008 22:02:02 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unknow parameter -y 20080807100202P</guid></item><item><title>Commented Issue: could not complete performance analyze with "Object required: 'oAlert'"</title><link>http://www.codeplex.com/PAL/WorkItem/View.aspx?WorkItemId=10431</link><description>I&amp;#39;m trying to analyze one of exchange server &amp;#40;2007&amp;#41; performance logs. But it&amp;#39;s crashes in somewhere.&lt;br /&gt;&lt;br /&gt;Do we need to open an issue for tracking that error, any ideas &amp;#63;&lt;br /&gt;&lt;br /&gt;SELECT QUANTIZE&amp;#40;&amp;#91;&amp;#40;PDH-CSV 4.0&amp;#41; &amp;#40;GTB Daylight Time&amp;#41;&amp;#40;-180&amp;#41;&amp;#93;, 66&amp;#41; AS Interval, MIN&amp;#40;&lt;br /&gt;TO_REAL&amp;#40;&amp;#91;&amp;#92;&amp;#92;GMMAILBOX1&amp;#92;MSExchange ADAccess Processes&amp;#40;powershell EMS _Total&amp;#41;&amp;#92;LDAP&lt;br /&gt;Search Time&amp;#93;&amp;#41;&amp;#41; AS min, AVG&amp;#40;TO_REAL&amp;#40;&amp;#91;&amp;#92;&amp;#92;GMMAILBOX1&amp;#92;MSExchange ADAccess Processes&amp;#40;p&lt;br /&gt;owershell EMS _Total&amp;#41;&amp;#92;LDAP Search Time&amp;#93;&amp;#41;&amp;#41; AS avg, MAX&amp;#40;TO_REAL&amp;#40;&amp;#91;&amp;#92;&amp;#92;GMMAILBOX1&amp;#92;MSEx&lt;br /&gt;change ADAccess Processes&amp;#40;powershell EMS _Total&amp;#41;&amp;#92;LDAP Search Time&amp;#93;&amp;#41;&amp;#41; AS max FROM&lt;br /&gt; C&amp;#58;&amp;#92;Users&amp;#92;kekici&amp;#92;AppData&amp;#92;Local&amp;#92;Temp&amp;#92;2&amp;#92;&amp;#123;2F534B0F-D792-4CAA-9B23-C19911F68051&amp;#125;&amp;#92;_Fi&lt;br /&gt;lteredPerfmonLog.csv GROUP BY Interval&lt;br /&gt;SELECT QUANTIZE&amp;#40;&amp;#91;&amp;#40;PDH-CSV 4.0&amp;#41; &amp;#40;GTB Daylight Time&amp;#41;&amp;#40;-180&amp;#41;&amp;#93;, 66&amp;#41; AS Interval, MIN&amp;#40;&lt;br /&gt;TO_REAL&amp;#40;&amp;#91;&amp;#92;&amp;#92;GMMAILBOX1&amp;#92;MSExchange ADAccess Processes&amp;#40;Microsoft.Exchange.Monitorin&lt;br /&gt;g UNKNOWN _Total&amp;#41;&amp;#92;LDAP Search Time&amp;#93;&amp;#41;&amp;#41; AS min, AVG&amp;#40;TO_REAL&amp;#40;&amp;#91;&amp;#92;&amp;#92;GMMAILBOX1&amp;#92;MSExchan&lt;br /&gt;ge ADAccess Processes&amp;#40;Microsoft.Exchange.Monitoring UNKNOWN _Total&amp;#41;&amp;#92;LDAP Search&lt;br /&gt;Time&amp;#93;&amp;#41;&amp;#41; AS avg, MAX&amp;#40;TO_REAL&amp;#40;&amp;#91;&amp;#92;&amp;#92;GMMAILBOX1&amp;#92;MSExchange ADAccess Processes&amp;#40;Microsof&lt;br /&gt;t.Exchange.Monitoring UNKNOWN _Total&amp;#41;&amp;#92;LDAP Search Time&amp;#93;&amp;#41;&amp;#41; AS max FROM C&amp;#58;&amp;#92;Users&amp;#92;k&lt;br /&gt;ekici&amp;#92;AppData&amp;#92;Local&amp;#92;Temp&amp;#92;2&amp;#92;&amp;#123;2F534B0F-D792-4CAA-9B23-C19911F68051&amp;#125;&amp;#92;_FilteredPerfm&lt;br /&gt;onLog.csv GROUP BY Interval&lt;br /&gt;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;PAL&amp;#92;PAL v1.3 Beta 7&amp;#92;PAL.vbs&amp;#40;2747, 25&amp;#41; Microsoft VBScript&lt;br /&gt;runtime error&amp;#58; Object required&amp;#58; &amp;#39;oAlert&amp;#39;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;PAL&amp;#92;PAL v1.3 Beta 7&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: Firemedic1975 ** &lt;p&gt;I was having the same problem&amp;#59; however when I put the blg in the directory where PAL resides C&amp;#58;&amp;#124;Program Files&amp;#92;PAL and was able to successfully analyze the file.  I have only tried it from the command line - not the GUI&lt;/p&gt;</description><author>Firemedic1975</author><pubDate>Wed, 06 Aug 2008 23:59:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: could not complete performance analyze with "Object required: 'oAlert'" 20080806115924P</guid></item><item><title>New Post: HTML generated don't show charts</title><link>http://www.codeplex.com/PAL/Thread/View.aspx?ThreadId=32649</link><description>&lt;div style="line-height: normal;"&gt;&lt;br&gt;
Hi All,&lt;br&gt;
&lt;br&gt;
Just wanted to share an issue I've come across when using the PAL Script.&lt;br&gt;
&lt;br&gt;
I have developed an automatic process (scripting) of collecting performance logs from servers and uploading to a central server.&lt;br&gt;
On this central server I run every night another script that uses those performance logs and generates the html pages with charts.&lt;br&gt;
One issue has come up:&lt;br&gt;
When using long server names, when writing the HTML page the folder for each server is truncated to 8.3 names (e.g. \SERVER~1\...)&lt;br&gt;
When opening the HTML page directly from the browser (File://....) I can see correctly the pics ... but when opening the same page from a web server (http://localhost/...) those same pics don't show.&lt;br&gt;
That is due to the security restriction of IIS to access 8.3 names on NTFS partitions.&lt;br&gt;
&lt;br&gt;
The Solution I found to have PAL generating HTML pages that can be viewed on the company intranet was to disable this compatibility feature (8.3 names) of NTFS.&lt;br&gt;
For that I used the command:&lt;br&gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot;&amp;gt;
&amp;lt;meta name=&amp;quot;ProgId&amp;quot; content=&amp;quot;Word.Document&amp;quot;&amp;gt;
&amp;lt;meta name=&amp;quot;Generator&amp;quot; content=&amp;quot;Microsoft Word 12&amp;quot;&amp;gt;
&amp;lt;meta name=&amp;quot;Originator&amp;quot; content=&amp;quot;Microsoft Word 12&amp;quot;&amp;gt;
&amp;lt;link rel=&amp;quot;File-List&amp;quot; href=&amp;quot;file:///C:%5CDOCUME%7E1%5Cpneves.COP%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml&amp;quot;&amp;gt;&amp;lt;!--[if gte mso 9]&amp;gt;&amp;lt;xml&amp;gt;
 &amp;lt;o:OfficeDocumentSettings&amp;gt;
  &amp;lt;o:RelyOnVML/&amp;gt;
  &amp;lt;o:AllowPNG/&amp;gt;
 &amp;lt;/o:OfficeDocumentSettings&amp;gt;
&amp;lt;/xml&amp;gt;&amp;lt;![endif]--&amp;gt;
&amp;lt;link rel=&amp;quot;themeData&amp;quot; href=&amp;quot;file:///C:%5CDOCUME%7E1%5Cpneves.COP%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx&amp;quot;&amp;gt;
&amp;lt;link rel=&amp;quot;colorSchemeMapping&amp;quot; href=&amp;quot;file:///C:%5CDOCUME%7E1%5Cpneves.COP%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml&amp;quot;&amp;gt;&amp;lt;!--[if gte mso 9]&amp;gt;&amp;lt;xml&amp;gt;
 &amp;lt;w:WordDocument&amp;gt;
  &amp;lt;w:View&amp;gt;Normal&amp;lt;/w:View&amp;gt;
  &amp;lt;w:Zoom&amp;gt;0&amp;lt;/w:Zoom&amp;gt;
  &amp;lt;w:TrackMoves/&amp;gt;
  &amp;lt;w:TrackFormatting/&amp;gt;
  &amp;lt;w:PunctuationKerning/&amp;gt;
  &amp;lt;w:ValidateAgainstSchemas/&amp;gt;
  &amp;lt;w:SaveIfXMLInvalid&amp;gt;false&amp;lt;/w:SaveIfXMLInvalid&amp;gt;
  &amp;lt;w:IgnoreMixedContent&amp;gt;false&amp;lt;/w:IgnoreMixedContent&amp;gt;
  &amp;lt;w:AlwaysShowPlaceholderText&amp;gt;false&amp;lt;/w:AlwaysShowPlaceholderText&amp;gt;
  &amp;lt;w:DoNotPromoteQF/&amp;gt;
  &amp;lt;w:LidThemeOther&amp;gt;EN-US&amp;lt;/w:LidThemeOther&amp;gt;
  &amp;lt;w:LidThemeAsian&amp;gt;X-NONE&amp;lt;/w:LidThemeAsian&amp;gt;
  &amp;lt;w:LidThemeComplexScript&amp;gt;X-NONE&amp;lt;/w:LidThemeComplexScript&amp;gt;
  &amp;lt;w:Compatibility&amp;gt;
   &amp;lt;w:BreakWrappedTables/&amp;gt;
   &amp;lt;w:SnapToGridInCell/&amp;gt;
   &amp;lt;w:WrapTextWithPunct/&amp;gt;
   &amp;lt;w:UseAsianBreakRules/&amp;gt;
   &amp;lt;w:DontGrowAutofit/&amp;gt;
   &amp;lt;w:SplitPgBreakAndParaMark/&amp;gt;
   &amp;lt;w:DontVertAlignCellWithSp/&amp;gt;
   &amp;lt;w:DontBreakConstrainedForcedTables/&amp;gt;
   &amp;lt;w:DontVertAlignInTxbx/&amp;gt;
   &amp;lt;w:Word11KerningPairs/&amp;gt;
   &amp;lt;w:CachedColBalance/&amp;gt;
  &amp;lt;/w:Compatibility&amp;gt;
  &amp;lt;m:mathPr&amp;gt;
   &amp;lt;m:mathFont m:val=&amp;quot;Cambria Math&amp;quot;/&amp;gt;
   &amp;lt;m:brkBin m:val=&amp;quot;before&amp;quot;/&amp;gt;
   &amp;lt;m:brkBinSub m:val=&amp;quot;&amp;#45;-&amp;quot;/&amp;gt;
   &amp;lt;m:smallFrac m:val=&amp;quot;off&amp;quot;/&amp;gt;
   &amp;lt;m:dispDef/&amp;gt;
   &amp;lt;m:lMargin m:val=&amp;quot;0&amp;quot;/&amp;gt;
   &amp;lt;m:rMargin m:val=&amp;quot;0&amp;quot;/&amp;gt;
   &amp;lt;m:defJc m:val=&amp;quot;centerGroup&amp;quot;/&amp;gt;
   &amp;lt;m:wrapIndent m:val=&amp;quot;1440&amp;quot;/&amp;gt;
   &amp;lt;m:intLim m:val=&amp;quot;subSup&amp;quot;/&amp;gt;
   &amp;lt;m:naryLim m:val=&amp;quot;undOvr&amp;quot;/&amp;gt;
  &amp;lt;/m:mathPr&amp;gt;&amp;lt;/w:WordDocument&amp;gt;
&amp;lt;/xml&amp;gt;&amp;lt;![endif]--&amp;gt;&amp;lt;!--[if gte mso 9]&amp;gt;&amp;lt;xml&amp;gt;
 &amp;lt;w:LatentStyles DefLockedState=&amp;quot;false&amp;quot; DefUnhideWhenUsed=&amp;quot;true&amp;quot;
  DefSemiHidden=&amp;quot;true&amp;quot; DefQFormat=&amp;quot;false&amp;quot; DefPriority=&amp;quot;99&amp;quot;
  LatentStyleCount=&amp;quot;267&amp;quot;&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;0&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;Normal&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;9&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;heading 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;9&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;heading 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;9&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;heading 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;9&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;heading 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;9&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;heading 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;9&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;heading 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;9&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;heading 7&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;9&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;heading 8&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;9&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;heading 9&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;39&amp;quot; Name=&amp;quot;toc 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;39&amp;quot; Name=&amp;quot;toc 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;39&amp;quot; Name=&amp;quot;toc 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;39&amp;quot; Name=&amp;quot;toc 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;39&amp;quot; Name=&amp;quot;toc 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;39&amp;quot; Name=&amp;quot;toc 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;39&amp;quot; Name=&amp;quot;toc 7&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;39&amp;quot; Name=&amp;quot;toc 8&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;39&amp;quot; Name=&amp;quot;toc 9&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;35&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;caption&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;10&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;Title&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;1&amp;quot; Name=&amp;quot;Default Paragraph Font&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;11&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;Subtitle&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;22&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;Strong&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;20&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;Emphasis&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;59&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Table Grid&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Placeholder Text&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;1&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;No Spacing&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;60&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light Shading&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;61&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light List&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;62&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light Grid&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;63&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Shading 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;64&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Shading 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;65&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium List 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;66&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium List 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;67&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;68&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;69&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;70&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Dark List&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;71&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful Shading&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;72&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful List&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;73&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful Grid&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;60&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light Shading Accent 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;61&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light List Accent 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;62&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light Grid Accent 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;63&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Shading 1 Accent 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;64&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Shading 2 Accent 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;65&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium List 1 Accent 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Revision&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;34&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;List Paragraph&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;29&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;Quote&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;30&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;Intense Quote&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;66&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium List 2 Accent 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;67&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 1 Accent 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;68&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 2 Accent 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;69&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 3 Accent 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;70&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Dark List Accent 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;71&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful Shading Accent 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;72&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful List Accent 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;73&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful Grid Accent 1&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;60&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light Shading Accent 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;61&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light List Accent 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;62&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light Grid Accent 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;63&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Shading 1 Accent 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;64&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Shading 2 Accent 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;65&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium List 1 Accent 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;66&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium List 2 Accent 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;67&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 1 Accent 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;68&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 2 Accent 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;69&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 3 Accent 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;70&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Dark List Accent 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;71&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful Shading Accent 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;72&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful List Accent 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;73&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful Grid Accent 2&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;60&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light Shading Accent 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;61&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light List Accent 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;62&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light Grid Accent 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;63&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Shading 1 Accent 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;64&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Shading 2 Accent 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;65&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium List 1 Accent 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;66&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium List 2 Accent 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;67&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 1 Accent 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;68&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 2 Accent 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;69&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 3 Accent 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;70&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Dark List Accent 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;71&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful Shading Accent 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;72&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful List Accent 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;73&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful Grid Accent 3&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;60&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light Shading Accent 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;61&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light List Accent 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;62&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light Grid Accent 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;63&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Shading 1 Accent 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;64&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Shading 2 Accent 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;65&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium List 1 Accent 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;66&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium List 2 Accent 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;67&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 1 Accent 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;68&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 2 Accent 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;69&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 3 Accent 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;70&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Dark List Accent 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;71&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful Shading Accent 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;72&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful List Accent 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;73&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful Grid Accent 4&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;60&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light Shading Accent 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;61&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light List Accent 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;62&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light Grid Accent 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;63&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Shading 1 Accent 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;64&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Shading 2 Accent 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;65&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium List 1 Accent 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;66&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium List 2 Accent 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;67&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 1 Accent 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;68&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 2 Accent 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;69&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 3 Accent 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;70&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Dark List Accent 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;71&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful Shading Accent 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;72&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful List Accent 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;73&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful Grid Accent 5&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;60&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light Shading Accent 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;61&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light List Accent 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;62&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Light Grid Accent 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;63&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Shading 1 Accent 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;64&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Shading 2 Accent 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;65&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium List 1 Accent 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;66&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium List 2 Accent 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;67&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 1 Accent 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;68&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 2 Accent 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;69&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Medium Grid 3 Accent 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;70&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Dark List Accent 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;71&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful Shading Accent 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;72&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful List Accent 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;73&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; Name=&amp;quot;Colorful Grid Accent 6&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;19&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;Subtle Emphasis&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;21&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;Intense Emphasis&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;31&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;Subtle Reference&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;32&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;Intense Reference&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;33&amp;quot; SemiHidden=&amp;quot;false&amp;quot;
   UnhideWhenUsed=&amp;quot;false&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;Book Title&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;37&amp;quot; Name=&amp;quot;Bibliography&amp;quot;/&amp;gt;
  &amp;lt;w:LsdException Locked=&amp;quot;false&amp;quot; Priority=&amp;quot;39&amp;quot; QFormat=&amp;quot;true&amp;quot; Name=&amp;quot;TOC Heading&amp;quot;/&amp;gt;
 &amp;lt;/w:LatentStyles&amp;gt;
&amp;lt;/xml&amp;gt;&amp;lt;![endif]--&amp;gt;
&amp;lt;style&amp;gt;
    &amp;lt;!--
 /* Font Definitions */
 @font-face
	{font-family:&amp;quot;Cambria Math&amp;quot;;
	panose-1:2 4 5 3 5 4 6 3 2 4;
	mso-font-charset:1;
	mso-generic-font-family:roman;
	mso-font-format:other;
	mso-font-pitch:variable;
	mso-font-signature:0 0 0 0 0 0;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-pitch:variable;
	mso-font-signature:-1610611985 1073750139 0 0 159 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-unhide:no;
	mso-style-qformat:yes;
	mso-style-parent:&amp;quot;&amp;quot;;
	margin-top:0cm;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:Calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;
	mso-bidi-theme-font:minor-bidi;}
span.userinput
	{mso-style-name:userinput;
	mso-style-unhide:no;}
.MsoChpDefault
	{mso-style-type:export-only;
	mso-default-props:yes;
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:Calibri;
	mso-fareast-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;
	mso-bidi-theme-font:minor-bidi;}
.MsoPapDefault
	{mso-style-type:export-only;
	margin-bottom:10.0pt;
	line-height:115%;}
@page Section1
	{size:612.0pt 792.0pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;
	mso-header-margin:36.0pt;
	mso-footer-margin:36.0pt;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
--&amp;gt;
&amp;lt;/style&amp;gt;
&amp;lt;!--[if gte mso 10]&amp;gt;
&amp;lt;style&amp;gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:&amp;quot;Table Normal&amp;quot;;
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-qformat:yes;
	mso-style-parent:&amp;quot;&amp;quot;;
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin-top:0cm;
	mso-para-margin-right:0cm;
	mso-para-margin-bottom:10.0pt;
	mso-para-margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;
	mso-fareast-theme-font:minor-fareast;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;}
&amp;lt;/style&amp;gt;
&amp;lt;![endif]--&amp;gt;
&lt;p&gt;&lt;span&gt;&lt;strong style=""&gt;&lt;br&gt;
&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;strong style=""&gt;fsutil.exe
behavior set disable8dot3&lt;span style=""&gt;&amp;nbsp; &lt;/span&gt;1&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Problem solved!&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;strong style=""&gt;&amp;lt;o:p&amp;gt;&amp;lt;/o:p&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>PNeves</author><pubDate>Thu, 31 Jul 2008 15:14:12 GMT</pubDate><guid isPermaLink="false">New Post: HTML generated don't show charts 20080731031412P</guid></item><item><title>New Post: STATS ONLY</title><link>http://www.codeplex.com/PAL/Thread/View.aspx?ThreadId=31553</link><description>&lt;div style="line-height: normal;"&gt;Hello Clint and thank you for helping me.&lt;br&gt;
&lt;br&gt;
I have this problem with all the counter of Physycal Disk and with Processor % Processor Time.&lt;br&gt;
&lt;br&gt;
I will try to paste the XML file.&lt;br&gt;
&lt;/div&gt;</description><author>Riesaz</author><pubDate>Tue, 29 Jul 2008 09:48:18 GMT</pubDate><guid isPermaLink="false">New Post: STATS ONLY 20080729094818A</guid></item><item><title>New Post: STATS ONLY</title><link>http://www.codeplex.com/PAL/Thread/View.aspx?ThreadId=31553</link><description>&lt;div style="line-height: normal;"&gt;The results of the analysis should only be &amp;quot;Stats Only&amp;quot; only if you have not specified any thresholds. Please send me or post the threshold file (XML), so I can see what is going on. Did you add the threshold using the PAL Editor?
&lt;/div&gt;</description><author>ClintH</author><pubDate>Tue, 29 Jul 2008 00:38:16 GMT</pubDate><guid isPermaLink="false">New Post: STATS ONLY 20080729123816A</guid></item><item><title>Created Release: PAL v1.3 Beta 8 (Jul 28, 2008)</title><link>http://www.codeplex.com/PAL/Release/ProjectReleases.aspx?ReleaseId=15762</link><description>&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Win2008 Hyper-V:&lt;/b&gt; A Windows Server 2008 Hyper-V threshold file has been added to PAL. This is a beta release of this threshold file pending review from other subject matter experts.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; The UI now supports time range restrictions - meaning the perfmon log can be restricted to a time range.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Behavior Change:&lt;/b&gt; SQL Server processes are excluded from the high virtual memory analysis because it is normal for it to consume as much virtual memory as it can. This applies to all SQL related threshold files.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Behavior Change:&lt;/b&gt; Multiselection of perfmon logs has been added back to the Counter Log Path control. This is to allow the merge of log files. Warning: Merging of log files can produce unpredictable results.&lt;/li&gt;&lt;li&gt;&lt;b&gt;UI Change:&lt;/b&gt; Changed &amp;quot;Add and Restart&amp;quot; to &amp;quot;Add to Queue&amp;quot; in the Execution portion of the wizard.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; Fixed a bug where the answers to the questions all become the same when you add a new item to the queue and when the user changes the threshold file.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; Mike Lagase has provided us with new Microsoft Exchange Server 2007 threshold files. This is the first release of them. Mike has blogged about it here &lt;a href="http://blogs.technet.com/mikelag/archive/2007/12/13/exchange-performance-troubleshooting-using-the-pal-tool.aspx"&gt;http://blogs.technet.com/mikelag/archive/2007/12/13/exchange-performance-troubleshooting-using-the-pal-tool.aspx&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; The PAL.vbs file now supports a beginning time and end time - meaning if you only want a specific time range of the perfmon log analyzed, then you can specify the begin and end times. This was very helpful during my last performance lab. It's not in the user interface yet, but you can use it in this release by specifying the arguments like this: /BEGINTIME:&amp;quot;05/31/2008 20:55:25&amp;quot; /ENDTIME:&amp;quot;05/31/2008 21:55:25&amp;quot;.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Behavior Change:&lt;/b&gt; The Process percent processor time is now based on the number of processors - meaning if a process is taking up more than x CPU divided by the number of processors.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; The &amp;quot;SQLServer:Buffer Manager Page life expectancy&amp;quot; analysis in the SQL2005.xml threshold file was missing the ISCOUNTEROBJECTREGULAREXPRESSION=&amp;quot;True&amp;quot; attribute and not processing the analysis for named instances of SQL Server. This has been fixed.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; Fixed the ASP.NET Execution Times counter in the IIS threshold file, so that it will match counter instances.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; Added the ratio of analyses processed to total analyses in the threshold file to the end of the output command prompt.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; The path to the debug log file is mentioned at the end of the output command prompt.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; The path to the PAL.vbs script was changing to the path of the log files. This has really has been fixed this time.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Behavior Change:&lt;/b&gt; The settings of the output directory, analysis interval, and Threshold file path now persist when you add a new item to the queue. Previously they reverted to their default settings.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; Fixed a bug where the PAL.vbs path changed when a new output directory is selected.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; The setup file was not prompting for security elevation on Vista. This is fixed now, but will install under the elevated user.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; Able to specify the HTML report file name.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; Able to specify the XML report file name.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; Queuing up command. Added options at the end of the wizard to choose to execute immediately, exectute, then restart the wizard, or add to queue and restart the wizard.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; An output directory can now be specified for the HTML report. If omitted, then the default &amp;quot;PAL Reports&amp;quot; directory will be used under the user's My Documents folder. Use the argument &amp;quot;/OUTPUTDIR&amp;quot; to specify the output directory.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; Able to run multiple PAL.vbs instances at the same time.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New UI:&lt;/b&gt; The user interface has been changed to be a Wizard versus an open form.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; In perfmon logs containing data counter data from multiple computers, PAL was only processing one of the counters of the same name. This is now fixed.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; The main form was showi&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Tue, 29 Jul 2008 00:36:12 GMT</pubDate><guid isPermaLink="false">Created Release: PAL v1.3 Beta 8 (Jul 28, 2008) 20080729123612A</guid></item><item><title>Released: PAL v1.3 Beta 8 (Jul 28, 2008)</title><link>http://www.codeplex.com/PAL/Release/ProjectReleases.aspx?ReleaseId=15762</link><description>&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Win2008 Hyper-V:&lt;/b&gt; A Windows Server 2008 Hyper-V threshold file has been added to PAL. This is a beta release of this threshold file pending review from other subject matter experts.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; The UI now supports time range restrictions - meaning the perfmon log can be restricted to a time range.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Behavior Change:&lt;/b&gt; SQL Server processes are excluded from the high virtual memory analysis because it is normal for it to consume as much virtual memory as it can. This applies to all SQL related threshold files.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Behavior Change:&lt;/b&gt; Multiselection of perfmon logs has been added back to the Counter Log Path control. This is to allow the merge of log files. Warning: Merging of log files can produce unpredictable results.&lt;/li&gt;&lt;li&gt;&lt;b&gt;UI Change:&lt;/b&gt; Changed &amp;quot;Add and Restart&amp;quot; to &amp;quot;Add to Queue&amp;quot; in the Execution portion of the wizard.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; Fixed a bug where the answers to the questions all become the same when you add a new item to the queue and when the user changes the threshold file.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; Mike Lagase has provided us with new Microsoft Exchange Server 2007 threshold files. This is the first release of them. Mike has blogged about it here &lt;a href="http://blogs.technet.com/mikelag/archive/2007/12/13/exchange-performance-troubleshooting-using-the-pal-tool.aspx"&gt;http://blogs.technet.com/mikelag/archive/2007/12/13/exchange-performance-troubleshooting-using-the-pal-tool.aspx&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; The PAL.vbs file now supports a beginning time and end time - meaning if you only want a specific time range of the perfmon log analyzed, then you can specify the begin and end times. This was very helpful during my last performance lab. It's not in the user interface yet, but you can use it in this release by specifying the arguments like this: /BEGINTIME:&amp;quot;05/31/2008 20:55:25&amp;quot; /ENDTIME:&amp;quot;05/31/2008 21:55:25&amp;quot;.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Behavior Change:&lt;/b&gt; The Process percent processor time is now based on the number of processors - meaning if a process is taking up more than x CPU divided by the number of processors.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; The &amp;quot;SQLServer:Buffer Manager Page life expectancy&amp;quot; analysis in the SQL2005.xml threshold file was missing the ISCOUNTEROBJECTREGULAREXPRESSION=&amp;quot;True&amp;quot; attribute and not processing the analysis for named instances of SQL Server. This has been fixed.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; Fixed the ASP.NET Execution Times counter in the IIS threshold file, so that it will match counter instances.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; Added the ratio of analyses processed to total analyses in the threshold file to the end of the output command prompt.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; The path to the debug log file is mentioned at the end of the output command prompt.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; The path to the PAL.vbs script was changing to the path of the log files. This has really has been fixed this time.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Behavior Change:&lt;/b&gt; The settings of the output directory, analysis interval, and Threshold file path now persist when you add a new item to the queue. Previously they reverted to their default settings.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; Fixed a bug where the PAL.vbs path changed when a new output directory is selected.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; The setup file was not prompting for security elevation on Vista. This is fixed now, but will install under the elevated user.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; Able to specify the HTML report file name.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; Able to specify the XML report file name.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; Queuing up command. Added options at the end of the wizard to choose to execute immediately, exectute, then restart the wizard, or add to queue and restart the wizard.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; An output directory can now be specified for the HTML report. If omitted, then the default &amp;quot;PAL Reports&amp;quot; directory will be used under the user's My Documents folder. Use the argument &amp;quot;/OUTPUTDIR&amp;quot; to specify the output directory.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New Feature:&lt;/b&gt; Able to run multiple PAL.vbs instances at the same time.&lt;/li&gt;&lt;li&gt;&lt;b&gt;New UI:&lt;/b&gt; The user interface has been changed to be a Wizard versus an open form.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; In perfmon logs containing data counter data from multiple computers, PAL was only processing one of the counters of the same name. This is now fixed.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bug Fix:&lt;/b&gt; The main form was showi&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Tue, 29 Jul 2008 00:36:12 GMT</pubDate><guid isPermaLink="false">Released: PAL v1.3 Beta 8 (Jul 28, 2008) 20080729123612A</guid></item><item><title>Commented Issue: could not complete performance analyze with "Object required: 'oAlert'"</title><link>http://www.codeplex.com/PAL/WorkItem/View.aspx?WorkItemId=10431</link><description>I&amp;#39;m trying to analyze one of exchange server &amp;#40;2007&amp;#41; performance logs. But it&amp;#39;s crashes in somewhere.&lt;br /&gt;&lt;br /&gt;Do we need to open an issue for tracking that error, any ideas &amp;#63;&lt;br /&gt;&lt;br /&gt;SELECT QUANTIZE&amp;#40;&amp;#91;&amp;#40;PDH-CSV 4.0&amp;#41; &amp;#40;GTB Daylight Time&amp;#41;&amp;#40;-180&amp;#41;&amp;#93;, 66&amp;#41; AS Interval, MIN&amp;#40;&lt;br /&gt;TO_REAL&amp;#40;&amp;#91;&amp;#92;&amp;#92;GMMAILBOX1&amp;#92;MSExchange ADAccess Processes&amp;#40;powershell EMS _Total&amp;#41;&amp;#92;LDAP&lt;br /&gt;Search Time&amp;#93;&amp;#41;&amp;#41; AS min, AVG&amp;#40;TO_REAL&amp;#40;&amp;#91;&amp;#92;&amp;#92;GMMAILBOX1&amp;#92;MSExchange ADAccess Processes&amp;#40;p&lt;br /&gt;owershell EMS _Total&amp;#41;&amp;#92;LDAP Search Time&amp;#93;&amp;#41;&amp;#41; AS avg, MAX&amp;#40;TO_REAL&amp;#40;&amp;#91;&amp;#92;&amp;#92;GMMAILBOX1&amp;#92;MSEx&lt;br /&gt;change ADAccess Processes&amp;#40;powershell EMS _Total&amp;#41;&amp;#92;LDAP Search Time&amp;#93;&amp;#41;&amp;#41; AS max FROM&lt;br /&gt; C&amp;#58;&amp;#92;Users&amp;#92;kekici&amp;#92;AppData&amp;#92;Local&amp;#92;Temp&amp;#92;2&amp;#92;&amp;#123;2F534B0F-D792-4CAA-9B23-C19911F68051&amp;#125;&amp;#92;_Fi&lt;br /&gt;lteredPerfmonLog.csv GROUP BY Interval&lt;br /&gt;SELECT QUANTIZE&amp;#40;&amp;#91;&amp;#40;PDH-CSV 4.0&amp;#41; &amp;#40;GTB Daylight Time&amp;#41;&amp;#40;-180&amp;#41;&amp;#93;, 66&amp;#41; AS Interval, MIN&amp;#40;&lt;br /&gt;TO_REAL&amp;#40;&amp;#91;&amp;#92;&amp;#92;GMMAILBOX1&amp;#92;MSExchange ADAccess Processes&amp;#40;Microsoft.Exchange.Monitorin&lt;br /&gt;g UNKNOWN _Total&amp;#41;&amp;#92;LDAP Search Time&amp;#93;&amp;#41;&amp;#41; AS min, AVG&amp;#40;TO_REAL&amp;#40;&amp;#91;&amp;#92;&amp;#92;GMMAILBOX1&amp;#92;MSExchan&lt;br /&gt;ge ADAccess Processes&amp;#40;Microsoft.Exchange.Monitoring UNKNOWN _Total&amp;#41;&amp;#92;LDAP Search&lt;br /&gt;Time&amp;#93;&amp;#41;&amp;#41; AS avg, MAX&amp;#40;TO_REAL&amp;#40;&amp;#91;&amp;#92;&amp;#92;GMMAILBOX1&amp;#92;MSExchange ADAccess Processes&amp;#40;Microsof&lt;br /&gt;t.Exchange.Monitoring UNKNOWN _Total&amp;#41;&amp;#92;LDAP Search Time&amp;#93;&amp;#41;&amp;#41; AS max FROM C&amp;#58;&amp;#92;Users&amp;#92;k&lt;br /&gt;ekici&amp;#92;AppData&amp;#92;Local&amp;#92;Temp&amp;#92;2&amp;#92;&amp;#123;2F534B0F-D792-4CAA-9B23-C19911F68051&amp;#125;&amp;#92;_FilteredPerfm&lt;br /&gt;onLog.csv GROUP BY Interval&lt;br /&gt;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;PAL&amp;#92;PAL v1.3 Beta 7&amp;#92;PAL.vbs&amp;#40;2747, 25&amp;#41; Microsoft VBScript&lt;br /&gt;runtime error&amp;#58; Object required&amp;#58; &amp;#39;oAlert&amp;#39;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;PAL&amp;#92;PAL v1.3 Beta 7&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: rosab ** &lt;p&gt;I am having the same issue.&lt;/p&gt;</description><author>rosab</author><pubDate>Tue, 22 Jul 2008 19:38:27 GMT</pubDate><guid isPermaLink="false">Commented Issue: could not complete performance analyze with "Object required: 'oAlert'" 20080722073827P</guid></item></channel></rss>