<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.sharepointblogs.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">wsspectacular</title><subtitle type="html" /><id>http://www.sharepointblogs.com/wsspectacular/atom.aspx</id><link rel="alternate" type="text/html" href="http://www.sharepointblogs.com/wsspectacular/default.aspx" /><link rel="self" type="application/atom+xml" href="http://www.sharepointblogs.com/wsspectacular/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20611.960">Community Server</generator><updated>2008-01-10T13:20:00Z</updated><entry><title>DBA script: how to quickly assess all of your SQL instances</title><link rel="alternate" type="text/html" href="http://www.sharepointblogs.com/wsspectacular/archive/2008/05/16/dba-script-how-to-quickly-assess-all-of-your-sql-instances.aspx" /><id>http://www.sharepointblogs.com/wsspectacular/archive/2008/05/16/dba-script-how-to-quickly-assess-all-of-your-sql-instances.aspx</id><published>2008-05-16T20:35:00Z</published><updated>2008-05-16T20:35:00Z</updated><content type="html">&lt;p&gt;&lt;font face="arial,helvetica,sans-serif" size="3"&gt;Hi All,&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="arial,helvetica,sans-serif" size="3"&gt;I&amp;#39;m sure most of you who play with SharePoint also wear the DBA hat from time to time (or the other way around).&amp;nbsp; I have been working with a customer who has hundreds of instances scattered across the enterprise.&amp;nbsp; This script customized to answer several questions, but mainly to report on the patching level of each instance.&amp;nbsp; Note that this is not a discovery tool; you have to know the instance names ahead of time, and have to have access to them.&amp;nbsp;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="arial,helvetica,sans-serif" size="3"&gt;Anyway, I find it comes in handy when you have lots of instances to manage.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;font face="arial,helvetica,sans-serif" size="3"&gt;SQL Server Auditing Tool&lt;/font&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;font size="3"&gt;This is a custom VBScript I developed to quickly audit a number of SQL Server instances at once.&amp;nbsp; The script uses SQL DMO libraries to connect to SQL 2000 and 2005 instances on the network, using Windows authentication to connect and gather properties of each instance to include:&lt;br /&gt;&lt;span style="FONT-SIZE:12pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="FONT-SIZE:12pt;"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;Instances:&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="FONT-SIZE:12pt;"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;Name and SQL version (also indicating service pack)&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;span style="FONT-SIZE:12pt;"&gt;When the instance was installed&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Courier New&amp;#39;;"&gt;&lt;span style="mso-list:Ignore;"&gt;o&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font size="3"&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;"&gt;The version and service pack of the Windows OS&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;span style="FONT-SIZE:12pt;"&gt;Databases:&lt;/span&gt;&lt;font size="3"&gt; &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font face="arial,helvetica,sans-serif" size="3"&gt;Name, file location, file size&lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font face="arial,helvetica,sans-serif" size="3"&gt;Tally of disk space consumed by all databases in instance&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;font size="3"&gt;&amp;nbsp; &lt;/font&gt;&lt;/font&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="arial,helvetica,sans-serif" size="3"&gt;Paste the following code into a text file and save it as &lt;b&gt;DBChecker.VBS&lt;/b&gt;.&amp;nbsp; You can then call it from a command line using CSCRIPT.&amp;nbsp; Don’t just double-click on the VBS file because it will output the results in a series of Windows popups, which is annoying as hell.&lt;/font&gt;&lt;/p&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;font size="3"&gt;&amp;nbsp; &lt;/font&gt;&lt;/font&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;font size="3"&gt;You can “pipe” the output to a text file, e.g. &lt;b&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;CSCRIPT &lt;span style="COLOR:red;"&gt;DBChecker.vbs&lt;/span&gt; &lt;span style="COLOR:#0070c0;"&gt;sql01\sharepoint sql01\tigerpaw sql01\tigerpawtest &lt;/span&gt;&amp;gt; &lt;span style="COLOR:#7030a0;"&gt;dbcheck.txt&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="arial,helvetica,sans-serif" size="3"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="arial,helvetica,sans-serif" size="3"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="arial,helvetica,sans-serif" size="3"&gt;You can then paste the comma-delimited text into word and convert it to a table for reporting.&amp;nbsp; Or you can open the txt file in Excel.&amp;nbsp; &lt;/font&gt;&lt;/p&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;font size="3"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;font size="3"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;To run, this script requires a local instance of SQL Server or MSDE.&amp;nbsp;&amp;nbsp;It uses those libraries to instantiate.&amp;nbsp; If you have SQL 2000/MSDE, it will only connect to other SQL 2000 instances.&amp;nbsp; &amp;nbsp;If you want to connect to SQL 2005 instances, you have to have SQL 2005 (which can connect to both SQL 2000 and 2005 instances).&lt;/font&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/font&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;/font&gt;&lt;font face="courier new,courier"&gt;&lt;font color="#009900"&gt;&lt;span style="COLOR:#00b050;"&gt;&lt;strong&gt;&amp;#39; Script name: DBChecker.VBS&lt;br /&gt;&amp;#39; -- SQL Server auditing script&lt;br /&gt;&amp;#39; -- Version 1.3a Written 5-16-08 by Greg Burns&lt;/strong&gt;&lt;br /&gt;&amp;#39;&lt;br /&gt;&amp;#39; Description:&lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This script enumerates all databases in a SQL server instance,&lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; then calculates the size of each database, and displays the &lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; path to the database files on disk.&amp;nbsp; The Version of each instance is &lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; also displayed.&lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can specify a&lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; space-delimited list of SQL Server instances and the script will&lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; process all of them in sequence.&amp;nbsp; &lt;br /&gt;&amp;#39;&lt;br /&gt;&amp;#39; Usage: CSCRIPT VBSIZE.VBS [&amp;lt;instancename&amp;gt;] [&amp;lt;instancename&amp;gt;] [&amp;lt;...n&amp;gt;]&lt;br /&gt;&amp;#39; Notes: &lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. Instance name uses the following syntax: HOSTNAME\INSTANCENAME&lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. To capture output to text file, use the redirect,&lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.g. &amp;quot;CSCRIPT DBChecker.VBS myserver\myinstance &amp;gt; dbcheck.txt&lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3. Leave &amp;lt;instancename&amp;gt; blank to assess only the default SQL instance.&lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4. This version of DBChecker uses Windows Authentication (SSPI) to &lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connect to the SQL instance.&amp;nbsp; If you attempt to &lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connect to a SQL instance or DB for which you do not have&lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; login access, the script will abort with an &lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#39;unspecified error.&amp;#39;&lt;/span&gt; &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;span style="COLOR:#00b050;"&gt;&lt;font face="courier new,courier" color="#000000"&gt;wscript.echo &amp;quot;Database Size and Location Reporter&amp;quot;&lt;br /&gt;wscript.echo &amp;quot;&amp;nbsp; Size = Total Size of Data File + Transaction Log of DB.&amp;quot;&lt;br /&gt;wscript.echo &amp;quot;-------------------------------------------------&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#00b050;"&gt;&lt;font face="courier new,courier" color="#000000"&gt;&lt;font color="#009900"&gt;&amp;#39;Configure array based on command line arguments&lt;br /&gt;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If no arguments, assume local hostname&lt;/font&gt;&lt;br /&gt;If Wscript.Arguments.Count = 0 Then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arrComputers = Array(&amp;quot;.&amp;quot;)&lt;br /&gt;Else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim arrComputers()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For i = 0 to Wscript.Arguments.Count - 1&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Redim Preserve arrComputers(i)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arrComputers(i) = Wscript.Arguments(i)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Next&lt;br /&gt;End If&lt;br /&gt;&amp;nbsp;&lt;br /&gt;For Each strComputer in arrComputers&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#00b050;"&gt;&lt;font face="courier new,courier" color="#000000"&gt;&lt;font color="#009900"&gt;&amp;#39;Connect to instance:&lt;/font&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strDBServerName = strComputer &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set objSQLServer = CreateObject(&amp;quot;SQLDMO.SQLServer&amp;quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSQLServer.LoginSecure = True&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSQLServer.Connect strDBServerName&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#00b050;"&gt;&lt;font face="courier new,courier" color="#000000"&gt;&lt;font color="#009900"&gt;&amp;#39;Instance information&lt;/font&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wscript.echo &amp;quot;SQL Instance: &amp;quot; &amp;amp; strDBServerName&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wscript.echo &amp;quot;Version: &amp;quot; &amp;amp; objSQLServer.VersionString&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wscript.echo &amp;quot;Number of databases: &amp;quot; &amp;amp; objSQLServer.Databases.count&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#00b050;"&gt;&lt;font face="courier new,courier" color="#000000"&gt;&lt;font color="#009900"&gt;&amp;#39;Table header&lt;/font&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wscript.echo &amp;quot;Database, Size (MB), Path&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#00b050;"&gt;&lt;font face="courier new,courier" color="#000000"&gt;&lt;font color="#009900"&gt;&amp;#39;Iterate through all Databases in instance&lt;br /&gt;&lt;/font&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for i = 1 to objSQLServer.Databases.count&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#00b050;"&gt;&lt;font face="courier new,courier" color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set objDB = objSQLServer.Databases(i)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; intSize = objDB.Size&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; intTotalSize = cdbl(intTotalSize) + cdbl(intSize)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strDBName = objDB.Name&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WScript.Echo strDBName &amp;amp; &amp;quot;, &amp;quot; &amp;amp; intSize &amp;amp; &amp;quot;, &amp;quot; &amp;amp; objDB.PrimaryFilePath&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#00b050;"&gt;&lt;font face="courier new,courier" color="#000000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; next&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#00b050;"&gt;&lt;font face="courier new,courier" color="#000000"&gt;&lt;font color="#009900"&gt;&amp;#39;Post total size of all databases in instance&lt;/font&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wscript.echo &amp;quot;&amp;nbsp;&amp;nbsp; Total: ,&amp;quot; &amp;amp; intTotalSize &amp;amp; &amp;quot;,&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wscript.echo &amp;quot;-------------------------------------------------&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#00b050;"&gt;&lt;font face="courier new,courier" color="#000000"&gt;intSize = 0&lt;br /&gt;intTotalSize = 0&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#00b050;"&gt;&lt;font face="courier new,courier" color="#000000"&gt;&lt;font color="#009900"&gt;&amp;#39;Next Instance&lt;/font&gt;&lt;br /&gt;Next&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="COLOR:#00b050;"&gt;&lt;font size="3"&gt;&lt;font color="#000000"&gt;&lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font face="courier new,courier"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=16565" width="1" height="1"&gt;</content><author><name>moffitar</name><uri>http://www.sharepointblogs.com/members/moffitar.aspx</uri></author><category term="SQL Server 2005" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/SQL+Server+2005/default.aspx" /><category term="SQL Server 2000" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/SQL+Server+2000/default.aspx" /><category term="VBScript" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/VBScript/default.aspx" /><category term="DBA" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/DBA/default.aspx" /><category term="SQLDMO" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/SQLDMO/default.aspx" /></entry><entry><title>Connecting Visual Studio 2005 to Team Foundation Server 2008</title><link rel="alternate" type="text/html" href="http://www.sharepointblogs.com/wsspectacular/archive/2008/05/14/connecting-visual-studio-2005-to-team-foundation-server-2008.aspx" /><id>http://www.sharepointblogs.com/wsspectacular/archive/2008/05/14/connecting-visual-studio-2005-to-team-foundation-server-2008.aspx</id><published>2008-05-14T18:43:00Z</published><updated>2008-05-14T18:43:00Z</updated><content type="html">&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I had a heck of a time finding all the information I needed to complete this task, so I thought I&amp;#39;d put it all together in one place, in case any of you are ever tasked (like I was) to implement TFS 2008.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;I’ve figured out how to get Visual Studio 2005 Professional to connect to and create Team Projects on Team Foundation Server 2008.&amp;nbsp; There are a few patches to install, but it works!&lt;/p&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p style="MARGIN-TOP:0px;MARGIN-BOTTOM:0px;VERTICAL-ALIGN:middle;"&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri;"&gt;1.&amp;nbsp;&amp;nbsp; Install &lt;/span&gt;&lt;a href="http://download.microsoft.com/download/2/a/d/2ad44873-8ccb-4a1b-9c0d-23224b3ba34c/VSTFClient.img"&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri;"&gt;Team Explorer 2005&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div style="MARGIN-TOP:0px;MARGIN-BOTTOM:0px;VERTICAL-ALIGN:middle;"&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri;"&gt;This adds the basic functionality of the Team Explorer to the vs 2005 environment.&amp;nbsp; You get the ability to open and create Team Projects.&amp;nbsp; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div style="MARGIN-TOP:0px;MARGIN-BOTTOM:0px;VERTICAL-ALIGN:middle;"&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri;"&gt;However, attempting to create a Team Project on a TFS 2008 server, you get the following error:&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p style="MARGIN-TOP:0px;MARGIN-BOTTOM:0px;VERTICAL-ALIGN:middle;"&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri;"&gt;&amp;nbsp;&lt;img title="TFS Error" style="WIDTH:684px;HEIGHT:550px;" height="550" alt="TFS Error" src="http://i275.photobucket.com/albums/jj290/moffitar/TFSerror.png" width="684" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN-TOP:0px;MARGIN-BOTTOM:0px;VERTICAL-ALIGN:middle;"&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p style="MARGIN-TOP:0px;MARGIN-BOTTOM:0px;VERTICAL-ALIGN:middle;"&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri;"&gt;&lt;/span&gt;This is due to the fact that &lt;a href="http://blogs.msdn.com/bharry/archive/2007/08/14/tf30162-task-sharepointportal-from-group-portal-failed.aspx"&gt;you’re trying to create a workspace on a WSS 3.0 site instead of a WSS 2.0 site&lt;/a&gt;.&amp;nbsp; There is a &lt;a href="https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=7214&amp;amp;wa=wsignin1.0"&gt;patch&lt;/a&gt; available. But in order to install the patch, you have to re-apply Visual Studio 2005 SP1.&lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;
&lt;p style="FONT-SIZE:11pt;MARGIN:0in;FONT-FAMILY:Calibri;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p style="MARGIN-TOP:0px;MARGIN-BOTTOM:0px;VERTICAL-ALIGN:middle;"&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri;"&gt;2.&amp;nbsp;&amp;nbsp; Install (or re-apply) &lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/vstudio/bb265237.aspx"&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri;"&gt;Visual Studio 2005 SP1&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li style="MARGIN-TOP:0px;MARGIN-BOTTOM:0px;VERTICAL-ALIGN:middle;"&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri;"&gt;Note: there are two components to the service pack, which will run separately.&amp;nbsp; The first is the general VS 2005 update.&amp;nbsp; Then a second wizard runs to update the Team Explorer.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p style="MARGIN-TOP:0px;MARGIN-BOTTOM:0px;VERTICAL-ALIGN:middle;"&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri;"&gt;3.&amp;nbsp;&amp;nbsp; Install hotfix &lt;/span&gt;&lt;a href="https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=7214&amp;amp;wa=wsignin1.0"&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri;"&gt;VS80sp1-KB932544-X86-ENU.exe&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div style="MARGIN-TOP:0px;MARGIN-BOTTOM:0px;VERTICAL-ALIGN:middle;"&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:Calibri;"&gt;This will configure the Team Explorer to properly create projects on TFS 2008 sites.&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=16479" width="1" height="1"&gt;</content><author><name>moffitar</name><uri>http://www.sharepointblogs.com/members/moffitar.aspx</uri></author><category term="Team Foundation Server" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/Team+Foundation+Server/default.aspx" /><category term="TF30170" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/TF30170/default.aspx" /><category term="team explorer" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/team+explorer/default.aspx" /><category term="TF30177" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/TF30177/default.aspx" /><category term="Visual Studio" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/Visual+Studio/default.aspx" /></entry><entry><title>When Datasheets go bad</title><link rel="alternate" type="text/html" href="http://www.sharepointblogs.com/wsspectacular/archive/2008/04/14/when-datasheets-go-bad.aspx" /><id>http://www.sharepointblogs.com/wsspectacular/archive/2008/04/14/when-datasheets-go-bad.aspx</id><published>2008-04-14T15:27:00Z</published><updated>2008-04-14T15:27:00Z</updated><content type="html">&lt;p&gt;I had deployed WSS at a customer site, and they were really enjoying it, making particular use of the Datasheet view of lists, which they used as a sort of shared spreadsheet.&amp;nbsp; Then, suddenly, one day it stopped working everywhere, on every machine.&amp;nbsp; What would happen when you tried to view any list in Datasheet view is a quick redirect to Standard View, with a message at the bottom that said: &lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;quot;The list cannot be displayed in Datasheet for one or more of the following reasons: A datasheet component compatible with Windows SharePoint Services is not installed, your browser does not support Active X controls, or support for ActiveX controls is disabled&amp;nbsp; in &lt;/em&gt;&lt;a href="http://%3cwebsite/"&gt;&lt;em&gt;http://&amp;lt;website&lt;/em&gt;&lt;/a&gt;&lt;em&gt;&amp;gt;.&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I Googled and researched and experimented but did not find any answers to my problems.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Here are the salient details:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;The server hosting WSS is a domain controller, and no office components are installed on it.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;The workstations are all running Office 2003 Standard (Excel and Word, no MS Access)&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Shortly before this happened, I had attempted to create a GPO to add the&amp;nbsp;WSS site to all&amp;nbsp;users&amp;#39; Trusted Sites,so they wouldn&amp;#39;t be nagged for a login.&amp;nbsp; I don&amp;#39;t think it&amp;nbsp;worked correctly.&amp;nbsp; I am mentioning this not becaause I now think it caused the problem, but because I chased it for so long as a possible culprit.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;This issue&amp;nbsp;appears to have begun&amp;nbsp;affecting all workstations at the same time.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;No error appears in any event log or WSS log.&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;I opened a Microsoft case on it, and they isolated the problem to the client, and not the server (as I had assumed).&amp;nbsp;&amp;nbsp;I had been leaning toward the server as the source of&amp;nbsp;the problem;&amp;nbsp;how else could it have&amp;nbsp;affected all workstations at once?&amp;nbsp; But it turns out that the Datasheet view uses a library called STSLIST.DLL, which is actually a Microsoft Access component for SharePoint (and not Excel, as I had thought).&amp;nbsp; But you shouldn&amp;#39;t need MS Access to be able to use STSLIST.&amp;nbsp; They&amp;nbsp;had me try a bunch of different fixes, including:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;Repairing/reinstalling Office 2003.&amp;nbsp;No joy.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Installing/Re-applying Office 2003 SP2 (no joy)&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Downloading and registering a new version of STSLIST.DLL (11.0.8200.0), no joy.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Installing or upgrading to Office 2007, any edition: SUCCESS.&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Yes, installing Office 2007 solved the problem on any workstation we put it on.&amp;nbsp; However, the customer balked at being forced to upgrade all her workstations, since Office 2007 is expensive.&amp;nbsp; WSS should not &lt;em&gt;require&lt;/em&gt; Office 2007.&amp;nbsp; Remember &lt;a class="" title="Good, Better, Best" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e0d05a69-f67b-4d37-961e-2db3c4065cb9&amp;amp;displaylang=en" target="_blank"&gt;Good, Better, Best&lt;/a&gt;?&amp;nbsp; There ought to be a way to make it work with Office 2003, like it was working originally.&amp;nbsp; Microsoft agreed.&amp;nbsp; But since we had a viable (albeit expensive) solution, and the fact that the lists &lt;em&gt;could&lt;/em&gt; be edited in Standard View, the case was deprioritized to &amp;quot;pure research&amp;quot;.&lt;/p&gt;
&lt;p&gt;Finally, the MS engineer got back to me and said he had seen this problem occurring at several other sites, and that it was now a known issue.&amp;nbsp; They have apparently come up with a fix for this, in the form of a public hotfix, which you can download here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;949670"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;949670&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The KB article does not mention my specific problem but the MS engineer said what was happening is that, when Office 2003 and 2007 components are installed side by side on the same workstation,&amp;nbsp;the WSS libraries were pointing to the wrong Office libraries.&amp;nbsp; So this fix is supposed to take care of it.&lt;/p&gt;
&lt;p&gt;I have not had the time to test this out, but I thought I&amp;#39;d post it here anyway in case some of you were seeing the same issue elsewhere.&amp;nbsp; I&amp;#39;ll know by the end of the week if this is the answer to my problems.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=15323" width="1" height="1"&gt;</content><author><name>moffitar</name><uri>http://www.sharepointblogs.com/members/moffitar.aspx</uri></author><category term="WSS 3.0" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/WSS+3.0/default.aspx" /><category term="Office 2007" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/Office+2007/default.aspx" /><category term="stslist.dll" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/stslist.dll/default.aspx" /><category term="datasheet" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/datasheet/default.aspx" /><category term="Office 2003" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/Office+2003/default.aspx" /></entry><entry><title>Jonas Salk and InfoPath 2007</title><link rel="alternate" type="text/html" href="http://www.sharepointblogs.com/wsspectacular/archive/2008/04/07/jonas-salk-and-infopath-2007.aspx" /><id>http://www.sharepointblogs.com/wsspectacular/archive/2008/04/07/jonas-salk-and-infopath-2007.aspx</id><published>2008-04-07T18:17:00Z</published><updated>2008-04-07T18:17:00Z</updated><content type="html">&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Hi folks,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;I&amp;#39;m lucky enough to work at a company that rewards innovation&amp;nbsp;and independant thought.&amp;nbsp;&amp;nbsp;For my annual performance evaluation, I was handed a six-page &amp;quot;self-evaluation&amp;quot; form.&amp;nbsp; It was actually a Word 2003 document intended to be printed out and thrown in a file cabinet, but that&amp;#39;s so... twentieth century, don&amp;#39;t you think?&amp;nbsp; I&amp;nbsp;couldn&amp;#39;t help myself.&amp;nbsp; I took the form and converted it to an&amp;nbsp;InfoPath 2007 form and submitted it via email to my boss.&amp;nbsp; He was impressed.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Some of the improvements I made:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Each question is its own &amp;quot;section&amp;quot;, which can be added or removed from the form to create customized evaluations.&amp;nbsp; For example, I am a developer, but for non-developers, you could&amp;nbsp;omit the&amp;nbsp;&amp;quot;Adheres to company coding standards&amp;quot; section.&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;I assigned a point-value to each response.&amp;nbsp; There are three possible &amp;quot;scores&amp;quot; per question: &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Below Satisfactory (1 point)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Satisfactory (2 points)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Above Satisfactory (3 points).&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;Depending on the response, I used conditional formatting to adjust the shading of each section based on the numeric value of&amp;nbsp;each response:&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;1 = Light Pink&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;2 = White&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;3 = Light Green&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;By default, this shading is not displayed when the form is printed, which results in a cleaner hard copy.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;The evaluation form was split up into three groups: Company-Wide issues, Job-Specific Tasks, and Self-Improvement.&amp;nbsp; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;The first two sections are where the scoring is done.&amp;nbsp; Each of these sections tallies up their subtotals and compares it to the Low, Average, and High scores possible.&amp;nbsp; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;The last section adds up the aggregate score.&amp;nbsp; Managers can use these scores to determine how the employee&amp;#39;s strengths and weaknesses balance out.&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;I was going to try to implement a graph to give a visual representation of all this, but there is no built-in charting functionality in InfoPath.&amp;nbsp; I thought I might experiment by dropping in an Excel charting object, but I didn&amp;#39;t have time to figure it out. I wanted to finish this within a day.&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;The cool thing about InfoPath is that, when you post it to a SharePoint document library,&amp;nbsp;your data fields can be &amp;quot;promoted&amp;quot; to appear in the list, and views can be created based on these values.&amp;nbsp; So now the managers can organize employees by their various scores and drill down into the details.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Anyway,&amp;nbsp;each of the questions has a field&amp;nbsp;for &amp;quot;comments&amp;quot;, for which I used a rich-text field.&amp;nbsp; As a lark, for one question I put the answer below, more to test the formatting functionality than anything else.&amp;nbsp; Although wordy, I felt it answered the question, so I left it. &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&amp;nbsp;----------------------------------------------------------------------------------&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;strong&gt;&lt;u&gt;Voluntary outside learning&lt;br /&gt;&lt;/u&gt;&lt;/strong&gt;&lt;em&gt;Definition of this benchmark:&amp;nbsp; Takes time outside of work to keep up on developments in the IT business.&amp;nbsp; Magazine subscriptions, reading, web sites etc are sources for this learning.&lt;/em&gt;&lt;br /&gt;&lt;strong&gt;Employee Performance Level:&lt;/strong&gt; Above&amp;nbsp;Satisfactory&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;strong&gt;Comment:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Jonas Salk, who invented the cure for polio, once said &lt;em&gt;&amp;quot;the greatest reward for a job well done is the opportunity to do more work.&amp;quot;&lt;/em&gt;&amp;nbsp; It speaks volumes about the man, not to mention his work ethic.&amp;nbsp; When I was younger, I never really identified with that sentiment.&amp;nbsp; Work was simply something to be endured and gotten over with, so you could spend your energy on something fun.&amp;nbsp; It wasn&amp;#39;t until I began working with computers that these words suddenly rang true to me.&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;With computers, each problem becomes a riddle to be solved, but it is a problem that allows you to take it apart and analyze by pure deductive reasoning.&amp;nbsp; Computers reward insight and attention to detail; it makes those who excel in this field truly mystical and mysterious to the rest of the computing public.&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;I suppose the key to finding satisfaction in your work is never feeling like you are &amp;quot;done&amp;quot;.&amp;nbsp;&amp;nbsp;Each morning I get up and actually look forward to the day.&amp;nbsp; I study and research and evaluate technology on my own time, not for the mundane pursuit of certification or accolade.&amp;nbsp; &lt;em&gt;&lt;b&gt;&lt;span style="FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;I study it to know it better.&lt;/span&gt;&lt;/b&gt;&lt;/em&gt;&amp;nbsp; Even now, after all these years of working in IT, I don&amp;#39;t feel &amp;quot;done&amp;quot;.&amp;nbsp; I feel frankly unqualified, behind the curve, inadequate… but people do seem to be happy with my work.&amp;nbsp; &lt;/span&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Very early in my career I had the mistaken notion that my employer and coworkers expected me to know &lt;em&gt;&lt;b&gt;&lt;span style="FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;everything&lt;/span&gt;&lt;/b&gt;&lt;/em&gt;.&amp;nbsp; When asked a question or handed a task, I felt I was supposed to already know the answer, simply by merit of being &amp;quot;the computer guy&amp;quot;.&amp;nbsp; I was irrationally hard on myself, and this didn&amp;#39;t serve me well because these raised expectations went unfulfilled and lost me a job.&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;It was a painful lesson, but I lost my fear of saying &amp;quot;I don&amp;#39;t know&amp;quot; when asked a question.&amp;nbsp; I learned to give my answers in percentages and estimates.&amp;nbsp; I use the word &amp;quot;might&amp;quot; a lot.&amp;nbsp; And I never stop studying.&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt; 
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;Jonas Salk had it right.&amp;nbsp; Doing what you enjoy isn&amp;#39;t work.&amp;nbsp; It is a labor of love.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&amp;nbsp;----------------------------------------------------------------------------------&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:10pt;BACKGROUND:white;COLOR:black;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;It was a pretty good performance review.&amp;nbsp; They gave me a raise.&lt;/span&gt;&lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=15004" width="1" height="1"&gt;</content><author><name>moffitar</name><uri>http://www.sharepointblogs.com/members/moffitar.aspx</uri></author><category term="InfoPath" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/InfoPath/default.aspx" /><category term="lists" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/lists/default.aspx" /><category term="view" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/view/default.aspx" /><category term="sharepoint" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/sharepoint/default.aspx" /></entry><entry><title>SharePoint Backups Won't Start</title><link rel="alternate" type="text/html" href="http://www.sharepointblogs.com/wsspectacular/archive/2008/03/20/sharepoint-backups-won-t-start.aspx" /><id>http://www.sharepointblogs.com/wsspectacular/archive/2008/03/20/sharepoint-backups-won-t-start.aspx</id><published>2008-03-20T16:40:00Z</published><updated>2008-03-20T16:40:00Z</updated><content type="html">&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;Hi All,&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri"&gt;&lt;font size="3"&gt;I ran across this problem at more than one site.&amp;nbsp; When you go into &lt;b&gt;Central Administration&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY:Wingdings;"&gt;à&lt;/span&gt;&lt;font face="Calibri"&gt;Operations&lt;/font&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="FONT-FAMILY:Wingdings;"&gt;à&lt;/span&gt;&lt;font face="Calibri"&gt;Backup and Restore&amp;nbsp; &lt;/font&gt;&lt;/b&gt;&lt;font face="Calibri"&gt;and attempt to queue a SharePoint backup, it appears to simply sit there without ever starting.&amp;nbsp; The status message reads “Status: Preparing current backup/restore job. If the backup/restore job does not begin after five minutes, make sure that the SharePoint Timer Service is running.”&amp;nbsp; &lt;span style="COLOR:#1f497d;"&gt;Normally&lt;/span&gt; the job starts within seconds, but now it never begins.&amp;nbsp; If you click “Timer Job Definitions” you see that there is an object named “Backup/Restore”, but if you go to Timer Job Status, you see that it is not running.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;Clicking “Refresh” is about as effective as repeatedly pushing the elevator call button to make it hurry up.&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;No errors or messages appear in the event logs.&amp;nbsp; This is unusual because SharePoint is very prolific in its errors when something is wrong.&amp;nbsp; Even delving into the SharePoint logs at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\LOGS\ bears little useful information.&amp;nbsp; &lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;I’ve seen this both on MOSS and WSS servers.&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;Well, I did a little digging and I found someone else who is having the same problem.&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;a href="http://www.eggheadcafe.com/software/aspnet/29497541/wss-30-backup-problems.aspx"&gt;&lt;font face="Calibri" color="#0000ff" size="3"&gt;http://www.eggheadcafe.com/software/aspnet/29497541/wss-30-backup-problems.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;It appears that the recent Daylight Savings Time patch (or the subsequent clock change) has screwed something up in the SharePoint timer.&amp;nbsp; What’s going on it that the job is starting very, very late.&amp;nbsp; Furthermore, once it starts, it apparently takes a longer time to finish.&amp;nbsp; A couple of people reported that when they modified the DST clock settings on the server hosting their WSS sites so that it would not “Automatically adjust clock for Daylight Savings Time”, the problem vanished.&amp;nbsp; &lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;I haven’t been able to verify this, since I am currently at a site where the WSS implementation is sitting on a domain controller.&amp;nbsp; Rolling the clock back on a DC isn’t a smart move.&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;Have any of you seen this issue?&lt;/font&gt;&lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=14336" width="1" height="1"&gt;</content><author><name>moffitar</name><uri>http://www.sharepointblogs.com/members/moffitar.aspx</uri></author><category term="MOSS" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/MOSS/default.aspx" /><category term="WSS 3.0" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/WSS+3.0/default.aspx" /><category term="SharePoint Timer" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/SharePoint+Timer/default.aspx" /><category term="backup" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/backup/default.aspx" /><category term="dst" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/dst/default.aspx" /></entry><entry><title>What to do When User Profiles Don't Have Email Addresses</title><link rel="alternate" type="text/html" href="http://www.sharepointblogs.com/wsspectacular/archive/2008/02/28/what-to-do-when-user-profiles-don-t-have-email-addresses.aspx" /><id>http://www.sharepointblogs.com/wsspectacular/archive/2008/02/28/what-to-do-when-user-profiles-don-t-have-email-addresses.aspx</id><published>2008-02-29T06:58:00Z</published><updated>2008-02-29T06:58:00Z</updated><content type="html">&lt;p&gt;&lt;em&gt;Today, at a customer site, I addressed a problem that annoyed users more than usual.&amp;nbsp; It seems that they can&amp;#39;t sign up for alerts or assign each other tasks, and they get an error screen that offers to fix the&amp;nbsp;problem, but leads to a dead end.&amp;nbsp;&amp;nbsp;I evaluated it, and created this write-up:&lt;/em&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Among the many pieces of information collected and presented by SharePoint, some of this information comes directly out of Active Directory.&amp;nbsp; AD was always intended to be a &lt;em&gt;directory&lt;/em&gt; first, a central repository for information about users, phone numbers, email, etc. I’ve seen phone systems that tap directly into AD, for example.&amp;nbsp; But most places I’ve been, AD is simply treated as a place to store user accounts, and much of the information on each account is left blank.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;SharePoint’s strength (or weakness, if you’re a cynic) is that is depends on AD for certain pieces of information.&amp;nbsp; MOSS periodically queries AD and updates all user profiles with this information, such as who works for whom, phone numbers, department information, and email addresses.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;strong&gt;&lt;u&gt;Problem:&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;It’s this last piece of information that, when missing, breaks some functionality in SharePoint.&amp;nbsp; In order for people to be able to sign up for alerts (e.g. to be notified when a document is changed, an item is added to a list, or status changes on a task), or be assigned tasks, or a multitude of other collaborative processes, &lt;strong&gt;the email address field must be populated in AD.&lt;/strong&gt;&amp;nbsp; Otherwise, they get an error like this:&lt;/p&gt;
&lt;p&gt;&lt;img title="MOSS missing email error" style="WIDTH:440px;HEIGHT:211px;" height="211" alt="MOSS missing email error" src="http://i275.photobucket.com/albums/jj290/moffitar/moss_email_error_1.jpg" width="440" /&gt;&lt;/p&gt;
&lt;p&gt;And if they click the friendly link to set their email address, they get this (sorry for all the redaction):&lt;/p&gt;
&lt;p&gt;&lt;img title="Unhelpful edit email page" style="WIDTH:593px;HEIGHT:171px;" height="171" alt="Unhelpful edit email page" src="http://i275.photobucket.com/albums/jj290/moffitar/moss_fixemail_screen_1.jpg" width="593" /&gt;&lt;/p&gt;
&lt;p&gt;…which is to say, a completely useless page where they can’t change anything.&lt;/p&gt;
&lt;p&gt;Snickering about Microsoft aside, this is an intentional design.&amp;nbsp; SharePoint is supposed to pull this property from the user’s AD account, and even if I set the field to allow users to edit their email, it would be overwritten by default every time the AD query was run.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Sharepoint has extensive property mapping, and the “Work E-mail” field is mapped to the AD “mail” property, which is editable on the “General” tab of the user’s AD account:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img title="AD General Properties" style="WIDTH:403px;HEIGHT:482px;" height="482" alt="AD General Properties" src="http://i275.photobucket.com/albums/jj290/moffitar/moss_ad_general_1.jpg" width="403" /&gt;&lt;/p&gt;
&lt;p&gt;You can see that even though I can bring up my non-administrator&amp;nbsp;account, I can&amp;#39;t edit most of the properties.&amp;nbsp;&amp;nbsp; It has to be done by someone with elevated permissions.&lt;/p&gt;
&lt;p&gt;There are a lot of other pieces of information that SharePoint can use that are typically left blank, as well:&lt;/p&gt;
&lt;p&gt;&lt;img title="AD Phone Page" style="WIDTH:402px;HEIGHT:479px;" height="479" alt="AD Phone Page" src="http://i275.photobucket.com/albums/jj290/moffitar/moss_ad_phone_1.jpg" width="402" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img title="AD Telephone Page" style="WIDTH:403px;HEIGHT:485px;" height="485" alt="AD Telephone Page" src="http://i275.photobucket.com/albums/jj290/moffitar/moss_ad_org_1.jpg" width="403" /&gt;&lt;/p&gt;
&lt;p&gt;The Organization tab is used to bring a neat feature into SharePoint: it will use this information to create a mini-org chart on each user’s profile, so you can see a user’s supervisor(s) and peers at a glance.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;So at this site, where there are a large number of users and administrators typically didn&amp;#39;t bother to fill out the complete properties when creating users, the result is that SharePoint becomes less useful--or even broken.&amp;nbsp; The organization recently installed an Exchange server, but it was incorrectly implemented.&amp;nbsp; I believe the reason no one’s email address is current in their AD profile is a problem with the MS Exchange implementation at this company.&amp;nbsp; When Exchange is installed, it adds numerous properties to a user’s profile, and I pretty am sure that this email field on the General tab is automatically populated when the user is assigned a mailbox.&amp;nbsp;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;Since this company isn’t set up with a typical configuration, this property has to be populated manually by an administrator.&amp;nbsp;I proposed three possible solutions:&lt;/em&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;Undertake a project to do a mass-population from a CSV file, using &lt;a class="" title="CSVDE" href="http://www.computerperformance.co.uk/Logon/CSVDE_LDIFDE.htm"&gt;CSVDE&lt;/a&gt; or a similar scripting tool.&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;Actually the company had been looking at a tool that would do this for them, but had not gotten a budget together.&amp;nbsp; &lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;
&lt;div&gt;Unmap the email field so that it is not refreshed whenever there is a profile import task performed by SharePoint (schedule is run once daily).&amp;nbsp; Also, set SharePoint permissions to allow users to edit this field.&lt;/div&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;Problem: this will require a great deal of administrative overhead because email addresses are subject to change, and users may not be inclined to edit their own information, which will lead to an inconsistent user experience.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;
&lt;div&gt;Allow users to submit a request for helpdesk to update their active directory profile information.&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;In the end, we chose option #3.&amp;nbsp; Using InfoPath 2007, I created a simple web-based form to allow users to enter all the information (per the screenshots noted above) and submit it via (plain text) email to the&amp;nbsp;helpdesk mailbox.&amp;nbsp; I believe this is the most straightforward approach and it helps the IT staff because they won’t have to track down lots of contact and HR information.&amp;nbsp; Since not everyone is using InfoPath 2007, I published the form to the MOSS site to be rendered as a web form, and specified that the form submitted via email not use an attachment; it was a static HTML table.&lt;/p&gt;
&lt;p&gt;By and large, this took care of the problem.&amp;nbsp; The MOSS site currently has light usage, so the volume of user requests for IT to update their profiles would also be light.&amp;nbsp; When IT gets around to purchasing their AD-automation tool, this form method can be retired.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Once again InfoPath saves the day!&amp;nbsp; I think I will write more about it in an upcoming post.&lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=13316" width="1" height="1"&gt;</content><author><name>moffitar</name><uri>http://www.sharepointblogs.com/members/moffitar.aspx</uri></author><category term="Active Directory" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/Active+Directory/default.aspx" /><category term="MOSS" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/MOSS/default.aspx" /><category term="InfoPath" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/InfoPath/default.aspx" /><category term="email" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/email/default.aspx" /></entry><entry><title>I installed Vista SP1 and All I Got Was This Lousy T-Shirt</title><link rel="alternate" type="text/html" href="http://www.sharepointblogs.com/wsspectacular/archive/2008/02/28/i-installed-vista-sp1-and-all-i-got-was-this-lousy-t-shirt.aspx" /><id>http://www.sharepointblogs.com/wsspectacular/archive/2008/02/28/i-installed-vista-sp1-and-all-i-got-was-this-lousy-t-shirt.aspx</id><published>2008-02-29T03:32:00Z</published><updated>2008-02-29T03:32:00Z</updated><content type="html">&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;Despite having some misgivings, I went ahead and installed Vista SP1 on my laptop (after making the appropriate funeral arrangements and updating my will).&amp;nbsp; As a Microsoft Partner, I have access to the download ahead of the general public.&amp;nbsp; It surprised me that Microsoft did not originally plan to make it available to developers and partners early, so they could test it.&amp;nbsp; But I suppose enough people complained bitterly that they caved in and gave us access.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;Anyway.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;I went into it with several expectations:&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoListParagraph" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;1.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;That it might do something horrible and irreversible to the operating system, based on shoddy drivers or a third party program.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraph" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;2.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;That it might resolve the unrelenting lag experienced when opening My Computer or a network share&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraph" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;3.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;That it might resolve the most annoying of all my Vista-related problems, which is that the laptop hangs when coming out of standby and must be hard-booted.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraph" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;4.&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;That it might add some interesting functionality to the OS.&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;I was wrong on all but one of these assumptions.&amp;nbsp; It did not kill my computer.&amp;nbsp; It has not noticeably improved performance (although I am still evaluating this).&amp;nbsp; And the OS seems to behave exactly as it did before. The only new thing I’ve seen so far is that the RDP client has some extra information.&amp;nbsp;&amp;nbsp; All of which, I guess, you’d expect from an service pack.&amp;nbsp; You don’t want sweeping changes, you just want added stability.&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;And stability I got.&amp;nbsp; I am still testing this, but it looks like the standby-lockup issue has gone away.&amp;nbsp; &lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;Anyway, I just wanted to throw my test-case out there.&amp;nbsp; My laptop is loaded with specialized software, 64-bit drivers, and connects to numerous networks.&amp;nbsp; It went off without a hitch.&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;The one thing I didn’t like about it was that it took over 2 hours to finish (not counting the time it took to download).&amp;nbsp; I have dual Turion processors and 4GB of RAM.&amp;nbsp; You’d think it would be a little snappier.&amp;nbsp; I can only imagine how long it will take on a less-powerful machine.&amp;nbsp; &lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;The installation rebooted the computer several times.&amp;nbsp; After the first reboot it did not come all the way back to the login prompt.&amp;nbsp; It remained in the “pre-installation environment” where it displayed such helpful messages as “Service Pack Part 1 of 3 installing.&amp;nbsp; Do not turn off your computer”.&amp;nbsp;&amp;nbsp; At one point a command window appeared and displayed status as it copied 12,000 files and updated registry keys.&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;The event logs are full of lots of new entries, none of which look exactly comforting, but don’t appear to be errors either.&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;So far, this seems like a safe upgrade.&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=13312" width="1" height="1"&gt;</content><author><name>moffitar</name><uri>http://www.sharepointblogs.com/members/moffitar.aspx</uri></author><category term="Vista" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/Vista/default.aspx" /><category term="service pack" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/service+pack/default.aspx" /></entry><entry><title>How not to set up Sharepoint Search</title><link rel="alternate" type="text/html" href="http://www.sharepointblogs.com/wsspectacular/archive/2008/02/03/how-not-to-set-up-sharepoint-search.aspx" /><id>http://www.sharepointblogs.com/wsspectacular/archive/2008/02/03/how-not-to-set-up-sharepoint-search.aspx</id><published>2008-02-03T19:09:00Z</published><updated>2008-02-03T19:09:00Z</updated><content type="html">&lt;p&gt;This is going to be a quick little post where I confess to doing something stupid.&amp;nbsp; I should have known better.&lt;/p&gt;
&lt;p&gt;We are currently prototyping a MOSS 2007 Enterprise solution for a government organization.&amp;nbsp; This customer has a fairly large public website, and a similarly large intranet site.&amp;nbsp; While demonstrating how to configure search scopes, I created a scope pointing at the external site, and changed its settings to &amp;quot;&lt;strong&gt;unlimited&lt;/strong&gt;&amp;quot; without really thinking about what that meant.&lt;/p&gt;
&lt;p&gt;Well, what it means is, it&amp;#39;s a good way to fill up your server&amp;#39;s hard drive, and a good way to annoy other departments of the government.&amp;nbsp; It turns out that in &amp;quot;unlimited&amp;quot; mode, Sharepoint crawls every link, then keeps crawling links found on destination pages, branching out until, I assume, it has indexed the entire Internet.&amp;nbsp;&lt;strong&gt; I also learned that Sharepoint doesn&amp;#39;t handle the ROBOTS.TXT files correctly&lt;/strong&gt;, so sensitive information could be crawled along with everything else.&amp;nbsp; I couldn&amp;#39;t believe this, until I found a post &lt;a class="" title="Use of Robots.txt file with MOSS Search" href="http://sharepoint.microsoft.com/blogs/fromthefield/Lists/Posts/Post.aspx?ID=11" target="_blank"&gt;here&lt;/a&gt; that confirms it:&amp;nbsp; Sharepoint only looks at the root of the site for ROBOTS.TXT files, and ignores them wherever else they may be:&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face="courier new,courier"&gt;&lt;em&gt;Observations&lt;/em&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="courier new,courier"&gt;&lt;em&gt;&lt;/em&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;font face="courier new,courier"&gt;&lt;em&gt;During our testing we discovered the following.&lt;/em&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="courier new,courier"&gt;&lt;em&gt;&lt;/em&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;font face="courier new,courier"&gt;&lt;em&gt;1. robots.txt file is cached for 24 Hours following it&amp;#39;s first request by the crawler. The implication of this is that changes to robots.txt require either a restart of the Office Search Service or a delay of upto 24 hours before they are respected by the gatherer.&lt;/em&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="courier new,courier"&gt;&lt;em&gt;&lt;/em&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;font face="courier new,courier"&gt;&lt;em&gt;2. Placing a robots.txt anywhere other than the root of a website is completely ineffective.&lt;/em&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="courier new,courier"&gt;&lt;em&gt;For example. &lt;/em&gt;&lt;/font&gt;&lt;a href="http://www.website.com/folder/robots.txt"&gt;&lt;font face="courier new,courier"&gt;&lt;em&gt;http://www.website.com/folder/robots.txt&lt;/em&gt;&lt;/font&gt;&lt;/a&gt;&lt;font face="courier new,courier"&gt;&lt;em&gt; will be ignored&lt;/em&gt;&lt;/font&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;So after running for a weekend, the following Monday I received a much-forwarded email from irate webmasters in another city who wondered what the hell my MOSS server was doing crawling every&amp;nbsp;directory on their site, even in places specifically flagged by the ROBOTS.TXT file (that upset them more than anything else).&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I also saw that the Search database had grown by seven gigabytes over the weekend, which &lt;strong&gt;brought my Sharepoint server to its knees&lt;/strong&gt; (the VM we were using had limited disk space).&amp;nbsp; &lt;/p&gt;
&lt;p&gt;So, let my life serve as a warning to others.&amp;nbsp; Don&amp;#39;t use the &amp;quot;Unlimited&amp;quot; scope setting unless you know where every link on your website goes.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Edited to add:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I forgot to mention the resolution to this.&amp;nbsp; One of the customer&amp;#39;s biggest problems with their Intranet and Public website is search integration.&amp;nbsp; &lt;strong&gt;For an external site, probably the best solution is to use a &lt;a class="" title="Google Site Search" href="http://www.google.com/sitesearch" target="_blank"&gt;Google&amp;nbsp;Site Search&lt;/a&gt;,&lt;/strong&gt;&amp;nbsp;which basically embeds a Google search field on your webpage and filters the&amp;nbsp;results to&amp;nbsp;your organization&amp;#39;s URL.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is better, I think, than pointing Sharepoint at it, because first of all,&amp;nbsp;Google&amp;nbsp;handles the ROBOTS.TXT files correctly.&amp;nbsp; Second of all,&amp;nbsp;especially if you have a large site, Google&amp;nbsp;does all the heavy lifting and even archives versions of the web pages.&amp;nbsp;&amp;nbsp;If you wanted to, you could drop this functionality into a Sharepoint Search Center page and have the Google field sit next to your Sharepoint field.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For the customer&amp;#39;s intranet, it is another matter entirely.&lt;/strong&gt;&amp;nbsp; A couple of years ago, they were running both webs on a beleaguered NT4 server running IIS4.&amp;nbsp; I know, most of you are cringing.&amp;nbsp; This server had been hacked in the past, but it had been recovered and locked down&amp;nbsp;and was limping dutifully&amp;nbsp;along.&amp;nbsp; We migrated all content to IIS6 without much difficulty, but the one thing that couldn&amp;#39;t be migrated was the search solution.&amp;nbsp; In IIS4 there was a built-in script to allow basic&amp;nbsp;user searches.&amp;nbsp; Actually, it worked pretty well.&amp;nbsp; But in IIS6, Microsoft stripped it out, perhaps out of concern for security, and there was no similar functionaliy.&amp;nbsp; We explored and evaulated numerous open-source and third party replacements, but they were either too expensive, inaccurate, or simply didn&amp;#39;t work as advertised.&amp;nbsp; The most functional solution was the FrontPage search solution that used a web bot to index content, but it turned out it never did this automatically; you&amp;#39;d have to re-run it every time you updated the website (which was often).&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Now this customer has MOSS 2007, and I&amp;#39;m glad to say that this is going to solve their problem once and for all.&amp;nbsp; Now we have the ability to create search scopes, target types of information, and go far beyond any functionality&amp;nbsp;they ever had before.&amp;nbsp; &lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=12238" width="1" height="1"&gt;</content><author><name>moffitar</name><uri>http://www.sharepointblogs.com/members/moffitar.aspx</uri></author><category term="MOSS" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/MOSS/default.aspx" /><category term="Search" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/Search/default.aspx" /><category term="database" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/database/default.aspx" /><category term="robots.txt" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/robots.txt/default.aspx" /></entry><entry><title>Why WSS?  Why not MOSS?</title><link rel="alternate" type="text/html" href="http://www.sharepointblogs.com/wsspectacular/archive/2008/01/26/why-wss-why-not-moss.aspx" /><id>http://www.sharepointblogs.com/wsspectacular/archive/2008/01/26/why-wss-why-not-moss.aspx</id><published>2008-01-27T01:04:00Z</published><updated>2008-01-27T01:04:00Z</updated><content type="html">&lt;p&gt;I&amp;#39;ve been demonstrating SharePoint a lot recently and it&amp;#39;s got me thinking about the differences between MOSS and WSS.&amp;nbsp; Windows SharePoint Services has come a long way since version 2.0, but the jump in functionality between 2 and 3 should have gotten a couple more version numbers, in my opinion.&amp;nbsp; It&amp;#39;s like moving from Office 2000 directly to 2007.&amp;nbsp; There&amp;#39;s so much more there, and it&amp;#39;s all free.&amp;nbsp; Well, &amp;quot;free-ish&amp;quot;.&amp;nbsp; You still need to have a Windows 2003 server,&amp;nbsp;as well as&amp;nbsp;Active Directory if you really want to make it useful.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been pushing my company to develop a sharepoint business offering.&amp;nbsp; We have lots of small and midsize customers who could benefit from the collaboration tools, workflow, and communication capabilities.&amp;nbsp; For a small group of people, WSS is a perfect fit.&amp;nbsp; If there is no immediate need to scale, WSS is my first choice for more&amp;nbsp;customers.&amp;nbsp; Even if it is a smaller group inside of a large organization.&lt;/p&gt;
&lt;p&gt;But sales people often don&amp;#39;t see things that way; they want to sell comprehensive solutions, so they push the full MOSS server, which is exorbitant and overkill for SMB.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know how it is where you live, but SharePoint is what I call &amp;quot;the coolest thing you never heard of&amp;quot;.&amp;nbsp; It&amp;#39;s simply one of those things people overlook.&amp;nbsp; Or, more commonly, it&amp;#39;s something one of the administrators reads about and decides to install, and the users completely ignore it.&amp;nbsp; So I find myself explaining SharePoint an awful lot.&amp;nbsp; Once people understand that it&amp;#39;s not just a web server, and that it&amp;#39;s free(ish), and their existing Office 2003 and 2007 products already work with it... they tend to get excited.&lt;/p&gt;
&lt;p&gt;I have one customer that is a retail furniture store.&amp;nbsp; They had a few problems they complained about:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;There are a few Macintosh users on the network, who develop multimedia and marketing materials.&amp;nbsp; Is there a way for these users to share their files with everyone else?&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;All the stores are required to post their daily/monthly totals in a way that all the other stores can see them.&amp;nbsp; &lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;There needs to be a way to communicate important information to all managers and salespeople, and allow them to browse past announcements.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;They had mostly been using email&amp;nbsp;to pass files around and spread the word.&amp;nbsp; Gmail is pretty good about large attachments, but some files were over 20MB, so there were running into a barrier there.&lt;/p&gt;
&lt;p&gt;Naturally I recommended a simple WSS site, using a Team Workspace template.&amp;nbsp; I showed the customer how to import their Daily Sales spreadsheet into a custom list in Datasheet View, with column totals.&amp;nbsp; I showed them how to use Document Libraries to share files and even attach metadata to them.&amp;nbsp; I showed them how to use the Content Editor web part to stream the WMV files.&amp;nbsp; I showed them how to use Announcements and Alerts to post price changes, recalls, and stock alerts, and notify key personnel when content had changed.&lt;/p&gt;
&lt;p&gt;This simple solution was exactly what they needed; a perfect fit for WSS.&amp;nbsp; WSS design, deployment, and customization is a great gig, if you can get it.&amp;nbsp; You just need a sales staff that knows how to push it.&lt;/p&gt;
&lt;p&gt;Here are a few things you can show your customers to get them interested in WSS:&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Demo Video of the WSS Workspace&lt;/span&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;a href="http://office.microsoft.com/en-us/sharepointtechnology/HA102055631033.aspx"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;font color="#0000ff"&gt;http://office.microsoft.com/en-us/sharepointtechnology/HA102055631033.aspx&lt;/font&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt; &lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; this video was apparently moved after it was published.&amp;nbsp; There used to be links to it from the main SharePoint page (&lt;a href="http://www.microsoft.com/sharepoint"&gt;http://www.microsoft.com/sharepoint&lt;/a&gt;) but they are broken.&amp;nbsp; Anyway, this video is pretty good, moves quickly, and gives an excellent introduction to many of the things WSS and SharePoint can do.&amp;nbsp; &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;WSS Demo&lt;br /&gt;&lt;a href="http://www.wssdemo.com/default.aspx"&gt;http://www.wssdemo.com/default.aspx&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This site&amp;nbsp;is a heavily customized&amp;nbsp;WSS workspace.&amp;nbsp; I sometimes show it to customers because it can give them an idea of what they could do, if they wanted to enhance the web experience or even create an extranet.&amp;nbsp; It also has the Microsoft Sharepoint Training Kit installed, which is nice.&amp;nbsp; &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Sharepoint End User Training Videos&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&lt;a class="" title="TrainingSpot.Com" href="http://www.trainingspot.com/" target="_blank"&gt;TraingSpot&lt;/a&gt; has 12 downloadable videos for End Users to come up to speed on basic concepts.&amp;nbsp; There&amp;#39;s a lot of other stuff, too: SQL Server 2005, Reporting Services, etc&amp;nbsp;($39.95)&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Microsoft has the &lt;a class="" title="Server" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=673dc932-626a-4e59-9dca-16d685600a51&amp;amp;displaylang=en"&gt;Office SharePoint Server 2007 Training Kit&lt;/a&gt;, which is designed for server administrators to install on an Office SharePoint Server site to help end-users learn about Office SharePoint Server.&amp;nbsp; Or you can download the &lt;a class="" title="Standalone" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7bb3a2a3-6a9f-49f4-84e8-ff3fb71046df&amp;amp;displaylang=en" target="_blank"&gt;Standalone&lt;/a&gt;&amp;nbsp;version, which runs nicely from your desktop. (free)&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;These are just a few resources; I will post a longer list when I get a chance.&lt;/p&gt;
&lt;p&gt;One thing that has me excited is &lt;a class="" title="Windows Search Server 2008 Express (Download)" href="http://www.microsoft.com/enterprisesearch/serverproducts/searchserverexpress/download.aspx" target="_blank"&gt;Windows Search Server 2008 Express&lt;/a&gt;.&amp;nbsp; It is still in beta, but it is basically a Windows Sharepoint Services 3.0 installation with all the search functionality from MOSS 2007 Standard, and is &lt;strong&gt;&lt;em&gt;free&lt;/em&gt;&lt;/strong&gt;.&amp;nbsp; The only limitation I have seen is in scalability.&amp;nbsp; Search Server also has a supported upgrade path from WSS 3.0.&amp;nbsp; Coolness!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7bb3a2a3-6a9f-49f4-84e8-ff3fb71046df&amp;amp;displaylang=en"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=11904" width="1" height="1"&gt;</content><author><name>moffitar</name><uri>http://www.sharepointblogs.com/members/moffitar.aspx</uri></author><category term="MOSS" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/MOSS/default.aspx" /><category term="training" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/training/default.aspx" /><category term="SharePoint Scenarios" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/SharePoint+Scenarios/default.aspx" /><category term="WSS 3.0" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/WSS+3.0/default.aspx" /><category term="Windows Search Server 2008 Express" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/Windows+Search+Server+2008+Express/default.aspx" /></entry><entry><title>SQL Replication gotcha!</title><link rel="alternate" type="text/html" href="http://www.sharepointblogs.com/wsspectacular/archive/2008/01/21/sql-replication-gotcha.aspx" /><id>http://www.sharepointblogs.com/wsspectacular/archive/2008/01/21/sql-replication-gotcha.aspx</id><published>2008-01-22T01:45:00Z</published><updated>2008-01-22T01:45:00Z</updated><content type="html">&lt;p&gt;&lt;font face="arial,helvetica,sans-serif"&gt;I know this is not strictly a SharePoint issue, but since I haven&amp;#39;t seen it posted anywhere else, I thought I&amp;#39;d write about it here.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&amp;nbsp;First, although I have been using SQL Server in its various forms since Version 7, I do not claim to be a &amp;quot;guru&amp;quot;... which is a good thing, because I screw up just as handily as the next guy.&amp;nbsp; This weekend, I discovered several things:&lt;/font&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;&lt;font face="arial,helvetica,sans-serif"&gt;SQL Server 2005 errors are not well-documented.&lt;/font&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;font face="arial,helvetica,sans-serif"&gt;The replication tools in SQL Server&amp;nbsp;are less than useful in isolating problems.&amp;nbsp;&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;font face="arial,helvetica,sans-serif"&gt;A call to Microsoft Support is not a panacea.&lt;/font&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;On 1-18-08, I was working with another consultant to support the comparison of two large databases before a major load of data was to be performed.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;They had asked me to set up a linked server so that they could run all queries side by side.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Courier New&amp;#39;;mso-bidi-font-size:12.0pt;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;I created a linked server, but it became apparent that since we were using Windows-Only security with NTLM, and the user was running the queries from his workstation, he had run into the double-hop limitation and his credentials were not being passed to the back-end linked server.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;We played with the Linked server properties for a while but couldn&amp;#39;t get it to work (I didn&amp;#39;t know why, at the time).&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="2"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Courier New&amp;#39;;mso-bidi-font-size:12.0pt;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;I then decided to copy over the remote database, and remove the linked server.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;When I tried to delete the Linked Server, I encountered an error saying that it couldn&amp;#39;t be removed due to replication configuration.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Rather than leave the linked server connection open, I simply set the security &amp;quot;Not be Made&amp;quot;.&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;/span&gt;&lt;font size="2"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Courier New&amp;#39;;mso-bidi-font-size:12.0pt;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;I didn&amp;#39;t know it at the time (nor did anyone else) but SQL Server replication uses Linked Servers in its own way (invisibly).&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;If there is a Linked Server set up for one of its subscribers, it will use that.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;If you disable that linked server, it will break replication.&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;This is why, Between the publisher instance and problem server, none of the subscriptions were working. However, all the subscriptions between&amp;nbsp;the publisher&amp;nbsp;and&amp;nbsp;a second subscriber&amp;nbsp;were still working.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;We were unaware of any replication issues when we later decided to enable AWE memory management on the server.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;After rebooting, we noted lots of replication errors in the Application Log:&lt;/span&gt;&lt;span style="FONT-SIZE:12pt;FONT-FAMILY:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt; 
&lt;ul&gt;
&lt;li&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;&lt;/span&gt;&lt;font size="2"&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Event Type:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Error&lt;/span&gt; &lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font size="2"&gt;Event Source:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;instance&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font size="2"&gt;Event Category:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;(2)&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font size="2"&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;14151&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font size="2"&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1/21/2008&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;font size="2"&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;11:10:08 AM&lt;/span&gt; &lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font size="2"&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Domain user identity for SSIS&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;font size="2"&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Publisher server&amp;gt;&lt;/font&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;font size="2"&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Description:&lt;/span&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Replication-Replication Distribution Subsystem: agent (null) failed. Server &amp;lt;Subscriber server\instance&amp;gt;&amp;#39; is not registered at server &amp;#39;&amp;lt;Publisher server\instance&amp;gt;&amp;#39;.&lt;/span&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;For more information, see Help and Support Center at &lt;a href="http://go.microsoft.com/fwlink/events.asp"&gt;&lt;span style="COLOR:blue;mso-bidi-font-size:11.0pt;"&gt;http://go.microsoft.com/fwlink/events.asp&lt;/span&gt;&lt;/a&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:8pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;In the main SQL Server log, we noted SQL Error 14151, Severity 18, State 1.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;We also noted SQL error 20053.&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt; &lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;The problem persisted even after both servers have been rebooted.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;They began as soon as the SQL Agent service starts.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;The Application log&amp;nbsp;was flooded with &amp;quot;14151 &amp;quot; events.&amp;nbsp; &lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;If you created a Replication subscription, it would create successfully but will never update itself.&amp;nbsp; It would continually fail and retry and fail.&amp;nbsp; In the SQL Replication monitor, a tracer token revealed high (infinite) latency for Distributor-to-Subscriber.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;/span&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;Naturally, we concluded that the AWE memory configuration had somehow corrupted replication, but didn&amp;#39;t know why.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;I researched the errors but could not resolve the issue.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; And by this time I was totally off into the weeds.&lt;/span&gt;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;/span&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;This is, of course, where I called Microsoft.&amp;nbsp; We spoke to a very nice Indian man who had not the first clue why this was happening.&amp;nbsp; We spent Friday, Saturday, and Sunday on the phone, but were no closer to a solution Monday morning.&amp;nbsp; &lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;The customer was becoming very nervous because this is a production server, and it had to be back in production by Tuesday.&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;We spent Monday morning (MLK Day) on hold, until we discovered we were in Hold Hell (they had put us on hold until the engineer came into work at 6PM).&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;/span&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;The customer and I discussed options.&amp;nbsp; &lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;The error led me to believe that there was a problem with Replication configuration, so... what if we&amp;nbsp;uninstalled and reinstalled&amp;nbsp;Replication for this SQL&amp;nbsp;instance, and then recreated all the subscriptions?&amp;nbsp; It seemed plausible.&amp;nbsp; However, although everything went smoothly, the errors returned as soon as we created our first subscription.&amp;nbsp;&amp;nbsp;Same problems: errors flooding the Application Log, infinte latency in Replication monitor, failed SQL Agent jobs.&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;/span&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;Finally, we got another Microsoft Engineer on the phone, but I noticed he approached the problem the same way, checking the same pieces of information.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;It was this query that made me sit up:&lt;/span&gt;&lt;/font&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;font face="Calibri"&gt; &lt;/font&gt;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;font face="Calibri"&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;select&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt; &lt;span style="COLOR:gray;"&gt;*&lt;/span&gt; &lt;span style="COLOR:blue;"&gt;from&lt;/span&gt; master&lt;span style="COLOR:gray;"&gt;.&lt;/span&gt;&lt;span style="COLOR:green;"&gt;sys.sysservers&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&lt;span style="COLOR:green;"&gt;&lt;font face="Calibri" color="#000000"&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;This listed all the Linked Servers, which I had been messing with on Friday.&amp;nbsp; I asked if Linked Servers had anything to do with Replication and the MS engineer said yes,&amp;nbsp;replication actually creates its own&amp;nbsp;connection using Linked Server technology, and if there is a Linked Server already set up, it will use that. &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&amp;nbsp;It was a quick deduction that the change I had made on Friday, where I had changed the security from &amp;quot;using the login&amp;#39;s current security context&amp;quot; to &amp;quot;not be made&amp;quot;, had killed replication... but only to one subscriber.&amp;nbsp; This also explained the mysterious &lt;em&gt;Server &amp;lt;Subscriber server\instance&amp;gt;&amp;#39; is not registered at server &amp;#39;&amp;lt;Publisher server\instance&amp;gt;&amp;#39;&lt;/em&gt; error.&lt;/font&gt;&lt;font face="arial,helvetica,sans-serif"&gt;&amp;nbsp; &lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;/span&gt;&lt;b&gt;&lt;u&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;Resolution:&lt;/font&gt;&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;&lt;b&gt;&lt;u&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;span style="mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;font face="arial,helvetica,sans-serif"&gt;I set the existing Linked Server back to to using &amp;quot;Be made using the login&amp;#39;s current security context&amp;quot;&lt;/font&gt;&lt;/span&gt; 
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Something to Note:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Neither Microsoft engineer had had the slightest inkling that Linked Servers might be the culprit here, and it was only because I was paying attention that we were able to solve the problem.&amp;nbsp; A good thing, too, because there was talk of reinstalling Windows altogether.&lt;/p&gt;
&lt;p&gt;So, although this was ultimately a human-induced problem, we were able to get the server back into production in time for business on Tuesday.&lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=11566" width="1" height="1"&gt;</content><author><name>moffitar</name><uri>http://www.sharepointblogs.com/members/moffitar.aspx</uri></author><category term="Linked Server" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/Linked+Server/default.aspx" /><category term="SQL Server 2005" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/SQL+Server+2005/default.aspx" /><category term="SQL error 14151" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/SQL+error+14151/default.aspx" /><category term="replication" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/replication/default.aspx" /><category term="SQL error 20053" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/SQL+error+20053/default.aspx" /></entry><entry><title>Sharepoint Training for End Users... nice, when it works</title><link rel="alternate" type="text/html" href="http://www.sharepointblogs.com/wsspectacular/archive/2008/01/15/sharepoint-training-for-end-users-nice-when-it-works.aspx" /><id>http://www.sharepointblogs.com/wsspectacular/archive/2008/01/15/sharepoint-training-for-end-users-nice-when-it-works.aspx</id><published>2008-01-16T02:03:00Z</published><updated>2008-01-16T02:03:00Z</updated><content type="html">&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;Microsoft finally got around to creating some interactive training and videos for end users to learn Sharepoint 2007.&amp;nbsp; There are two versions: Standalone (which will run on any PC) and Portal (which you can deploy to your existing Sharepoint server for the benefit of users).&amp;nbsp; The training looks really good, so far.&amp;nbsp; There’s lot of it.&amp;nbsp; &lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;a href="http://office.microsoft.com/en-us/sharepointserver/HA102488011033.aspx"&gt;&lt;font face="Calibri" size="3"&gt;http://office.microsoft.com/en-us/sharepointserver/HA102488011033.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;Training includes:&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Collaboration (21 items) &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enterprise Content Management(14 items) &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Business Process and Forms(6 items) &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Search(1 item) &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Portals and Personalization(5 item) &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Business Intelligence(8 items) &lt;br /&gt;&lt;/font&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;I think this training component should be part of any Sharepoint or Business Portal deployment.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&amp;nbsp;On my test server, the training solution works perfectly.&amp;nbsp; However, I&amp;#39;ve had problems deploying the &amp;quot;hosted&amp;quot; Sharepoint version at two customer sites.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;The first was a fairly bone-headed mistake: when you fill in the details for the Office Sharepoint Training Solution wizard, it auto-fills the hostname of your SQL server.&amp;nbsp; This actually needs to contain the SQL instance name, so if you have a named instance and don&amp;#39;t put in &amp;quot;server\instance&amp;quot;, you&amp;#39;ll get a named pipes error:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;span style="FONT-SIZE:8pt;COLOR:red;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)&lt;br /&gt;&lt;br /&gt;More information has been written to the server event log.&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&amp;nbsp;The other error is a little more strange.&amp;nbsp; I&amp;#39;ve only seen this on one of the servers I&amp;#39;ve installed this on, but when you view training, you have two icons in the top right corner of the window: &lt;strong&gt;Complete Training&lt;/strong&gt; and &lt;strong&gt;Continue Later&lt;/strong&gt;.&amp;nbsp; If you click &lt;strong&gt;Complete Training&lt;/strong&gt;, it may hang and never close the window; the status of the&amp;nbsp; training will not update properly and the user won’t be able to continue later. It gives a weird message:&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;font face="courier new,courier"&gt;Assignment Not Available &lt;br /&gt;&amp;nbsp; &lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp; This assignment is not available because it has been submitted as complete.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;font face="courier new,courier"&gt;You can review this assignment after it is returned by your instructor.&amp;nbsp; &lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;But there doesn&amp;#39;t appear to be any way for the &amp;quot;instructor&amp;quot; to &amp;quot;return&amp;quot; the assignment.&amp;nbsp; The workaround (temporary) is to close the browser window without clicking either icon.&amp;nbsp; It leaves the status as incomplete, but at least you can open it later.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;This has only occurred at one site.&amp;nbsp; On the test server I set up, it works perfectly.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;The advantage of deploying this training to MOSS is that you can track your users&amp;#39; progress in their training.&amp;nbsp; But if you want to take the easy route, you could just download the desktop version, which is exactly the same.&amp;nbsp; It runs a little faster, too.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=11280" width="1" height="1"&gt;</content><author><name>moffitar</name><uri>http://www.sharepointblogs.com/members/moffitar.aspx</uri></author><category term="MOSS" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/MOSS/default.aspx" /><category term="Portals and Personalization" scheme="http://www.sharepointblogs.com/wsspectacular/archive/tags/Portals+and+Personalization/default.aspx" /><ca