<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Alexander's Blog</title>
	<atom:link href="http://blog.techgalaxy.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.techgalaxy.net</link>
	<description></description>
	<lastBuildDate>Thu, 05 Apr 2012 21:05:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on How to Import Excel Spreadsheets into a SharePoint List by CJ Stacey</title>
		<link>http://blog.techgalaxy.net/archives/825/comment-page-1#comment-700</link>
		<dc:creator>CJ Stacey</dc:creator>
		<pubDate>Thu, 05 Apr 2012 21:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techgalaxy.net/?p=825#comment-700</guid>
		<description>Thanks for the nice guide. This is exactly what I was looking for.

Keep up the good work!

CJ</description>
		<content:encoded><![CDATA[<p>Thanks for the nice guide. This is exactly what I was looking for.</p>
<p>Keep up the good work!</p>
<p>CJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Back &amp; Restore VMware ESXi Configuration Using vSphere CLI by MG</title>
		<link>http://blog.techgalaxy.net/archives/3026/comment-page-1#comment-698</link>
		<dc:creator>MG</dc:creator>
		<pubDate>Wed, 04 Apr 2012 04:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techgalaxy.net/?p=3026#comment-698</guid>
		<description>The script worked fine for me but I could not find the backup file. It turns out that since the bin folder resides in Program Files, the command prompt needs to be run as administrator.</description>
		<content:encoded><![CDATA[<p>The script worked fine for me but I could not find the backup file. It turns out that since the bin folder resides in Program Files, the command prompt needs to be run as administrator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Event ID 5153: The Windows Process Activation Service (WAS) encountered an error attempting to look up the built in IIS_IUSRS group. by Ulf Wiman</title>
		<link>http://blog.techgalaxy.net/archives/2322/comment-page-1#comment-695</link>
		<dc:creator>Ulf Wiman</dc:creator>
		<pubDate>Sat, 31 Mar 2012 12:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techgalaxy.net/?p=2322#comment-695</guid>
		<description>Thank you Mr. Alexander.
You always have the correct solutions and tips.

//Ulf W</description>
		<content:encoded><![CDATA[<p>Thank you Mr. Alexander.<br />
You always have the correct solutions and tips.</p>
<p>//Ulf W</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Fix Some Common Errors/Warnings After Initial SharePoint Server 2010 Deployment by Amira</title>
		<link>http://blog.techgalaxy.net/archives/2585/comment-page-1#comment-693</link>
		<dc:creator>Amira</dc:creator>
		<pubDate>Wed, 28 Mar 2012 11:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techgalaxy.net/?p=2585#comment-693</guid>
		<description>We have performed an in-place upgrade from SharePoint 2007 SP1 on 32-bit Windows Server 2008, and DB on second 64-bit Windows Server 2008 to SharePoint 2010 on 64-bit Windows Server 2008 R2, and DB on 64-bit Windows Server 2008 R2 (both VMware machines).

I get warning 1,5,6. When I try to run psconfig I get the following:

C:\Windows\system32&gt;PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
SharePoint Products and Technologies Configuration Wizard version 12.0.6413.1000
Copyright (C) Microsoft Corporation 2005. All rights reserved.

Performing configuration task 1 of 6
Initializing SharePoint Products and Technologies upgrade...

Successfully initialized SharePoint Products and Technologies upgrade.

Then popup window comes up saying SharePoint Products and Technologies Configuration Wizard has stopped working. After I close the window the following is shown in command prompt.

Unhandled Exception: System.ArgumentException: The neverStarted argument is invalid.
   at Microsoft.SharePoint.PostSetupConfiguration.TaskBase.OnTaskStop(TaskResult
 result, String message, String extendedMessage)
   at Microsoft.SharePoint.PostSetupConfiguration.UpgradeBootstrapTask.OnTaskSto
p(TaskResult result, String message, String extendedMessage)
   at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCl
eanup(TryCode code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C
ontextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()
C:\Windows\system32&gt;

Do you have any thought on why I am getting this error?

Regards,
Amira</description>
		<content:encoded><![CDATA[<p>We have performed an in-place upgrade from SharePoint 2007 SP1 on 32-bit Windows Server 2008, and DB on second 64-bit Windows Server 2008 to SharePoint 2010 on 64-bit Windows Server 2008 R2, and DB on 64-bit Windows Server 2008 R2 (both VMware machines).</p>
<p>I get warning 1,5,6. When I try to run psconfig I get the following:</p>
<p>C:\Windows\system32>PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures<br />
SharePoint Products and Technologies Configuration Wizard version 12.0.6413.1000<br />
Copyright (C) Microsoft Corporation 2005. All rights reserved.</p>
<p>Performing configuration task 1 of 6<br />
Initializing SharePoint Products and Technologies upgrade&#8230;</p>
<p>Successfully initialized SharePoint Products and Technologies upgrade.</p>
<p>Then popup window comes up saying SharePoint Products and Technologies Configuration Wizard has stopped working. After I close the window the following is shown in command prompt.</p>
<p>Unhandled Exception: System.ArgumentException: The neverStarted argument is invalid.<br />
   at Microsoft.SharePoint.PostSetupConfiguration.TaskBase.OnTaskStop(TaskResult<br />
 result, String message, String extendedMessage)<br />
   at Microsoft.SharePoint.PostSetupConfiguration.UpgradeBootstrapTask.OnTaskSto<br />
p(TaskResult result, String message, String extendedMessage)<br />
   at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()<br />
   at System.Threading.ExecutionContext.runTryCode(Object userData)<br />
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCl<br />
eanup(TryCode code, CleanupCode backoutCode, Object userData)<br />
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C<br />
ontextCallback callback, Object state)<br />
   at System.Threading.ThreadHelper.ThreadStart()<br />
C:\Windows\system32></p>
<p>Do you have any thought on why I am getting this error?</p>
<p>Regards,<br />
Amira</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Color to Spruce Up Your SharePoint Content by Zubair Alexander</title>
		<link>http://blog.techgalaxy.net/archives/941/comment-page-1#comment-684</link>
		<dc:creator>Zubair Alexander</dc:creator>
		<pubDate>Mon, 19 Mar 2012 16:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.techgalaxy.net/?p=941#comment-684</guid>
		<description>Mark,
I have updated the article and you can see in the screenshot exactly what you need to do in SharePoint 2010. You need to click somewhere in the Content Editor Web Part and then on the ribbon select HTML -&gt; Edit HTML Source. You can then paste the code you copied from the convert2html.txt file. When you close the source code window, you will not see any text in the Content Editor Web Part because the code only contains a JavaScript. There is no need to use SharePoint Designer to accomplish this simple task. It should only take a few seconds to copy and paste the code.

By the way, thanks for pointing out that the display name of the zip file didn&#039;t match with the actual name of the zip file. I have made that correction.</description>
		<content:encoded><![CDATA[<p>Mark,<br />
I have updated the article and you can see in the screenshot exactly what you need to do in SharePoint 2010. You need to click somewhere in the Content Editor Web Part and then on the ribbon select HTML -&gt; Edit HTML Source. You can then paste the code you copied from the convert2html.txt file. When you close the source code window, you will not see any text in the Content Editor Web Part because the code only contains a JavaScript. There is no need to use SharePoint Designer to accomplish this simple task. It should only take a few seconds to copy and paste the code.</p>
<p>By the way, thanks for pointing out that the display name of the zip file didn&#8217;t match with the actual name of the zip file. I have made that correction.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

