<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>                   Are you a user?</title>
	<atom:link href="http://blog.sharepointrx.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sharepointrx.com</link>
	<description>Are you a user?</description>
	<lastBuildDate>Tue, 11 Jun 2013 03:47:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.sharepointrx.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>                   Are you a user?</title>
		<link>http://blog.sharepointrx.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.sharepointrx.com/osd.xml" title="                   Are you a user?" />
	<atom:link rel='hub' href='http://blog.sharepointrx.com/?pushpress=hub'/>
		<item>
		<title>Reordering and Hiding Fields and Passing URL Parameters on a New Item Form in SharePoint 2010</title>
		<link>http://blog.sharepointrx.com/2013/03/06/reordering-and-hiding-fields-and-passing-url-parameters-on-a-new-item-form-in-sharepoint-2010/</link>
		<comments>http://blog.sharepointrx.com/2013/03/06/reordering-and-hiding-fields-and-passing-url-parameters-on-a-new-item-form-in-sharepoint-2010/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 19:00:40 +0000</pubDate>
		<dc:creator>Russell Wright</dc:creator>
				<category><![CDATA[SharePoint Customization]]></category>
		<category><![CDATA[SharePoint Designer]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://sharepointruss.wordpress.com/?p=1007</guid>
		<description><![CDATA[Let&#8217;s say you are creating a new item form using SPD 2010 and you don&#8217;t have InfoPath because the company didn&#8217;t purchase the Enterprise version of SharePoint.&#160; Your goal is to pass a URL parameter to the new item form from some other part of the SharePoint application you are building.&#160; Perhaps the link that [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=1007&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Let&#8217;s say you are creating a new item form using SPD 2010 and you don&#8217;t have InfoPath because the company didn&#8217;t purchase the Enterprise version of SharePoint.&#160; Your goal is to pass a URL parameter to the new item form from some other part of the SharePoint application you are building.&#160; Perhaps the link that contains the URL parameter was created by a workflow (hint hint).</p>
<p><a href="http://sharepointruss.files.wordpress.com/2013/03/image.png"><img style="background-image:none;margin:5px;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2013/03/image_thumb.png?w=330&#038;h=483" width="330" height="483" /></a></p>
<p>You insert the custom list form like this.</p>
<p><a href="http://sharepointruss.files.wordpress.com/2013/03/image1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2013/03/image_thumb1.png?w=372&#038;h=360" width="372" height="360" /></a></p>
<p>The goal is to move this field down to the end of the form to get it out of the way.</p>
<p><a href="http://sharepointruss.files.wordpress.com/2013/03/image2.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2013/03/image_thumb2.png?w=646&#038;h=262" width="646" height="262" /></a></p>
<p>You select the row and cut it for repositioning to the end of the form.</p>
<p><a href="http://sharepointruss.files.wordpress.com/2013/03/image3.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2013/03/image_thumb3.png?w=641&#038;h=552" width="641" height="552" /></a></p>
<p>Now you&#8217;ve got it at the bottom of your form.</p>
<p><a href="http://sharepointruss.files.wordpress.com/2013/03/image4.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2013/03/image_thumb4.png?w=638&#038;h=187" width="638" height="187" /></a></p>
<p>Now you test your form (before adding the parameter to pass) and it &quot;works&quot; but it doesn&#8217;t correctly save the data in the field you relocated.</p>
<p>The correct way to do this is to delete the field row at the top, add a new row at the bottom and insert a new text field and bind it to the column.</p>
<p><a href="http://sharepointruss.files.wordpress.com/2013/03/image5.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2013/03/image_thumb5.png?w=661&#038;h=281" width="661" height="281" /></a></p>
<p>Bind the Data field to the column and format it as a Text Box.</p>
<p><a href="http://sharepointruss.files.wordpress.com/2013/03/image6.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2013/03/image_thumb6.png?w=656&#038;h=141" width="656" height="141" /></a></p>
<p>Under Options, select Parameters and add a New Parameter, giving it a name that is memorable for you.&#160; Then, bind it to the Query String variable of your choice.</p>
<p><a href="http://sharepointruss.files.wordpress.com/2013/03/image7.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2013/03/image_thumb7.png?w=534&#038;h=513" width="534" height="513" /></a></p>
<p>With your text box selected, find the text property and change it from @Fieldname to $Parametername.</p>
<p><a href="http://sharepointruss.files.wordpress.com/2013/03/image8.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2013/03/image_thumb8.png?w=426&#038;h=353" width="426" height="353" /></a></p>
<p>If you don&#8217;t get the name correct, you&#8217;ll see an error displayed instead of your form.</p>
<p><a href="http://sharepointruss.files.wordpress.com/2013/03/image9.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2013/03/image_thumb9.png?w=420&#038;h=511" width="420" height="511" /></a></p>
<p>If you want to hide the field completely on the form to eliminate any human intervention, add class=ms-hidden to the table row.</p>
<p><a href="http://sharepointruss.files.wordpress.com/2013/03/image10.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2013/03/image_thumb10.png?w=642&#038;h=147" width="642" height="147" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointruss.wordpress.com/1007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointruss.wordpress.com/1007/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=1007&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sharepointrx.com/2013/03/06/reordering-and-hiding-fields-and-passing-url-parameters-on-a-new-item-form-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/529ec263b1ee677d087364d4a57530f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">SharePointRuss</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2013/03/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2013/03/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2013/03/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2013/03/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2013/03/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2013/03/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2013/03/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2013/03/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2013/03/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2013/03/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2013/03/image_thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Unsupported Expression in InfoPath 2010</title>
		<link>http://blog.sharepointrx.com/2012/11/25/unsupported-expression-in-infopath-2010/</link>
		<comments>http://blog.sharepointrx.com/2012/11/25/unsupported-expression-in-infopath-2010/#comments</comments>
		<pubDate>Sun, 25 Nov 2012 22:26:35 +0000</pubDate>
		<dc:creator>Russell Wright</dc:creator>
				<category><![CDATA[InfoPath]]></category>

		<guid isPermaLink="false">https://sharepointruss.wordpress.com/?p=981</guid>
		<description><![CDATA[&#160; This is a weird one. Situation: Going back to a SharePoint 2007 site formerly published with InfoPath 2007.&#160; Downloaded the form template and made some changes.&#160; When I went to re-publish I encountered an “unsupported expression” error. The actual long message was as follows. The following expression could not be parsed because of a [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=981&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p align="left">&#160;</p>
<p align="left">This is a weird one. </p>
<p align="left">Situation:</p>
<p align="left">Going back to a SharePoint 2007 site formerly published with InfoPath 2007.&#160; Downloaded the form template and made some changes.&#160; When I went to re-publish I encountered an “unsupported expression” error.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/11/image3.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/11/image_thumb3.png?w=209&#038;h=231" width="209" height="231" /></a></p>
<p align="left">The actual long message was as follows.</p>
<p align="left"><em><strong>The following expression could not be parsed because of a syntax error or because it uses an undefined namespace prefix or unsupported function:&#160; pc:DisplayName</strong></em></p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/11/image4.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/11/image_thumb4.png?w=666&#038;h=109" width="666" height="109" /></a></p>
<p align="left">This appeared to have been coming from one of the people pickers (circa 2007 variety) but copying the Xpath on each of them yielded no easily identifiable pc:DisplayName.</p>
<p align="left"><font size="1" face="Courier New">/my:myFields/my:EmployeeManager/my:Person/my:DisplayName</font></p>
<p align="left"><font size="1" face="Courier New">/my:myFields/my:EmployeeGroup/my:TerminatingEmployee/my:Person/my:DisplayName</font></p>
<p align="left">I went back to the original template with no changes and it didn’t throw the same error during publishing.</p>
<p align="left">I changed the Form type from Web Browser Form (InfoPath 2007) to InfoPath 2007 Filler Form and attempted publishing.&#160; The error went away.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/11/image5.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/11/image_thumb5.png?w=658&#038;h=271" width="658" height="271" /></a></p>
<p align="left">
<p align="left">So, I changed it back to Web Browser Form (InfoPath 2007) again…the way it originally was.&#160; The error stayed away and I published the form.&#160; </p>
<p align="left">However, after publishing, the error came back.&#160; <img style="border-style:none;" class="wlEmoticon wlEmoticon-sadsmile" alt="Sad smile" src="http://sharepointruss.files.wordpress.com/2012/11/wlemoticon-sadsmile.png?w=655" />&#160; So I decided to look “under the covers.”</p>
<p align="left">I saved the XSN as source files and looked within all the files.&#160; I was able to find where the pc: schema infiltrated my form template.&#160; Within view1.xsl I found the offending pc:DisplayName, and all the other related pc: references.&#160; </p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/11/image6.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/11/image_thumb6.png?w=670&#038;h=728" width="670" height="728" /></a></p>
<p>I’m not sure how this made its way into the form template, as I never specifically made this change, nor do I know how one would force this.&#160; </p>
<div style="border-bottom:silver 1px solid;text-align:left;border-left:silver 1px solid;line-height:12pt;background-color:#f4f4f4;margin:20px 0 10px;width:97.5%;font-family:&#039;direction:ltr;max-height:200px;font-size:8pt;overflow:auto;border-top:silver 1px solid;cursor:text;border-right:silver 1px solid;padding:4px;" id="codeSnippetWrapper">
<div style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:&#039;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;" id="codeSnippet">
<pre style="text-align:left;line-height:12pt;background-color:white;margin:0;width:100%;font-family:&#039;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;"><span style="color:#0000ff;">&lt;/</span><span style="color:#800000;">xsl:if</span><span style="color:#0000ff;">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;margin:0;width:100%;font-family:&#039;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">                                        <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">param</span> <span style="color:#ff0000;">NAME</span><span style="color:#0000ff;">=&quot;ButtonFont&quot;</span> <span style="color:#ff0000;">VALUE</span><span style="color:#0000ff;">=&quot;Verdana,12,0,400,0,0,0&quot;</span><span style="color:#0000ff;">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:white;margin:0;width:100%;font-family:&#039;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">                                        <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">param</span> <span style="color:#ff0000;">NAME</span><span style="color:#0000ff;">=&quot;ButtonText&quot;</span> <span style="color:#ff0000;">VALUE</span><span style="color:#0000ff;">=&quot;&quot;</span><span style="color:#0000ff;">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;margin:0;width:100%;font-family:&#039;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">                                        <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">param</span> <span style="color:#ff0000;">NAME</span><span style="color:#0000ff;">=&quot;DisplayNameXPath&quot;</span> <span style="color:#ff0000;">VALUE</span><span style="color:#0000ff;">=&quot;pc:DisplayName&quot;</span><span style="color:#0000ff;">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:white;margin:0;width:100%;font-family:&#039;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">                                        <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">param</span> <span style="color:#ff0000;">NAME</span><span style="color:#0000ff;">=&quot;ObjectIdXPath&quot;</span> <span style="color:#ff0000;">VALUE</span><span style="color:#0000ff;">=&quot;pc:AccountId&quot;</span><span style="color:#0000ff;">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;margin:0;width:100%;font-family:&#039;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">                                        <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">param</span> <span style="color:#ff0000;">NAME</span><span style="color:#0000ff;">=&quot;ObjectTypeXPath&quot;</span> <span style="color:#ff0000;">VALUE</span><span style="color:#0000ff;">=&quot;pc:AccountType&quot;</span><span style="color:#0000ff;">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:white;margin:0;width:100%;font-family:&#039;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">                                        <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">param</span> <span style="color:#ff0000;">NAME</span><span style="color:#0000ff;">=&quot;SiteUrlXPath&quot;</span> <span style="color:#ff0000;">VALUE</span><span style="color:#0000ff;">=&quot;/Context/@siteUrl&quot;</span><span style="color:#0000ff;">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;margin:0;width:100%;font-family:&#039;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">                                        <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">param</span> <span style="color:#ff0000;">NAME</span><span style="color:#0000ff;">=&quot;SiteUrlDataSource&quot;</span> <span style="color:#ff0000;">VALUE</span><span style="color:#0000ff;">=&quot;Context&quot;</span><span style="color:#0000ff;">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:white;margin:0;width:100%;font-family:&#039;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">                                        <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">param</span> <span style="color:#ff0000;">NAME</span><span style="color:#0000ff;">=&quot;NewNodeTemplate&quot;</span> <span style="color:#ff0000;">VALUE</span><span style="color:#0000ff;">=&quot;&amp;lt;pc:Person xmlns:pc=&amp;quot;http://schemas.microsoft.com/office/infopath/2007/PartnerControls&amp;quot;&amp;gt;&#xA;    &amp;lt;pc:DisplayName&amp;gt;&amp;lt;/pc:DisplayName&amp;gt;&#xA;    &amp;lt;pc:AccountId&amp;gt;&amp;lt;/pc:AccountId&amp;gt;&#xA;    &amp;lt;pc:AccountType&amp;gt;&amp;lt;/pc:AccountType&amp;gt;&#xA;&amp;lt;/pc:Person&amp;gt;&quot;</span><span style="color:#0000ff;">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;margin:0;width:100%;font-family:&#039;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">                                        <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">param</span> <span style="color:#ff0000;">NAME</span><span style="color:#0000ff;">=&quot;BackgroundColor&quot;</span> <span style="color:#ff0000;">VALUE</span><span style="color:#0000ff;">=&quot;2147483653&quot;</span><span style="color:#0000ff;">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:white;margin:0;width:100%;font-family:&#039;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">                                        <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">param</span> <span style="color:#ff0000;">NAME</span><span style="color:#0000ff;">=&quot;MaxLines&quot;</span> <span style="color:#ff0000;">VALUE</span><span style="color:#0000ff;">=&quot;4&quot;</span><span style="color:#0000ff;">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;margin:0;width:100%;font-family:&#039;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;">                                        <span style="color:#0000ff;">&lt;</span><span style="color:#800000;">param</span> <span style="color:#ff0000;">NAME</span><span style="color:#0000ff;">=&quot;Direction&quot;</span> <span style="color:#ff0000;">VALUE</span><span style="color:#0000ff;">=&quot;0&quot;</span><span style="color:#0000ff;">/&gt;</span></pre>
<p><!--CRLF--></div>
</div>
<p align="left">I did a simple “find and replace” on all the pc: occurrences with my: and saved and tested my work.&#160; All appears to be okay.</p>
<p align="left">Sure would be nice to know how this happens!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointruss.wordpress.com/981/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointruss.wordpress.com/981/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=981&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sharepointrx.com/2012/11/25/unsupported-expression-in-infopath-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/529ec263b1ee677d087364d4a57530f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">SharePointRuss</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/11/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/11/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/11/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/11/wlemoticon-sadsmile.png" medium="image">
			<media:title type="html">Sad smile</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/11/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>InfoPath Blog Silent?</title>
		<link>http://blog.sharepointrx.com/2012/11/21/infopath-blog-silent/</link>
		<comments>http://blog.sharepointrx.com/2012/11/21/infopath-blog-silent/#comments</comments>
		<pubDate>Wed, 21 Nov 2012 21:26:21 +0000</pubDate>
		<dc:creator>Russell Wright</dc:creator>
				<category><![CDATA[InfoPath]]></category>

		<guid isPermaLink="false">https://sharepointruss.wordpress.com/?p=966</guid>
		<description><![CDATA[Is it just me, or has anyone noticed the InfoPath team blog at http://blogs.msdn.com/b/infopath/ has been silent for the last year and a half?&#160; Did they move it somewhere else when I wasn’t looking?&#160; Or, did I finally look up for a minute, only to find the world has passed me by…again?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=966&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p align="left">Is it just me, or has anyone noticed the InfoPath team blog at <a title="http://blogs.msdn.com/b/infopath/" href="http://blogs.msdn.com/b/infopath/">http://blogs.msdn.com/b/infopath/</a> has been silent for the last year and a half?&#160; Did they move it somewhere else when I wasn’t looking?&#160; Or, did I finally look up for a minute, only to find the world has passed me by…again?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointruss.wordpress.com/966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointruss.wordpress.com/966/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=966&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sharepointrx.com/2012/11/21/infopath-blog-silent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/529ec263b1ee677d087364d4a57530f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">SharePointRuss</media:title>
		</media:content>
	</item>
		<item>
		<title>Site Navigation Settings Missing in SharePoint 2007 Using IE9</title>
		<link>http://blog.sharepointrx.com/2012/11/21/site-navigation-settings-missing-in-sharepoint-2007-using-ie9/</link>
		<comments>http://blog.sharepointrx.com/2012/11/21/site-navigation-settings-missing-in-sharepoint-2007-using-ie9/#comments</comments>
		<pubDate>Wed, 21 Nov 2012 20:42:27 +0000</pubDate>
		<dc:creator>Russell Wright</dc:creator>
				<category><![CDATA[SharePoint General]]></category>

		<guid isPermaLink="false">https://sharepointruss.wordpress.com/?p=964</guid>
		<description><![CDATA[So let’s say you are using IE9 and you go to the Site Navigation Settings page on a 2007 SharePoint site and see this: And you scratch you head and wonder, “Where are all my navigation settings?”&#160; Perhaps you did this many moons ago and you think it’s just old age setting in.&#160; But a [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=964&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p align="left">So let’s say you are using IE9 and you go to the Site Navigation Settings page on a 2007 SharePoint site and see this:</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/11/image.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/11/image_thumb.png?w=650&#038;h=499" width="650" height="499" /></a></p>
<p align="left">And you scratch you head and wonder, “Where are all my navigation settings?”&#160; Perhaps you did this many moons ago and you think it’s just old age setting in.&#160; But a little Googling indicates you aren’t going crazy (or senile) and there’s some JavaScript issue with the page.</p>
<p align="left">Try this.&#160; Start IE9 without any add-ons by executing </p>
<p align="left">iexplore –extoff</p>
<p align="left">Then, navigate to the same page and voilà, your navigation editing area appears!</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/11/image1.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/11/image_thumb1.png?w=659&#038;h=719" width="659" height="719" /></a></p>
<p align="left">This must be due to some malcontent add-on.</p>
<p align="left">Enabling and disabling add-ons and refreshing your page brings you to NameCtrl Class being the add-on that seems to be causing the problem.&#160; Disabling this add-on fixes the issue…at least it did for me!</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/11/image2.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/11/image_thumb2.png?w=660&#038;h=305" width="660" height="305" /></a></p>
<p align="left">&#160;</p>
<p align="left">Search terms:</p>
<p align="left">NameCtrl Class Microsoft Corporation</p>
<p align="left">Add-on issues with IE9 and SharePoint 2007 navigation</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointruss.wordpress.com/964/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointruss.wordpress.com/964/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=964&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sharepointrx.com/2012/11/21/site-navigation-settings-missing-in-sharepoint-2007-using-ie9/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/529ec263b1ee677d087364d4a57530f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">SharePointRuss</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/11/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/11/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/11/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Project 2010 Sync with SharePoint 2010&#8211;Sorting It Out!</title>
		<link>http://blog.sharepointrx.com/2012/10/10/microsoft-project-2010-sync-with-sharepoint-2010sorting-it-out/</link>
		<comments>http://blog.sharepointrx.com/2012/10/10/microsoft-project-2010-sync-with-sharepoint-2010sorting-it-out/#comments</comments>
		<pubDate>Wed, 10 Oct 2012 20:40:09 +0000</pubDate>
		<dc:creator>Russell Wright</dc:creator>
				<category><![CDATA[SharePoint / Project Management]]></category>
		<category><![CDATA[SharePoint General]]></category>

		<guid isPermaLink="false">https://sharepointruss.wordpress.com/?p=954</guid>
		<description><![CDATA[The sync with Project 2010 is great, but there are some &#34;issues&#34; you might run in to.&#160; One of these is sorting the SharePoint task list so it matches up with Project.&#160; I&#8217;ve found the key to this is to add the WBS (Work Breakdown Structure) column to the sync columns and sort by the [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=954&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p align="left">The sync with Project 2010 is great, but there are some &quot;issues&quot; you might run in to.&#160; One of these is sorting the SharePoint task list so it matches up with Project.&#160; I&#8217;ve found the key to this is to add the WBS (Work Breakdown Structure) column to the sync columns and sort by the WBS column.&#160; For those not familiar with WBS, it is a hierarchical numbering scheme used for tasks in a project plan, similar to legal numbering of paragraphs, i.e. 1, 1.1, 1.1.1, 1.1.2, 2, 2.1, 2.2, 2.2.1, 2.2.2, etc.&#160; Using the WBS as a sort field allows you to keep the tasks in the project plan order.</p>
<p align="left">Add a simple text column called WBS to your SharePoint task list.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/10/image12.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb12.png?w=398&#038;h=504" width="398" height="504" /></a></p>
<p align="left">Using the Sync feature on Project Professional 2010, add the WBS column to the list of sync&#8217;d fields.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/10/image13.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb13.png?w=363&#038;h=184" width="363" height="184" /></a></p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/10/image14.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb14.png?w=466&#038;h=401" width="466" height="401" /></a></p>
<p align="left">Sync your project to SharePoint (that can have its own set of issues).</p>
<p align="left">Add the column as a primary sort column to your view.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/10/image15.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb15.png?w=347&#038;h=209" width="347" height="209" /></a></p>
<p align="left">Voilà!&#160; You are sorted by WBS!</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/10/image16.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb16.png?w=424&#038;h=207" width="424" height="207" /></a></p>
<p align="left">As you drill through the tasks, you&#8217;ll notice they are all in WBS order.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/10/image17.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb17.png?w=428&#038;h=186" width="428" height="186" /></a></p>
<p align="left">If you create a view that excludes folders, you&#8217;ll see something like this.&#160; The important thing to note is, since this view is excluding folders, the summary tasks are not shown, as they are implemented as folders in SharePoint.</p>
<p><a href="http://sharepointruss.files.wordpress.com/2012/10/image18.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb18.png?w=432&#038;h=532" width="432" height="532" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointruss.wordpress.com/954/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointruss.wordpress.com/954/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=954&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sharepointrx.com/2012/10/10/microsoft-project-2010-sync-with-sharepoint-2010sorting-it-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/529ec263b1ee677d087364d4a57530f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">SharePointRuss</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb12.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb13.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb14.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb15.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb16.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb17.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb18.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Launch form in a dialog doesn&#8217;t work correctly when displaying a list in datasheet view</title>
		<link>http://blog.sharepointrx.com/2012/10/02/launch-form-in-a-dialog-doesnt-work-correctly-when-displaying-a-list-in-datasheet-view/</link>
		<comments>http://blog.sharepointrx.com/2012/10/02/launch-form-in-a-dialog-doesnt-work-correctly-when-displaying-a-list-in-datasheet-view/#comments</comments>
		<pubDate>Wed, 03 Oct 2012 03:34:16 +0000</pubDate>
		<dc:creator>Russell Wright</dc:creator>
				<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[SharePoint General]]></category>

		<guid isPermaLink="false">https://sharepointruss.wordpress.com/?p=923</guid>
		<description><![CDATA[This was driving me nuts.&#160; I had a custom list in SharePoint 2010 and I wanted the new item form to NOT open in a dialog.&#160; No matter what I did, it kept opening in a dialog. Then I stumbled upon what was causing my issue!&#160; Whenever the list was displayed in a datasheet view [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=923&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p align="left">This was driving me nuts.&#160; I had a custom list in SharePoint 2010 and I wanted the new item form to <strong>NOT</strong> open in a dialog.&#160; No matter what I did, it kept opening in a dialog.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/10/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb.png?w=441&#038;h=207" width="441" height="207" /></a></p>
<p align="left">Then I stumbled upon what was causing my issue!&#160; Whenever the list was displayed in a datasheet view (which was my default), the new item form would always display in a modal dialog.</p>
<p align="left">List displayed in datasheet view.</p>
<p><a href="http://sharepointruss.files.wordpress.com/2012/10/image1.png"><img style="background-image:none;margin:0 7px 2px 0;padding-left:0;padding-right:0;display:inline;float:left;padding-top:0;border-width:0;" title="image" border="0" alt="image" align="left" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb1.png?w=486&#038;h=289" width="486" height="289" /></a></p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>Create a new entry…</p>
<p>&#160;</p>
<p><a href="http://sharepointruss.files.wordpress.com/2012/10/image2.png"><img style="background-image:none;margin:0;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb2.png?w=450&#038;h=261" width="450" height="261" /></a></p>
<p>&#160;</p>
<p>…and modal dialog is displayed (notice no master page &quot;chrome”).</p>
<p>&#160;</p>
<p><a href="http://sharepointruss.files.wordpress.com/2012/10/image3.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb3.png?w=649&#038;h=362" width="649" height="362" /></a></p>
<p>&#160;</p>
<p>Change to standard view…</p>
<p>&#160;</p>
<p><a href="http://sharepointruss.files.wordpress.com/2012/10/image4.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb4.png?w=414&#038;h=289" width="414" height="289" /></a></p>
<p>&#160;</p>
<p align="left">…and the form is opened up in single page mode (notice master page “chrome”).</p>
<p>&#160;</p>
<p><a href="http://sharepointruss.files.wordpress.com/2012/10/image5.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb5.png?w=548&#038;h=293" width="548" height="293" /></a></p>
<p>What’s up with that?</p>
<p align="left">An interesting thing to note is this problem also exists with Calendar lists.&#160; If you display a calendar list in anything other than a normal list view, the “Launch forms in a dialog” will not be respected when set to “No.”&#160; </p>
<p align="left">Again, if we set “Launch forms in a dialog” to “no” and view the calendar in “Calendar” view…</p>
<p align="left">&#160;</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/10/image6.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb6.png?w=384&#038;h=251" width="384" height="251" /></a></p>
<p align="left">&#160;</p>
<p align="left">…and attempt to create a new event while in this view…</p>
<p align="left">&#160;</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/10/image7.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb7.png?w=342&#038;h=233" width="342" height="233" /></a></p>
<p align="left">&#160;</p>
<p align="left">…the form opens in a dialog.</p>
<p align="left">&#160;</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/10/image8.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb8.png?w=553&#038;h=315" width="553" height="315" /></a></p>
<p align="left">&#160;</p>
<p align="left">If we change to the “All Events” view and attempt the same thing…</p>
<p align="left">&#160;</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/10/image9.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb9.png?w=390&#038;h=188" width="390" height="188" /></a></p>
<p align="left">&#160;</p>
<p align="left">The form is opened in a new page (no dialog).</p>
<p align="left">&#160;</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/10/image10.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb10.png?w=538&#038;h=314" width="538" height="314" /></a></p>
<p align="left">&#160;</p>
<p align="left">Perhaps this is the designed behavior, but if it is, I would recommend renaming the option to “Launch forms in a dialog when showing items in standard view.”</p>
<p align="left">The description of the option would lead one to believe there might be times when a dialog would not be displayed when you would <em>expect</em> it to be displayed…not the other way around.</p>
<p align="left">&#160;</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/10/image11.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/10/image_thumb11.png?w=430&#038;h=134" width="430" height="134" /></a></p>
<p align="left">&#160;</p>
<p align="left">I guess I shouldn’t be disappointed when I get “free” dialog forms.</p>
<p align="left">&#160;</p>
<p align="left">Keywords:</p>
<p>Launch form in a dialog broken</p>
<p>Launch form in a dialog doesn’t work for custom list</p>
<p>List view affects dialog form</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointruss.wordpress.com/923/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointruss.wordpress.com/923/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=923&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sharepointrx.com/2012/10/02/launch-form-in-a-dialog-doesnt-work-correctly-when-displaying-a-list-in-datasheet-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/529ec263b1ee677d087364d4a57530f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">SharePointRuss</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/10/image_thumb11.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Mystery Meat Navigation in SharePoint Designer 2010</title>
		<link>http://blog.sharepointrx.com/2012/07/30/mystery-meat-navigation-in-sharepoint-designer-2010/</link>
		<comments>http://blog.sharepointrx.com/2012/07/30/mystery-meat-navigation-in-sharepoint-designer-2010/#comments</comments>
		<pubDate>Tue, 31 Jul 2012 01:34:17 +0000</pubDate>
		<dc:creator>Russell Wright</dc:creator>
				<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">https://sharepointruss.wordpress.com/?p=905</guid>
		<description><![CDATA[One of my favorite topics is how Microsoft have forgotten to design user interfaces over the years, even though they published some books early on which defined the correct way to create a UI. When I really feel “in the mood,” I go back and browse Vincent Flanders’ Web Pages That Suck site.&#160; I’m constantly [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=905&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p align="left">One of my favorite topics is how Microsoft have forgotten to design user interfaces over the years, even though they published some books early on which defined the correct way to create a UI.</p>
<p align="left">When I really feel “in the mood,” I go back and browse Vincent Flanders’ <em><a href="http://www.webpagesthatsuck.com/dailysucker/">Web Pages That Suck</a></em> site.&#160; I’m constantly reminded from MS about some of their stupid interface design, usually executed for the sake of marketing flair, is not necessarily confined only to web UIs.&#160; It’s prevalent throughout all their products, if one simply looks for five minutes.</p>
<p align="left">Here’s one that always gets me, and it&#8217;s possible I’ve written about it in the past.&#160; </p>
<p align="left">This is an innocent tool ribbon (don’t get me started…) in SPD 2010 that has three items in a group called <em>Manage</em>, that don’t operate the same.&#160; Can you tell, “which one of these things is not like the others…which one of these things just doesn’t belong?”</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/07/image2.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/07/image_thumb2.png?w=303&#038;h=152" width="303" height="152" /></a></p>
<p align="left">I’ll give you a hint.&#160; It’s the one in the middle, which is an action button, while the ones on the outside are push buttons.&#160; </p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/07/image3.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/07/image_thumb3.png?w=291&#038;h=138" width="291" height="138" /></a></p>
<p align="left">This is what happens when programmers grow up without the benefit of ever having used a pushbutton car radio (not exactly, but you get the point).</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/07/image4.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/07/image_thumb4.png?w=603&#038;h=350" width="603" height="350" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointruss.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointruss.wordpress.com/905/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=905&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sharepointrx.com/2012/07/30/mystery-meat-navigation-in-sharepoint-designer-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/529ec263b1ee677d087364d4a57530f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">SharePointRuss</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/07/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/07/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/07/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>The Workbook Cannot be Opened&#8211;Excel Services SharePoint 2010</title>
		<link>http://blog.sharepointrx.com/2012/07/22/the-workbook-cannot-be-openedexcel-services-sharepoint-2010/</link>
		<comments>http://blog.sharepointrx.com/2012/07/22/the-workbook-cannot-be-openedexcel-services-sharepoint-2010/#comments</comments>
		<pubDate>Sun, 22 Jul 2012 23:06:09 +0000</pubDate>
		<dc:creator>Russell Wright</dc:creator>
				<category><![CDATA[Excel Services]]></category>
		<category><![CDATA[SharePoint Errors]]></category>
		<category><![CDATA[SharePoint Infrastructure]]></category>

		<guid isPermaLink="false">https://sharepointruss.wordpress.com/?p=893</guid>
		<description><![CDATA[I had recently applied Service Pack 1 to my SharePoint instance and was trying to open a workbook with Excel Services and was getting the error “the workbook cannot be opened.” The SharePoint logs were filled with this, the main issue being the message “Cannot open database “WSS_Content_SPRX2010” requested by the login.&#160; The login failed.&#160; [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=893&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p align="left">I had recently applied Service Pack 1 to my SharePoint instance and was trying to open a workbook with Excel Services and was getting the error “the workbook cannot be opened.” </p>
<p align="left">The SharePoint logs were filled with this, the main issue being the message “Cannot open database “WSS_Content_SPRX2010” requested by the login.&#160; The login failed.&#160; Login failed for user ‘RX\spservice’.&#160; <a href="#Continue">Continue reading after all the log messages</a>.</p>
<p align="left">&#160;</p>
<p align="left"><font size="1" face="Courier New">07/22/2012 17:02:53.56&#160;&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880i&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; System.Data.SqlClient.SqlException: Cannot open database &quot;WSS_Content_SPRX2010&quot; requested by the login. The login failed.&#160; Login failed for user &#8216;RX\spservice&#8217;.&#160;&#160;&#160;&#160; at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)&#160;&#160;&#160;&#160; at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)&#160;&#160;&#160;&#160; at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)&#160;&#160;&#160;&#160; at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)&#160;&#160;&#160;&#160; at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire,&#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6      <br />07/22/2012 17:02:53.56*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880i&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8230; SqlConnection owningObject)&#160;&#160;&#160;&#160; at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)&#160;&#160;&#160;&#160; at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)&#160;&#160;&#160;&#160; at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)&#160;&#160;&#160;&#160; at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, D&#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.56*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880i&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8230;bConnectionPool pool, DbConnection owningConnection)&#160;&#160;&#160;&#160; at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)&#160;&#160;&#160;&#160; at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)&#160;&#160;&#160;&#160; at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)&#160;&#160;&#160;&#160; at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)&#160;&#160;&#160;&#160; at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)&#160;&#160;&#160;&#160; at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)&#160;&#160;&#160;&#160; at System.Data.SqlClient.SqlConnection.Open()&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Utilit&#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.56*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880i&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8230;ies.SqlSession.OpenConnection()&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57&#160;&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880k&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, Boolean retryForDeadLock)&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command)&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Upgrade.SPDatabaseSequence.GetVersion(SPDatabase database, Guid id, Version defaultVersion, SqlSession session, SPDatabaseSequence sequence)&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Upgrade.SPDatabaseSequence.get_SchemaVersion()&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Upgrade.SPSequence.get_IsBackwardsCompatible()&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Upgrade.SPUpgradeSession.IsBackwardsCompatible(Object o, Boolean bRecurse)&#160;&#160;&#160;&#160; at Microsoft.ShareP&#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880k&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8230;oint.Administration.SPPersistedUpgradableObject.get_IsBackwardsCompatible()&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.ValidateBackwardsCompatibility()&#160;&#160;&#160;&#160; at Microsoft.SharePoint.SPSite.PreinitializeServer(SPRequest request)&#160;&#160;&#160;&#160; at Microsoft.SharePoint.SPSite.GetSPRequest()&#160;&#160;&#160;&#160; at Microsoft.SharePoint.SPSite.get_Request()&#160;&#160;&#160;&#160; at Microsoft.SharePoint.SPSite.SetAllowUnsafeUpdates(Boolean allowUnsafeUpdates)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.MossHost.SharePointHelperMethods.GetSite(String fileLocation, IClaimsIdentity claimsIdentity)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.MossHost.MossHostFileLoader.GetSPFile(IClaimsIdentity claimsIdentity)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.MossHost.MossHostFileLoader.CheckForPermissions(IClaimsIdentity claimsIdentity)&#160;&#160;&#160;&#160; at &#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880k&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8230;Microsoft.Office.Excel.Server.MossHost.MossHostHelperMethods.&lt;&gt;c__DisplayClass4.&lt;TryExecuteWithUserContext&gt;b__2()&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.MossHost.MossHostHelperMethods.WithEnsureClaimsIdentitySetOnThread(IClaimsIdentity claimsIdentity, MethodToRun action)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.MossHost.MossHostHelperMethods.TryExecuteWithUserContext(IIdentity userIdentity, Action`1 method)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.MossHost.MossHostFileLoader.Init(Uri uri, Guid requestSiteId, IIdentity currentIdentity, IExcelServerDocumentContext documentContext, FileLoaderHostInfo&amp; outFileLoaderHostInfo)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.CalculationServer.SharePointFileLoader.Init(Uri uri, Guid requestSiteId, IExcelServerDocumentContext documentContext)&#160;&#160;&#160;&#160; at Microsoft.Office.Ex&#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880k&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8230;cel.Server.CalculationServer.FileLoader.CreateFromTrustedLocationAndInit(Uri uri, TrustedLocation trustedLocationSettings, Guid requestSiteId, IExcelServerDocumentContext documentContext)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.CalculationServer.BaseWorkbookManager.GetBaseWorkbookAndMarkUsedAsync(AsyncHandler`1 callback, Object userState, Request request, Uri uri, Boolean newWorkbook, Boolean useCollection, Boolean loadedOnDemand)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.CalculationServer.Session.OpenWorkbookAsync(AsyncHandler`1 callback, Object userState, Request request, Uri url, Boolean loadedOnDemand)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.CalculationServer.Operations.OpenWorkbookOperation.StartExecution()&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.CalculationServer.Operations.Operation.RunOperationA&#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880k&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8230;sync()&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.CalculationServer.Operations.OperationSite.PrepareComplete(PrepareAsyncArgs args)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.AsyncArgsWithCallback`1.OneTimeCallback(T args)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.CalculationServer.Session.FinalizePrepare(PrepareAsyncArgs args)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.CalculationServer.Session.HandleTrimmedWorkbookReloading(UserOperation userOperation, PrepareAsyncArgs args)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.CalculationServer.Session.PrepareAsync(UserOperation userOperation, AsyncHandler`1 callback, Object userState)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.CalculationServer.Operations.OperationSite.ExecuteContainedOperationAsync(Object userState)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.CalculationServer.Operation&#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880k&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8230;s.OperationQueue.QueueOperationAsync(AsyncHandler`1 callback, Object userState, Operation[] operations, QueueOperationFlags flags, Int32 departureTimeout)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.CalculationServer.ExcelServiceBase.BeginProcessOperation(CommandParameter parameter, WebMethodBehaviorAttribute webMethodBehavior, WebMethodType webMethodType, AsyncCallback callback, Object state, UserOperation operation)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.CalculationServer.ExcelServiceSoap.BeginOpenWorkbook(CommandParameter parameter, OpenWorkbookInParameters inParameters, AsyncCallback callback, Object state)&#160;&#160;&#160;&#160; at AsyncInvokeBeginBeginOpenWorkbook(Object , Object[] , AsyncCallback , Object )&#160;&#160;&#160;&#160; at System.ServiceModel.Dispatcher.AsyncMethodInvoker.InvokeBegin(Object instance, Object[] inputs, A&#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880k&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8230;syncCallback callback, Object state)&#160;&#160;&#160;&#160; at Microsoft.Office.Excel.Server.CalculationServer.ExcelServiceHostFactory.OperationInvokerExceptionWrapper.InvokeBegin(Object instance, Object[] inputs, AsyncCallback callback, Object state)&#160;&#160;&#160;&#160; at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc)&#160;&#160;&#160;&#160; at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc)&#160;&#160;&#160;&#160; at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc)&#160;&#160;&#160;&#160; at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)&#160;&#160;&#160;&#160; at System.ServiceModel.Dispatcher.ChannelHandler.DispatchAndReleasePump(RequestContext request, Boolean cleanThread, OperationContext currentOperationContext)&#160;&#160;&#160;&#160; at System.ServiceModel.Dispa&#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880k&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8230;tcher.ChannelHandler.HandleRequest(RequestContext request, OperationContext currentOperationContext)&#160;&#160;&#160;&#160; at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(IAsyncResult result)&#160;&#160;&#160;&#160; at System.ServiceModel.Diagnostics.Utility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result)&#160;&#160;&#160;&#160; at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously)&#160;&#160;&#160;&#160; at System.ServiceModel.Channels.SecurityChannelListener`1.ReceiveItemAndVerifySecurityAsyncResult`2.InnerTryReceiveCompletedCallback(IAsyncResult result)&#160;&#160;&#160;&#160; at System.ServiceModel.Diagnostics.Utility.AsyncThunk.UnhandledExceptionFrame(IAsyncResult result)&#160;&#160;&#160;&#160; at System.ServiceModel.AsyncResult.Complete(Boolean completedSynchronously)&#160;&#160;&#160;&#160; at System.ServiceModel.Channels.InputQueue`1.AsyncQueueReader.Set(Item item)&#160;&#160;&#160; &#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880k&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8230; at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(Item item, Boolean canDispatchOnThisThread)&#160;&#160;&#160;&#160; at System.ServiceModel.Channels.InputQueue`1.EnqueueAndDispatch(T item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread)&#160;&#160;&#160;&#160; at System.ServiceModel.Channels.InputQueueChannel`1.EnqueueAndDispatch(TDisposable item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread)&#160;&#160;&#160;&#160; at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback, Boolean canDispatchOnThisThread)&#160;&#160;&#160;&#160; at System.ServiceModel.Channels.SingletonChannelAcceptor`3.Enqueue(QueueItemType item, ItemDequeuedCallback dequeuedCallback)&#160;&#160;&#160;&#160; at System.ServiceModel.Channels.HttpChannelListener.HttpContextReceived(HttpReque&#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880k&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8230;stContext context, ItemDequeuedCallback callback)&#160;&#160;&#160;&#160; at System.ServiceModel.Activation.HostedHttpTransportManager.HttpContextReceived(HostedHttpRequestAsyncResult result)&#160;&#160;&#160;&#160; at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.BeginRequest()&#160;&#160;&#160;&#160; at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.OnBeginRequest(Object state)&#160;&#160;&#160;&#160; at System.ServiceModel.PartialTrustHelpers.PartialTrustInvoke(ContextCallback callback, Object state)&#160;&#160;&#160;&#160; at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.OnBeginRequestWithFlow(Object state)&#160;&#160;&#160;&#160; at System.ServiceModel.Channels.IOThreadScheduler.CriticalHelper.WorkItem.Invoke2()&#160;&#160;&#160;&#160; at System.ServiceModel.Channels.IOThreadScheduler.CriticalHelper.WorkItem.Invoke()&#160;&#160;&#160;&#160; at System.ServiceModel.Channels.IOThreadScheduler.CriticalHel&#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880k&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8230;per.ProcessCallbacks()&#160;&#160;&#160;&#160; at System.ServiceModel.Channels.IOThreadScheduler.CriticalHelper.CompletionCallback(Object state)&#160;&#160;&#160;&#160; at System.ServiceModel.Channels.IOThreadScheduler.CriticalHelper.ScheduledOverlapped.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)&#160;&#160;&#160;&#160; at System.ServiceModel.Diagnostics.Utility.IOCompletionThunk.UnhandledExceptionFrame(UInt32 error, UInt32 bytesRead, NativeOverlapped* nativeOverlapped)&#160;&#160;&#160;&#160; at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)&#160;&#160;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57&#160;&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880j&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; SqlError: &#8216;Cannot open database &quot;WSS_Content_SPRX2010&quot; requested by the login. The login failed.&#8217;&#160;&#160;&#160; Source: &#8216;.Net SqlClient Data Provider&#8217; Number: 4060 State: 1 Class: 11 Procedure: &#8221; LineNumber: 65536 Server: &#8216;rxdb&#8217;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57&#160;&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 880j&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; SqlError: &#8216;Login failed for user &#8216;RX\spservice&#8217;.'&#160;&#160;&#160; Source: &#8216;.Net SqlClient Data Provider&#8217; Number: 18456 State: 1 Class: 14 Procedure: &#8221; LineNumber: 65536 Server: &#8216;rxdb&#8217;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57&#160;&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 3760&#160;&#160;&#160; Critical&#160;&#160;&#160; SQL Database &#8216;WSS_Content_SPRX2010&#8242; on SQL Server instance &#8216;rxdb&#8217; not found. Additional error information from SQL Server is included below.&#160; Cannot open database &quot;WSS_Content_SPRX2010&quot; requested by the login. The login failed.&#160; Login failed for user &#8216;RX\spservice&#8217;.&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57&#160;&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Database&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; tzku&#160;&#160;&#160; High&#160;&#160;&#160;&#160;&#160;&#160;&#160; ConnectionString: &#8216;Data Source=rxdb;Initial Catalog=WSS_Content_SPRX2010;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15&#8242;&#160;&#160;&#160; ConnectionState: Closed ConnectionTimeout: 15&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57&#160;&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Upgrade&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; fbv7&#160;&#160;&#160; Unexpected&#160;&#160;&#160; [w3wp] [SPUpgradeSession] [ERROR] [7/22/2012 5:02:53 PM]: IsBackwardsCompatible [SPContentDatabase Name=WSS_Content_SPRX2010] failed.&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57&#160;&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Upgrade&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; fbv7&#160;&#160;&#160; Unexpected&#160;&#160;&#160; [w3wp] [SPUpgradeSession] [ERROR] [7/22/2012 5:02:53 PM]: Exception: Cannot open database &quot;WSS_Content_SPRX2010&quot; requested by the login. The login failed.&#160; Login failed for user &#8216;RX\spservice&#8217;.&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57&#160;&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Upgrade&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; fbv7&#160;&#160;&#160; Unexpected&#160;&#160;&#160; [w3wp] [SPUpgradeSession] [ERROR] [7/22/2012 5:02:53 PM]:&#160;&#160;&#160; at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)&#160;&#160;&#160;&#160; at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)&#160;&#160;&#160;&#160; at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)&#160;&#160;&#160;&#160; at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)&#160;&#160;&#160;&#160; at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)&#160;&#160;&#160;&#160; at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(Strin&#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Upgrade&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; fbv7&#160;&#160;&#160; Unexpected&#160;&#160;&#160; &#8230;g host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)&#160;&#160;&#160;&#160; at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)&#160;&#160;&#160;&#160; at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)&#160;&#160;&#160;&#160; at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)&#160;&#160;&#160;&#160; at System.Data.ProviderBase.DbConnectionFactory&#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Upgrade&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; fbv7&#160;&#160;&#160; Unexpected&#160;&#160;&#160; &#8230;.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)&#160;&#160;&#160;&#160; at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)&#160;&#160;&#160;&#160; at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)&#160;&#160;&#160;&#160; at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)&#160;&#160;&#160;&#160; at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)&#160;&#160;&#160;&#160; at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)&#160;&#160;&#160;&#160; at System.Data.SqlClient.SqlConnection.Open()&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Utilities.SqlSession.OpenConnection()&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlComman&#8230;&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br />07/22/2012 17:02:53.57*&#160;&#160;&#160; w3wp.exe (0x0E74)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0x09C8&#160;&#160;&#160; SharePoint Foundation&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Upgrade&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; fbv7&#160;&#160;&#160; Unexpected&#160;&#160;&#160; &#8230;d command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, Boolean retryForDeadLock)&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command)&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Upgrade.SPDatabaseSequence.GetVersion(SPDatabase database, Guid id, Version defaultVersion, SqlSession session, SPDatabaseSequence sequence)&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Upgrade.SPDatabaseSequence.get_SchemaVersion()&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Upgrade.SPSequence.get_IsBackwardsCompatible()&#160;&#160;&#160;&#160; at Microsoft.SharePoint.Upgrade.SPUpgradeSession.IsBackwardsCompatible(Object o, Boolean bRecurse)&#160;&#160;&#160; 61486a15-6606-4f31-b9f1-385c24e303d6       <br /></font></p>
<p id="Continue" align="left">Continue reading here&#8230;</p>
<p align="left">Turns out the spservice account was missing on the content database.&#160; I’m not sure why this occurred and whether is was related to the SP1 installation (I could’ve sworn it worked before).&#160; </p>
<p align="left">Here are some blogs that pointed me in the right direction.&#160; </p>
<p align="left"><a title="http://stepbistep.net/2012/06/29/the-workbook-cannot-be-opened-excel-services-error-on-sharepoint-2010/" href="http://stepbistep.net/2012/06/29/the-workbook-cannot-be-opened-excel-services-error-on-sharepoint-2010/">http://stepbistep.net/2012/06/29/the-workbook-cannot-be-opened-excel-services-error-on-sharepoint-2010/</a></p>
<p align="left"><a title="http://blogs.msdn.com/b/jjameson/archive/2010/05/04/the-workbook-cannot-be-opened-error-with-sharepoint-server-2010-and-tfs-2010.aspx" href="http://blogs.msdn.com/b/jjameson/archive/2010/05/04/the-workbook-cannot-be-opened-error-with-sharepoint-server-2010-and-tfs-2010.aspx">http://blogs.msdn.com/b/jjameson/archive/2010/05/04/the-workbook-cannot-be-opened-error-with-sharepoint-server-2010-and-tfs-2010.aspx</a></p>
<p align="left">Basically, you can use PowerShell on your Web App on which Excel Services is not working.&#160; <a href="http://sharepointruss.files.wordpress.com/2012/07/image1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/07/image_thumb1.png?w=648&#038;h=71" width="648" height="71" /></a></p>
<p align="left">$webApp = Get-SPWebApplication “http://YourWebApp”</p>
<p align="left">$webApp.GrantAccessToProcessIdentity(“DOMAIN\ServiceAccount”)</p>
<p align="left">After doing this I noticed by spservice account had been granted access in SQL to the database, as shown in the screenshot.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/07/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/07/image_thumb.png?w=266&#038;h=357" width="266" height="357" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointruss.wordpress.com/893/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointruss.wordpress.com/893/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=893&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sharepointrx.com/2012/07/22/the-workbook-cannot-be-openedexcel-services-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/529ec263b1ee677d087364d4a57530f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">SharePointRuss</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/07/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/07/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Workflow Status Field Name/Value Pairs</title>
		<link>http://blog.sharepointrx.com/2012/06/20/workflow-status-field-namevalue-pairs/</link>
		<comments>http://blog.sharepointrx.com/2012/06/20/workflow-status-field-namevalue-pairs/#comments</comments>
		<pubDate>Thu, 21 Jun 2012 00:00:06 +0000</pubDate>
		<dc:creator>Russell Wright</dc:creator>
				<category><![CDATA[SharePoint Workflow]]></category>

		<guid isPermaLink="false">https://sharepointruss.wordpress.com/?p=889</guid>
		<description><![CDATA[If you need to check the status of a workflow within another workflow, you can check its status value.&#160; These values can also be used to create filters within views. Not Started 0 Failed on Start 1 In Progress 2 Error Occurred 3 Canceled 4 Completed 5 Failed on Start (retrying) 6 Error Occurred (retrying) [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=889&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p align="left">If you need to check the status of a workflow within another workflow, you can check its status value.&#160; These values can also be used to create filters within views.</p>
<ul>
<li>Not Started 0</li>
<li>Failed on Start 1</li>
<li>In Progress 2 </li>
<li>Error Occurred 3</li>
</ul>
<ul>
<li>Canceled 4</li>
</ul>
<ul>
<li>Completed 5</li>
</ul>
<ul>
<li>Failed on Start (retrying) 6</li>
<li>Error Occurred (retrying) 7</li>
<li>View Query Overflow 8</li>
<li>Canceled 15</li>
<li>Approved 16</li>
<li>Rejected 17</li>
</ul>
<p>Not sure what the values 8-14 are.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointruss.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointruss.wordpress.com/889/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=889&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sharepointrx.com/2012/06/20/workflow-status-field-namevalue-pairs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/529ec263b1ee677d087364d4a57530f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">SharePointRuss</media:title>
		</media:content>
	</item>
		<item>
		<title>Add a Link to a Document to get around file size Limitation</title>
		<link>http://blog.sharepointrx.com/2012/03/16/add-a-link-to-a-document-to-get-around-file-size-limitation/</link>
		<comments>http://blog.sharepointrx.com/2012/03/16/add-a-link-to-a-document-to-get-around-file-size-limitation/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 16:04:07 +0000</pubDate>
		<dc:creator>Russell Wright</dc:creator>
				<category><![CDATA[SharePoint General]]></category>

		<guid isPermaLink="false">https://sharepointruss.wordpress.com/?p=881</guid>
		<description><![CDATA[Many times SharePoint users run into the maximum file size allowed on their SharePoint farm and the SharePoint administrator won&#8217;t change the rules and allow larger files. One way to get around this is to enable the &#34;Link to a Document&#34; content type on and store the file on an available file share.&#160; Here&#8217;s how [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=881&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p align="left">Many times SharePoint users run into the maximum file size allowed on their SharePoint farm and the SharePoint administrator won&#8217;t change the rules and allow larger files.</p>
<p align="left">One way to get around this is to enable the &quot;Link to a Document&quot; content type on and store the file on an available file share.&#160; Here&#8217;s how you do it in 2007.&#160; It&#8217;s similar in 2010.</p>
<p align="left">Go to Document Library Settings.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/03/image.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/03/image_thumb.png?w=492&#038;h=347" width="492" height="347" /></a></p>
<p align="left">Click on Advanced.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/03/image1.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/03/image_thumb1.png?w=359&#038;h=317" width="359" height="317" /></a></p>
<p align="left">Enable management of content types.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/03/image2.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/03/image_thumb2.png?w=640&#038;h=115" width="640" height="115" /></a></p>
<p align="left">Click on Add from existing site content types.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/03/image3.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/03/image_thumb3.png?w=429&#038;h=170" width="429" height="170" /></a></p>
<p align="left">Add &quot;Link to a Document&quot; and click OK.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/03/image4.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/03/image_thumb4.png?w=550&#038;h=351" width="550" height="351" /></a></p>
<p align="left">&quot;Link to a Document&quot; should now show up in the list of content types for your library.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/03/image5.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/03/image_thumb5.png?w=387&#038;h=218" width="387" height="218" /></a></p>
<p align="left">Navigate back to your document library and click on the New drop-down and select &quot;Link to a Document.&quot;&#160; </p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/03/image6.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/03/image_thumb6.png?w=366&#038;h=266" width="366" height="266" /></a></p>
<p align="left">If you attempt to enter a file:// URL to the file on your server, you&#8217;ll probably get an error, so put in a dummy URL that begins with <a href="http://.&#038;#160" rel="nofollow">http://.&#038;#160</a>; Here&#8217;s an example URL.&#160; http<a title="file://wplnet/public/Aims/TRAX/BigFile.csv" href="http://wplnet/public/Aims/TRAX/BigFile.csv">://wplnet/public/Aims/TRAX/BigFile.csv</a>.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/03/image7.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/03/image_thumb7.png?w=667&#038;h=300" width="667" height="300" /></a></p>
<p align="left">Edit the properties of the link.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/03/image8.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/03/image_thumb8.png?w=382&#038;h=381" width="382" height="381" /></a></p>
<p align="left">Change the http:// prefix to file://</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/03/image9.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/03/image_thumb9.png?w=652&#038;h=347" width="652" height="347" /></a></p>
<p align="left">Click on the link and you should be directed to the file on the server.</p>
<p align="left"><a href="http://sharepointruss.files.wordpress.com/2012/03/image10.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointruss.files.wordpress.com/2012/03/image_thumb10.png?w=635&#038;h=322" width="635" height="322" /></a></p>
<p align="left">A similar process can be used for SharePoint 2010.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointruss.wordpress.com/881/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointruss.wordpress.com/881/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sharepointrx.com&#038;blog=8450867&#038;post=881&#038;subd=sharepointruss&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sharepointrx.com/2012/03/16/add-a-link-to-a-document-to-get-around-file-size-limitation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/529ec263b1ee677d087364d4a57530f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">SharePointRuss</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/03/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/03/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/03/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/03/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/03/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/03/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/03/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/03/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/03/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/03/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointruss.files.wordpress.com/2012/03/image_thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
	</channel>
</rss>
