<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Getting performance report chart data</title><link>http://blogs.msdn.com/b/eugenebykov/archive/2007/09/22/getting-performance-report-chart-data.aspx</link><description>Several customers asked us lately if there is a way of getting actual values the performance report charts are generated on in a tabular form. Even thought this is not possible in the Performance report it is in fact possible with the Performance Detail</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Getting performance report chart data</title><link>http://blogs.msdn.com/b/eugenebykov/archive/2007/09/22/getting-performance-report-chart-data.aspx#9064897</link><pubDate>Thu, 13 Nov 2008 04:17:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9064897</guid><dc:creator>Eugene Bykov [MSFT]1</dc:creator><description>&lt;P&gt;Unfortunately Audit reports are created differently than all other SCOM reports. They are not distributed thought Management Packs and they are using different connection mechanism including different security for the report generation. All standard SCOM 2007 reports use Unattended Execution Account to create a database connection, but Audit reports require direct Windows Authentication. For this reason there could be problems for you to generate reports depending which endpoint you do this from.&lt;/P&gt;
&lt;P&gt;I would recommend you to lookup or ask this question in Audit reports newsgroups.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9064897" width="1" height="1"&gt;</description></item><item><title>Audit Report Failures</title><link>http://blogs.msdn.com/b/eugenebykov/archive/2007/09/22/getting-performance-report-chart-data.aspx#8947322</link><pubDate>Fri, 12 Sep 2008 19:31:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8947322</guid><dc:creator>npagonor</dc:creator><description>&lt;p&gt;Hello Eugene,&lt;/p&gt;
&lt;p&gt;I am having failures on Audit reports whenever I run from a web browser but the same reports sometimes run when I RDP to the SSRS server and run them locally. &amp;nbsp;See error below:&lt;/p&gt;
&lt;p&gt;An error has occurred during report processing.&lt;/p&gt;
&lt;p&gt;Cannot create a connection to data source 'dataSource1'.&lt;/p&gt;
&lt;p&gt;For more information about this error navigate to the report server on the local server machine, or enable remote errors&lt;/p&gt;
&lt;p&gt;Nap&lt;/p&gt;
&lt;p&gt;npagonor@up.com&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8947322" width="1" height="1"&gt;</description></item><item><title>re: Getting performance report chart data</title><link>http://blogs.msdn.com/b/eugenebykov/archive/2007/09/22/getting-performance-report-chart-data.aspx#5805854</link><pubDate>Thu, 01 Nov 2007 01:01:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5805854</guid><dc:creator>vitalyf</dc:creator><description>&lt;p&gt;You can use the following strategy if you want to use &amp;quot;backward compatible&amp;quot; script producing multiple counters. Create rule per counter. Each rule will have your script as data source and &amp;quot;publish to the DW&amp;quot; write action. In addition to that add condition detection module that will filter the list of counters down to one. The complete rule would look like this (xml):&lt;/p&gt;
&lt;p&gt;&amp;lt;Rule&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;ID=&amp;quot;MyRule&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Enabled=&amp;quot;true&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Target=&amp;quot;YourTarget&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;ConfirmDelivery=&amp;quot;true&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Category&amp;gt;PerformanceCollection&amp;lt;/Category&amp;gt; &lt;/p&gt;
&lt;p&gt; &amp;lt;DataSources&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;DataSource&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;TypeID=&amp;quot;YourScriptBasedPerfProvidingDataSource&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;ID=&amp;quot;DataSource&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;/DataSources&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;ConditionDetection &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;TypeID=&amp;quot;SystemLibrary!System.ExpressionFilter&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;ID=&amp;quot;ConditionDetection&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Expression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;And&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Expression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;SimpleExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ValueExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;XPathQuery&amp;gt;ObjectName&amp;lt;/XPathQuery&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ValueExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Operator&amp;gt;Equal&amp;lt;/Operator&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ValueExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Value&amp;gt;PutObjectNameHere&amp;lt;/Value&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ValueExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/SimpleExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Expression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Expression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;SimpleExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ValueExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;XPathQuery&amp;gt;CounterName&amp;lt;/XPathQuery&amp;gt; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ValueExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Operator&amp;gt;Equal&amp;lt;/Operator&amp;gt; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ValueExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Value&amp;gt;PutYourCounterNameHere&amp;lt;/Value&amp;gt; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ValueExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/SimpleExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Expression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;/And&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/Expression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;/ConditionDetection&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;WriteActions&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;WriteAction&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; ID=&amp;quot;WriteToDW&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; TypeID=&amp;quot;SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData&amp;quot; /&amp;gt; &lt;/p&gt;
&lt;p&gt; &amp;lt;/WriteActions&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/Rule&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5805854" width="1" height="1"&gt;</description></item><item><title>re: Getting performance report chart data</title><link>http://blogs.msdn.com/b/eugenebykov/archive/2007/09/22/getting-performance-report-chart-data.aspx#5781157</link><pubDate>Tue, 30 Oct 2007 17:26:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5781157</guid><dc:creator>Brandubh</dc:creator><description>&lt;p&gt;Hi Eugene,&lt;/p&gt;
&lt;p&gt;I must disagree :-), while you're aggregating you're still retaining the max value in the period (hour or day), and immo it makes sense to sum the max values. More over I will collect just one data point per day per server per counter, so the daily aggregation works perfectly fine for me.&lt;/p&gt;
&lt;p&gt;Interesting the 1:1 relationship between a rule and a performance serie. Do you know a way to filter performance data returned by a backward compatibility script, so that I can maintain that 1:1 relationship and at the same time being able to use the cookdown mechanics so that my script is executed just once?&lt;/p&gt;
&lt;p&gt;Thanks for invaluable support&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5781157" width="1" height="1"&gt;</description></item><item><title>re: Getting performance report chart data</title><link>http://blogs.msdn.com/b/eugenebykov/archive/2007/09/22/getting-performance-report-chart-data.aspx#5771808</link><pubDate>Tue, 30 Oct 2007 01:17:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5771808</guid><dc:creator>Eugene Bykov [MSFT]1</dc:creator><description>&lt;P&gt;Hi Daniele,&lt;/P&gt;
&lt;P&gt;There is no object/counter filter in the report. You can only filter by Rule. Data warehouse requires 1 to 1 rule to object/counter mapping even though operational infrastructure technically supports collecting more than one object/counter value by a single rule.&lt;/P&gt;
&lt;P&gt;This is only a part of the problem however. Performance data in the data warehouse is always aggregated on hourly and daily basis and all reports run only against this aggregated data. When the data is aggregated it is averaged out meaning that in your case you have an average number of messages sent in an hour not a total number of them. That is one of the reasons why we actually allow only averaging data in the report, but even if we would have an ability to apply SUM in the report instead of AVG you wouldn’t be able to get correct results anyway because of the aggregations...&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5771808" width="1" height="1"&gt;</description></item><item><title>re: Getting performance report chart data</title><link>http://blogs.msdn.com/b/eugenebykov/archive/2007/09/22/getting-performance-report-chart-data.aspx#5767440</link><pubDate>Mon, 29 Oct 2007 19:27:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5767440</guid><dc:creator>Brandubh</dc:creator><description>&lt;p&gt;Hi Eugene,&lt;/p&gt;
&lt;p&gt;actually I'd need to sum all objects data sets (not having an average) and I didn’t find a way to specify an object/counter filter in your post. I try to misuse your patience, this is my scenario.&lt;/p&gt;
&lt;p&gt;Scenario.&lt;/p&gt;
&lt;p&gt;I want to collect how many messages are processed by my exchange organization. On these I want to check for trends, business hours distribution, and so on. I want to start from an organization level and then being able to drill down to a single server.&lt;/p&gt;
&lt;p&gt;Solution.&lt;/p&gt;
&lt;p&gt;I run a collection script on every exchange server, the script collects the processed messages from exchange tracking log. I have several counters (i.e. SMTP IN count, SMTP OUT count, MBs, and so on). They’re collected by a single rule, sadly I must use backward compatibility given the fact that with the new performance data collection features I cannot specify the collection time (this is needed since the tracking logs refer to the previous days). &lt;/p&gt;
&lt;p&gt;Now I need to report on the collected data. What I’d like to have is a linked performance report that shows, for example, all the inbound SMTP messages for the exchange organization (i.e. the sum of the data point collected on each exchange server). Since I have a single rule I’d like to further specify the performance counter to report on.&lt;/p&gt;
&lt;p&gt;Can you help, should I renounce to use the standard performance report and build a brand new one or I have some hope?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5767440" width="1" height="1"&gt;</description></item><item><title>re: Getting performance report chart data</title><link>http://blogs.msdn.com/b/eugenebykov/archive/2007/09/22/getting-performance-report-chart-data.aspx#5655105</link><pubDate>Wed, 24 Oct 2007 21:12:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5655105</guid><dc:creator>Eugene Bykov [MSFT]1</dc:creator><description>&lt;P&gt;Hi Daniele,&lt;/P&gt;
&lt;P&gt;1. ObjectJoin could be either AverageAll or ChartPerObject. In your case I guess that you need AverageAll which puts all objects you select on one chart series by averaging rule values for all of them.&lt;/P&gt;
&lt;P&gt;2. You can further filter by instance for a specific rule. See my resent post about &lt;A class="" href="http://blogs.msdn.com/eugenebykov/archive/2007/10/16/performance-top-linked-reports.aspx"&gt;Performance Top linked reports&lt;/A&gt;.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5655105" width="1" height="1"&gt;</description></item><item><title>re: Getting performance report chart data</title><link>http://blogs.msdn.com/b/eugenebykov/archive/2007/09/22/getting-performance-report-chart-data.aspx#5541630</link><pubDate>Sat, 20 Oct 2007 12:07:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5541630</guid><dc:creator>Brandubh</dc:creator><description>&lt;p&gt;Hi Eugene,&lt;/p&gt;
&lt;p&gt;I have two questions for you:&lt;/p&gt;
&lt;p&gt;1) which operators can I have in the objectjoin property? I need to sum all the data I get from a rule (basically is an extenmsion to the Exchange MP that returns all the processed mails from tracking log across different exchange servers)&lt;/p&gt;
&lt;p&gt;2) I see I can specify the rule ID, can I further specialize the rule filtering on object, counter and/or instance?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5541630" width="1" height="1"&gt;</description></item><item><title>re: Getting performance report chart data</title><link>http://blogs.msdn.com/b/eugenebykov/archive/2007/09/22/getting-performance-report-chart-data.aspx#5463095</link><pubDate>Mon, 15 Oct 2007 21:02:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5463095</guid><dc:creator>Eugene Bykov [MSFT]1</dc:creator><description>&lt;p&gt;Hi Daniele,&lt;/p&gt;
&lt;p&gt;Unfortunately there is no documentation I know of currently available on the topic. I am planning to post linked performance report guide on this blog however in a near future. Since this is the most complex report it will come last in the chain after Custom Event and Custom Configuration.&lt;/p&gt;
&lt;p&gt;If you have any particular questions I will be glad to answer them before the documentation is out.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5463095" width="1" height="1"&gt;</description></item><item><title>Creating linked performance data reports</title><link>http://blogs.msdn.com/b/eugenebykov/archive/2007/09/22/getting-performance-report-chart-data.aspx#5459959</link><pubDate>Mon, 15 Oct 2007 11:44:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5459959</guid><dc:creator>Brandubh</dc:creator><description>&lt;p&gt;Hi Eugene,&lt;/p&gt;
&lt;p&gt;I need to create a linked performance data report for a MP of mine. Is there any documentation you can share for the ValueTemplate report parameter? It should be the parameter I can use to specify the perf counters I want to be plotted, rules, aggregation, and so on. Just to be clearer this is from the Exchange MP:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Data&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Chart ObjectJoin=&amp;quot;AverageAll&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Series&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Rule&amp;gt;$MPElement[Name=&amp;quot;Microsoft.Exchange.ExchangeComponent.IS.RPCOperationsSec.Collection&amp;quot;]$&amp;lt;/Rule&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Scale&amp;gt;1&amp;lt;/Scale&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Type&amp;gt;Line&amp;lt;/Type&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Color&amp;gt;63, 63, 255&amp;lt;/Color&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Series&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Series&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Rule&amp;gt;$MPElement[Name=&amp;quot;Microsoft.Exchange.ExchangeComponent.IS.RPCRequests.BaseLineCollection&amp;quot;]$&amp;lt;/Rule&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Scale&amp;gt;1&amp;lt;/Scale&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Type&amp;gt;Line&amp;lt;/Type&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Color&amp;gt;0, 159, 0&amp;lt;/Color&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Series&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Chart&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Data&amp;gt;&lt;/p&gt;
&lt;p&gt;Thanks &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5459959" width="1" height="1"&gt;</description></item></channel></rss>