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

<channel>
	<title>Dom Cosgrove Blog &#187; SharePoint 2010</title>
	<atom:link href="http://blog.domcosgrove.com/category/sharepoint-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.domcosgrove.com</link>
	<description>Dom&#039;s views on the SharePoint World</description>
	<lastBuildDate>Tue, 18 Oct 2011 12:59:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Unable to open Office Document in MS Office Web Apps</title>
		<link>http://blog.domcosgrove.com/unable-to-open-office-document-in-ms-office-web-apps/</link>
		<comments>http://blog.domcosgrove.com/unable-to-open-office-document-in-ms-office-web-apps/#comments</comments>
		<pubDate>Mon, 16 May 2011 12:01:30 +0000</pubDate>
		<dc:creator>Dominick Cosgrove</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Trouble Shooting]]></category>

		<guid isPermaLink="false">http://blog.domcosgrove.com/unable-to-open-office-document-in-ms-office-web-apps/</guid>
		<description><![CDATA[The following steps may help if you get an error when opening Office documents through MS Office Web Applications from a SharePoint Document library. Word Web App cannot open this document for viewing because of an unexpected error. To view this document, open it in Microsoft Word. Error Id: 68d8674b-53ac-407c-bfd7-9ef2a2c16611, 201116105124532 If you are running [...]]]></description>
			<content:encoded><![CDATA[<p>The following steps may help if you get an error when opening Office documents through MS Office Web Applications from a SharePoint Document library.<span style="font-family:Courier New; font-size:10pt"><br />
		</span></p>
<p><span style="color:red"><span style="font-family:Courier New; font-size:9pt">Word Web App cannot open this document for viewing because of an unexpected error. To view this document, open it in Microsoft Word.</span><span style="font-size:10pt"><br />
			</span></span></p>
<p><span style="color:red; font-family:Courier New; font-size:9pt">Error Id: 68d8674b-53ac-407c-bfd7-9ef2a2c16611, 201116105124532<br />
</span></p>
<ol>
<li>
<div>If you are running the SharePoint / Office Web Apps on a VM that also has the domain controller, you&#8217;ll get this error. This is not a supported configuration for a production environment. As this is typical for a demo / development VM, then you can run the following PowerShell:
</div>
<p style="background: #f2f2f2"><span style="font-family:Courier New; font-size:6pt">$e = Get-SPServiceApplication | where {$_.TypeName.Equals(&#8220;Word Viewing Service Application&#8221;)} <br/>$e.WordServerIsSandboxed = $false <br/>$e.WordServerIsSandboxed<br />
</span></p>
<p style="background: #f2f2f2"><span style="font-family:Courier New; font-size:6pt">#(Please use the below script for PowerPointServiceApplication &#8211; You need to enter &#8220;Y&#8221; for the answer of each cmd)<br/>Get-SPPowerPointServiceApplication | Set-SPPowerPointServiceApplication -EnableSandboxedViewing $false<br/>Get-SPPowerPointServiceApplication | Set-SPPowerPointServiceApplication -EnableSandboxedEditing $false<br />
</span></p>
<p style="background: #f2f2f2"><span style="font-family:Courier New; font-size:6pt">In the server&#8217;s c:\windows\system32\inetsrv\config\applicationHost.config <br/>Add the line below in the end of the dynamicTypes. <br/>&lt;add mimeType=&#8221;application/zip&#8221; enabled=&#8221;false&#8221; /&gt;<br />
</span></p>
<p style="background: #f2f2f2"><span style="font-family:Courier New; font-size:6pt">IISRESET<br />
</span></p>
</li>
<li>If you are seeing events with an ID of 3760 (shown below), you have not given the service account running the Office Web Application Services sufficient access. Ensure that the account has the required permissions.
</li>
</ol>
<p><span style="font-family:Courier New; font-size:6pt">    <img src="http://blog.domcosgrove.com/wp-content/uploads/2011/05/051611_1201_Unabletoope11.png" alt=""/><br />
		</span></p>
<p><span style="text-decoration:underline">Reference:<br />
</span></p>
<p><a href="http://blogs.msdn.com/b/opal/archive/2009/11/16/installation-notice-for-sharepoint-2010-public-beta.aspx">http://blogs.msdn.com/b/opal/archive/2009/11/16/installation-notice-for-sharepoint-2010-public-beta.aspx</a>
	</p>
<p>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.domcosgrove.com/unable-to-open-office-document-in-ms-office-web-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Collation and SharePoint 2007 / 2010</title>
		<link>http://blog.domcosgrove.com/sql-collation-and-sharepoint-2007-2010/</link>
		<comments>http://blog.domcosgrove.com/sql-collation-and-sharepoint-2007-2010/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 13:33:35 +0000</pubDate>
		<dc:creator>Dominick Cosgrove</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://blog.domcosgrove.com/sql-collation-and-sharepoint-2007-2010/</guid>
		<description><![CDATA[This is for my own quick reference, as it is in the Microsoft Installation Documentation. I also find that SQL Server is often installed by a separate team and the default collations are selected. The correct SQL Collation should be: Latin1_General_CI_AS_KS_WS Latin1_General Character Set ; Case Insensitive &#8211; A and a are treated as the [...]]]></description>
			<content:encoded><![CDATA[<p>This is for my own quick reference, as it is in the Microsoft Installation Documentation. I also find that SQL Server is often installed by a separate team and the default collations are selected. The correct SQL Collation should be:
</p>
<p><strong>Latin1_General_CI_AS_KS_WS<br />
</strong></p>
<ul>
<li>Latin1_General Character Set ;
</li>
<li>Case Insensitive &#8211; A and a are treated as the same character;
</li>
<li>Accent Sensitive &#8211; a and á are NOT treated as the same character;
</li>
<li>Kana Sensitive &#8211; Japanese Hirakana and Katakana characters which look the same are NOT treated as the same character;
</li>
<li>Width Sensitive &#8211; Single-Byte and Double-Byte versions of the same character are NOT treated as the same character;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.domcosgrove.com/sql-collation-and-sharepoint-2007-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free SharePoint 2010 Live Virtual Conference &amp; Expo</title>
		<link>http://blog.domcosgrove.com/free-sharepoint-2010-live-virtual-conference-expo/</link>
		<comments>http://blog.domcosgrove.com/free-sharepoint-2010-live-virtual-conference-expo/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 12:11:54 +0000</pubDate>
		<dc:creator>Dominick Cosgrove</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.domcosgrove.com/free-sharepoint-2010-live-virtual-conference-expo/</guid>
		<description><![CDATA[If like me you where not privileged enough to go to the SharePoint Conference 2009 in Las Vegas, then there is an opportunity to attend a Free Virtual Conference on the 5th November. Now I’ve never been to a virtual conference before, but the agenda look extremely interesting.&#160; You can register at http://www.sharepointvcx.com/]]></description>
			<content:encoded><![CDATA[<p align="justify">If like me you where not privileged enough to go to the SharePoint Conference 2009 in Las Vegas, then there is an opportunity to attend a <strong>Free </strong>Virtual Conference on the 5th November. Now I’ve never been to a virtual conference before, but the agenda look extremely interesting.&#160; </p>
<p>You can register at <a title="http://www.sharepointvcx.com/" href="http://www.sharepointvcx.com/">http://www.sharepointvcx.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.domcosgrove.com/free-sharepoint-2010-live-virtual-conference-expo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pre-register for SharePoint 2010 Public Beta</title>
		<link>http://blog.domcosgrove.com/pre-register-for-sharepoint-2010-public-beta/</link>
		<comments>http://blog.domcosgrove.com/pre-register-for-sharepoint-2010-public-beta/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 09:46:24 +0000</pubDate>
		<dc:creator>Dominick Cosgrove</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://blog.domcosgrove.com/pre-register-for-sharepoint-2010-public-beta/</guid>
		<description><![CDATA[The Public Beta for SharePoint 2010 is being made available in November this year. Make sure you pre-register so that you get notified of when it is available and get the download details. You can register here.]]></description>
			<content:encoded><![CDATA[<p>The Public Beta for SharePoint 2010 is being made available in November this year. Make sure you pre-register so that you get notified of when it is available and get the download details. You can register <a href="http://sharepoint2010.microsoft.com/try-it/Pages/Trial.aspx" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.domcosgrove.com/pre-register-for-sharepoint-2010-public-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

