<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Edwin M Sarmiento&gt;What happened to my WSUS 2.0? November 12, 2007 &#8211; Edwin M Sarmiento</title>
	<atom:link href="https://www.edwinmsarmiento.com/what-happened-to-my-wsus-2-0-november-12-2007/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.edwinmsarmiento.com</link>
	<description>Intentional Excellence</description>
	<lastBuildDate>Mon, 13 Apr 2026 21:00:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">84283043</site>		<item>
		<title>&gt;What happened to my WSUS 2.0? November 12, 2007</title>
		<link>https://www.edwinmsarmiento.com/what-happened-to-my-wsus-2-0-november-12-2007/</link>
		<comments>https://www.edwinmsarmiento.com/what-happened-to-my-wsus-2-0-november-12-2007/#respond</comments>
		<pubDate>Tue, 13 Nov 2007 07:48:00 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://bassplayerdoc.wordpress.com/2007/11/13/what-happened-to-my-wsus-2-0-november-12-2007</guid>

				<description><![CDATA[&#62; This problem has been on a lot of newsgroups and forums available on the Internet and it has something to do with WSUS Administration Console screwing up. Apparently, a category for a product was renamed cuasing it to introduce restricted characters in the form of double-quotes in the backend database (the product category happened [&#8230;]]]></description>
					<content:encoded><![CDATA[<p>&gt;</p>
<div><span style="font-family:arial;">This problem has been on a lot of newsgroups and forums available on the Internet and it has something to do with WSUS Administration Console screwing up.</span></div>
<div><span style="font-family:Arial;"></span></div>
<div><a href="http://bp1.blogger.com/_gUXglSRIBgM/RzlYt4xPZ_I/AAAAAAAAAA8/4CWVmqNoPBo/s1600-h/WSUS2.jpg"><img decoding="async" alt="" src="http://bp1.blogger.com/_gUXglSRIBgM/RzlYt4xPZ_I/AAAAAAAAAA8/4CWVmqNoPBo/s200/WSUS2.jpg" border="0" /></a><span style="font-family:arial;">Apparently, a category for a product was renamed cuasing it to introduce restricted characters in the form of double-quotes in the backend database (the product category happened to be codenamed <strong><span style="font-size:85%;">Nitrogen</span></strong>). </span></p>
<div><img decoding="async" alt="" src="http://bp2.blogger.com/_gUXglSRIBgM/RzlZeIxPaAI/AAAAAAAAABE/Y2ZTmIceUIc/s200/WSUS2a.jpg" border="0" /> </p>
<div><span style="font-family:arial;"></span></div>
<div><span style="font-family:arial;">This has caused the application to throw an error, thus, making the WSUS Administration Console inaccessible (see this <a href="http://blogs.technet.com/wsus/archive/2007/11/13/unexpected-ui-errors-in-wsus.aspx">Microsoft WSUS blog entry</a> for more details). A workaround has been provided by the WSUS Team that deals with this problem but has something to do with updating or modifying some records in the <strong><span style="font-size:85%;">SUSDB</span></strong> database.  Here&#8217;s my version of one of those SQL scripts which you need to run from your command-line</span></div>
<div><span style="font-family:Arial;"></span> </div>
<div><strong><span style="font-size:85%;">osql.exe –SWSUS –E –Q”USE SUSDB; BEGIN TRAN; EXEC dbo.spStartCatalogSync; COMMIT TRAN”</span></strong></div>
<div><strong><span style="font-size:85%;"></span></strong> </div>
<div><span style="font-size:85%;"><span style="font-family:arial;font-size:100%;">Make sure to replace <strong><span style="font-size:85%;"></span></strong> with your server hostname before running this script.  Another version of the workaround can be found from the <a href="http://isc.sans.org/diary.html?storyid=3637">SANS Internet Storm Center website</a></span></span></div>
<div><span style="font-family:Arial;"></span> </div>
<div><span style="font-family:lucida grande;font-size:85%;"><strong>OSQL -S WSUS -E</strong></span></div>
<div><span style="font-family:lucida grande;font-size:85%;"><strong>1&gt; USE SUSDB</strong></span></div>
<div><span style="font-family:lucida grande;font-size:85%;"><strong>2&gt; GO</strong></span></div>
<div><span style="font-family:lucida grande;font-size:85%;"><strong>1&gt; Update tbPrecomputedCategoryLocalizedProperty Set Title = Replace(Title, &#8216;&#8221;&#8216;, &#8221;) Where Title like &#8216;%&#8221;%&#8217;</strong></span></div>
<div><span style="font-family:lucida grande;font-size:85%;"><strong>2&gt; GO </strong></span></div>
<div><span style="font-family:lucida grande;font-size:85%;"><strong>1&gt; Update tbPreComputedLocalizedProperty Set Title = Replace(Title, &#8216;&#8221;&#8216;, &#8221;) Where Title like &#8216;%&#8221;%&#8217;</strong></span></div>
<div><span style="font-family:lucida grande;font-size:85%;"><strong>2&gt;GO</strong></span></div>
<div><span style="font-family:lucida grande;font-size:85%;"><strong>1&gt;QUIT</strong></span></div>
<div><strong><span style="font-size:85%;"></span></strong> </div>
<div><span style="font-family:arial;">One thing to highlight here for those who are not comfortable with Transact-SQL is that we are trying to update the <strong><span style="font-size:85%;">Title</span></strong> field of the <strong><span style="font-size:85%;">tbPrecomputedCategoryLocalizedProperty</span></strong> and <strong><span style="font-size:85%;">tbPrecomputedLocalizedProperty</span></strong> tables and replacing the double-quotes with single-quotes using the <strong><span style="font-size:85%;">Replace</span></strong> function.</span></div>
<div><span style="font-family:Arial;"></span> </div>
<div><span style="font-family:Arial;">What I don&#8217;t understand is why Microsoft tried push the update for public consumption if it&#8217;s still in Beta (try reading the description of the product to find out) although they did promise that it was pulled out of their servers.  I&#8217;m still keeping my fingers crossed </span></div>
</div>
</div>
<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/92377218009570869-1447081376826890327?l=bassplayerdoc.blogspot.com' alt='' /></div>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/what-happened-to-my-wsus-2-0-november-12-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">51</post-id>	</item>
	</channel>
</rss>