<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>System Center Configuration Manager Solutions</title><link>http://blogs.technet.com/b/mwiles/</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 5.6.583.19199 (Build: 5.6.583.19199)</generator><item><title>Path is too Long</title><link>http://blogs.technet.com/b/mwiles/archive/2011/10/07/path-is-too-long.aspx</link><pubDate>Fri, 07 Oct 2011 14:23:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3457916</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3457916</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2011/10/07/path-is-too-long.aspx#comments</comments><description>&lt;p&gt;I ran into an issue with a customer where they were getting an error that the package could not be downloaded. The that they kept showing up in the client logs was 0x80070057. In going over the logs and researching the issue we found that the issue was in that the file path was too long. The deployment was a user based install which adds a lot of characters to the path. The problem is with writing the files to the cache on the client side. The error number 0x80070057 translates to &amp;quot;The parameter is incorrect.&amp;quot; Here is a little background on how we get the full path length for the package:&lt;/p&gt;  &lt;p&gt;The CM07 client cache directory is specified as: &lt;/p&gt;  &lt;p&gt;&lt;font size="1"&gt;&amp;lt;LOGICAL_DRIVE&amp;gt;:\&amp;lt;CCM_CACHE_FOLDER&amp;gt;\&amp;lt;PackageID&amp;gt;.&amp;lt;Package_Source_Version&amp;gt;.&amp;lt;System|[User_SID]&amp;gt;\&amp;lt;FolderName|FileName&amp;gt;&lt;/font&gt; &lt;/p&gt;  &lt;p&gt;This is built up from:    &lt;br /&gt;&amp;lt;LOGICAL_DRIVE&amp;gt; - the logical drive of the volume where the Cache directory is stored-&amp;gt; &amp;lt;LOGICAL_DRIVE&amp;gt; will be 1 character from A till Z-&amp;gt; 3 characters in total.&lt;/p&gt;  &lt;p&gt;&amp;lt;&amp;lt;CCM_CACHE_FOLDER&amp;gt; - the folder where the CM07 Client stores Package Data that was downloaded from DP -&amp;gt; &amp;lt;CCM_CACHE_FOLDER&amp;gt; by default is: Windows\System32\CCM\Cache-&amp;gt; the actual folder may be different from the default, is user configurable-&amp;gt; 28 characters in total: Windows\system32\CCM\cache&lt;/p&gt;  &lt;p&gt;&amp;lt;PackageID&amp;gt; - the SMS PackageID-&amp;gt; the PackageID has a fixed size of 8 characters in format + the dot (“.”)-&amp;gt; 9 characters in total: CM70017A.&lt;/p&gt;  &lt;p&gt;&amp;lt;Package_Source_Version&amp;gt; - the Source Version Number of the package-&amp;gt; a number between (1 .. xxxx), may be 1 to 4 characters in size + the dot (“.”)-&amp;gt; 5 characters in total: 9999.&lt;/p&gt;  &lt;p&gt;&amp;lt;System|(UserSID)&amp;gt; - is either 'System' if package is executed in Local System context OR the Security Identifier (decimal formatted) of the user that downloaded the package source -&amp;gt; System is a fixed size of 6 characters + “\” -&amp;gt; &amp;lt;UserSID&amp;gt; is in decimal format and may be 51 bytes or less in size + “\” -&amp;gt; 7 characters in total when targeting to the system: SYSTEM-&amp;gt; 52 characters maximum when targeting to a user: S-1-5-21-1046319769-833967741-3563887046-8288-&amp;gt; the 52 character maximum is the maximum that a SID can be. &lt;/p&gt;  &lt;p&gt;The path length of the CM07 client cache folder is &lt;font style="background-color: #ffff00"&gt;3 + 28 + 9 + 5 + 53 = 98 characters.&lt;/font&gt; &lt;/p&gt;  &lt;p&gt;&amp;lt;FolderName|FileName&amp;gt; - a folder or file that makes part of the Package folder structure or files    &lt;br /&gt;The maximum allowed path length for the package is the maximum allowed path length for the OS minus the path length of the location of the cache folder. &lt;/p&gt;  &lt;p&gt;The maximum allowed path length for the OS is 255 characters.&lt;/p&gt;  &lt;p&gt;&lt;font style="background-color: #ffff00"&gt;The maximum allowed path length for the package is 255 - 98 = 157 characters&lt;/font&gt;. &lt;/p&gt;  &lt;p&gt;Everything above 157 characters in path length on the DP can be a problem for downloading a package to the CM07 client cache. Everything above 167 characters in path length will almost certainly fail with a too long path.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3457916" width="1" height="1"&gt;</description></item><item><title>Branch DP’s and Hash Values</title><link>http://blogs.technet.com/b/mwiles/archive/2011/09/30/branch-dp-s-and-hash-values.aspx</link><pubDate>Fri, 30 Sep 2011 14:43:53 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3456569</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3456569</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2011/09/30/branch-dp-s-and-hash-values.aspx#comments</comments><description>&lt;p style="line-height: 13.5pt; list-style-type: disc; margin: 0in 0in 10pt -0.25in; background: white; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&amp;#160;&lt;/p&gt;  &lt;p style="line-height: 13.5pt; list-style-type: disc; margin: 0in 0in 10pt -0.25in; background: white; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; How can I find the package hash value in WMI on a BDP:&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; background: white" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;1. Open Webemtest and connect to root\ccm&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; background: white" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;2. Select Enum Classes, click the recursive radio button press OK&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; background: white" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;3. Scroll down to ccm_peerdpagent and double click &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; background: white" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;4. select ccm_peerdp_job and click instances. &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; background: white" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;5. click a package packageID listed. &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; background: white" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;6. Scroll Down to the hash value.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; background: white" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;&amp;#160;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;Compare this value in WMI to the Hash value that you find on the Distribution Point for the same package. To get the hash value for the distribution point content use a tool called hashdir.exe. (This is an internal tool so you would need to contact your PFE DSE for it). Compare the two hashes above with the 40 character Sha1 hash that is listed in the “NewHash” column of the SMSPackages Table of the database. Obviously these should all be the same.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;What is the BDPTmpWrkFldr?&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;There are three folders that come into play here, they are listed below in this order:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; background: white" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;Needs Folder&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; background: white" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;Assemble Folder&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; background: white" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;Content Folder&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;The flow from one folder to the next is like this: &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;Flow-----&amp;gt;Needs Folder-----&amp;gt;Assemble Folder----&amp;gt;Content Folder&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;1. BDPTmpWrkFldr\PDP5DB1.tmp - AKA &amp;quot;Needs&amp;quot; folder used by the Content Transfer Manager where deltas and needs files are downloaded and saved to, before being compiled and sent to the Assemble folder, this folder is deleted after it has been utilized.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;2. BDPTmpWrkFldr\PDP5D91.tmp - AKA &amp;quot;Assemble&amp;quot; folder, Delta and needs files are brought in to the Assemble folder once downloaded to the Needs folder and then merged (or assembled). Once we have hash successes here we then copy to SMSPKG$. &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;3. SMSPKG$ - AKA “Content” folder, this is where the content is actually stored for client retrieval after the deltas have been merged and hash has been verified from content in the Assemble folder.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;In this Short example from CTM log we will find the Needs folder is referenced first then the Assemble folder. The merge delta operation occurs in the next log entry in the Assemble folder. Both folders are created with a naming convention of PDP****.tmp &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;table style="list-style-type: disc; mso-cellspacing: 0in; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in" class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;       &lt;td style="padding-bottom: 0in; padding-left: 0in; padding-right: 0in; padding-top: 0in" valign="top" width="1132"&gt;         &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;CCMRDC] GenerateTargetFile() called with OldFile as &amp;quot;F:\SMSPKGF$\UP10004A\Patches\WINDOWS_VISTA\Windows6.0-KB960225-x86.msu&amp;quot;,&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;NeedsFile as &amp;quot;F:\BDPTmpWrkFldr\PDP5DB1.tmp\work\Patches\WINDOWS_VISTA\Windows6.0-KB960225-x86.msu .needs&amp;quot;, &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;0 Deltafiles and AssembledFile as &amp;quot;F:\BDPTmpWrkFldr\PDP5D91.tmp\Patches\WINDOWS_VISTA\Windows6.0-KB960225-x86.msu&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;CMergeDeltaOperation::_ProcessFile - Created merged file F:\BDPTmpWrkFldr\PDP5D91.tmp\Patches\WINDOWS_VISTA\Windows6.0-KB960225-x86.msu. ContentTransferManager 7/28/2009 5:18:16 PM 7380 (0x1CD4)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;&amp;#160;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;What's the difference between &amp;quot;Hash failed for package&amp;quot; and a &amp;quot;PDPHashMismatchEvent&amp;quot;?&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;&amp;quot;Hash failed for package&amp;quot; is shown when the current version of the ALREADY LOCALLY stored package does not match the stored package hash. If we get this message it indicates for the BDP to NOT download a delta but instead download the full current needed version of the package. Redownloading content is not so much as a &amp;quot;retry&amp;quot; but instead an indicator that we need the full content and not just the deltas. &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;Example of Hash Failed for Package: &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;table style="list-style-type: disc; mso-cellspacing: 0in; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in" class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;       &lt;td style="padding-bottom: 0in; padding-left: 0in; padding-right: 0in; padding-top: 0in" valign="top" width="860"&gt;         &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Checking provisioning status for package = UP10004A, version = 3. PeerDPAgent 2/7/2009 1:20:46 PM 7660 (0x1DEC&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Hash failed for package UP10004A. Redownloading content. PeerDPAgent 2/11/2009 5:43:33 PM 6312 (0x18A8)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Package UP10004A in state 'UpdatingPackage'. PeerDPAgent 2/11/2009 5:43:33 PM 6312 (0x18A8)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Raising event:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;[SMS_CodePage(437), SMS_LocaleID(1033)]&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;instance of PDPDownloadStartedEvent&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;{&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;ClientID = &amp;quot;GUID:BF41F222-3D9A-4AD6-ABDF-A8E301068C76&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;DateTime = &amp;quot;20090211234333.305000+000&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;MachineName = &amp;quot;WAK-FS-01&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;PackageID = &amp;quot;UP10004A&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;ProcessID = 2212;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;SiteCode = &amp;quot;UP1&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;SourceVersion = 4;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;ThreadID = 6836;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;};&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;PeerDPAgent 2/11/2009 5:43:33 PM 6836 (0x1AB4)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Package UP10004A in state 'Downloading'. PeerDPAgent 2/11/2009 5:43:33 PM 6836 (0x1AB4)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Download complete for CTM job {C2D4DFC8-670F-44A6-8332-88A0F1D3710B}, downloaded KB 8291 PeerDPAgent 2/11/2009 5:44:36 PM 7396 (0x1CE4)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Package UP10004A in state 'DownloadComplete'. PeerDPAgent 2/11/2009 5:44:41 PM 7396 (0x1CE4)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Raising event:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;[SMS_CodePage(437), SMS_LocaleID(1033)]&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;instance of PDPDownloadSuccessEvent&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;{&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;ClientID = &amp;quot;GUID:BF41F222-3D9A-4AD6-ABDF-A8E301068C76&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;DateTime = &amp;quot;20090211234450.011000+000&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;MachineName = &amp;quot;WAK-FS-01&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;PackageID = &amp;quot;UP10004A&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;ProcessID = 2212;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;SiteCode = &amp;quot;UP1&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;SourceVersion = 4;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;ThreadID = 6028;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;};&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;PeerDPAgent 2/11/2009 5:44:50 PM 6028 (0x178C)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Package UP10004A in state 'HashContentSuccess'. PeerDPAgent 2/11/2009 5:44:50 PM 6028 (0x178C)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Package UP10004A in state 'HostingComplete'. PeerDPAgent 2/11/2009 5:44:58 PM 7396 (0x1CE4)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Package UP10004A in state 'Succeeded'. PeerDPAgent 2/11/2009 5:44:58 PM 1800 (0x0708)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;Note the version number above is &amp;quot;3&amp;quot; Before we update the package above from 3 to 4 we rehash the content. The Hash failed for content so instead of grabbing a Delta update we download the full 4 content. &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;A &amp;quot;PDPHashMismatchEvent&amp;quot; is shown when the content that we downloaded from the DP fails the hash match immediately after the content was downloaded. In the example below we did in fact attempt to redownload the package however the hash once again failed.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;Here is an example of &amp;quot;PDPHashMismatchEvent&amp;quot;: &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;table style="list-style-type: disc; mso-cellspacing: 0in; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in" class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;       &lt;td style="padding-bottom: 0in; padding-left: 0in; padding-right: 0in; padding-top: 0in" valign="top" width="862"&gt;         &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Package UP100035 in state 'Downloading'. PeerDPAgent 4/27/2009 7:30:28 PM 6028 (0x178C)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Download complete for CTM job {772B7EAF-D420-4D6B-B421-45B7226A2D0B}, downloaded KB 4961 PeerDPAgent 4/27/2009 7:30:50 PM 1908 (0x0774)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Package UP100035 in state 'DownloadComplete'. PeerDPAgent 4/27/2009 7:30:50 PM 1908 (0x0774)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Raising event:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;[SMS_CodePage(437), SMS_LocaleID(1033)]&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;instance of PDPHashMismatchEvent&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;{&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;ClientID = &amp;quot;GUID:BF41F222-3D9A-4AD6-ABDF-A8E301068C76&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;DateTime = &amp;quot;20090428003051.129000+000&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;MachineName = &amp;quot;WAK-FS-01&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;PackageID = &amp;quot;UP100035&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;ProcessID = 672;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;SiteCode = &amp;quot;UP1&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;SourceVersion = 5;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;ThreadID = 5792;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;};&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;PeerDPAgent 4/27/2009 7:30:51 PM 5792 (0x16A0)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Package UP100035 in state 'HostingIncomplete'. PeerDPAgent 4/27/2009 7:30:51 PM 5792 (0x16A0)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Raising event:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;[SMS_CodePage(437), SMS_LocaleID(1033)]&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;instance of PDPPkgDeleteEvent&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;{&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;ClientID = &amp;quot;GUID:BF41F222-3D9A-4AD6-ABDF-A8E301068C76&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;DateTime = &amp;quot;20090428013514.996000+000&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;MachineName = &amp;quot;WAK-FS-01&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;PackageID = &amp;quot;UP100035&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;ProcessID = 672;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Share = &amp;quot;&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;SiteCode = &amp;quot;UP1&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;SourceVersion = 5;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;ThreadID = 4724;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;};&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;PeerDPAgent 4/27/2009 8:35:14 PM 4724 (0x1274)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt" color="#0000ff"&gt;We did in fact retry again and failed the hash again at 10:40:51 &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;table style="list-style-type: disc; mso-cellspacing: 0in; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in" class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;       &lt;td style="padding-bottom: 0in; padding-left: 0in; padding-right: 0in; padding-top: 0in" valign="top" width="585"&gt;         &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Package UP100035 in state 'DownloadComplete'. PeerDPAgent 4/27/2009 10:40:51 PM 5244 (0x147C)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Raising event:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;[SMS_CodePage(437), SMS_LocaleID(1033)]&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;instance of PDPHashMismatchEvent&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;{&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;ClientID = &amp;quot;GUID:BF41F222-3D9A-4AD6-ABDF-A8E301068C76&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;DateTime = &amp;quot;20090428034051.189000+000&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;MachineName = &amp;quot;WAK-FS-01&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;PackageID = &amp;quot;UP100035&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;ProcessID = 672;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;SiteCode = &amp;quot;UP1&amp;quot;;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;SourceVersion = 5;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;ThreadID = 4168;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;};&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;PeerDPAgent 4/27/2009 10:40:51 PM 4168 (0x1048)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;          &lt;p style="line-height: normal; margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;"&gt;&lt;font style="font-size: 8pt" color="#0000ff"&gt;Package UP100035 in state 'HostingIncomplete'. PeerDPAgent 4/27/2009 10:40:51 PM 4168 (0x1048)&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;Why we still do MD5 hash in Config Manager as the SHA1 hash has not been used for content security since SMS 2003 RTM?&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt; background: white; mso-margin-bottom-alt: auto" class="MsoNormal"&gt;&lt;span style="font-family: ; color: ; mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;; mso-ansi-language: en" lang="EN"&gt;&lt;font style="font-size: 9pt"&gt;We use this value as a quick integrity check as it's very fast. Something to note is that the older MD5 Hashes are always 32 characters in length and corresponds to the &amp;quot;Hash&amp;quot; column in the SQL Database. Newer (as of SMS 2003 SP1 and Config Mgr) and more secure SHA1 hashes are always 40 characters in length and correspond to the &amp;quot;New Hash&amp;quot; column in the SQL DB.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 10pt" class="MsoNormal"&gt;&lt;font face="Calibri"&gt;&lt;font style="font-size: 11pt" color="#000000"&gt;&amp;#160;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3456569" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/mwiles/archive/tags/Hash/">Hash</category><category domain="http://blogs.technet.com/b/mwiles/archive/tags/Branch+DP/">Branch DP</category></item><item><title>Clients Never See the Pop Up Balloon in the Systray</title><link>http://blogs.technet.com/b/mwiles/archive/2011/09/16/how-many-collections-is-you-client-a-member-of.aspx</link><pubDate>Fri, 16 Sep 2011 14:00:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3453737</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3453737</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2011/09/16/how-many-collections-is-you-client-a-member-of.aspx#comments</comments><description>&lt;p&gt;I ran into a really strange issue a while back with a customer and then last month I hit the same issue with a different customer. &lt;/p&gt;  &lt;p&gt;Have you run into an issue where you send out a normal software distribution but the clients never see the pop up balloon in the systray informing them that they have a program that will run?&amp;#160; You know that this should work because you have the “Display Notification” checkbox check in the admin console but no matter what you try the client still will not display the notification in the systray.&amp;#160; &lt;/p&gt;  &lt;p&gt;The New Program Notification for clients is controlled by two Policy entries and if either entry is set to FALSE then the new program pop up notification will not show in the systray.&amp;#160; These two Policies are found in the following WMI locations and can be viewed with Wbemtest:&lt;/p&gt;  &lt;p&gt;1.&amp;#160; Root\CCM\Machine\Policy, once there then look at the CCM_SoftwareDistributionClientConfig item.&amp;#160; Look at the instances and then choose “Show Mof”.&amp;#160; You will see a box similar to this:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/3288.clip_5F00_image001_5F00_6300B38C.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/7418.clip_5F00_image001_5F00_thumb_5F00_4C11BC43.png" width="302" height="187" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;2.&amp;#160; Root\CCM\Machine\Policy, once there then look at the CCM_ClientAgentConfig item.&amp;#160; Look at the instances and then choose “Show Mof”.&amp;#160; You will a box similar to this:&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/1145.clip_5F00_image002_5F00_7B802B0F.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/2627.clip_5F00_image002_5F00_thumb_5F00_469325D2.png" width="302" height="187" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Notice how one box says True and one says False.&amp;#160; This will cause the Notification to fail.&amp;#160; You can manually change this setting in WMI and it will work for a while but policy will change it back to a False setting causing notifications to once again fail.&lt;/p&gt;  &lt;p&gt;Once a Client is in this state it is fairly easy to get them out of it.&amp;#160; Follow the steps below to fix this issue:&lt;/p&gt;  &lt;p&gt;1.&amp;#160; Verify that the Display Program Notification checkbox is checked in the admin UI.&amp;#160; If it is not checked, check it and wait for the policy to update on the client.&lt;/p&gt;  &lt;p&gt;2. Go into the “Computer Client Agent properties” for this clients parent, choose the Customization tab and make a change to the “Organization Name” field.&amp;#160; Click OK to keep the change.&lt;/p&gt;  &lt;p&gt;3. Wait a couple of minutes for the policy provider on the server to write the policy into the database&lt;/p&gt;  &lt;p&gt;4. Force the client to refresh policy or wait for the normal policy refresh&lt;/p&gt;  &lt;p&gt;That should flip the above bits to True and allow Notifications to happen on the client.&amp;#160; This has been filed as a bug.&lt;/p&gt;  &lt;p&gt;One additional note is that this is a Per Site setting so you will need to change this at each site where clients are having the issue.&amp;#160; Making the change at the central site will not fix the problem.&amp;#160; You can use the console connected to the central site to make the change at each site but you will need to allow time for the changes to flow from the central site to the child sites.&amp;#160; I would recommend that you make the change at each site and then let the changes flow up to the central site.&lt;/p&gt; &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3453737" width="1" height="1"&gt;</description></item><item><title>Troubleshooting “Failed to Insert Object” error message</title><link>http://blogs.technet.com/b/mwiles/archive/2011/06/24/troubleshooting-failed-to-insert-object-error-message.aspx</link><pubDate>Fri, 24 Jun 2011 14:33:01 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3437341</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3437341</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2011/06/24/troubleshooting-failed-to-insert-object-error-message.aspx#comments</comments><description>&lt;p&gt;I have run into a few CI update problems over the last few months. It seems that these are becoming more frequent. I found the information below in my research. I did some additional testing and rewrote part of it. Let me first say that before doing anything we need to make sure that we have a good backup in-case something should go wrong. I also would try out the queries first in a lab environment to be sure that everything works as needed. &lt;/p&gt;  &lt;p&gt;The way Software Updates in ConfigMgr work is that the Central site syncs with WSUS and pulls in the update data into various CI_ tables. That in turn triggers those updated data objects to be sent down the hierarchy to child sites. So the child sites do not sync directly with their WSUS servers but instead inherit the software update data from the Central (their local WSUS servers are still used by their clients for scanning though). This is also why only the Central has the option to 'Run synchronization' on the Updates Repository context menu. These Software Updates can also be linked to other data items, for example updates they rely on, or updates they supersede, or are superseded by etc. In other words there can be multiple interdependencies involved.&lt;/p&gt;  &lt;p&gt;New updates arrive at the child through the regular site replication data processes and Replmgr moves them to objmgr.box\incoming for processing. In simplified terms the .cid files have information on an update, for example a Windows Defender signature update, or a SQL fix, or Win2003 update etc. The SDM files are xml data files that have the information linking updates with other data. For example, updates superseding another, or that rely on another, or bundles of updates. You can see the data by opening these files in notepad.&lt;/p&gt;  &lt;p&gt;You may see a great many .sdm, or .cid etc. files processing through in the objreplmgr.log. For example, when a new .cid arrives its object data is inserted into the db and the various relationships are checked. If a related bit of data is missing the CI insertion is rolled back and file goes into retry. The idea is that as more data arrives it fills the holes until the CIs can be inserted on retry. It's not unusual to see stacks of retrying files, and it can take a *long time* before they all process through (think in terms of several hours, or days for the initial data transfer).&lt;/p&gt;  &lt;p&gt;Here's a .cid at a child site failing and going to retry:    &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="1271"&gt;           &lt;p&gt;&lt;font color="#ff0000"&gt;Referenced configuration items are not available yet:&lt;/font&gt; &lt;/p&gt;            &lt;p&gt;&lt;a href="http://schemas.microsoft.com/systemsmanagementserver/Site_9D7E5B47-34D4-4F30-B8B6-DCEE435896D6/SUM_424b67ab-ad7c-4501-ad67-c6e23bf2861e/2(2)(6)"&gt;&lt;font color="#0000ff"&gt;http://schemas.microsoft.com/systemsmanagementserver/Site_9D7E5B47-34D4-4F30-B8B6-DCEE435896D6/SUM_424b67ab-ad7c-4501-ad67-c6e23bf2861e/2(2)(6)&lt;/font&gt;&lt;/a&gt;&lt;font color="#0000ff"&gt;;&lt;/font&gt;&lt;/p&gt;            &lt;p&gt;&lt;font color="#ff0000"&gt;Failed to insert Object bb62de3b-38c5-409d-8c26-dacb3d91e9ae from replication file c:\CM07\inboxes\objmgr.box\INCOMING\Retry\ORG_24277.CID.&lt;/font&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;So this tells us that object bb62de3b-38c5-409d-8c26-dacb3d91e9ae from file ORG_24277.CID (ORG being my Central site) couldn't get into the db because it relies on the object 424b67ab-ad7c-4501-ad67-c6e23bf2861e(/2 means version 2) &lt;/p&gt;  &lt;p&gt;which is not yet in the db.&lt;/p&gt;  &lt;p&gt;If we run the SQL query below at the Central site we can see this is a bundle of updates:&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;select&lt;/font&gt; * &lt;font color="#0000ff"&gt;from&lt;/font&gt; ci_configurationitems &lt;font color="#0000ff"&gt;where&lt;/font&gt; CI_Uniqueid = &lt;font color="#ff0000"&gt;'bb62de3b-38c5-409d-8c26-dacb3d91e9ae'&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Looking at the xml data of the SDMPackageDigest column will tell you more about the updates. I can see that bb62de3b-38c5-409d-8c26-dacb3d91e9ae is really an update to 424b67ab-ad7c-4501-ad67-c6e23bf2861e and it also supersedes that object , so I would think that the 424b67ab-ad7c-4501-ad67-c6e23bf2861e object needs it to be there in order to flag it as superseded.&lt;/p&gt;  &lt;p&gt;The files cannot keep retrying forever, so if after 100 retries the CI still cannot be added then it goes into 'bad', with a log entry like this:    &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="1102"&gt;           &lt;p&gt;&lt;font color="#ff0000"&gt;Replication file c:\CM07\inboxes\objmgr.box\INCOMING\Retry\ORG_21864.CID has been retried 100 times and has reached the maximum retry limit, give it up&lt;/font&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;Once the other data actually shows up and gets processed into the database and we then retry the failed update above it does process correctly. Here is the log file:    &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="1220"&gt;           &lt;p&gt;&lt;font color="#ff0000"&gt;Processing replication file c:\CM07\inboxes\objmgr.box\INCOMING\Retry\ORG_24277.CID.&lt;/font&gt;&lt;/p&gt;            &lt;p&gt;&lt;font color="#ff0000"&gt;Successfully inserted Object bb62de3b-38c5-409d-8c26-dacb3d91e9ae from replication file c:CM07\inboxes\objmgr.box\INCOMING\Retry\ORG_24277.CID. Successfully updated CIXML body for CI 424b67ab-ad7c-4501-ad67-c6e23bf2861e&lt;/font&gt;&lt;/p&gt;            &lt;p&gt;&lt;font color="#ff0000"&gt;Successfully processed Object bb62de3b-38c5-409d-8c26-dacb3d91e9ae&lt;/font&gt; &lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;Let’s take a closer look at this object with the SQL query below. &lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: ; color: ; mso-no-proof: yes"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;select&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="font-family: ; mso-no-proof: yes"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; CI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;CI_UniqueID&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; UCI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;CI_ID&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; UCI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;BulletinID&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; UCI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;ArticleID&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; UCI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;RevisionNumber&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;CI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;ModelName&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; CI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;IsBundle&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; CI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;IsHidden&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; CI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;IsTombstoned&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; CI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;IsEnabled&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; CI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;IsExpired&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; CI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;sdmpackage_id&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; CI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;DateLastModified &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;as&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; CIDateLastModified&lt;/font&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font style="font-size: 10pt" color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; text-autospace: ; mso-add-space: auto; mso-layout-grid-align: none" class="section1CxSpMiddle"&gt;&lt;span style="font-family: ; mso-no-proof: yes"&gt;&lt;font face="Courier New"&gt;&lt;font color="#000000"&gt;&lt;font style="font-size: 10pt"&gt;CISDM&lt;/font&gt;&lt;/font&gt;&lt;font style="font-size: 10pt"&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;SDMPackage_ID&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; CISDM&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;SDMPackageName&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; CISDM&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;DateLastModified &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;as&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; SDMDateLastModified&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; text-autospace: ; mso-add-space: auto; mso-layout-grid-align: none" class="section1CxSpMiddle"&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: ; color: ; mso-no-proof: yes"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;from&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="font-family: ; mso-no-proof: yes"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; CI_UpdateCIs &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;as&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; UCI&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; text-autospace: ; mso-add-space: auto; mso-layout-grid-align: none" class="section1CxSpMiddle"&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: ; color: ; mso-no-proof: yes"&gt;&lt;font color="#808080"&gt;&lt;font style="font-size: 10pt"&gt;Join&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="font-family: ; mso-no-proof: yes"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; ci_configurationitems &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;as&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; CI &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;on&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; UCI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;CI_ID &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; CI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;CI_ID&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; text-autospace: ; mso-add-space: auto; mso-layout-grid-align: none" class="section1CxSpMiddle"&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: ; color: ; mso-no-proof: yes"&gt;&lt;font color="#808080"&gt;&lt;font style="font-size: 10pt"&gt;Join&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="font-family: ; mso-no-proof: yes"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; ci_sdmpackages &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;as&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; CISDM &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;on&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; CI&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;sdmpackage_id &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; CISDM&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;sdmpackage_id&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; mso-add-space: auto" class="section1CxSpLast"&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: ; color: ; mso-no-proof: yes"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;where&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="font-family: ; mso-no-proof: yes"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; ci&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;.&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;CI_Uniqueid &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font style="font-size: 10pt" color="#ff0000"&gt;'bb62de3b-38c5-409d-8c26-dacb3d91e9ae'&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;It’s MS09-002, KB number 961260. You won’t always get a KB article that get returned. It could be part of a bundle, a hidden update, an expired update, or something else. The point is that with the above queries you should be able to link this together and get an idea of what the object is.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;&lt;strong&gt;Troubleshooting&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;So a child site is missing updates in the UI. We need to determine whether the problem is that the child sites never received the updates, or that it did receive them but cannot process them. Not always an easy question to answer, but here are some points to consider when looking at the child site: &lt;/p&gt;  &lt;p&gt;1. Looking at objreplmgr.log at the child site. Are different updates processing through OK? Software Updates replicates vast amounts of data, especially when a child site is added and first receives all the updates data (I've seen it take 2 days to send and process it all!). You may just need to be more patient.&lt;/p&gt;  &lt;p&gt;2. Also, a .cid may be retrying for perfectly legitimate reasons, i.e. it is waiting for more data to arrive. So a retrying cid is not indicative of a problem per se. &lt;/p&gt;  &lt;p&gt;3. Check the log for patterns; is it the same .cid files persistently retrying again and again over a long period of time when other data has processes through OK?&lt;/p&gt;  &lt;p&gt;4. Is objreplmgr.log not doing anything, in which case it may be the processing has finished, or data never arrived, or the 100 try limit is reached and the .cid files have gone bad. So do check the bad folder.&lt;/p&gt;  &lt;p&gt;5. Are there many retrying or bad .cid files at the child? This should tie up with the log, and just to stress the point, are the same files repeatedly retrying?&lt;/p&gt;  &lt;p&gt;So let's say you find there are a number of .cid files in the ..\inboxes\objmgr.box\incoming\retry folder on the child site, and the log shows them retrying over and over again without success. As we saw earlier ObjReplMgr.log should tell you why it does not like them, along the lines of :&lt;/p&gt;  &lt;p&gt;1. Processing replication file ... in retry.&lt;/p&gt;  &lt;p&gt;2. Referenced configuration items are not available yet...&lt;/p&gt;  &lt;p&gt;Now that could mean either:&lt;/p&gt;  &lt;p&gt;1. Related CI_ConfigurationItems have not yet arrived at the child site.&lt;/p&gt;  &lt;p&gt;-OR-&lt;/p&gt;  &lt;p&gt;2. Data for the associated SDMPackage is incorrectly flagged and does not show as 'IsDeleted = 1'. As such the child site is trying to locate non-existent CI_ConfigurationItems linked to that SDMPackage (which the .cid links to). &lt;/p&gt;  &lt;p&gt;There are really two methods to fix the above issues:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Resend all updates&lt;/b&gt;. This can be done by dropping a &amp;lt;childsitecode&amp;gt;.sha file into the Central site objmgr.box folder. This replicates *all* the CI data back down so that should fix any missing updates. However, this does mean a lot of data will be re-sent, most of which will be unnecessary. I do mean an awful lot. Plus it make take a very long time before you know if it worked or not. When I ran this test in my lab 93,000+ objects were sent down to the child site. The number depends on the number of items you are syncing with MS Update. I call this the Shot Gun approach. While it does work there is a lot of unneeded data sent down.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Resend just the missing updates.&lt;/b&gt; Individually update the DateLastModified on the specific CI_ConfigurationItems at the Central site. This is a more granular approach; by modifying this date it will cause just that record to resend. Of course you must identify the correct row by its ci_uniqueid for this to work. So let's say we have a .cid failing to insert and the log tells us it is because the referenced configuration items are not available yet:     &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="1161"&gt;           &lt;p&gt;&lt;a href="http://schemas.microsoft.com/systemsmanagementserver/Site_E667A12A-772A-4896-9B46-A2D496CA6880/SUM_5ad7a514-0e96-499c-b0e2-41e86b742ddd/1(1)(6);http:/schemas.microsoft.com/systemsmanagementserver/Site_E667A12A-772A-4896-9B46-A2D496CA6880/SUM_c7f8ad7a-6530-4109-a57a-996548d564d9/1(1)(6);http:/schemas.microsoft.com/systemsmanagementserver/Site_E667A12A-772A-4896-9B46-A2D496CA6880/SUM_e1288ee2-7d60-4045-bde0-46b68be56cea/1(1)(6)"&gt;&lt;font color="#0000ff"&gt;http://schemas.microsoft.com/systemsmanagementserver/Site_E667A12A-772A-4896-9B46-A2D496CA6880/SUM_5ad7a514-0e96-499c-b0e2-41e86b742ddd/1(1)(6);http://schemas.microsoft.com/systemsmanagementserver/Site_E667A12A-772A-4896-9B46-A2D496CA6880/SUM_c7f8ad7a-6530-4109-a57a-996548d564d9/1(1)(6);http://schemas.microsoft.com/systemsmanagementserver/Site_E667A12A-772A-4896-9B46-A2D496CA6880/SUM_e1288ee2-7d60-4045-bde0-46b68be56cea/1(1)(6)&lt;/font&gt;&lt;/a&gt;&lt;font color="#0000ff"&gt;;&lt;/font&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;Those are 'missing' entries this new update is expecting to be present (but aren't). So check they really do not exist at the child. Note that these ids are taken from the above log entry, with the site specific GUI ('Site_E667A12A-772A-4896-9B46-A2D496CA6880/SUM_' in this case) chopped off. Run the query below at the child site to verify that the entries do not exist and then run the query at the central site to verify that the entries are there.&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; text-autospace: ; mso-add-space: auto; mso-layout-grid-align: none" class="section1"&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: ; color: ; mso-no-proof: yes"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;Select&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="font-family: ; mso-no-proof: yes"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;*&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;from&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; ci_configurationitems &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;where&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; ci_uniqueid &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;in&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff0000"&gt;'5ad7a514-0e96-499c-b0e2-41e86b742ddd'&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff0000"&gt;'c7f8ad7a-6530-4109-a57a-996548d564d9'&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff0000"&gt;'e1288ee2-7d60-4045-bde0-46b68be56cea'&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font style="font-size: 10pt" color="#808080"&gt;)&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;If they exist at the central we can use the query below to update the time value on them which will cause us to resend them to all child sites:&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; text-autospace: ; mso-add-space: auto; mso-layout-grid-align: none" class="section1CxSpFirst"&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: ; color: ; mso-no-proof: yes"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;Update&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="font-family: ; mso-no-proof: yes"&gt;&lt;font style="font-size: 10pt" color="#000000"&gt; ci_configurationitems &lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; text-autospace: ; mso-add-space: auto; mso-layout-grid-align: none" class="section1CxSpLast"&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: ; color: ; mso-no-proof: yes"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;set&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="font-family: ; mso-no-proof: yes"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; datelastmodified &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff00ff"&gt;getdate&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;()&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;where&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; ci_uniqueid &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;in&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff0000"&gt;'5ad7a514-0e96-499c-b0e2-41e86b742ddd'&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff0000"&gt;'c7f8ad7a-6530-4109-a57a-996548d564d9'&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff0000"&gt;'e1288ee2-7d60-4045-bde0-46b68be56cea'&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font style="font-size: 10pt" color="#808080"&gt;)&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;See if they process through at the child. If not why not? Perhaps they have a further dependency missing which you need to repeat this process for. If they exist at Central site and you resend and they should process OK, then the retrying .cid should as process correctly and disappear from the retry folder.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;&lt;strong&gt;When the problem remains?&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;If the above (including a .sha as a Shot Gun approach) does not work then things can get nightmarish as untangling the problem can be horrible. However, the cases I've had (so far) that the above did not fix were solved as follows:&lt;/p&gt;  &lt;p&gt;It may be that these referenced CIs don't even exist at the Central! So the child site has an update that relies on another update that does not exist at the Central. That does not make sense until you look at the SDMPackage. As mentioned &lt;/p&gt;  &lt;p&gt;earlier this ties together updates, and it may be that an SDMPackage is flagged as 'IsDeleted' at the Central but the child site missed this fact and still has the SDMPackage as an active one (IsDeleted = 0). So the Central never worries about &lt;/p&gt;  &lt;p&gt;these referenced CIs because they are referenced from a dead SDMPackage, but the child site thinks it is active so on object insertion the SP follows the links to these other CIs (which don't exist). So presuming the earlier query shows the referenced CIs do *not* exist at the Central then we then need to compare the SDM entries at the Central and child (plus any sites in between). Use the same ids (but including the site part) to check the SDMPackageName:&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; text-autospace: ; mso-add-space: auto; mso-layout-grid-align: none" class="section1"&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: ; color: ; mso-no-proof: yes"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;SELECT&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="font-family: ; mso-no-proof: yes"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;*&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;FROM&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; ci_sdmpackages &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;where&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; SDMPackageName &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;in&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;(&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff0000"&gt;'Site_E667A12A-772A-4896-9B46-A2D496CA6880/SUM_5ad7a514-0e96-499c-b0e2-41e86b742ddd'&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff0000"&gt;'Site_E667A12A-772A-4896-9B46-A2D496CA6880/SUM_c7f8ad7a-6530-4109-a57a-996548d564d9'&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;,&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#ff0000"&gt;'Site_E667A12A-772A-4896-9B46-A2D496CA6880/SUM_e1288ee2-7d60-4045-bde0-46b68be56cea'&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font style="font-size: 10pt" color="#808080"&gt;)&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Compare the results from running the above at the Central and the child, in particular check the 'IsDeleted' value. Be careful as a row might look the same but be a different *version*. In other words SDMPackageName is not unique, but &lt;/p&gt;  &lt;p&gt;SDMPackageName &amp;amp; SDMPackageVersion together are. For example at the child site we see:    &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td width="564"&gt;           &lt;p&gt;SDMPackageName&lt;/p&gt;         &lt;/td&gt;          &lt;td width="196"&gt;           &lt;p&gt;SDMPackageVersion&lt;/p&gt;         &lt;/td&gt;          &lt;td width="133"&gt;           &lt;p&gt;SourceSite&lt;/p&gt;         &lt;/td&gt;          &lt;td width="133"&gt;           &lt;p&gt;IsDeleted&lt;/p&gt;         &lt;/td&gt;          &lt;td width="133"&gt;           &lt;p&gt;IsDigest&lt;/p&gt;         &lt;/td&gt;          &lt;td width="154"&gt;           &lt;p&gt;DateLastModified&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="564"&gt;           &lt;p&gt;Site_E667A12A-772A-4896-9B46-A2D496CA6880/SUM_5ad7a514-0e96-499c-b0e2-41e86b742ddd&lt;/p&gt;         &lt;/td&gt;          &lt;td width="196"&gt;           &lt;p&gt;3&lt;/p&gt;         &lt;/td&gt;          &lt;td width="133"&gt;           &lt;p&gt;CNT&lt;/p&gt;         &lt;/td&gt;          &lt;td width="133"&gt;           &lt;p&gt;0&lt;/p&gt;         &lt;/td&gt;          &lt;td width="133"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td width="154"&gt;           &lt;p&gt;14/05/2008 03:11&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;...but at the parent site we see:    &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td width="564"&gt;           &lt;p&gt;SDMPackageName&lt;/p&gt;         &lt;/td&gt;          &lt;td width="196"&gt;           &lt;p&gt;SDMPackageVersion&lt;/p&gt;         &lt;/td&gt;          &lt;td width="133"&gt;           &lt;p&gt;SourceSite&lt;/p&gt;         &lt;/td&gt;          &lt;td width="133"&gt;           &lt;p&gt;IsDeleted&lt;/p&gt;         &lt;/td&gt;          &lt;td width="133"&gt;           &lt;p&gt;IsDigest&lt;/p&gt;         &lt;/td&gt;          &lt;td width="154"&gt;           &lt;p&gt;DateLastModified&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="564"&gt;           &lt;p&gt;Site_E667A12A-772A-4896-9B46-A2D496CA6880/SUM_5ad7a514-0e96-499c-b0e2-41e86b742ddd&lt;/p&gt;         &lt;/td&gt;          &lt;td width="196"&gt;           &lt;p&gt;3&lt;/p&gt;         &lt;/td&gt;          &lt;td width="133"&gt;           &lt;p&gt;CNT&lt;/p&gt;         &lt;/td&gt;          &lt;td width="133"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td width="133"&gt;           &lt;p&gt;1&lt;/p&gt;         &lt;/td&gt;          &lt;td width="154"&gt;           &lt;p&gt;26/06/2008 14:18&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;Note the IsDeleted value is 0 at the child and is 1 at the parent. Somehow the child site 'missed' updating these entries so we still check them. The real problem then is not with other missing configuration items then, but rather with SDMPackages not being correctly flagged as deleted. If the SDMPackage details are different then there is little point re-replicating them from the Central as that does not update them. You need to manually fix the IsDeleted values by running the SQL query blow at the *child* site:&lt;/p&gt;  &lt;p&gt;update ci_sdmpackages&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; text-autospace: ; mso-add-space: auto; mso-layout-grid-align: none" class="section1CxSpFirst"&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: ; color: ; mso-no-proof: yes"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;update&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="font-family: ; mso-no-proof: yes"&gt;&lt;font style="font-size: 10pt" color="#000000"&gt; ci_sdmpackages&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; text-autospace: ; mso-add-space: auto; mso-layout-grid-align: none" class="section1CxSpMiddle"&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: ; color: ; mso-no-proof: yes"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;set&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="font-family: ; mso-no-proof: yes"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; IsDeleted &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; 1&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt; text-autospace: ; mso-add-space: auto; mso-layout-grid-align: none" class="section1CxSpLast"&gt;&lt;font face="Courier New"&gt;&lt;span style="font-family: ; color: ; mso-no-proof: yes"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;where&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="font-family: ; mso-no-proof: yes"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; SDMPackageName &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff0000"&gt;'Site_E667A12A-772A-4896-9B46-A2D496CA6880/SUM_5ad7a514-0e96-499c-b0e2-41e86b742ddd'&lt;/font&gt;&lt;/span&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;and&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; SDMPackageVersion &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font style="font-size: 10pt" color="#ff0000"&gt;'3’&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Once the tables are corrected the retry file should go back through (if it has gone bad in the meantime drop it back into retry, or resend it from the Central with a date change on the row). &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3437341" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/mwiles/archive/tags/Object+Replication/">Object Replication</category></item><item><title>How to Move the WSUS Database</title><link>http://blogs.technet.com/b/mwiles/archive/2011/06/17/how-to-move-the-wsus-database.aspx</link><pubDate>Fri, 17 Jun 2011 14:27:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3436067</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3436067</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2011/06/17/how-to-move-the-wsus-database.aspx#comments</comments><description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I ran into an issue where a customer needed to move the WSUS Database to a different SQL server.&amp;#160; In my research I found most of the information below.&amp;#160; In testing I added a few pieces to it since my customer was using a remote SQL server.&amp;#160; To move your WSUS Database to another SQL&amp;#160; server just follow these steps, this should work with SQL 2005 or SQL 2008:&lt;/p&gt;  &lt;p&gt;1. In the Services tool Right-click IIS Admin Service, and then click Stop.&amp;#160; It will stop other services (WWW Publishing, Windows Remote, and HTTP SSL).&lt;/p&gt;  &lt;p&gt;2. In the Services tool, Right-click Update Services, and then click Stop.&lt;/p&gt;  &lt;p&gt;3. On the old SQL server, DETACH the SUSDB database.&amp;#160; You can do this by right clicking the SUSDB, choosing Task and then choose detach.&amp;#160; You get the &amp;quot;Detach Database&amp;quot; wizard.&amp;#160; You should be able to just choose &amp;quot;OK&amp;quot; and it will start the detach process.&amp;#160; You may need to choose the &amp;quot;Drop Connections&amp;quot; box.&lt;/p&gt;  &lt;p&gt;4. Copy the database files (MDF and LDF) from the old SQL server to the new SQL server. (Make a backup copy of these files as well.)&amp;#160; Most of the time these files will be in the MSSQL\Data directory.&lt;/p&gt;  &lt;p&gt;5. Attach the database files as SUSDB to the new SQL server.&amp;#160; Right click Databases and choose Attach.&amp;#160; Point to the place where you copied the files and choose &amp;quot;OK&amp;quot;.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;a. Verify permissions on the SQL Server instance. In SQL Server Management Studio, open the instance and select Security, then Logins. The NT AUTHORITY\NETWORK SERVICE account should be listed as a login. If not listed, add the account as a login.&amp;#160; If the SQL server is a remote box then add the WSUS server's machine account to the permissions.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;b. Verify permissions on the database. Right-click the database, select Properties and then click Permissions. The NT AUTHORITY\NETWORK SERVICE account should be listed as a login. If not listed, add the account as a login.&amp;#160; If the SQL server is a remote box then add the WSUS server's machine account to the permissions.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;c. Verify members of the webService role. Under the WSUS database, select Security, select Roles, select Database Roles, then right-click webService and select Properties.&amp;#160; The NT AUTHORITY\NETWORK SERVICE account should be listed as a member of this role. If it is not, it should be added.&amp;#160;&amp;#160; If the SQL server is a remote box then add the WSUS server's machine account to the permissions.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;6. Back on the WSUS server, open the registry editor: Click Start, click Run, type regedit, and then click OK.&lt;/p&gt;  &lt;p&gt;7. Browse to HKLM\SOFTWARE\Microsoft\UpdateServices\Server\Setup\SqlServerName, and in the Value box, type [ServerName]\[InstanceName],and then click OK. If the instance name is the default instance, then simply type [ServerName].&lt;/p&gt;  &lt;p&gt;8. Click Start, point to Programs, point to Administrative Tools, and then click Services.&lt;/p&gt;  &lt;p&gt;9. Restart the following services:&amp;#160;&amp;#160; IIS Admin, HTTP SSL, WWW Publishing, and the Updates Services.&lt;/p&gt;  &lt;p&gt;10. To verify that everything is working run the Update Services Console.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3436067" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/mwiles/archive/tags/WSUS+Database/">WSUS Database</category></item><item><title>What Collections is your Client a Member of?</title><link>http://blogs.technet.com/b/mwiles/archive/2011/06/10/what-collections-is-your-client-a-member-of.aspx</link><pubDate>Fri, 10 Jun 2011 14:23:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3434811</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3434811</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2011/06/10/what-collections-is-your-client-a-member-of.aspx#comments</comments><description>&lt;p&gt;Many times during the course of troubleshooting, you may come across a situation where you need to find out how many Collections a specific Client machine is a member of. Here is how you can find that information, along with the Collection Names and the ID's.&lt;/p&gt;  &lt;p&gt;Run the following SQL query in against the SMS Database:&lt;/p&gt;  &lt;p&gt;select v_FullCollectionMembership.CollectionID As 'Collection ID', v_Collection.Name As 'Collection Name', v_R_System.Name0 As 'Machine Name' from v_FullCollectionMembership    &lt;br /&gt;JOIN v_R_System on v_FullCollectionMembership.ResourceID = v_R_System.ResourceID     &lt;br /&gt;JOIN v_Collection on v_FullCollectionMembership.CollectionID = v_Collection.CollectionID     &lt;br /&gt;Where v_R_System.Name0='ClientMachineName'&lt;/p&gt;  &lt;p&gt;   &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="798"&gt;           &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;You will need to replace ClientMachineName with the name of the Client Machine in question.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Here is the output of SQL when I ran the query for one of my clients:&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/7610.image_5F00_5EB3F432.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/7607.image_5F00_thumb_5F00_16863856.png" width="342" height="164" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;Additionally, you can also make a Custom Report to get this information if you intend to use this frequently:&lt;/p&gt;  &lt;p&gt;The SQL Statement For this Report would be as follows:    &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="798"&gt;           &lt;p&gt;select v_FullCollectionMembership.CollectionID As 'Collection ID', v_Collection.Name As 'Collection Name', v_R_System.Name0 As 'Machine Name' from v_FullCollectionMembership              &lt;br /&gt;JOIN v_R_System on v_FullCollectionMembership.ResourceID = v_R_System.ResourceID               &lt;br /&gt;JOIN v_Collection on v_FullCollectionMembership.CollectionID = v_Collection.CollectionID               &lt;br /&gt;Where &lt;a href="mailto:v_R_System.Name0=@Comp"&gt;v_R_System.Name0=@Comp&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;Click on Prompts while providing the SQL Statement, and Create a new prompt named 'Comp' without the quotes. Provide a SQL Statement for the prompt as follows:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;select Name0 from v_R_System&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3434811" width="1" height="1"&gt;</description></item><item><title>How to Remove Custom Discovery Architecture</title><link>http://blogs.technet.com/b/mwiles/archive/2011/06/03/how-to-remove-custom-discovery-architecture.aspx</link><pubDate>Fri, 03 Jun 2011 14:43:37 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3433262</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3433262</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2011/06/03/how-to-remove-custom-discovery-architecture.aspx#comments</comments><description>&lt;p&gt;A while back a customer had added some custom discovery architecture to their sites but needed to change a column name due to a conflict in SQL.&amp;#160; We searched the web but didn’t find much on how to remove the added information.&amp;#160; I did some testing and came up with a solution but didn’t think much about it.&amp;#160; Last week a coworker asked the same question so I thought maybe I need to add this information to my blog.&amp;#160; Here it is:&lt;/p&gt;  &lt;p&gt;&lt;font style="background-color: #ffff00"&gt;Make a backup before you try this to be on the safe side&lt;/font&gt;.&amp;#160; All my statements below reference a 7 in the name, that’s because once I figured out how to clean it out I added it all back in again to verify my tests so it changed the table name.&amp;#160; Just replace the 7 with a 6 or whatever your number is and you should be good to go.&lt;/p&gt;  &lt;p&gt;1. Stop the SMS_Executive and SMS_Site_Component Services on the site with the Database that has the issue.&lt;/p&gt;  &lt;p&gt;2.&amp;#160; Delete the entry out of the wbem repository.&amp;#160; Use wbemtest and connect to root\sms\site_sitecode.&amp;#160; Once connected click on the Enum Classes button and then find the class that you need to remove (in this case it was called SMS_R_STRMetrics) and highlight like this screen shot:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/7103.clip_5F00_image001_5F00_34699C31.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/0247.clip_5F00_image001_5F00_thumb_5F00_6B637A6A.jpg" width="306" height="197" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Next hit the Delete button and that should remove it&lt;/p&gt;  &lt;p&gt;3.&amp;#160; Verify the name of the table that the custom architecture is in.&amp;#160; For me it is called Cust_Arch_7_Disc.&amp;#160; For you it is most likely Cust_Arch_6_Disc.&amp;#160; Once you have the table name then you need to drop the table using this SQL command:&amp;#160; &lt;font face="Courier New"&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; color: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;Drop&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;table&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; Cust_Arch_7_Disc&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;4. Next we need to do the same thing with the view.&amp;#160; Mine was called v_R_Cust_Arch_7.&amp;#160; Once you get that view name then drop it using this SQL command:&amp;#160; &lt;font face="Courier New"&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; color: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;Drop&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;view&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; v_R_Cust_Arch_7&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;5. Now is where the fun comes in.&amp;#160; In my tables I had a reference to a table and it would not let me delete the entries related to the Custom Architecture until I cleaned that out.&amp;#160; Here is more information.&amp;#160; I was trying to run this SQL command:&amp;#160; &lt;font face="Courier New"&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; color: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;delete&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;from&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; DiscPropertyDefs &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;where&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; DiscArchKey &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font style="font-size: 10pt" color="#ff0000"&gt;'7'&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;.&amp;#160; When I run this command I get this error:&amp;#160; &lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt 0.5in; text-autospace: " class="MsoNormal"&gt;&lt;span style="font-family: ; color: "&gt;&lt;font face="Courier New"&gt;&lt;font style="font-size: 8pt" color="#ff0000"&gt;Msg 99951, Level 16, State 1, Procedure DiscPropertyDefs_del, Line 1&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt 0.5in; text-autospace: " class="MsoNormal"&gt;&lt;span style="font-family: ; color: "&gt;&lt;font face="Courier New"&gt;&lt;font style="font-size: 8pt" color="#ff0000"&gt;Cannot delete row because referenced table exists in database.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt 0.5in; text-autospace: " class="MsoNormal"&gt;&lt;span style="font-family: ; color: "&gt;&lt;font face="Courier New"&gt;&lt;font style="font-size: 8pt" color="#ff0000"&gt;Msg 3609, Level 16, State 1, Line 1&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="line-height: normal; list-style-type: disc; margin: 0in 0in 0pt 0.5in; text-autospace: " class="MsoNormal"&gt;&lt;span style="font-family: ; color: "&gt;&lt;font face="Courier New"&gt;&lt;font style="font-size: 8pt" color="#ff0000"&gt;The transaction ended in the trigger. The batch has been aborted.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;If you run a &lt;font face="Courier New"&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; color: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;Select&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;*&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;from&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; DiscPropertyDefs &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;where&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&amp;#160; DiscArchKey &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font style="font-size: 10pt" color="#ff0000"&gt;'7' &lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;then you will see this in the results:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/6507.clip_5F00_image003_5F00_7F1063FE.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/8168.clip_5F00_image003_5F00_thumb_5F00_569181EA.jpg" width="365" height="83" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It is those entries in the ArrayTableName that is causing the issue.&amp;#160; Run this SQL command to fix that:&amp;#160; &lt;font face="Courier New"&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; color: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;update&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; DiscPropertyDefs &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;set&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; ArrayTableName &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff0000"&gt;''&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;where&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; DiscArchKey &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font style="font-size: 10pt" color="#ff0000"&gt;'7'&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt; Once this complete do another &lt;font face="Courier New"&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; color: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;Select&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;*&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;from&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; DiscPropertyDefs &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;where&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt;&amp;#160; DiscArchKey &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font style="font-size: 10pt" color="#ff0000"&gt;'7' &lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;to verify that all rows in the ArrayTableName column are blank.&amp;#160; Once that is the case then you are ready for the next step.&lt;/p&gt;  &lt;p&gt;6.&amp;#160; Run this SQL query to clean up the DiscPropertyDefs table:&amp;#160; &lt;font face="Courier New"&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; color: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;delete&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;from&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; DiscPropertyDefs &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;where&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; ArrayTableName &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#ff0000"&gt;''&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;and&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; DiscArchKey &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font style="font-size: 10pt" color="#ff0000"&gt;'7’&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;7. Run this SQL query to clean up the DiscoveryArchitectures table:&amp;#160; &lt;font face="Courier New"&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; color: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;delete&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;from&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; DiscoveryArchitectures &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;where&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; BaseTableName&lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font style="font-size: 10pt" color="#ff0000"&gt;'CUST_ARCH_7_DISC'&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;8. Run this SQL query to clean up the DiscItemAgents table:&amp;#160; &lt;font face="Courier New"&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; color: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font color="#0000ff"&gt;&lt;font style="font-size: 10pt"&gt;delete&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="line-height: normal; list-style-type: disc; font-family: ; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"&gt;&lt;font style="font-size: 10pt"&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;from&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; DiscItemAgents &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#0000ff"&gt;where&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; DiscArchKey &lt;/font&gt;&lt;span style="color: "&gt;&lt;font color="#808080"&gt;=&lt;/font&gt;&lt;/span&gt;&lt;font color="#000000"&gt; &lt;/font&gt;&lt;/font&gt;&lt;span style="color: "&gt;&lt;font style="font-size: 10pt" color="#ff0000"&gt;'7’&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;.&amp;#160; You may get a 0 rows affected on this statement as there is a trigger when a delete statement is issued on the DiscoveryArchitectures table that will delete entries in this table as well.&amp;#160; Go ahead and run the delete statement on this table just in case.&lt;/p&gt;  &lt;p&gt;9. Restart the SMS Services on the box&lt;/p&gt;  &lt;p&gt;10. In the console delete any collections and queries that referenced this custom architecture. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3433262" width="1" height="1"&gt;</description></item><item><title>Asset Intelligence is failing to Sync</title><link>http://blogs.technet.com/b/mwiles/archive/2011/05/27/asset-intelligence-is-failing-to-sync.aspx</link><pubDate>Fri, 27 May 2011 13:54:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3432052</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3432052</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2011/05/27/asset-intelligence-is-failing-to-sync.aspx#comments</comments><description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;If you have looked at your AIUpdateSvc.log file lately you may have notice a few errors in there showing that you are not syncing with the System Center Online Catalog.&amp;#160; The errors may look something like this:&lt;/p&gt;  &lt;table border="5" cellspacing="0" cellpadding="2" width="508"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="498"&gt;         &lt;p&gt;&lt;font size="1" face="Times New Roman"&gt;Asset Intelligence Catalog Sync Service Information: 0 : Thu, 26 May 2011 20:10:33 GMT:Authentication: &lt;font style="background-color: #ffff00"&gt;Did not find machine certificate in ALM store                &lt;br /&gt;&lt;/font&gt;Asset Intelligence Catalog Sync Service Information: 0 : Thu, 26 May 2011 20:10:33 GMT:Enrollment Certicate Path is               &lt;br /&gt;Asset Intelligence Catalog Sync Service Information: 0 : Thu, 26 May 2011 20:10:34 GMT:Redirected to URL &lt;/font&gt;&lt;a href="https://sc.microsoft.com/CatalogService/service.svc"&gt;&lt;font size="1" face="Times New Roman"&gt;https://sc.microsoft.com/CatalogService/service.svc&lt;/font&gt;&lt;/a&gt;             &lt;br /&gt;&lt;font size="1" face="Times New Roman"&gt;Asset Intelligence Catalog Sync Service Warning: 0 : Thu, 26 May 2011 20:10:36 GMT:WebException trying to enroll: Status = ProtocolError              &lt;br /&gt;Asset Intelligence Catalog Sync Service Error: 0 : Thu, 26 May 2011 20:10:36 GMT:Exception attempting sync -&lt;font style="background-color: #ffff00"&gt; The request failed with HTTP status 403: Forbidden.&lt;/font&gt; &lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;In Service Pack 2 for CM07 we removed the need for customers to have a certificate to connect with System Center Online.&amp;#160; This was only partly true.&amp;#160; We still require an internal certificate to connect.&amp;#160; This certificate is built into Config Manager and is require to verify that it is a valid Config Manager Site that is connecting to us to upload and download information.&amp;#160; In late April this internal certificate expired and that is causing the error shown above.&amp;#160; Take a look at &lt;a href="http://support.microsoft.com/kb/2483225" target="_blank"&gt;KB article 2483225&lt;/a&gt;.&amp;#160; This article will provide more information about the error and also include a link to a hotfix that will take care of this issue.&amp;#160; Once the hotfix is install I had to restart all my SMS Services and then the next sync cycle connected correctly.&lt;/p&gt;  &lt;p&gt;Since most folks create the AI sync point and then forget about it this is something that can go undetected for a while.&amp;#160; Take a look at your log as soon as possible to see if you are having this issue.&amp;#160; Everyone should run into this when the certificate expires.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3432052" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/mwiles/archive/tags/Asset+Intelligence/">Asset Intelligence</category><category domain="http://blogs.technet.com/b/mwiles/archive/tags/AI/">AI</category></item><item><title>Where are the patches in Resource Explorer</title><link>http://blogs.technet.com/b/mwiles/archive/2011/05/13/where-are-the-patches-in-resource-explorer.aspx</link><pubDate>Fri, 13 May 2011 14:12:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3429029</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3429029</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2011/05/13/where-are-the-patches-in-resource-explorer.aspx#comments</comments><description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;On Server 2008/Vista and Server 2008R2/Windows 7 machines you will not find the patch information in Resource Explorer like you will for other OS’s.&amp;#160; This is due to a change in the way that those OS’s store their patch information.&amp;#160;&amp;#160; Let me explain more.&lt;/p&gt;  &lt;p&gt;Remember that Config Manager only gathers this information from WMI and then carry’s that information back to the database where you can then use resource explorer to see it.&amp;#160; With XP SP3 Windows stores the patch information in the Add Remove section of WMI.&amp;#160; You can view that by using wbemtest.&amp;#160; Connect to root\cimv2 and then run this query:&amp;#160;&amp;#160; &lt;strong&gt;Select * from Win32Reg_AddRemovePrograms&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/5127.clip_5F00_image002_5F00_50D182EA.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/1817.clip_5F00_image002_5F00_thumb_5F00_32379241.jpg" width="330" height="215" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;As you can see in the above screen shot that WMI value has a lot of the patches stored there as well as installed programs.&amp;#160; Config Manager uses the information in the SMS_Def.mof file to collect this information automatically and it then appears in the Resource Explorer for each client.&lt;/p&gt;  &lt;p&gt;In Server 2008 (Win 7) the patches are no longer stored in the Add Remove section of WMI.&amp;#160; They are in the Win32_QuickFixEngineering section.&amp;#160; In Wbemtest you can run this query:&amp;#160; Select * from&amp;#160; Win32_QuickFixEngineering&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/7752.clip_5F00_image004_5F00_6CB29215.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/8345.clip_5F00_image004_5F00_thumb_5F00_298713E8.jpg" width="347" height="225" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You then get a list of all the hotfixes that have been installed on that Server 2008 (Win 7) box.&amp;#160; You can also collect this same information via the SMS_Def.mof file.&amp;#160; We have that section in the mof already but it is turned off.&amp;#160; Here is what it looks like in the default SMS_def.mof file: &lt;/p&gt;  &lt;p&gt;&lt;font size="1" face="Comic Sans MS"&gt;//===================================================================      &lt;br /&gt;// W A R N I N G&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; W A R N I N G&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; W A R N I N G       &lt;br /&gt;//&amp;#160;&amp;#160; DO NOT: Enable the Win32_QuickFixEngineering class unless you have       &lt;br /&gt;//&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; installed the QFE for Q279225.&amp;#160; Enabling this class without       &lt;br /&gt;//&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; the QFE will result in inventory cycles taking a very long       &lt;br /&gt;//&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; time to complete on the client and the WINMGMT service       &lt;br /&gt;//&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; using 99% to 100% CPU time and leaking memory.       &lt;br /&gt;//       &lt;br /&gt;//===================================================================       &lt;br /&gt;[ SMS_Report&amp;#160;&amp;#160;&amp;#160;&amp;#160; (FALSE),       &lt;br /&gt;&amp;#160; SMS_Group_Name (&amp;quot;Quick Fix Engineering&amp;quot;),       &lt;br /&gt;&amp;#160; SMS_Class_ID&amp;#160;&amp;#160; (&amp;quot;MICROSOFT|QUICK_FIX_ENGINEERING|1.0&amp;quot;) ]       &lt;br /&gt;class Win32_QuickFixEngineering : SMS_Class_Template       &lt;br /&gt;{       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; [SMS_Report (FALSE)&amp;#160;&amp;#160;&amp;#160;&amp;#160; ]       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; string&amp;#160;&amp;#160;&amp;#160;&amp;#160; Caption;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; [SMS_Report (FALSE)&amp;#160;&amp;#160;&amp;#160;&amp;#160; ]       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; string&amp;#160;&amp;#160;&amp;#160;&amp;#160; Description;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; [SMS_Report (FALSE)&amp;#160;&amp;#160;&amp;#160;&amp;#160; ]       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; string&amp;#160;&amp;#160;&amp;#160;&amp;#160; FixComments;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; [SMS_Report (FALSE), key]       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; string&amp;#160;&amp;#160;&amp;#160;&amp;#160; HotFixID;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; [SMS_Report (FALSE)&amp;#160;&amp;#160;&amp;#160;&amp;#160; ]       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; datetime&amp;#160;&amp;#160; InstallDate;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; [SMS_Report (FALSE)&amp;#160;&amp;#160;&amp;#160;&amp;#160; ]       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; string&amp;#160;&amp;#160;&amp;#160;&amp;#160; InstalledBy;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; [SMS_Report (FALSE)&amp;#160;&amp;#160;&amp;#160;&amp;#160; ]       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; string&amp;#160;&amp;#160;&amp;#160;&amp;#160; InstalledOn;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; [SMS_Report (FALSE)&amp;#160;&amp;#160;&amp;#160;&amp;#160; ]       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; string&amp;#160;&amp;#160;&amp;#160;&amp;#160; Name;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; [SMS_Report (FALSE), key]       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; string&amp;#160;&amp;#160;&amp;#160;&amp;#160; ServicePackInEffect;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; [SMS_Report (FALSE)&amp;#160;&amp;#160;&amp;#160;&amp;#160; ]       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; string&amp;#160;&amp;#160;&amp;#160;&amp;#160; Status;       &lt;br /&gt;};&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Note the warning at the top.&amp;#160; If you have older OS’s like Windows 2000 then make sure you have that Hotfix installed before turning this on for those clients.&amp;#160; Once you do get it turned on and clients start sending in the information you will see it in the Resource Explorer like this:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/0312.clip_5F00_image006_5F00_60ED2516.jpg"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-65-55-metablogapi/4113.clip_5F00_image006_5F00_thumb_5F00_4055BF97.jpg" width="422" height="291" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This is on my Windows 7 box.&amp;#160; The hotfixes are listed there now.&amp;#160; All you need to do is change all the FALSE to TRUE in the above section of the SMS_Def.mof file on each site and once the clients get the policy change they will send in the new hotfix information.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3429029" width="1" height="1"&gt;</description></item><item><title>Questions about Service Locator Points (SLP’s)</title><link>http://blogs.technet.com/b/mwiles/archive/2011/03/21/questions-about-service-locator-points-slp-s.aspx</link><pubDate>Mon, 21 Mar 2011 13:51:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3414476</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3414476</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2011/03/21/questions-about-service-locator-points-slp-s.aspx#comments</comments><description>&lt;p&gt;I was working with a customer last week on a few questions about SLP’s.&amp;#160; We needed to check what information is really returned by the SLP to the client.&amp;#160; It took a while to search for this information so I thought a post might be beneficial.&amp;#160; The SLP is used to help clients find a Management Point (MP).&amp;#160; The client will get information about an SLP from either AD or WINS,or it can be specified on the command line when the client is installed.&amp;#160; In order for clients to find the SLP in AD your site must be publishing the SLP to AD.&amp;#160; Workgroup clients on the other hand or not able to query AD to find the SLP so you must publish the SLP in WINS for them to be able to find it.&amp;#160; It is also important to know that the SLP is really only used during client installation or when a discovery is performed via the Config Manager Control Panel applet.&amp;#160; Information about what the SLP finds is found in the location services log file of the client.&lt;/p&gt;  &lt;p&gt;When the client finds the SLP he sends an LDAP query to the SLP service running on the IIS server hosting the SLP.&amp;#160; You can run this same query by using the commands below in your IE Browser:&lt;/p&gt;  &lt;p&gt;Find a Site:    &lt;br /&gt;&lt;a href="http://&amp;lt;SLP"&gt;http://&amp;lt;SLP&lt;/a&gt; Server Name&amp;gt;/sms_slp/slp.dll?site&amp;amp;ip=12.19.86.0&lt;/p&gt;  &lt;p&gt;Find a Management Point (MP):    &lt;br /&gt;&lt;a href="http://&amp;lt;SLP"&gt;http://&amp;lt;SLP&lt;/a&gt; Server Name&amp;gt;/sms_slp/slp.dll?MP&amp;amp;ip=12.19.86.0&lt;/p&gt;  &lt;p&gt;You will need to replace the ip= part with the IP Subnet that you are looking for.&amp;#160;&amp;#160; Each of these can be added to the URL separated by '&amp;amp;'.    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;ad= &amp;lt;Active Directory site name&amp;gt;    &lt;br /&gt;ip= &amp;lt;IP Subnet&amp;gt;     &lt;br /&gt;ir= &amp;lt;IP Address&amp;gt; &lt;/p&gt;  &lt;p&gt;When running the above in IE you should get back something like this:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-65-55-metablogapi/6648.image_5F00_2A82A637.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-65-55-metablogapi/8715.image_5F00_thumb_5F00_41CDAAA8.png" width="492" height="116" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The MP Query will return a list of the MP’s for the client:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-65-55-metablogapi/4505.image_5F00_355F877F.png"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-65-55-metablogapi/3583.image_5F00_thumb_5F00_7F0E5F6F.png" width="497" height="119" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This information can be very helpful when troubleshooting why a client can’t get policy or why the client is not finding a MP.&amp;#160; Most of the time it is a boundary related issue but it could also be an issue with the MP or with SQL.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3414476" width="1" height="1"&gt;</description></item><item><title>How to remove Custom Discovery Information from the Database</title><link>http://blogs.technet.com/b/mwiles/archive/2011/03/10/draft-post-to-the-blog.aspx</link><pubDate>Thu, 10 Mar 2011 19:17:40 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3393309</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3393309</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2011/03/10/draft-post-to-the-blog.aspx#comments</comments><description>&lt;p&gt;I was working with a customer recently on an issue where they had added custom discovery information but they needed to change some of it.&amp;#160; In doing some research I found that there is not a lot of information on how to remove the customer discovery information.&lt;/p&gt;  &lt;p&gt;A word of caution before proceeding.&amp;#160; &lt;u&gt;&lt;strong&gt;&lt;font size="2"&gt;This is totally unsupported by Microsoft and you are on your own.&lt;/font&gt;&lt;/strong&gt;&lt;/u&gt;&amp;#160; Please make sure that you have a good &lt;strong&gt;&lt;u&gt;&lt;font size="2"&gt;backup of the Database&lt;/font&gt;&lt;/u&gt;&lt;/strong&gt; before trying any of the steps below.&lt;/p&gt;  &lt;p&gt;1. Stop the SMS_Executive and SMS_Site_Component Services on the site with the Database that has the issue.&lt;/p&gt;  &lt;p&gt;2.&amp;#160; Delete the entry out of the wbem repository.&amp;#160; Use wbemtest and connect to root\sms\site_sitecode.&amp;#160; Once connected click on the Enum Classes button and then find the SMS_R_STRMetrics class and highlight like this screen shot:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-65-55-metablogapi/3441.clip_5F00_image001_5F00_1CEEB777.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-65-55-metablogapi/3750.clip_5F00_image001_5F00_thumb_5F00_23919B2D.jpg" width="440" height="282" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Next hit the Delete button and that should remove it.&amp;#160; The item above is the name of your custom discovery class.&lt;/p&gt;  &lt;p&gt;3.&amp;#160; Verify the name of the table that the custom architecture is in.&amp;#160; For me it is called Cust_Arch_7_Disc.&amp;#160; Once you have the table name then you need to drop the table using this SQL command:&amp;#160; &lt;font size="2" face="Courier New"&gt;&lt;font color="#0000ff"&gt;Drop table&lt;/font&gt; Cust_Arch_7_Disc&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;4. Next we need to do the same thing with the view.&amp;#160; Mine was called v_R_Cust_Arch_7.&amp;#160; Once you get that view name then drop it using this SQL command:&amp;#160; &lt;font size="2" face="Courier New"&gt;&lt;font color="#0000ff"&gt;Drop view&lt;/font&gt; v_R_Cust_Arch_7&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;5.&amp;#160; In my tables I had a reference to a table and it would not let me delete the entries related to the Custom Architecture until I cleaned that out.&amp;#160; Here is more information.&amp;#160; I was trying to run this SQL command:&amp;#160; &lt;font size="2" face="Courier New"&gt;&lt;font color="#0000ff"&gt;delete from&lt;/font&gt; DiscPropertyDefs &lt;font color="#0000ff"&gt;where&lt;/font&gt; DiscArchKey = &lt;font color="#ff0000"&gt;'7'&lt;/font&gt;&lt;/font&gt;.&amp;#160; When I run this command I get this error:&amp;#160; &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#ff0000" size="2" face="Courier New"&gt;Msg 99951, Level 16, State 1, Procedure DiscPropertyDefs_del, Line 1&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font color="#ff0000" size="2" face="Courier New"&gt;Cannot delete row because referenced table exists in database.&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font color="#ff0000" size="2" face="Courier New"&gt;Msg 3609, Level 16, State 1, Line 1&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font color="#ff0000" size="2" face="Courier New"&gt;The transaction ended in the trigger. The batch has been aborted.&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;If you run a &lt;font size="2" face="Courier New"&gt;&lt;font color="#0000ff"&gt;Select * from&lt;/font&gt; DiscPropertyDefs &lt;font color="#0000ff"&gt;where&lt;/font&gt;&amp;#160; DiscArchKey = &lt;font color="#ff0000"&gt;'7'&lt;/font&gt;&lt;/font&gt; then you will see this in the results:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-65-55-metablogapi/1781.clip_5F00_image003_5F00_05D0106E.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-65-55-metablogapi/4428.clip_5F00_image003_5F00_thumb_5F00_4B086797.jpg" width="538" height="120" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It is those entries in the ArrayTableName column that is causing the issue.&amp;#160; Run this SQL command to fix that:&amp;#160; &lt;font size="2" face="Courier New"&gt;&lt;font color="#0000ff"&gt;update&lt;/font&gt; DiscPropertyDefs &lt;font color="#0000ff"&gt;set&lt;/font&gt; ArrayTableName = &lt;font color="#ff0000"&gt;''&lt;/font&gt; &lt;font color="#0000ff"&gt;where&lt;/font&gt; DiscArchKey = &lt;font color="#ff0000"&gt;'7'&lt;/font&gt;&lt;/font&gt; Once this complete do another &lt;font size="2" face="Courier New"&gt;&lt;font color="#0000ff"&gt;Select * from&lt;/font&gt; DiscPropertyDefs &lt;font color="#0000ff"&gt;where&lt;/font&gt;&amp;#160; DiscArchKey = &lt;font color="#ff0000"&gt;'7'&lt;/font&gt;&lt;/font&gt; to verify that all rows in the ArrayTableName column are blank.&amp;#160; Once that is the case then you are ready for the next step.&lt;/p&gt;  &lt;p&gt;6.&amp;#160; Run this SQL query to clean up the DiscPropertyDefs table:&amp;#160; &lt;font size="2" face="Courier New"&gt;&lt;font color="#0000ff"&gt;delete from&lt;/font&gt; DiscPropertyDefs &lt;font color="#0000ff"&gt;where&lt;/font&gt; ArrayTableName = &lt;font color="#ff0000"&gt;''&lt;/font&gt; and DiscArchKey = &lt;font color="#ff0000"&gt;'7’&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;7. Run this SQL query to clean up the DiscoveryArchitectures table:&amp;#160; &lt;font size="2" face="Courier New"&gt;&lt;font color="#0000ff"&gt;delete from&lt;/font&gt; DiscoveryArchitectures &lt;font color="#0000ff"&gt;where&lt;/font&gt; BaseTableName=&lt;font color="#ff0000"&gt;'CUST_ARCH_7_DISC'&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;8. Run this SQL query to clean up the DiscItemAgents table:&amp;#160; &lt;font size="2" face="Courier New"&gt;&lt;font color="#0000ff"&gt;delete from&lt;/font&gt; DiscItemAgents &lt;font color="#0000ff"&gt;where&lt;/font&gt; DiscArchKey = &lt;font color="#ff0000"&gt;'7’&lt;/font&gt;&lt;/font&gt;.&amp;#160; You may get a 0 rows affected on this statement as there is a trigger when a delete statement is issued on the DiscoveryArchitectures table that will delete entries in this table as well.&amp;#160; Go ahead and run the delete statement on this table just in case.&lt;/p&gt;  &lt;p&gt;9. Restart the SMS Services on the box&lt;/p&gt;  &lt;p&gt;10. In the console delete any collections and queries that referenced this custom architecture. &lt;/p&gt;  &lt;p&gt;That should clear up the custom discovery that was added.&amp;#160; You will need to perform this on all primary sites where the information was added.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3393309" width="1" height="1"&gt;</description></item><item><title>Easy setup of SRS with Config Manager R2</title><link>http://blogs.technet.com/b/mwiles/archive/2009/02/19/east-setup-of-srs-with-config-manager-r2.aspx</link><pubDate>Fri, 20 Feb 2009 01:47:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3204710</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3204710</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2009/02/19/east-setup-of-srs-with-config-manager-r2.aspx#comments</comments><description>&lt;P&gt;I just completed a screen cast video for my customers on configuring SRS with Config Manager.&amp;nbsp; While I can’t share the video with you I can post the document that contains the steps I used.&amp;nbsp; This is all information that is on the Microsoft TechNet site but is kind of hard to find and understand.&amp;nbsp; I took it and compiled it into a more readable format and included it in a complete R2 document that I wrote last fall.&amp;nbsp; Let me know if this helps anyone out there:&lt;/P&gt;
&lt;H3&gt;&lt;A class="" title=_Toc210814560 name=_Toc210814560&gt;&lt;/A&gt;SQL Reporting Services Reporting&lt;/H3&gt;
&lt;P&gt;The SQL Server Reporting services product is a reporting platform that provides advanced reporting functionality currently not available in the existing Config Manager reporting solution. Building the Config Manager reporting solution on this platform enables advanced reporting scenarios for the Config Manager administrator and enables future extensions and improvements to further enhance the Config Manager product from a reporting perspective. &lt;/P&gt;
&lt;P&gt;Config Manager 2007 R2 with SQL Reporting Services Integration enables rich reporting and advanced information gathering and delivery for current and future configuration management releases, by providing rich reports highlighting the strengths of the product to executive level audiences and enable the Config Manager administrator to perform their job more effectively.&lt;/P&gt;
&lt;P&gt;SQL Reporting Services Integration is being added as a reporting solution for Configuration Manager 2007 R2 to accomplish the following goals:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Provide best in class reporting capability by integrating SQL Reporting Services, with the leading change and configuration management product: SCCM 2007 &lt;/LI&gt;
&lt;LI&gt;Enable Ad-hoc reporting - Make it easy for both SCCM administrators, and non administrators to find the information they need to make the right decisions for their business &lt;/LI&gt;
&lt;LI&gt;Integrate core SRS functionality without requiring significant changes to the Configuration Manager product &lt;/LI&gt;
&lt;LI&gt;Assist customers by migrating both existing reports and customer generated custom reports to the SRS solution &lt;/LI&gt;
&lt;LI&gt;Integrate Reporting Services side by side with the existing Configuration Manager reporting solution, so customers can slowly migrate to the SRS solution &lt;/LI&gt;
&lt;LI&gt;Implement a new Reporting Services Point that can be added as a site role to an existing or new SCCM Site System that has SQL Reporting Services already installed &lt;/LI&gt;
&lt;LI&gt;Support alternative databases as the reporting database, such as a replicated or backup database &lt;/LI&gt;
&lt;LI&gt;Provide ability to convert out of the box classic SCCM reports and to convert customer- generated reports to SQL Server reports. &lt;/LI&gt;
&lt;LI&gt;Allow custom report creation via a report authoring wizard. &lt;/LI&gt;
&lt;LI&gt;Enable report browsing and viewing via the SRS Report Viewer. &lt;/LI&gt;
&lt;LI&gt;Take advantage of rendering in all supported SRS formats, report caching, and subscriptions. &lt;/LI&gt;&lt;/UL&gt;
&lt;H4&gt;&lt;A class="" title=_Toc210814561 name=_Toc210814561&gt;&lt;/A&gt;&lt;A class="" title=_Toc206990591 name=_Toc206990591&gt;&lt;/A&gt;Planning for SQL Reporting Services&lt;/H4&gt;
&lt;P&gt;The following considerations should be taken into account when configuring the Configuration Manager 2007 R2 SQL Reporting Services feature.&lt;/P&gt;
&lt;H5&gt;&lt;A class="" title=_Toc210814562 name=_Toc210814562&gt;&lt;/A&gt;&lt;U&gt;&lt;FONT color=#003399&gt;Performance&lt;/FONT&gt;&lt;/U&gt;&lt;/H5&gt;
&lt;P&gt;&lt;U&gt;Location of SQL Reporting Services Installation&lt;/U&gt; - Configuration Manager 2007 R2 supports locating the SQL reporting server on the site server or a remote computer. However, for performance reasons, you should locate the SQL reporting server and the reporting services point on a remote site system.&lt;/P&gt;
&lt;H5&gt;&lt;A class="" title=_Toc210814563 name=_Toc210814563&gt;&lt;/A&gt;&lt;U&gt;&lt;FONT color=#003399&gt;Security&lt;/FONT&gt;&lt;/U&gt;&lt;/H5&gt;
&lt;P&gt;&lt;U&gt;Unattended Report Processing Account&lt;/U&gt; - If you intend to allow report subscriptions, you must configure an execution account to allow these to run unattended. This account must be a Windows user account. If you configure this account with a password expiry date, or if you change its information in Active Directory, you must also update this information in Reporting Services. You should set read-only permissions to reports for this account.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Credentials Options when Configuring the Connection to the Configuration Manager Database&lt;/U&gt; - Use the option, &lt;B&gt;Credentials are not required&lt;/B&gt; in the Report Server Properties: Data Source Authentication Tab for testing purposes only. This setting is not recommended for a production environment.&lt;/P&gt;
&lt;H5&gt;&lt;A class="" title=_Toc210814564 name=_Toc210814564&gt;&lt;/A&gt;&lt;A class="" title=_Toc206990592 name=_Toc206990592&gt;&lt;/A&gt;&lt;FONT color=#003397&gt;Best Practices for SQL Reporting Services&lt;/FONT&gt;&lt;/H5&gt;
&lt;P&gt;&lt;U&gt;Optimize SQL Reporting Services Queries&lt;/U&gt; - Optimize your report queries. Usually, the bulk of report execution time is spent executing queries and retrieving results. If you are using SQL Server, tools such as Query Analyzer and Profiler can help you optimize queries.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Report Subscription Scheduling&lt;/U&gt; - Whenever possible, schedule report subscription processing to run outside of normal office hours. This will reduce load on the reporting server and improve availability for ad-hoc report requests.&lt;/P&gt;
&lt;H5&gt;&lt;A class="" title=_Toc210814565 name=_Toc210814565&gt;&lt;/A&gt;&lt;A class="" title=_Toc206990593 name=_Toc206990593&gt;&lt;/A&gt;&lt;FONT color=#003397&gt;Prerequisites for SQL Reporting Services&lt;/FONT&gt;&lt;/H5&gt;
&lt;P&gt;SQL Reporting Services in Configuration Manager 2007 R2 has external dependencies and dependencies within the product.&lt;/P&gt;
&lt;P&gt;The following table describes the external dependencies for SQL Reporting Services running in Configuration Manager 2007. 
&lt;TABLE class="" cellSpacing=0 cellPadding=0 border=1&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width="31%"&gt;
&lt;P&gt;&lt;B&gt;Dependency &lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width="68%"&gt;
&lt;P&gt;&lt;B&gt;More Information &lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width="31%"&gt;
&lt;P&gt;A SQL Reporting Services reporting server must be installed and configured in the site hierarchy.&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width="68%"&gt;
&lt;P&gt;Before you can use SQL Reporting Services integration in Configuration Manager 2007 R2, you must configure reporting services on a SQL Server installation in your network. &lt;/P&gt;
&lt;P&gt;For more information about installing and configuring SQL Reporting Services, visit the SQL Reporting Services Web site at &lt;A href="http://go.microsoft.com/fwlink/?LinkId=111840" mce_href="http://go.microsoft.com/fwlink/?LinkId=111840"&gt;http://go.microsoft.com/fwlink/?LinkId=111840&lt;/A&gt;.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width="31%"&gt;
&lt;P&gt;SQL Reporting Services requires Internet Information Services (IIS) 6.0 or later for the Reporting Services Web Site.&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width="68%"&gt;
&lt;P&gt;For more information about installing Internet Information Services, see your Windows Server documentation. 
&lt;TABLE class="" cellSpacing=0 cellPadding=0 border=1&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width="100%"&gt;
&lt;P&gt;Note&lt;/P&gt;
&lt;P&gt;Computers running Windows Server 2008 require further configuration of Internet Information Services to operate as sccmshortname site systems.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;The following table describes the dependencies within Configuration Manager 2007 for running SQL Reporting Services. 
&lt;TABLE class="" cellSpacing=0 cellPadding=0 border=1&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width="41%"&gt;
&lt;P&gt;&lt;B&gt;Dependency &lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width="58%"&gt;
&lt;P&gt;&lt;B&gt;More Information &lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width="41%"&gt;
&lt;P&gt;The site server must be running Configuration Manager 2007 R2.&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width="58%"&gt;
&lt;P&gt;SQL Reporting Services requires Configuration Manager 2007 R2.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width="41%"&gt;
&lt;P&gt;Reporting services point site system role.&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width="58%"&gt;
&lt;P&gt;The reporting services point site system role must be configured before you can use SQL Reporting Services. &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;H4&gt;&lt;A class="" title=_Toc210814566 name=_Toc210814566&gt;&lt;/A&gt;&lt;A class="" title=_Toc206990594 name=_Toc206990594&gt;&lt;/A&gt;Configuring Microsoft SQL Server for SQL Reporting Services&lt;/H4&gt;
&lt;P&gt;Before you can use SQL Reporting Services integration in Configuration Manager 2007 R2, you must configure reporting services on a SQL Server installation in your network. The following steps will allow you to install the SRS Component of SQL:&lt;/P&gt;
&lt;P&gt;1. From the installation media you used to install SQL Server 2005, run setup.exe to launch the SQL Server Setup Wizard.&lt;/P&gt;
&lt;P&gt;2. Accept the end user license agreement, then click Next.&lt;/P&gt;
&lt;P&gt;3. Review the Installing Prerequisites page, and click Next.&lt;/P&gt;
&lt;P&gt;4. After SQL Server setup performs a configuration check, the Welcome page of the SQL Server Installation Wizard is displayed. Click Next. &lt;/P&gt;
&lt;P&gt;5. Review the results of the system configuration check to identify any problems that may prevent the configuration of SQL Server from completing successfully. Click Next. &lt;/P&gt;
&lt;P&gt;
&lt;TABLE class="" cellSpacing=0 cellPadding=0 border=1&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=38&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;
&lt;P&gt;Note: &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=1080&gt;
&lt;P&gt;If you receive an Edition Change Check warning message, you must reapply any previously applied SQL Server Service Packs after you have finished configuring the software.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;6. On the Registration Information page, enter your name, company name and product key, then click Next.&lt;/P&gt;
&lt;P&gt;7. On the Components to Install page, make sure that Reporting Services is selected, then click Next.&lt;/P&gt;
&lt;P&gt;8. On the Instance Name page, specify a name for the instance of SQL Server you are upgrading. If you are upgrading the default instance of SQL Server, select the Default instance check box, then click Next.&lt;/P&gt;
&lt;P&gt;9. On the Service Account page, specify the account details that the reporting services service will use to log in. Check the Reporting Services check box to start the reporting services service after setup completes. Click Next to continue. &lt;/P&gt;
&lt;P&gt;10. On the Report Server Installation Options page, verify that the option Install but do not configure the server is selected, then click Next.&lt;/P&gt;
&lt;P&gt;11. On the Error and Usage Report Settings page, select whether you want to inform Microsoft of any error and usage data for SQL Server, then click Next.&lt;/P&gt;
&lt;P&gt;12. On the Ready to Install page, review the information shown, then click Install.&lt;/P&gt;
&lt;P&gt;13. After installation is complete, click Next.&lt;/P&gt;
&lt;P&gt;14. On the Completing Microsoft SQL Server 2005 Setup page, review any information shown, and click Finish to close the wizard.&lt;/P&gt;
&lt;P&gt;15. If you need to reapply the Service Pack, please do so at this time before moving on to the next section.&lt;/P&gt;
&lt;H4&gt;&lt;A class="" title=_Toc210814567 name=_Toc210814567&gt;&lt;/A&gt;Configuring SQL Reporting Services in SQL Server 2005&lt;/H4&gt;
&lt;P&gt;1. From the Windows Start menu, navigate to Microsoft SQL Server 2005 / Configuration Tools, then click Reporting Services Configuration.&lt;/P&gt;
&lt;P&gt;2. In the Report Server Installation Instance Selection dialog box, specify the name of the server hosting SQL Reporting Services, select the database instance from the drop-down menu, and then click Connect.&lt;/P&gt;
&lt;P&gt;3. In Reporting Services Configuration Manager, click Server Status. Verify that Service Status is set to Running. If it is not, click Start, and then click Apply.&lt;/P&gt;
&lt;P&gt;4. Click Report Server Virtual Directory, and then click New to specify a new virtual directory. &lt;/P&gt;
&lt;P&gt;5. In the Create a New Virtual Directory dialog box, select Default Web Site from the Website drop-down list, and specify the name you want to call the virtual directory created by Reporting Services (or use the default ReportServer), then click OK.&lt;/P&gt;
&lt;P&gt;6. Ensure that Apply default settings is selected, then click Apply.&lt;/P&gt;
&lt;P&gt;7. Click Report Manager Virtual Directory, and then click New to specify a new virtual directory. &lt;/P&gt;
&lt;P&gt;8. In the Create a New Virtual Directory dialog box, select Default Web Site from the Website drop-down list, and specify the name you want to call the Report Manager virtual directory created by Reporting Services (or use the default Reports), and then click OK.&lt;/P&gt;
&lt;P&gt;9. Ensure that Apply default settings is selected, then click Apply.&lt;/P&gt;
&lt;P&gt;10. Click Web Service Identity. If you do not want to change the defaults in this section, click Apply.&lt;/P&gt;
&lt;P&gt;11. Click Database Setup, select a server from the Server name drop-down list, and then click Connect.&lt;/P&gt;
&lt;P&gt;12. In the SQL Server Connection Dialog dialog box, specify the SQL Server name and connection details for the Reporting Services server, then click OK.&lt;/P&gt;
&lt;P&gt;13. On the Database Connection page of Configure Report Server, click New.&lt;/P&gt;
&lt;P&gt;14. In the SQL Server Connection Dialog dialog box, specify a name for the new Reporting Services database (or use the default, ReportServer), then click OK.&lt;/P&gt;
&lt;P&gt;15. Click Apply to complete configuration of the new database.&lt;/P&gt;
&lt;P&gt;16. Click Email Settings. Specify the following information: &lt;/P&gt;
&lt;P&gt;
&lt;TABLE class="" cellSpacing=0 cellPadding=0 border=1&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=44&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;
&lt;P&gt;Note: &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=607&gt;
&lt;P&gt;If you do not want to use report subscriptions, you do not need to complete this step.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;Sender Address: Specifies the email address that will appear as the sender address of any email sent from SQL Reporting Services. The account specified must have sufficient permissions to send email from the specified SMTP server.&lt;/P&gt;
&lt;P&gt;Current Delivery Method: Specifies that the delivery method used to send emails will be via. SMTP server. This is the only delivery method you can configure through reporting services configuration. For details about configuring other delivery methods, see the SQL Reporting Services documentation.&lt;/P&gt;
&lt;P&gt;SMTP Server: Specify the name of the SMTP server to use when sending reports. This can be a local or remote server.&lt;/P&gt;
&lt;P&gt;17. Click Apply.&lt;/P&gt;
&lt;P&gt;18. Click Execution Account. Specify the domain\username and password of a Windows user account that will be used to run unattended reports, for example those used by subscriptions. Click Apply. &lt;/P&gt;
&lt;P&gt;
&lt;TABLE class="" cellSpacing=0 cellPadding=0 border=1&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=47&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;
&lt;P&gt;Note: &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=604&gt;
&lt;P&gt;If you do not want to use report subscriptions, you do not need to complete this step.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;19. Click Apply, and then click OK.&lt;/P&gt;
&lt;P&gt;20. Click Exit to close Reporting Services Configuration Manager.&lt;/P&gt;
&lt;H4&gt;&lt;A class="" title=_Toc210814568 name=_Toc210814568&gt;&lt;/A&gt;&lt;A class="" title=_Toc206990595 name=_Toc206990595&gt;&lt;/A&gt;Creating a Reporting Services Point for SQL Reporting Services&lt;/H4&gt;
&lt;P&gt;Before you can use SQL Reporting Services in Configuration Manager 2007, you must configure a reporting services point. The reporting services point is a site system role that must be configured on a server running Microsoft SQL Server with the Reporting Services component installed.&lt;/P&gt;
&lt;P&gt;Use the following procedure to create a reporting services point on a Configuration Manager 2007 site system computer.&lt;/P&gt;
&lt;P&gt;1. In the Configuration Manager console, navigate to System Center Configuration Manager / Site Database / Site Management / &lt;I&gt;&amp;lt;site code&amp;gt;&lt;/I&gt;-&lt;I&gt;&amp;lt;site name&amp;gt;&lt;/I&gt; / Site Settings / Site Systems.&lt;/P&gt;
&lt;P&gt;2. Determine whether to create a new site system or add the reporting services point site role to an existing site system, and then follow the associated step.&lt;/P&gt;
&lt;P&gt;To create a new site system and add the reporting services point role:&lt;/P&gt;
&lt;P&gt;Right-click Site Systems, click New, and then click Server.&lt;/P&gt;
&lt;P&gt;On the General page of the New Site Role Wizard, specify the name of the server that will be used to host the reporting services point.&lt;/P&gt;
&lt;P&gt;To add the reporting services point role to an existing site system:&lt;/P&gt;
&lt;P&gt;□ Right-click the site system name, and click New Roles.&lt;/P&gt;
&lt;P&gt;3. On the General page of the New Site Role Wizard, configure the general settings for this site system, then click Next. Click Next. &lt;/P&gt;
&lt;P&gt;4. On the System Role Selection page of the wizard, select Reporting Services point, then click Next.&lt;/P&gt;
&lt;P&gt;5. On the Reporting Services Point page, specify the folder that will be created on the report server to contain the SQL Reporting Services reports used in Configuration Manager and then click Next. 
&lt;TABLE class="" cellSpacing=0 cellPadding=0 border=1&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width="16%"&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;
&lt;P&gt;Note: &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width="84%"&gt;
&lt;P&gt;The folder will not be created on the report server until you create reports or copy reports into SQL Reporting Services.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;6. Review the information shown on the Summary page, then click Next. &lt;/P&gt;
&lt;P&gt;7. Click Close to exit the wizard.&lt;/P&gt;
&lt;H4&gt;&lt;A class="" title=_Toc210814569 name=_Toc210814569&gt;&lt;/A&gt;&lt;A class="" title=_Toc206990596 name=_Toc206990596&gt;&lt;/A&gt;Configuring Properties for the Reporting Services Point&lt;/H4&gt;
&lt;P&gt;Before you can begin to generate reports in the Configuration Manager 2007 R2 console using SQL Reporting Services, you must configure properties for the reporting services point.&lt;/P&gt;
&lt;P&gt;Use the following procedure to configure the reporting services point.&lt;/P&gt;
&lt;P&gt;1. In the Configuration Manager console, navigate to System Center Configuration Manager / Site Database / Computer Management / Reporting / Reporting Services, and expand the node.&lt;/P&gt;
&lt;P&gt;2. Right-click the reporting services point server you want to configure, then click Properties.&lt;/P&gt;
&lt;P&gt;3. On the General tab of the Report Server Properties dialog box, review information about the currently selected report server. 
&lt;TABLE class="" cellSpacing=0 cellPadding=0 border=1&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=53&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;
&lt;P&gt;Note: &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=993&gt;
&lt;P&gt;Information about the report folder will only be shown after you have created a new report or copied existing reports to this report server.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;4. On the Data Source Settings tab of the Report Server Properties dialog box, specify the Configuration Manager 2007 database server and database name to be used as the data source for SQL Reporting Services reports. Click the test button to verify that you have correct data entered.&lt;/P&gt;
&lt;P&gt;5. On the Data Source Authentication tab of the Report Server Properties dialog box, specify the credentials used to access reports on the report server. &lt;/P&gt;
&lt;P&gt;6. On the Data Source Security tab of the Report Server Properties dialog box, specify permissions for the users who have access to the data source specified in the Data Source Settings tab. &lt;/P&gt;
&lt;P&gt;7. On the Security tab of the Report Server Properties dialog box, specify the users who have access to the selected report server. &lt;/P&gt;
&lt;P&gt;8. Click OK to close the Report Server Properties dialog box.&lt;/P&gt;
&lt;H4&gt;&lt;A class="" title=_Toc210814570 name=_Toc210814570&gt;&lt;/A&gt;Copying standard Configuration Manager reports to Reporting Services&lt;/H4&gt;
&lt;P&gt;In Configuration Manager 2007 R2, standard reports can be copied to a folder on a Reporting Services server by using the Copy Reports to Reporting Services Wizard. Use the following procedure to copy existing Configuration Manager reports to Reporting Services.&lt;/P&gt;
&lt;P&gt;Use the following steps to copy standard Configuration Manager reports to Reporting Services.&lt;/P&gt;
&lt;P&gt;1. In the Configuration Manager console, navigate to System Center Configuration Manager / Site Database / Computer Management / Reporting / Reporting Services Reporting.&lt;/P&gt;
&lt;P&gt;2. Right-click the Reporting Services server that the standard reports will be copied to, then click Copy Reports to Reporting Services.&lt;/P&gt;
&lt;P&gt;3. On the Data Source Settings page of the Copy Reports Wizard, specify the Configuration Manager 2007 database server and database name from which to copy the reports. &lt;/P&gt;
&lt;P&gt;4. Click Next.&lt;/P&gt;
&lt;P&gt;5. On the Data Source Authentication page of the Copy Reports Wizard, choose the authentication method required to run the copied reports on the reporting point server. &lt;/P&gt;
&lt;P&gt;6. Click Next.&lt;/P&gt;
&lt;P&gt;7. On the Select Reports page of the Copy Reports Wizard, select the reports you want to copy to the reporting services point. Select Overwrite existing reports if you want to overwrite any reports that already exist on the reporting services point.&lt;/P&gt;
&lt;P&gt;8. Click Next.&lt;/P&gt;
&lt;P&gt;9. On the Security page of the Copy Reports Wizard, specify which users can access the copied reports and the roles they must belong to. For more information about the options on this page, see Report Server Properties: Security Tab.&lt;/P&gt;
&lt;P&gt;10. Click Next.&lt;/P&gt;
&lt;P&gt;11. On the Summary page of the Copy Reports Wizard, review the reports that will be created, and then click Next.&lt;/P&gt;
&lt;P&gt;12. After the reports are copied, click Next.&lt;/P&gt;
&lt;P&gt;13. On the Confirmation page of the Copy Reports Wizard, review the information, and then click Close to exit the wizard. 
&lt;TABLE class="" cellSpacing=0 cellPadding=0 border=1&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width="16%"&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;
&lt;P&gt;Note: &lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width="84%"&gt;
&lt;P&gt;If a report fails to import, it will be indicated by a red cross. Double-click the entry to open the Details dialog box, which lists details of the error in copying the report.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3204710" width="1" height="1"&gt;</description></item><item><title>Reporting Services Server Properties Grayed Out</title><link>http://blogs.technet.com/b/mwiles/archive/2009/02/18/reporting-services-server-properties-grayed-out.aspx</link><pubDate>Wed, 18 Feb 2009 20:05:02 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3204138</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3204138</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2009/02/18/reporting-services-server-properties-grayed-out.aspx#comments</comments><description>&lt;p&gt;In doing some research and testing for one of my screen casts on SRS and Config Manager I ran into an issue that I couldn’t find much information on.&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;My SQL Server is running SQL 2005 SP3 with CU 1 and is on a different box than the Config Manager site server.&amp;#160; I also run on a named instance of SQL. &lt;/p&gt;  &lt;p&gt;I was at the point of configuring the properties of the SRS Server in the Config Manager Console when I got the screen below:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/ReportingServicesServerPropertiesGrayedO_9BC9/image_2.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="291" alt="image" src="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/ReportingServicesServerPropertiesGrayedO_9BC9/image_thumb.png" width="309" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Everything was grayed out on all tabs.&amp;#160; I also saw this in the SRSRP.log file:&lt;/p&gt;  &lt;p&gt;Failures reported during periodic health check by the SRS Server STRAWBERRY. Will retry check in 57 minutes&amp;#160;&amp;#160;&amp;#160; SMS_SRS_REPORTING_POINT&amp;#160;&amp;#160;&amp;#160; 2/17/2009 8:13:14 PM&amp;#160;&amp;#160;&amp;#160; 2388 (0x0954) &lt;/p&gt;  &lt;p&gt;I found in the Event Log this event ID: &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/ReportingServicesServerPropertiesGrayedO_9BC9/image_4.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="364" alt="image" src="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/ReportingServicesServerPropertiesGrayedO_9BC9/image_thumb_1.png" width="391" border="0" /&gt;&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;p&gt;For some unknown reason when I did the install of SRS the Network Service account was not granted permissions to the Temp ASP.Net folder.&amp;#160; Not only did this cause the SRSRP Service to have issues but this affected the Config Manager Console to allow me to configure the properties of the SRS Server.&lt;/p&gt;  &lt;p&gt;I went into the properties of the Temp ASP.Net folder and added the Network Service account and granted him full control permissions.&amp;#160; I then restarted the SRSRP service and the log then cleared up.&amp;#160; I went back to the Config Manager box and selected properties of the SRS server and now the tabs were allowing me to enter data.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3204138" width="1" height="1"&gt;</description></item><item><title>January’s Config Manager Newsletter</title><link>http://blogs.technet.com/b/mwiles/archive/2009/02/16/january-s-config-manager-newsletter.aspx</link><pubDate>Mon, 16 Feb 2009 19:31:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3202991</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3202991</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2009/02/16/january-s-config-manager-newsletter.aspx#comments</comments><description>&lt;p&gt;Each month, right after Patch Tuesday, I put together a newsletter for my customers and for all of Microsoft PFE in general.&amp;#160; While I can’t post the current edition of the newsletter as it would not be fair to my customers that have paid for it I will post last month’s newsletter.&amp;#160; I will try and post this on a monthly basis but it will be the previous month’s newsletter.&amp;#160; There also maybe some formatting issues but I will work on them.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image002_2.jpg"&gt;&lt;img title="clip_image002" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="102" alt="clip_image002" src="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image002_thumb.jpg" width="436" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image001_2.png"&gt;&lt;img title="clip_image001" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="13" alt="clip_image001" src="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image001_thumb.png" width="618" border="0" /&gt;&lt;/a&gt;&amp;#160;&lt;b&gt;January 2009&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;   &lt;table cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td&gt;&lt;/td&gt;          &lt;td width="20"&gt;&lt;/td&gt;          &lt;td width="291"&gt;&lt;/td&gt;          &lt;td width="4"&gt;&lt;/td&gt;          &lt;td width="332"&gt;&lt;/td&gt;          &lt;td width="13"&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;&lt;/td&gt;          &lt;td width="661"&gt;           &lt;table cellspacing="0" cellpadding="0" width="735"&gt;&lt;tbody&gt;               &lt;tr&gt;                 &lt;td width="733"&gt;                   &lt;p&gt;Hello 2009. With a new year comes a few changes to the newsletter. I have added 2 sections: &lt;a href="#Blogs"&gt;Blogs&lt;/a&gt;, and the &lt;a href="#Blog_Spotlight"&gt;Blog Spotlight&lt;/a&gt;. The blogs section is just a list of blogs that have some useful information related to Config Manager. I will be adding to the list each time I find a new blog with good useful information. The Spotlight is a blog entry that I have found in my research that may be useful to you in your day to day Config Manager activities. In late December we released &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ae7387c3-348c-4faa-8ae5-949fdfbe59c4&amp;amp;DisplayLang=en"&gt;Service Pack 3&lt;/a&gt; for SQL 2005. I would recommend that you apply this as soon as possible. There have been several Config Manager hotfixes also released so please take a look at this list to see if there are any that you need to fix current issues in your environment. One last thing is that &lt;a href="http://www.microsoft.com/windows/windows-7/beta-download.aspx"&gt;Windows 7 beta&lt;/a&gt; is out. Config Manager doesn’t really support Win7 yet but will with SP2. I have been testing it and you can install a SP1 client on Win7 and it will return Hinv and Sinv. You can also deploy applications and patch it. More to come on this as we get closer to SP2. &lt;/p&gt;                 &lt;/td&gt;               &lt;/tr&gt;             &lt;/tbody&gt;&lt;/table&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;&lt;/td&gt;          &lt;td&gt;&lt;a href="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image003_2.png"&gt;&lt;img title="clip_image003" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="241" alt="clip_image003" src="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image003_thumb.png" width="350" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td valign="top"&gt;&lt;a href="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image003_2.png"&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;&lt;/td&gt;          &lt;td&gt;&lt;/td&gt;          &lt;td&gt;&lt;/td&gt;          &lt;td valign="top"&gt;&lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;&lt;a name="Service_Delivery_Status"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image005_2.jpg"&gt;&lt;img title="clip_image005" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="107" alt="clip_image005" src="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image005_thumb.jpg" width="800" border="0" /&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a name="My_Schedule"&gt;&lt;/a&gt;I will be in the office this month. No planned trips at this point.&lt;/p&gt;  &lt;p&gt;&lt;a name="This_Months_Patches"&gt;&lt;/a&gt;&lt;a href="#This_months_patches"&gt;&lt;img title="clip_image006" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="110" alt="clip_image006" src="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image006_9bf57d89-1ea0-4535-9fd2-a6352cd46f18.jpg" width="783" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;January 2009 Released Patches:&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This alert is to provide you with an overview of Security Bulletins released by Microsoft on &lt;b&gt;January 13&lt;sup&gt;th&lt;/sup&gt;, 2009. &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;New Security Bulletins:&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Microsoft is releasing the following security bulletins for newly discovered vulnerabilities:    &lt;table cellspacing="0" cellpadding="0" border="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td width="96"&gt;           &lt;p&gt;&lt;b&gt;MAXIMUM SEVERITY&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="84"&gt;           &lt;p&gt;&lt;b&gt;BULLETIN NUMBER&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="311"&gt;           &lt;p&gt;&lt;b&gt;Title&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="282"&gt;           &lt;p&gt;&lt;b&gt;Products Affected&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="78"&gt;           &lt;p&gt;&lt;b&gt;Replaces&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="162"&gt;           &lt;p&gt;&lt;b&gt;Distribute With&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="57"&gt;           &lt;p&gt;&lt;b&gt;Restart&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="96"&gt;           &lt;p&gt;&lt;b&gt;Critical&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="84"&gt;           &lt;p&gt;&lt;a href="http://www.microsoft.com/technet/security/bulletin/ms09-001.mspx"&gt;MS09-001&lt;/a&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td width="311"&gt;           &lt;p&gt;Vulnerabilities in SMB Could allow Remote Code Execution (&lt;a href="http://support.microsoft.com/kb/958687"&gt;958687&lt;/a&gt;)&lt;/p&gt;         &lt;/td&gt;          &lt;td width="282"&gt;           &lt;p&gt;All currently supported versions of Windows&lt;/p&gt;         &lt;/td&gt;          &lt;td width="78"&gt;           &lt;p&gt;MS08-063&lt;/p&gt;         &lt;/td&gt;          &lt;td width="162"&gt;           &lt;p&gt;ConfigMgr-WSUS &lt;/p&gt;         &lt;/td&gt;          &lt;td width="57"&gt;           &lt;p&gt;Yes&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td width="96"&gt;&amp;#160;&lt;/td&gt;          &lt;td width="84"&gt;&amp;#160;&lt;/td&gt;          &lt;td width="311"&gt;&amp;#160;&lt;/td&gt;          &lt;td width="282"&gt;&amp;#160;&lt;/td&gt;          &lt;td width="78"&gt;&amp;#160;&lt;/td&gt;          &lt;td width="162"&gt;&amp;#160;&lt;/td&gt;          &lt;td width="57"&gt;&amp;#160;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;Summaries for these new bulletins may be found at the following page:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/technet/security/bulletin/ms09-jan.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms09-jan.mspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Customers are advised to review the information in the bulletins, test and deploy the updates immediately in their environments, if applicable.&lt;/p&gt;  &lt;p&gt;The Microsoft Security Team has created a new &lt;a href="http://blogs.technet.com/swi/"&gt;Blog &lt;/a&gt;that will explain more in-depth detail about each Security Bulletin that comes out. If you really want to know the ends and outs of the vulnerabilities then this blog is for you.&lt;/p&gt;  &lt;p&gt;Keep up to the minute with the &lt;a href="http://blogs.technet.com/msrc/rss.xml"&gt;Microsoft Security Teams Blog&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image007_2.png"&gt;&lt;img title="clip_image007" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="131" alt="clip_image007" src="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image007_thumb.png" width="824" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a name="Blogs"&gt;&lt;/a&gt;This is a new section that will list blogs that deal with Config Manager and related products. The list below are blogs that I will usually visit on a regular basis and when I am doing research on a customer’s issues. I will be adding to the list as I find new blogs that contain helpful information. I subscribe to the RSS feeds on a lot of these. If you run across any that you would like to see on the list please let me know.&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;&lt;a href="http://blogs.technet.com/smsandmom/default.aspx"&gt;SMSandMom&lt;/a&gt;, &lt;a href="http://blogs.technet.com/softgrid/default.aspx"&gt;SoftGrid&lt;/a&gt;, and &lt;a href="http://blogs.technet.com/sus/default.aspx"&gt;WSUS&lt;/a&gt; blogs &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;&lt;a href="http://blogs.technet.com/mwiles/"&gt;Michael Wiles&lt;/a&gt; Blog&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;&lt;a href="http://blogs.technet.com/carlossantiago/"&gt;Carlos Santiago&lt;/a&gt; Blog&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;&lt;a href="http://blogs.msdn.com/steverac/"&gt;Steve Rachui&lt;/a&gt; Blog&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;&lt;a href="http://blogs.msdn.com/rslaten/"&gt;Russ Slaten&lt;/a&gt; Blog&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;&lt;a href="http://blogs.technet.com/mniehaus/"&gt;Michael Niehaus&lt;/a&gt; Blog&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;&lt;a href="http://blogs.technet.com/deploymentguys/"&gt;The Deployment Guys&lt;/a&gt; Blog&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;&lt;a href="http://myitforum.com/cs2/blogs/jgilbert/default.aspx"&gt;Jeff Gilbert&lt;/a&gt; Blog&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;&lt;a href="http://myitforum.com/cs2/blogs/pthomsen/default.aspx"&gt;Paul Thomsen&lt;/a&gt; Blog&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;&lt;a href="http://myitforum.com/cs2/blogs/dtaylor/default.aspx"&gt;Donnie Taylor&lt;/a&gt; Blog&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;&lt;a href="http://myitforum.com/cs2/blogs/gramsey/default.aspx"&gt;Greg Ramsey&lt;/a&gt; Blog&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a name="Blog_Spotlight"&gt;&lt;/a&gt;&lt;a href="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image008_2.png"&gt;&lt;img title="clip_image008" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="143" alt="clip_image008" src="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image008_thumb.png" width="865" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In this section I will hight a Blog entry that I think stands out and might help you in your day to day activites with Config Manager. This months entry comes from &lt;a href="http://myitforum.com/cs2/blogs/jgilbert/default.aspx"&gt;Jeff Gilbert’s&lt;/a&gt; blog.&lt;/p&gt;  &lt;p&gt;At the end of October Jeff blogged about how to “&lt;b&gt;Deploy SQL Server 2005 SP2 using an OSD Task Sequence&lt;/b&gt;”. There is a &lt;a href="http://myitforum.com/cs2/blogs/jgilbert/archive/2008/10/31/deploying-sql-server-2005-with-sp2-using-an-osd-task-sequence-part-1.aspx"&gt;Part 1&lt;/a&gt; and a &lt;a href="http://myitforum.com/cs2/blogs/jgilbert/archive/2008/10/31/deploying-sql-server-2005-with-sp2-using-an-osd-task-sequence-part-2.aspx"&gt;Part 2&lt;/a&gt; to complete the blog entries. Part 1 goes over how to create the SQL 2005 package, but part2 really gets to the meat of the issue with lots of screen shots and steps on how to make this work correctly. Now that SP3 has released I think that this would be a good blog entry to review if you are thinking about deploying SP3 with Config Manager. I know that Jeff shows how to do it with SP2 but I am sure that most if not all of the steps will work correctly with SP3. I plan to test this in my enviroment over the next couple of weeks and will let you know how it goes in the next newsletter.&lt;/p&gt;  &lt;p&gt;&lt;a name="Products_Tools"&gt;&lt;/a&gt;&lt;a href="#Products_Solutions_Tools"&gt;&lt;img title="clip_image009" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="133" alt="clip_image009" src="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image009_c62493ee-3ea0-4556-afe6-3cd7780554a3.jpg" width="873" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;The System Center Config Manager Documentation Library has been updated, this &lt;a href="http://technet.microsoft.com/ko-kr/library/dd252743.aspx"&gt;link&lt;/a&gt; will take you there.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Here is the link to the System Center Configuration Manager &lt;a href="http://technet.microsoft.com/en-us/configmgr/default.aspx"&gt;TechCenter&lt;/a&gt; web page.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;This link to Microsoft Connect will take you to the &lt;a href="https://connect.microsoft.com/SelfNomination.aspx?ProgramID=2733&amp;amp;pageType=1&amp;amp;SiteID=446"&gt;System Center Service Manager beta&lt;/a&gt; that is now available. A whitepaper outlining the Service Manager vision is &lt;a href="http://download.microsoft.com/download/e/b/3/eb3a6c98-ff24-4801-88af-95990dc6bd35/SystemCenter_ServiceManager_WhitePaper.pdf"&gt;here&lt;/a&gt;.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;This link will take you to some &lt;a href="http://communities.intel.com/openport/blogs/microsoft-vpro/2008/10/24/microsoft-sccm-2007-sp1-intel-vpro-training-videos-now-available"&gt;Training Video’s&lt;/a&gt; for the Intel vPro AMT integration with Config Manager SP1.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;This link will point you to the &lt;a href="http://download.microsoft.com/download/f/7/8/f784a197-73be-48ff-83da-4102c05a6d44/App-V_Extensibility_Today_Before_the_SDK.docx"&gt;App-V Extensibility Today Before the SDK&lt;/a&gt; Document.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Here is a link to the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=87BBE64E-5439-4FC8-BECC-DEB372A40F4A&amp;amp;displaylang=en"&gt;Creating Customer Reports by using CM07 SQL Views&lt;/a&gt; document.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Version 4.5 of the System Center Updates Publisher can be found &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0446cce9-94a4-4fb0-b335-e7516044063d&amp;amp;displaylang=en"&gt;here&lt;/a&gt;. &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Here is the &lt;a href="http://technet.microsoft.com/en-us/configmgr/bb892875.aspx"&gt;link&lt;/a&gt; for the Third Party Custom Catalogs for CM07.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;This &lt;a href="http://technet.microsoft.com/en-us/configmgr/cc462788.aspx"&gt;link&lt;/a&gt; will take you to the Configuration Packs available for DCM.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;CM07 R2 is now out and the eval can be downloaded from this &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=7376214F-CBA3-4E0D-81FE-AD52488BE3A3&amp;amp;displaylang=en"&gt;link&lt;/a&gt;.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c36fcda8-9336-4d44-9568-5530ff7635dd&amp;amp;DisplayLang=en"&gt;PreLoadPkgOnSite&lt;/a&gt; tool has been released to the web.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Config Manager SP1 can now be downloaded from this &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5aae62e8-4b7f-4af7-be01-aefaa4bf059a&amp;amp;DisplayLang=en"&gt;link&lt;/a&gt; and ICP’s can be found &lt;a href="http://technet.microsoft.com/en-us/configmgr/cc136541.aspx"&gt;here&lt;/a&gt;.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Custom Error Codes for Config Manager can be found &lt;a href="http://technet.microsoft.com/en-us/library/bb632794.aspx"&gt;here&lt;/a&gt;.&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;This &lt;a href="http://technet.microsoft.com/en-us/library/bb892800.aspx"&gt;link&lt;/a&gt; will explain what all the CM07 logs are for, and here is a list of the &lt;a href="http://technet.microsoft.com/en-us/library/bb680602.aspx"&gt;CM07 Icons&lt;/a&gt; and what they are for.&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Config Manager Software Updates Synchronization SuperFlow is now available at this &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d509a9f4-e397-4d0a-89bb-fa3d68b9e8be&amp;amp;DisplayLang=en"&gt;link&lt;/a&gt;.&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;The Config Manager &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=948e477e-fd3b-4a09-9015-141683c7ad5f&amp;amp;DisplayLang=en"&gt;Toolkit&lt;/a&gt; is now out and the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=064A995F-EF13-4200-81AD-E3AF6218EDCC&amp;amp;displaylang=en"&gt;CM07 SDK&lt;/a&gt; has been released.&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Here is a link to the &lt;a href="http://technet.microsoft.com/en-us/library/bb735860.aspx"&gt;Config Manager 2007 Technical Library&lt;/a&gt;, the CM07 Reviewers Guide PDF file is &lt;a href="http://arsenalcontent/redirectURL.aspx?ContentID=125507&amp;amp;Url=Reference%20Material/Configuration%20Manager%202007%20Reviewers%20Guide02112007111658/SCCM%20Reviewer%20Guide%20Final.pdf&amp;amp;portal=officesystem"&gt;here&lt;/a&gt;, and CM Software Update Guide Whitepaper is at this &lt;/b&gt;&lt;b&gt;&lt;a href="http://technet.microsoft.com/en-us/configmgr/default.aspx"&gt;link&lt;/a&gt;&lt;/b&gt;&lt;b&gt;.&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Here is a link to all &lt;a href="http://www.microsoft.com/technet/prodtechnol/sms/sms2003/downloads/servicepacks/default.mspx"&gt;SMS 2003 Service Packs&lt;/a&gt; ( SP1, SP2, and SP3).&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Here is a link to the &lt;a href="http://www.microsoft.com/technet/prodtechnol/sms/sms2003/downloads/docs/default.mspx"&gt;SMS 2003 Documentation&lt;/a&gt;, the &lt;a href="http://technet.microsoft.com/en-us/library/bb633760.aspx"&gt;SMS 2003 Technical Library&lt;/a&gt;, and the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=81300E34-09CF-4672-A5C4-06AA238275EC&amp;amp;displaylang=en"&gt;SMS 2003 Scripting Guide&lt;/a&gt;.&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/systemcenter/configurationmanager/en/us/default.aspx"&gt;&lt;b&gt;&lt;img title="clip_image010" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="100" alt="clip_image010" src="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image010_1a2e878d-a888-4f0a-9d56-c0810265a72c.gif" width="334" border="0" /&gt;&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a name="SCCM2007"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This month we take a look at the last item in R2: Forefront Client Security Integration.&lt;/p&gt;  &lt;p&gt;Microsoft Forefront Client Security provides unified virus and spyware protection for business desktops, laptops, and server operating systems. You can use desired configuration management to monitor the Client Security agent on clients managed by Microsoft System Center Configuration Manager 2007 R2 sites.&lt;/p&gt;  &lt;p&gt;System Center Configuration Manager 2007 R2 provides insurance that this critical service is running and in a state to provide up to date protection from security threats. R2 contains the Forefront Client Security – Client Health DCM baseline and several supporting configuration items. These CI’s assess the state of the FCS agents on the machines managed by SCCM 2007 R2. The SCCM administrators will be notified when a machine is determined to be in an unhealthy state or non-compliant so that action can be taken to restore these services and/or the correct agent configuration.&lt;/p&gt;  &lt;p&gt;Reports are available to give a global view of the overall state of the FCS clients. These reports allow the SCCM admin to quickly identify machines that may not be protected because of a service or configuration problem with the FCS client.&lt;/p&gt;  &lt;p&gt;No changes are made to the FCS product to support this work. FCS monitoring in SCCM R2 assesses the health of the FCS agents on SCCM clients and reports any issues that are found. Malware events and other data regarding malware found by the FCS agent are not monitored or reported on. Administrators use their existing FCS infrastructure for notification of this type of information.&lt;/p&gt;  &lt;p&gt;To monitor the Client Security agent, you import the configuration pack included on the Configuration Manager 2007 R2 CD, assign the baseline to a collection that contains computers running the Client Security agent, and then monitor the compliance evaluation reports as you would for any other configuration baseline. No additional installation or configuration is needed. &lt;/p&gt;  &lt;p&gt;Configuration Manager 2007 does not actually report back about malware or viruses detected; those alerts are monitored by Client Security as long as the Client Security agent is operating correctly. &lt;/p&gt;  &lt;p&gt;&lt;a name="_Toc206990607"&gt;&lt;/a&gt;&lt;a name="_Toc210814587"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Prerequisites for Forefront Client Security Reporting&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;In order to implement the functionality of the Forefront Client Security Configuration Pack, we need to make sure that the Desired Configuration Management Client Agent is enabled. Additionally, clients also have to have .NET Framework 2.0 installed on the clients we wish to monitor.&lt;/p&gt;  &lt;p&gt;The above information is taken from the “Config Manager 2007 R2 Install and Features” document. If you need this document please let me know.&lt;/p&gt;  &lt;p&gt;Please follow the steps below to install the Config Manager RTM eval bits for testing:&lt;/p&gt;  &lt;p&gt;· Start with a baseline of Windows 2003 SP2&lt;/p&gt;  &lt;p&gt;· .NET Framework 2.0 is required. The .NET Framework 2.0 is available for download at: &lt;a href="http://go.microsoft.com/fwlink/?LinkID=56407"&gt;http://go.microsoft.com/fwlink/?LinkID=56407&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· Install SQL 2005 and apply SQL 2005 SP2&lt;/p&gt;  &lt;p&gt;· Hotfix number 932303 addresses a known WMI issue where the Configuration Manager 2007 console stops responding. You should apply the hotfix to the site server and to all Configuration Manager 2007 consoles. The KB Article for the hotfix is available on the Microsoft Support site at &lt;a href="http://go.microsoft.com/fwlink/?LinkId=83055"&gt;http://go.microsoft.com/fwlink/?LinkId=83055&lt;/a&gt;.&amp;#160; This fix can now be downloaded from this &lt;a href="http://go.microsoft.com/fwlink/?LinkId=93927"&gt;link&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;· Install WSUS 3.0 RTM. You can download it from &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e4a868d7-a820-46a0-b4db-ed6aa4a336d9&amp;amp;amp;DisplayLang=en&amp;amp;displaylang=en"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;· Install Config Manager 2007 RTM.&lt;/p&gt;  &lt;p&gt;Once your RTM site is working follow these steps to upgrade that site to SP1:&lt;/p&gt;  &lt;p&gt;· Upgrade WSUS 3.0 to WSUS 3.0 SP1 which can be downloaded from this &lt;a href="http://go.microsoft.com/fwlink/?LinkID=79477"&gt;link&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;· Apply the Windows 2003 Schannel Hotfix KB Article number &lt;a href="http://support.microsoft.com/kb/942841/en-us"&gt;942841&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;· Apply the Windows Remote Management Tool to run the Out of Band Console. This can be downloaded from &lt;a href="http://support.microsoft.com/kb/KB936059"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;· Apply the MMC Update from KB Article number &lt;a href="http://support.microsoft.com/kb/940848"&gt;940848&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;· Install the CM07 SP1 upgrade.&lt;/p&gt;  &lt;p&gt;Once you Config Manager site is at SP1 you can down install the R2 eval bits. No PreReqs are needed, just SP1.&lt;/p&gt;  &lt;p&gt;&lt;a href="#Knowledge_Base_Hotfixes"&gt;&lt;img title="clip_image011" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="128" alt="clip_image011" src="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image011_3b1aa4b0-508a-451f-be1f-420e66a652f8.jpg" width="871" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a name="KB_Hotfixes"&gt;&lt;/a&gt;&lt;b&gt;New SMS 2003 and SCCM 2007 Knowledge Base Articles&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;KB959812: &lt;a href="http://support.microsoft.com/kb/959812"&gt;Operating System Deployment (OSD) tasks may fail randomly in System Center Configuration Manager 2007 Service Pack 1-based systems (959812)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;KB958157: &lt;a href="http://support.microsoft.com/kb/958157"&gt;Inaccurate software metering reports may be generated from Systems Management Server 2003 Service Pack 3-based primary site servers (958157)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;KB955955: &lt;a href="http://support.microsoft.com/kb/955955"&gt;A task sequence that contains many packages may take longer to run after you install System Center Configuration Manager 2007 Service Pack 1 or hotfix 949225 (955955)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;KB959040: &lt;a href="http://support.microsoft.com/kb/959040"&gt;System Center Configuration Manager 2007 Service Pack 1 systems cannot provision AMT 2.2/2.6 clients in PKI mode and AMT 2.1/2.5 clients in PSK mode (959040)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Hotfixes&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· We have a new support option available on the Microsoft Help and Support website.&amp;#160; Customers can now request hotfixes on the website.&amp;#160; Click here for the &lt;a href="https://support.microsoft.com/contactus2/emailcontact.aspx?scid=sw;en;1410&amp;amp;WS=hotfix"&gt;website&lt;/a&gt;.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;961328 &lt;/b&gt;has been released as a hotfix. This hotfix corrects a PKI Provisioning issue that was not working on 2.2 ATM systems. The KB on this is not public yet but the hotfix is done.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;960065&lt;/b&gt; has been released as a hotfix. This hotfix corrects a problem where Updates are not deployed to some clients when you use WSUS or SUM to deploy updates in System Center Configuration Manager 2007 Service Pack 1. The KB on this is not public yet but the hotfix is done.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;960804 &lt;/b&gt;has been released as a hotfix. This is A hotfix rollup package addresses some issues with the Out of Band Management (OOB) feature in Configuration Manager 2007 Service Pack 1. The KB on this is not public yet but the hotfix is done.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;958598 &lt;/b&gt;has been released as a hotfix. This hotfix corrects the problem of the Audit Message for “Create a Task Sequence Package” does not identify system, component and user name. The KB on this is not public yet but the hotfix is done.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;957255&lt;/b&gt; has been released as a hotfix. This hotfix corrects an issue where the Wake On Lan Manager did not consider DST when calculating the next wake time. The KB on this is not public yet but the hotfix is done.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;959038 &lt;/b&gt;has been released as a hotfix. This hotfix corrects a problem where a task sequence would continue to execute even if a failure exit code was returned. The Reports would also show a success for the failed installation. The KB on this is not public yet but the hotfix is done.&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Config Manager 2007 SP1/R2 Updates and Hotfixes:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/956944"&gt;KB956944&lt;/a&gt; - Error message when you use the System Center Configuration Manager 2007 Service Pack 1 console to connect to a Configuration Manager 2007 site server that is not running Service Pack 1&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/959812"&gt;KB959812&lt;/a&gt; - Operating System Deployment (OSD) tasks may fail randomly in System Center Configuration Manager 2007 Service Pack 1-based systems (959812)&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/959040"&gt;KB959040&lt;/a&gt; - System Center Configuration Manager 2007 Service Pack 1 systems cannot provision AMT 2.2/2.6 clients in PKI mode and AMT 2.1/2.5 clients in PSK mode (959040)&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/KB/956194"&gt;KB956194&lt;/a&gt; - Distribution Manager in System Center Configuration Manager 2007 Service Pack 1 may require several hours after startup before it begins to process packages&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/KB/958021"&gt;KB958021&lt;/a&gt; - Error message in the Configuration Manager console when you create a new task sequence: &amp;quot;The task sequence cannot be created&amp;quot; (958021)&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/KB/958021"&gt;KB958808&lt;/a&gt; - User data from the USMT may be deleted unexpectedly by the task sequence engine during the operating system deployment process in System Center Configuration Manager 2007 SP1 (958808)&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/KB/954716"&gt;KB954716&lt;/a&gt; - The SMS_EXECUTIVE service of System Center Configuration Manager 2007 on a child site server may crash when it handles the .sha file and sends inventory data to its parent site (954716)&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/KB/956733"&gt;KB956733&lt;/a&gt; - Some attributes of a System Center Configuration Manager 2007 client may be missing after it is configured as a branch distribution point (956733)&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/KB/957325"&gt;KB957325&lt;/a&gt; - The Inventory Data Loader component cannot process hardware inventory data from System Center Configuration Manager 2007 Service Pack 1 clients if one or more properties contain more than 256 characters in the NOIDMIF files (957325)&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/KB/955842"&gt;KB955842&lt;/a&gt; - The System Center Configuration Manager 2007 Service Pack 1 hardware inventory may recognize an x64-based client as an x86-based client (955842)&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/954718/en-us"&gt;KB954718&lt;/a&gt; - You cannot use the Out of Band Management console in Configuration Manager 2007 to connect to computers that use versions of Intel AMT that are earlier than version 3.2.1&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/955126/en-us"&gt;KB955126&lt;/a&gt; - The SMS_Executive service process (Smsexec.exe) in System Center Configuration Manager 2007 may crash if you have Intel AMT-related software installed&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/955388/en-us"&gt;KB955388&lt;/a&gt; - Error message when you use the Microsoft System Center Configuration Manager 2007 SP1-based Configuration Manager Configuration Manager console to check software distribution point settings&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/955355/en-us"&gt;KB955355&lt;/a&gt; - A distinguished name that contains more than 100 characters and that is discovered from Active Directory for an AMT host causes the SMS_EXECUTIVE service to crash in System Center Configuration Manager 2007&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/956337/en-us"&gt;KB956337&lt;/a&gt; - System Center Configuration Manager 2007 Service Pack 1 is unable to remove AMT user ACLs during the provisioning process for AMT 2.x computers&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/957576/en-us"&gt;KB957576&lt;/a&gt; - Status message ID 7404 is reported frequently in an installation of System Center Configuration Manager 2007 R2 that uses SQL Server 2008 as the site database&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/957469/en-us"&gt;KB957469&lt;/a&gt; - FIX: The Out of Band Power control function does not work for clients that have the Intel AMT 4 or Intel AMT 5 chipset in System Center Configuration Manager 2007 Service Pack 1&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/957879/en-us"&gt;KB957879&lt;/a&gt; - The ConfigMgr Service Manager tool in Configuration Manager 2007 Service Pack 1 cannot query the SMS_SITE_SQL_BACKUP service, and you receive an &amp;quot;Error communicating with component&amp;quot; error message(957879)&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/956941/en-us"&gt;KB956941&lt;/a&gt; - You cannot take some actions when you take remote control of a Windows Vista-based client computer that has User Account Control enabled in System Center Configuration Manager 2007 Service Pack 1(956941)&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/957183/en-us"&gt;KB957183&lt;/a&gt; - You cannot add a group as an AMT user account in Configuration Manager 2007 Service Pack 1 if the group name has more than 20 characters(957183)&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/955114/en-us"&gt;KB955114&lt;/a&gt; - The SMS_Executive service process may crash when the System Center Configuration Manager 2007 SP1 Hierarchy Manager handles the site control (.ct2) file from child sites that are running the RTM version of Configuration Manager 2007&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/955955/en-us"&gt;KB955955&lt;/a&gt; - A task sequence that contains many packages may take longer to run after you install System Center Configuration Manager 2007 Service Pack 1 or hotfix 949225 &lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/956465/en-us"&gt;KB956465&lt;/a&gt; - The SMS_EXECUTIVE service process restarts unexpectedly when a limit is set for the maximum transfer rate between two sites in System Center Configuration Manager 2007&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/?kbid=954474"&gt;KB 954474&lt;/a&gt; - System Center Configuration Manager 2007 blocked from deploying security updates&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/?kbid=954214"&gt;KB 954214&lt;/a&gt; - The SMS_Site_Component_Manager service stops unexpectedly when you try to install Configuration Manager 2007 Service Pack 1 or reinstall a specific component after an unsuccessful installation attempt&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Config Manager 2007 Post-RTM Updates and Hotfixes:&amp;#160; &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/KB/955115"&gt;KB955115&lt;/a&gt; - The &amp;quot;Client Push Installation&amp;quot; operation fails when both multiple management points and customized ports are configured in a System Center Configuration Manager 2007 site&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/?kbid=950527"&gt;KB 950527&lt;/a&gt; - Windows Vista SP1, Windows Server 2008, Windows Server 2003 SP2, and Windows XP SP3 are not listed as supported platforms for software distribution, update management, or desired configuration management in System Center Configuration Manager 2007&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/946519"&gt;KB 946519&lt;/a&gt; - Every even task sequence reports exit error code 183 if you advertise several task sequences to a Systems Management Server client in System Center Configuration Manager 2007&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/945306"&gt;KB 945306&lt;/a&gt; - Execution requests may remain in the WaitingDisabled state after a task sequence that uses operating system deployment is run in System Center Configuration Manager 2007&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/944542"&gt;KB 944542&lt;/a&gt; - The &amp;quot;wake on LAN&amp;quot; feature does not work as expected if a site server uses a non-daylight saving time zone in System Center Configuration Manager 2007&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/945898"&gt;KB 945898&lt;/a&gt; - The System Center Configuration Manager 2007 Offer Status Summarizer does not process advertisement status summary data&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/942700"&gt;KB 942700&lt;/a&gt; - The task sequence does not run on the protected branch distribution points in System Center Configuration Manager 2007&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/944342"&gt;KB 944342&lt;/a&gt; - Users cannot modify advertisements that they created in the System Center Configuration Manager 2007 Administration Console&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/942536"&gt;KB 942536&lt;/a&gt; - You cannot move created objects into a folder or out of a folder if the folder was created on a secondary site of System Center Configuration Manager 2007&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/946518"&gt;KB 946518&lt;/a&gt; - Inventory data is not completely removed after you delete a system resource in System Center Configuration Manager 2007&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/945501/en-us"&gt;KB 945501&lt;/a&gt; - Some users do not receive a program that is advertised to a user group in System Center Configuration Manager 2007&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=81997356-7f18-48b2-a53a-d6f995a47f35&amp;amp;DisplayLang=en"&gt;System Center Configuration Manager 2007 Documentation Library (November 2007)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;SMS 2003 Post-SP3 Updates and Hotfixes:&amp;#160; &lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/942212"&gt;KB 942212&lt;/a&gt; - The SMS Executive service process for Systems Management Server 2003 stops repeatedly&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/941214"&gt;KB 941214&lt;/a&gt;/&lt;a href="http://support.microsoft.com/kb/941395"&gt;KB 941395&lt;/a&gt; - A hotfix rollup package that provides an updated Client.msi/Client.msp is available for Systems Management Server 2003&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/940619"&gt;KB 940619&lt;/a&gt; - After you install Systems Management Server 2003 Service Pack 3, the Client Configuration Manager may return incorrect error codes when a remote client computer is unreachable&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/934206"&gt;KB 934206&lt;/a&gt; - You cannot use the software inventory method to collect files from a mobile device after you install Microsoft Systems Management Server 2003 Service Pack 3&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/941820"&gt;KB 941820&lt;/a&gt; - NetMeeting Remote Desktop Sharing does not work correctly on a computer that is running the SMS 2003 Service Pack 3 Advanced Client&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/936465"&gt;KB 936465&lt;/a&gt; - In a three-tier SMS 2003 hierarchy, packages may not be decompressed or copied to the distribution point of the secondary site&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/943457"&gt;KB 943457&lt;/a&gt; - Some newly added access accounts of a Systems Management Server (SMS) 2003 package may be missing on the child sites&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/907311"&gt;KB 907311&lt;/a&gt; - Only one of the multiple distribution points is added to a package in a multi-tier SMS 2003 hierarchy&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/939332"&gt;KB 939332&lt;/a&gt; - SMS 2003 with Service Pack 3 cannot deploy a package to client computers that are running Windows Vista with Service Pack 1&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/945639"&gt;KB 945639&lt;/a&gt; - The new collection that you created by using the Distribute Software wizard in SMS 2003 does not appear in the user interface&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/945635"&gt;KB 945635&lt;/a&gt; - Systems Management Server 2003 clients cannot download a software package from a BITS-enabled Configuration Manager 2007 Service Pack 1 distribution point on a Windows Server 2008-based computer&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/939872"&gt;KB 939872&lt;/a&gt; - Reports that use the v_Add_Remove_Programs view stop responding and cause high CPU use in SMS 2003 SP3&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=3653E00B-6A0F-4226-87D7-02D3DF2147D7&amp;amp;displaylang=en"&gt;Microsoft SMS 2003 SP3 Asset Intelligence Catalog Update (February 2008)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Administrator Console Updates and Hotfixes: &lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/940848"&gt;KB 940848&lt;/a&gt; - A hotfix rollup package is available for Microsoft Management Console (MMC) in Windows Server 2003 (XP fix available also)&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/941132"&gt;KB 941132&lt;/a&gt; - FIX: You receive a NullReferenceException exception when you run a .NET Framework 2.0-based application that uses the ShowDialog method, and the method specifies an IWin32Window owner (x64 only - included in .NET 2.0 SP1)&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/932303"&gt;KB 932303&lt;/a&gt; - FIX: The WMI service stops responding on a computer that is running the .NET Framework 2.0 and System Center Configuration Manager 2007 (included in .NET 2.0 SP1)&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/913538"&gt;KB 913538&lt;/a&gt; - A WMI enumerator object is canceled before the client computer can finish using the enumerator object on a Windows Server 2003-based or Windows XP-based client computer&lt;/p&gt;  &lt;p&gt;&lt;b&gt;WMI Updates for SMS Clients:&amp;#160; &lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/933061/"&gt;KB 933061&lt;/a&gt;/&lt;a href="http://support.microsoft.com/kb/933062/"&gt;KB 933062&lt;/a&gt; -&amp;#160; An update is available that improves the stability of the Windows Management Instrumentation repository in Windows XP/2003&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/913538"&gt;KB 913538&lt;/a&gt; - A WMI enumerator object is canceled before the client computer can finish using the enumerator object on a Windows Server 2003-based or Windows XP-based client computer&lt;/p&gt;  &lt;p&gt;&lt;b&gt;SQL Server 2008 Update&lt;/b&gt;:&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/958186"&gt;KB 958136&lt;/a&gt; - Cumulative update package 2 for SQL Server 2008 &lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;SQL Server 2005 SP3 Update&lt;/b&gt;:&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ae7387c3-348c-4faa-8ae5-949fdfbe59c4&amp;amp;DisplayLang=en"&gt;Service Pack 3&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/959195"&gt;KB 959195&lt;/a&gt; - Cumulative update package 1 for SQL Server 2005 Service Pack 3&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;SQL Server 2005 SP2 Update&lt;/b&gt;:&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/958735"&gt;KB 958735&lt;/a&gt; - Cumulative update package 11 for SQL Server 2005 Service Pack 2&lt;/p&gt;  &lt;p&gt;&lt;a name="Whitepapers_webcasts"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="#Whitepaper_Webcasts"&gt;&lt;img title="clip_image013" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="81" alt="clip_image013" src="http://blogs.technet.com/blogfiles/mwiles/WindowsLiveWriter/JanuarysConfigManagerNewsletter_93E5/clip_image013_961f823a-efbc-45fc-a537-17fa93882561.jpg" width="617" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Click on these links for the &lt;a href="http://www.microsoft.com/events/series/technetmms.aspx?tab=webcasts&amp;amp;id=42364"&gt;Config Manager On Demand Webcasts&lt;/a&gt; and the &lt;a href="http://technet.microsoft.com/en-us/configmgr/bb727202.aspx"&gt;Audiocasts&lt;/a&gt; for Config Manager.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;TechNet Webcast: Configuration Manager SP1 and R2 Overview (Level 300)&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Wednesday, February 27, 2008 3:00 PM Central Time&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;Presenter:&lt;/i&gt;&lt;/b&gt;&lt;i&gt; Jeff Wettlaufer, Senior Technical Product Manager, Microsoft Corporation&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;Microsoft System Center Configuration Manager 2007 shipped recently, but we are not done yet! This year, we will also release a service pack and an R2. In this session, we cover the changes we are making in the System Center Configuration Manager 2007 Service Pack 1 (SP1) timeframe, in addition to the following System Center Configuration Manager 2007 R2 release. We briefly introduce System Center Configuration Manager, but our focus is on the new elements to support Windows Vista Service Pack 1, Windows Server 2008, in addition to some additional changes for Asset Intelligence and Intel AMT Integration.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/events/series/detail/webcastdetails.aspx?seriesid=37&amp;amp;webcastid=1032369054"&gt;http://www.microsoft.com/events/series/detail/webcastdetails.aspx?seriesid=37&amp;amp;webcastid=1032369054&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;TechNet Webcast: Information About Microsoft February Security Bulletins (Level 200)&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Wednesday, February 11, 2009 1:00 PM Central Time (US &amp;amp; Canada)&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;Presenter:&lt;/i&gt;&lt;/b&gt;&lt;i&gt; &lt;/i&gt;&lt;i&gt;Adrian Stone, Senior Security Program Manager Lead, Microsoft Corporation&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;On February, 11, 2009, Microsoft releases its monthly security bulletins. Join us for a brief overview of the technical details of the February security bulletins. We intend to address your concerns in this webcast, therefore, most of the webcast is devoted to attendees asking questions about the bulletins and getting answers from Microsoft security experts.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/events/EventDetails.aspx?CMTYSvcSource=MSCOMMedia&amp;amp;Params=%7eCMTYDataSvcParams%5e%7earg+Name%3d%22ID%22+Value%3d%221032395122%22%2f%5e%7earg+Name%3d%22ProviderID%22+Value%3d%22A6B43178-497C-4225-BA42-DF595171F04C%22%2f%5e%7earg+Name%3d%22lang%22+Value%3d%22en%22%2f%5e%7earg+Name%3d%22cr%22+Value%3d%22US%22%2f%5e%7esParams%5e%7e%2fsParams%5e%7e%2fCMTYDataSvcParams%5e"&gt;http://www.microsoft.com/events/EventDetails.aspx?CMTYSvcSource=MSCOMMedia&amp;amp;Params=%7eCMTYDataSvcParams%5e%7earg+Name%3d%22ID%22+Value%3d%221032395122%22%2f%5e%7earg+Name%3d%22ProviderID%22+Value%3d%22A6B43178-497C-4225-BA42-DF595171F04C%22%2f%5e%7earg+Name%3d%22lang%22+Value%3d%22en%22%2f%5e%7earg+Name%3d%22cr%22+Value%3d%22US%22%2f%5e%7esParams%5e%7e%2fsParams%5e%7e%2fCMTYDataSvcParams%5e&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Config Manager 2007 Webcasts&lt;/b&gt;&lt;b&gt;&lt;u&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032341256&amp;amp;EventCategory=5&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;TechNet Webcast: Introduction to System Center Configuration Manager 2007 (Level 200)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032343569&amp;amp;EventCategory=5&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;TechNet Webcast: Deploying System Center Configuration Manager 2007 (Level 200)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032343642&amp;amp;EventCategory=5&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;TechNet Webcast: Deploying System Center Configuration Manager 2007 Clients (Level 300)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032345483&amp;amp;EventCategory=3&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;TechNet Webcast: Microsoft System Center Configuration Manager 2007: Deployment (Level 300) &lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032345476&amp;amp;EventCategory=3&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;TechNet Webcast: Microsoft System Center Configuration Manager 2007: Managing Servers (Level 300)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032343963&amp;amp;EventCategory=3&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;TechNet Virtual Lab: Introduction to System Center Configuration Manager (SCCM) 2007&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032346653&amp;amp;EventCategory=3&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;TechNet Virtual Lab: Upgrading from Microsoft Systems Management Server 2003 to System Center Configuration Manager 2007&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;    &lt;table cellpadding="0" border="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td&gt;           &lt;table cellspacing="0" cellpadding="0" border="0"&gt;&lt;tbody&gt;               &lt;tr&gt;                 &lt;td&gt;&amp;#160;&lt;/td&gt;               &lt;/tr&gt;             &lt;/tbody&gt;&lt;/table&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Here is a link to the SMS Archived Webcasts on Demand:&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/events/AdvSearch.mspx?EventsAndWebcastsControlName=As1%3AAdvSrc&amp;amp;As1%3AAdvSrc%3AAudienceID=0&amp;amp;As1%3AAdvSrc%3AProductID=12b833ad-46b1-440c-a481-4f2ff4fa1e72&amp;amp;As1%3AAdvSrc%3AEventType=OnDemandWebcast&amp;amp;As1%3AAdvSrc%3ACountryRegionID=en%7CUS%7CUnited+States&amp;amp;StateProvinceID=0&amp;amp;As1%3AAdvSrc%3ATimeframeID=-1&amp;amp;As1%3AAdvSrc%3ASearchFilter=%C2%A0+Go+%C2%A0"&gt;http://www.microsoft.com/events/AdvSearch.mspx?EventsAndWebcastsControlName=As1%3AAdvSrc&amp;amp;As1%3AAdvSrc%3AAudienceID=0&amp;amp;As1%3AAdvSrc%3AProductID=12b833ad-46b1-440c-a481-4f2ff4fa1e72&amp;amp;As1%3AAdvSrc%3AEventType=OnDemandWebcast&amp;amp;As1%3AAdvSrc%3ACountryRegionID=en%7CUS%7CUnited+States&amp;amp;StateProvinceID=0&amp;amp;As1%3AAdvSrc%3ATimeframeID=-1&amp;amp;As1%3AAdvSrc%3ASearchFilter=%C2%A0+Go+%C2%A0&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3202991" width="1" height="1"&gt;</description></item><item><title>Client Schedule ID’s</title><link>http://blogs.technet.com/b/mwiles/archive/2009/02/06/client-schedule-id-s.aspx</link><pubDate>Sat, 07 Feb 2009 01:57:05 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3198394</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3198394</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2009/02/06/client-schedule-id-s.aspx#comments</comments><description>&lt;p&gt;I get asked this quite often so I have been compiling a list of the Schedule ID’s for a Config Manager client.&amp;#160; This is not a complete list by no means but I think that it is most of them.&amp;#160; I add to it as I find new ones.&lt;/p&gt;  &lt;p&gt;Hardware Inventory Collection Task&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000001}&lt;/p&gt;  &lt;p&gt;Software Inventory Collection Task&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000002}&lt;/p&gt;  &lt;p&gt;Heartbeat Discovery Cycle&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000003}&lt;/p&gt;  &lt;p&gt;Software Inventory File Collection Task&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000010}&lt;/p&gt;  &lt;p&gt;Request Machine Policy Assignments&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000021}&lt;/p&gt;  &lt;p&gt;Evaluate Machine Policy Assignments&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000022}&lt;/p&gt;  &lt;p&gt;Refresh Default MP Task&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000023}&lt;/p&gt;  &lt;p&gt;Refresh Location Services Task&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000024}&lt;/p&gt;  &lt;p&gt;Location Services Cleanup Task&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000025}&lt;/p&gt;  &lt;p&gt;Software Metering Report Cycle&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000031}&lt;/p&gt;  &lt;p&gt;Source Update Manage Update Cycle&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000032}&lt;/p&gt;  &lt;p&gt;Policy Agent Cleanup Cycle&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000040}&lt;/p&gt;  &lt;p&gt;Request Machine Policy Assignments&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000042}&lt;/p&gt;  &lt;p&gt;Certificate Maintenance Cycle&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000051}&lt;/p&gt;  &lt;p&gt;Peer Distribution Point Status Task&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000061}&lt;/p&gt;  &lt;p&gt;Peer Distribution Point Provisioning Status Task&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000062}&lt;/p&gt;  &lt;p&gt;Compliance Interval Enforcement&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000071}&lt;/p&gt;  &lt;p&gt;Software Updates Agent Assignment Evaluation Cycle&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000108}&lt;/p&gt;  &lt;p&gt;Send Unsent State Messages&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000111}&lt;/p&gt;  &lt;p&gt;State Message Manager Task&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000112}&lt;/p&gt;  &lt;p&gt;Force Update Scan&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000113}&lt;/p&gt;  &lt;p&gt;AMT Provision Cycle&lt;/p&gt;  &lt;p&gt;{00000000-0000-0000-0000-000000000120}&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;You can use the above codes to kick off different events on the client.&amp;#160; There are several scripts out there that will allow you to to do this.&amp;#160; One of the most used is the SendSched.vbs file from the SMS 2003 Toolkit2.&amp;#160; The toolkit can be downloaded from this &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=61e4e21f-2652-42dd-a04d-b67f0573751d&amp;amp;DisplayLang=en"&gt;link&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3198394" width="1" height="1"&gt;</description></item><item><title>My First Post</title><link>http://blogs.technet.com/b/mwiles/archive/2009/01/14/my-first-post.aspx</link><pubDate>Wed, 14 Jan 2009 03:15:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3182107</guid><dc:creator>Michael Wiles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/mwiles/rsscomments.aspx?WeblogPostID=3182107</wfw:commentRss><comments>http://blogs.technet.com/b/mwiles/archive/2009/01/14/my-first-post.aspx#comments</comments><description>&lt;P&gt;I am now venturing in new uncharted territory:&amp;nbsp; Blog posting.&amp;nbsp; This being my first post I just wanted to say that I plan to post to this blog at least once a week with something interesting that I have learned or come across in the support of my customers.&amp;nbsp; I hope that the information posted here will be of benefit to other folks running System Center Configuration Manager 2007.&amp;nbsp; Please leave comments and keep me on my toes.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3182107" width="1" height="1"&gt;</description></item></channel></rss>