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

<channel>
	<title>The UC Corner &#187; Sharepoint 2010</title>
	<atom:link href="http://www.uccorner.com/category/sharepoint/sharepoint2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uccorner.com</link>
	<description>Unified Communications: Sharepoint, OCS, mobile communications and collaboration.</description>
	<lastBuildDate>Fri, 15 Jul 2011 09:31:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Cascading Drop Down Sharepoint Foundation 2010</title>
		<link>http://www.uccorner.com/253/sharepoint/cascading-drop-down-sharepoint-foundation-2010/</link>
		<comments>http://www.uccorner.com/253/sharepoint/cascading-drop-down-sharepoint-foundation-2010/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 09:27:57 +0000</pubDate>
		<dc:creator>Audun M. Solheim</dc:creator>
				<category><![CDATA[Foundation 2010]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[cascading drop down]]></category>

		<guid isPermaLink="false">http://www.uccorner.com/?p=253</guid>
		<description><![CDATA[<p>After the release of Sharepoint 2010, the request for Cascading Drop Down, filtered drop down, dependent drop down or what you call them is not so common anymore. The reason for this is of course the Managed Metadata Service, which is included in Sharepoint Server 2010.</p> <p>There are still times, however, when you&#8217;d want to use the functionality [...]]]></description>
			<content:encoded><![CDATA[<p>After the release of Sharepoint 2010, the request for Cascading Drop Down, filtered drop down, dependent drop down or what you call them is not so common anymore. The reason for this is of course the Managed Metadata Service, which is included in Sharepoint Server 2010.</p>
<p>There are still times, however, when you&#8217;d want to use the functionality below to filter your drop downs. If you for instance are running Sharepoint Foundation, not Server, you won&#8217;t have the Managed Metadata Service available at all. Or perhaps you are running server, but you want to use list data and not terms from the term store.</p>
<p><strong><a title="Cascading Drop down 2007" href="http://www.uccorner.com/54/sharepoint/cascading-drop-down/">Read more about Cascading Drop Down in my previous post for Sharepoint 2007.</a></strong></p>
<p><strong>The solution<br />
</strong>The solution below is tested with Sharepoint 2010, and is basically the same procedure as the one for 2007. The list is still standard Sharepoint, which gives great flexibility and stability. This way, the filtering is done in the forms for creating and editing elements. Because of this, you don&#8217;t even have access to the server to implement this.</p>
<p><em>1. Add the Jacascript</em><br />
Download the Jquery file <a href="http://code.jquery.com/jquery-1.6.2.min.js" target="_blank">jquery-1.6.2.min.js</a> by Jquery.com. Download <a title="jquery" href="http://spservices.codeplex.com/" target="_blank">jquery.SPServices-0.6.2.zip</a> from the Jquery Library for Sharepoint Codeplex site (newer version is probably also OK). Upload jquery-1.6.2.min.js and jquery.SPServices-0.6.2.min.js (from the zip file) to a document library that everyone accessing your site has access to (a library on the top level site can be wise).</p>
<p><em>2. Create your relationship lists</em><br />
Make two lists, one for the parent (Country) and one for the child (City):</p>
<p>Countries list:<br />
<a href="http://www.uccorner.com/wp-content/uploads/2011/07/countries.png"><img class="alignnone size-full wp-image-255" title="countries list" src="http://www.uccorner.com/wp-content/uploads/2011/07/countries.png" alt="" width="226" height="110" /></a></p>
<p>Cities list:<br />
<a href="http://www.uccorner.com/wp-content/uploads/2011/07/cities.png"><img class="alignnone size-full wp-image-256" title="cities" src="http://www.uccorner.com/wp-content/uploads/2011/07/cities.png" alt="" width="478" height="181" /></a><br />
The Country column can be a look up from the Countries list, but you can just as well use a standard single line of  text column, which I have done here. This can theoretically give better performance, but you must of course be precise when filling out the County column so that the values here matches the ones in the Countries list.</p>
<p><em>3. Create the list that is actually using the Drop Down</em></p>
<p>Vacation Plans list:<br />
<a href="http://www.uccorner.com/wp-content/uploads/2011/07/vacation-plans.png"><img class="alignnone size-full wp-image-257" title="vacation plans" src="http://www.uccorner.com/wp-content/uploads/2011/07/vacation-plans.png" alt="" width="607" height="47" /></a></p>
<p>This is the list where I want my Cascading Drop Downs. Country and City are lookup columns against Countries and Cities lists. The lookups goes against the title field in the respective columns.</p>
<p><em>4. Make the magic happen<br />
</em>In Sharepoint Designer, create your own NewForm.aspx (or EditForm.aspx, you&#8217;ll need both if you want it to work when editing items). Editing forms is a lot easier now with Designer 2010.</p>
<pre>Just below
&lt;asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server"&gt;</pre>
<p>insert this code:</p>
<pre>&lt;script language="javascript" type="text/javascript" src="/address to document library/jquery-1.6.2.min.js"&gt;&lt;/script&gt;
&lt;script language="javascript" type="text/javascript" src="/address to document library/jquery.SPServices-0.0.6.min.js"&gt;&lt;/script&gt;
&lt;script language="javascript" type="text/javascript"&gt;
 $(document).ready(function() {
  $().SPServices.SPCascadeDropdowns({
   relationshipList: "Cities",
   relationshipListParentColumn: "Country",
   relationshipListChildColumn: "Title",
   parentColumn: "Country",
   childColumn: "City",
   debug: true
  });

 });
&lt;/script&gt;

Save and create a new item using your new form:</pre>
<p><a href="http://www.uccorner.com/wp-content/uploads/2011/07/vacation.png"><img class="alignnone size-full wp-image-259" title="vacation" src="http://www.uccorner.com/wp-content/uploads/2011/07/vacation.png" alt="" width="627" height="364" /></a><br />
Voila!</p>
<p><em>5.Explained</em>:<br />
relationshipList: &#8220;Cities&#8221; : this is the name of the relationship list = the list containing parent and child<br />
relationshipListParentColumn: &#8220;Country&#8221; : Column name from the Cities list<br />
relationshipListChildColumn: &#8220;Title&#8221; : Column name from the Cities list<br />
parentColumn: &#8220;Country&#8221;: Column name from the list where the drop down is = Vacation Plans<br />
childColumn: &#8220;City&#8221;: Column name from the list where the drop down is = Vacation Plans</p>
<p>You have lost of other options explained at the <a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPCascadeDropdowns&amp;referringTitle=Documentation" target="_blank">project site on Codeplex</a> like sorting, multiple levels and so on.</p>
<p>Thanks to <a href="http://mdasblog.wordpress.com">Marc D. Anderson</a> for making this available.</p>
<p><em>I tested this on Sharepoint Server Enterprise 2010 with Service Pack 1 installed. It should work just as fine on Sharepoint Foundation. My installation is English Sharepoint with Norwegian Language Pack, but pure English should be jsut as fine.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.uccorner.com/253/sharepoint/cascading-drop-down-sharepoint-foundation-2010/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>KDC_ERR_S_PRINCIPAL_UNKNOWN</title>
		<link>http://www.uccorner.com/242/sharepoint/kdc_err_s_principal_unknown/</link>
		<comments>http://www.uccorner.com/242/sharepoint/kdc_err_s_principal_unknown/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 14:27:39 +0000</pubDate>
		<dc:creator>Audun M. Solheim</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[kerberos]]></category>

		<guid isPermaLink="false">http://www.uccorner.com/?p=242</guid>
		<description><![CDATA[<p>I got this error in the event log on a fresh Sharepoint Server 2010 February Cumulative Update installation:</p> A Kerberos Error Message was received: on logon session Client Time: Server Time: 17:6:26.0000 4/2/2011 Z Error Code: 0x7 KDC_ERR_S_PRINCIPAL_UNKNOWN Extended Error: 0xc0000035 KLIN(0) Client Realm: Client Name: Server Realm: DOMAIN.LOCAL Server Name: MSSQLSvc/sqlserver.domain.local:1433 Target Name: MSSQLSvc/sqlserver.domain.local:1433@DOMAIN.LOCAL [...]]]></description>
			<content:encoded><![CDATA[<p>I got this error in the event log on a fresh Sharepoint Server 2010 February Cumulative Update installation:</p>
<pre>A Kerberos Error Message was received:
 on logon session
 Client Time:
 Server Time: 17:6:26.0000 4/2/2011 Z
 Error Code: 0x7 KDC_ERR_S_PRINCIPAL_UNKNOWN
 Extended Error: 0xc0000035 KLIN(0)
 Client Realm:
 Client Name:
 Server Realm: DOMAIN.LOCAL
 Server Name: MSSQLSvc/sqlserver.domain.local:1433
 Target Name: MSSQLSvc/sqlserver.domain.local:1433@DOMAIN.LOCAL
 Error Text:
 File: 9
 Line: f09
 Error Data is in record data.</pre>
<p>Solution:</p>
<p><span id="more-242"></span>The error is due to a dual SPN entry. I found this with</p>
<pre>ldifde -f dump_spn.txt -d "dc=domain,dc=local" -p subtree -r "(servicePrincipalName=MSSQLSvc/sharepointsql*)" -l servicePrincipalName</pre>
<p>I found that another account in addition to the SQL Server Service account had registered a SPN.</p>
<p>This was removed with adsiedit.msc: Navigate to the correct OU/User, and remove the servicePrinicpalName entry.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.uccorner.com/242/sharepoint/kdc_err_s_principal_unknown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content Query Web Part &#8211; image on left with formatted date and description</title>
		<link>http://www.uccorner.com/231/sharepoint/content-query-web-part-image-on-left-with-formatted-date-and-description/</link>
		<comments>http://www.uccorner.com/231/sharepoint/content-query-web-part-image-on-left-with-formatted-date-and-description/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 18:38:19 +0000</pubDate>
		<dc:creator>Audun M. Solheim</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2007]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[cqwp]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[itemstyle]]></category>
		<category><![CDATA[xsl]]></category>

		<guid isPermaLink="false">http://www.uccorner.com/?p=231</guid>
		<description><![CDATA[<p>There are tons of blog posts about using the Content Query Web Part to show for example news from an Announcement list. I myself learned a lot from this Heather Solomon post a couple of years ago.</p> <p>In this post I am going to show you step by step how to create an Item Style [...]]]></description>
			<content:encoded><![CDATA[<p>There are tons of blog posts about using the Content Query Web Part to show for example news from an Announcement list. I myself learned a lot from <a href="http://www.heathersolomon.com/blog/articles/CustomItemStyle.aspx" target="_blank">this </a>Heather Solomon post a couple of years ago.</p>
<p>In this post I am going to show you step by step how to create an Item Style for your CQWP that displays an announcements image, title, date and the first 250 characters of the description. This works for Sharepoint Server 2010, and unlike 2007 you don&#8217;t have to export the CQWP and change the code &#8211; no notepad this time!</p>
<p>&nbsp;</p>
<p>1. For best practise, I created my own Content Type inheriting from the Announcement Content Type. Lets call this <em>CompanyAnnoucement</em>. To <em>CompanyAnnoucement </em>I added an existing site colum: <em>Rollup Image</em>. Add <em>CompanyAnnoucement </em>to the list(s) you want. If lots of people needs direction on this step, I&#8217;ll make a blog post about it.</p>
<p><span id="more-231"></span></p>
<p>&nbsp;</p>
<p>2. Open your top-level site in Sharepoint Designer, click &#8220;All Files &#8211; Style Library &#8211; XSL Style Sheets &#8211; ItemStyle.xsl&#8221; and click <em>Edit </em>(Also, make a copy here before you make any changes, if you break this file, e.g. have a typo, none of your CQWP&#8217;s will work and display this error message:</p>
<p><em>Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator.</em></p>
<p>&nbsp;</p>
<p>3. In the top of the file, add this line so we can format the date further down the road:</p>
<pre>xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime"</pre>
<p>&nbsp;</p>
<p>4. Copy the Default Template (This is the &#8220;Image on Left&#8221; style).  Change the first line to</p>
<pre>&lt;xsl:template name="CompanyAnnouncement" match="Row[@Style='CompanyAnnouncement']" mode="itemstyle"&gt;</pre>
<p>&nbsp;</p>
<p>5.  Add this at the bottom of the variables section:</p>
<pre>&lt;xsl:variable name="Created"&gt; &lt;xsl:value-of select="ddwrt:FormatDateTime(string(@Created) ,1033 ,'dd.MM.yyyy')" /&gt;&lt;/xsl:variable&gt;</pre>
<p>&nbsp;</p>
<p>6. Change the title-part (the xsl:value-of select=&#8221;$DisplayTitle&#8221;-section to:</p>
<pre>&lt;strong&gt;&lt;xsl:value-of select="$DisplayTitle"/&gt; - &lt;xsl:value-of select="$Created"/&gt;&lt;/strong&gt;&lt;/a&gt;
&lt;div&gt; &lt;xsl:value-of select="substring(@Description,1,250)" disable-output-escaping="yes" /&gt;&lt;xsl:if test="string-length(@Description) &amp;gt; 250"&gt;...&lt;/xsl:if&gt;&lt;/div&gt;

<span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px; white-space: normal;">This displays the created-date in your previously specified format, and the first 250 characters of the description, and ... if there are more text in the description than being displayed.
</span><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px; white-space: normal;">Save and remember to publish ItemStyle.xsl!</span></pre>
<p>&nbsp;</p>
<p>7. Add a CQWP where you want it. In the CQWP settings, set the <em>Source </em>under <em>Query </em>as you like.</p>
<p>Under <em>Presentation &#8211; Styles &#8211; Item style</em>, choose <em>CompanyAnnouncement </em>that you should see here now.</p>
<p>Under <em>Fields to display</em>, set <em>Image </em>to <em>&#8220;Rollup Image;&#8221;</em>, <em>Title </em>to &#8220;<em>Title</em>&#8221; (both should already be set), and <em>Description </em>to &#8220;<em>Body</em>;&#8221;.</p>
<p>Click OK and you&#8217;re set to go:</p>
<p>&nbsp;</p>
<p>﻿<a href="http://www.uccorner.com/wp-content/uploads/2011/03/CQWP.png"><img class="alignnone size-full wp-image-232" title="CQWP" src="http://www.uccorner.com/wp-content/uploads/2011/03/CQWP.png" alt="" width="698" height="66" /></a></p>
<p>And yes &#8211; you are free to style this more beautiful than I can:)</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>If you don&#8217;t want to enter Sharepoint Designer and do this without code (and without being able to style the output yourself and including date, you can take a look at <a href="http://blogs.msdn.com/b/mvpawardprogram/archive/2011/05/23/mvps-for-sharepoint-2010-rolling-up-news-articles-in-sharepoint-server-2010-with-the-content-query-web-part.aspx" target="_blank">this</a> blog post.</p>
<p>&nbsp;</p>
<p><strong><em>Update: complete code below</em></strong></p>
<p>Here is the code in part 3), starting from the absolute top of ItemStyle.xsl:</p>
<p>&lt;xsl:stylesheet   version=&#8221;1.0&#8243;<br />
exclude-result-prefixes=&#8221;x d xsl msxsl cmswrt&#8221;<br />
xmlns:ddwrt=&#8221;http://schemas.microsoft.com/WebParts/v2/DataView/runtime&#8221;<br />
xmlns:x=&#8221;http://www.w3.org/2001/XMLSchema&#8221;<br />
xmlns:d=&#8221;http://schemas.microsoft.com/sharepoint/dsp&#8221;<br />
xmlns:cmswrt=&#8221;http://schemas.microsoft.com/WebParts/v3/Publishing/runtime&#8221;<br />
xmlns:xsl=&#8221;http://www.w3.org/1999/XSL/Transform&#8221;<br />
xmlns:msxsl=&#8221;urn:schemas-microsoft-com:xslt&#8221;&gt;</p>
<p>&nbsp;</p>
<p>And here is the code in part 4)-6), starting just below the closing tag of the Default template. In my ItemStyle this is line 82.</p>
<p>&lt;xsl:template name=&#8221;CompanyAnnouncement&#8221; match=&#8221;Row[@Style='CompanyAnnouncement']&#8221; mode=&#8221;itemstyle&#8221;&gt;<br />
&lt;xsl:variable name=&#8221;SafeLinkUrl&#8221;&gt;<br />
&lt;xsl:call-template name=&#8221;OuterTemplate.GetSafeLink&#8221;&gt;<br />
&lt;xsl:with-param name=&#8221;UrlColumnName&#8221; select=&#8221;&#8216;LinkUrl&#8217;&#8221;/&gt;<br />
&lt;/xsl:call-template&gt;<br />
&lt;/xsl:variable&gt;<br />
&lt;xsl:variable name=&#8221;SafeImageUrl&#8221;&gt;<br />
&lt;xsl:call-template name=&#8221;OuterTemplate.GetSafeStaticUrl&#8221;&gt;<br />
&lt;xsl:with-param name=&#8221;UrlColumnName&#8221; select=&#8221;&#8216;ImageUrl&#8217;&#8221;/&gt;<br />
&lt;/xsl:call-template&gt;        &lt;/xsl:variable&gt;        &lt;xsl:variable name=&#8221;DisplayTitle&#8221;&gt;<br />
&lt;xsl:call-template name=&#8221;OuterTemplate.GetTitle&#8221;&gt;<br />
&lt;xsl:with-param name=&#8221;Title&#8221; select=&#8221;@Title&#8221;/&gt;<br />
&lt;xsl:with-param name=&#8221;UrlColumnName&#8221; select=&#8221;&#8216;LinkUrl&#8217;&#8221;/&gt;<br />
&lt;/xsl:call-template&gt;<br />
&lt;/xsl:variable&gt;<br />
&lt;xsl:variable name=&#8221;Created&#8221;&gt;<br />
&lt;xsl:value-of select=&#8221;ddwrt:FormatDateTime(string(@Created) ,1044 ,&#8217;dd.MM.yyyy&#8217;)&#8221; /&gt;<br />
&lt;/xsl:variable&gt;<br />
&lt;div&gt;<br />
&lt;xsl:if test=&#8221;string-length($SafeImageUrl) != 0&#8243;&gt;<br />
&lt;div&gt;<br />
&lt;a href=&#8221;{$SafeLinkUrl}&#8221; onclick=&#8221;return OpenDialog(&#8216;{$SafeLinkUrl}&#8217;);&#8221;&gt;<br />
&lt;xsl:if test=&#8221;$ItemsHaveStreams = &#8216;True&#8217;&#8221;&gt;<br />
&lt;xsl:attribute name=&#8221;onclick&#8221;&gt;<br />
&lt;xsl:value-of select=&#8221;@OnClickForWebRendering&#8221;/&gt;<br />
&lt;/xsl:attribute&gt;<br />
&lt;/xsl:if&gt;<br />
&lt;xsl:if test=&#8221;$ItemsHaveStreams != &#8216;True&#8217; and @OpenInNewWindow = &#8216;True&#8217;&#8221;&gt;<br />
&lt;xsl:attribute name=&#8221;onclick&#8221;&gt;<br />
&lt;xsl:value-of disable-output-escaping=&#8221;yes&#8221; select=&#8221;$OnClickTargetAttribute&#8221;/&gt;<br />
&lt;/xsl:attribute&gt;<br />
&lt;/xsl:if&gt;<br />
&lt;img src=&#8221;{$SafeImageUrl}&#8221; title=&#8221;{@ImageUrlAltText}&#8221;&gt;<br />
&lt;xsl:if test=&#8221;$ImageWidth != &#8221;&#8221;&gt;<br />
&lt;xsl:attribute name=&#8221;width&#8221;&gt;<br />
&lt;xsl:value-of select=&#8221;$ImageWidth&#8221; /&gt;<br />
&lt;/xsl:attribute&gt;<br />
&lt;/xsl:if&gt;<br />
&lt;xsl:if test=&#8221;$ImageHeight != &#8221;&#8221;&gt;<br />
&lt;xsl:attribute name=&#8221;height&#8221;&gt;<br />
&lt;xsl:value-of select=&#8221;$ImageHeight&#8221; /&gt;<br />
&lt;/xsl:attribute&gt;<br />
&lt;/xsl:if&gt;<br />
&lt;/img&gt;<br />
&lt;/a&gt;<br />
&lt;/div&gt;<br />
&lt;/xsl:if&gt;<br />
&lt;div&gt;<br />
&lt;xsl:call-template name=&#8221;OuterTemplate.CallPresenceStatusIconTemplate&#8221;/&gt;<br />
&lt;a href=&#8221;{$SafeLinkUrl}&#8221; title=&#8221;{@LinkToolTip}&#8221; onclick=&#8221;return OpenDialog(&#8216;{$SafeLinkUrl}&#8217;);&#8221;&gt;<br />
&lt;xsl:if test=&#8221;$ItemsHaveStreams = &#8216;True&#8217;&#8221;&gt;<br />
&lt;xsl:attribute name=&#8221;onclick&#8221;&gt;<br />
&lt;xsl:value-of select=&#8221;@OnClickForWebRendering&#8221;/&gt;<br />
&lt;/xsl:attribute&gt;<br />
&lt;/xsl:if&gt;<br />
&lt;xsl:if test=&#8221;$ItemsHaveStreams != &#8216;True&#8217; and @OpenInNewWindow = &#8216;True&#8217;&#8221;&gt;<br />
&lt;xsl:attribute name=&#8221;onclick&#8221;&gt;<br />
&lt;xsl:value-of disable-output-escaping=&#8221;yes&#8221; select=&#8221;$OnClickTargetAttribute&#8221;/&gt;<br />
&lt;/xsl:attribute&gt;<br />
&lt;/xsl:if&gt;<br />
&lt;strong&gt;<br />
&lt;xsl:value-of select=&#8221;$DisplayTitle&#8221;/&gt; &#8211;  &lt;xsl:value-of select=&#8221;$Created&#8221;/&gt;&lt;/strong&gt; &lt;/a&gt;<br />
&lt;div&gt;<br />
&lt;xsl:value-of select=&#8221;substring(@Description,1,250)&#8221; disable-output-escaping=&#8221;yes&#8221; /&gt;<br />
&lt;xsl:if test=&#8221;string-length(@Description) &amp;gt; 250&#8243;&gt;&#8230;&lt;/xsl:if&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/xsl:template&gt;</p>
<p>In this complete version I have also added functionality to open the announcement in a modal dialogue, and I am using Nowegian Date formatting (1044) instead of English (1033).</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.uccorner.com/231/sharepoint/content-query-web-part-image-on-left-with-formatted-date-and-description/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Error installing Cumulative Updates</title>
		<link>http://www.uccorner.com/220/sharepoint/error-installing-cumulative-updates/</link>
		<comments>http://www.uccorner.com/220/sharepoint/error-installing-cumulative-updates/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 12:39:01 +0000</pubDate>
		<dc:creator>Audun M. Solheim</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.uccorner.com/?p=220</guid>
		<description><![CDATA[<p>I was installing the latest Cumultative Updates (December 2010 version) on a small Sharepoint Server 2010 farm. I installed both the Foundation and Server hotfix package on the application server and then the web front end.</p> <p>Next step was running the Sharepoint 2010 Products Configuration Wizard on the application server. The wizard started out just [...]]]></description>
			<content:encoded><![CDATA[<p>I was installing the latest Cumultative Updates (December 2010 version) on a small Sharepoint Server 2010 farm. I installed both the Foundation and Server hotfix package on the application server and then the web front end.</p>
<p>Next step was running the Sharepoint 2010 Products Configuration Wizard on the application server. The wizard started out just fine, but I only got to step 9 (&#8220;<em>The farm is being upgraded in the timer service process. The task is 10.00%  completed</em>.&#8221;) where it subsequently failed (<em>Configuration failed</em>).  The error message was:</p>
<p>&#8220;<em>An exception of type  Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException  was thrown.  Additional exception information: Failed to upgrade SharePoint  Products</em>.&#8221;</p>
<p>Reading in the logs revealed what seemed to be why the upgrade failed, but no hint on how to fix it:</p>
<p>&#8220;<em>01/04/2011 15:27:39  14  INF                    Resource id to be retrieved is  UpgradeTaskFailConfigSyncDisplayLabel for language English (United  States)<br />
01/04/2011 15:27:39  14  INF                    Resource retrieved id  UpgradeTaskFailConfigSyncDisplayLabel is Failed to upgrade SharePoint  Products.<br />
01/04/2011 15:27:39  14  INF                  Leaving function  StringResourceManager.GetResourceString<br />
01/04/2011 15:27:39  14   INF                  Entering function  Common.BuildExceptionMessage<br />
01/04/2011 15:27:39  14  INF                     Entering function StringResourceManager.GetResourceString<br />
01/04/2011  15:27:39  14  INF                      Resource id to be retrieved is  ExceptionInfo for language English (United States)<br />
01/04/2011 15:27:39  14   INF                      Resource retrieved id ExceptionInfo is An exception of  type {0} was thrown.  Additional exception information: {1}</em>&#8221;</p>
<p>When I ran the Configuration Wizard again on the application server, it succeded, but I suspected the upgrade was not completed. I subsequently ran the Wizard on the WFE also, where the upgrade succeded. In Central Administration, I now had one &#8220;<em>Succeded</em>&#8221; Upgrade Session on the WFE and one &#8220;<em>Failed</em>&#8221; Upgrade Session&#8221; for the application server on the Upgrade Status Page in Central Administration.</p>
<p>Restarting the servers or running the Configuration Wizard either via different psconfig variations or UI did not give me a successful upgrade session for the application server.</p>
<p>The next day I also got a warning in the Health Analyzer:</p>
<p>&#8220;<em>Product / patch installation or server upgrade required.<br />
All required products must be installed on all servers in the farm,  and all products should have the same patching and upgrade level across the  farm.<br />
Upgrade is required on server APPSERVER. Without the upgrade, the server is not  in a supported state.</em>&#8221;</p>
<p>Obviously not a perfect situation. The solution which solved the problem and completed the upgrade was also mentioned. Here is the Powershell command that did the trick for me:</p>
<p><strong>PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install  -cmd installfeatures</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.uccorner.com/220/sharepoint/error-installing-cumulative-updates/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2010 December Cumulative Updates</title>
		<link>http://www.uccorner.com/216/sharepoint/sharepoint-2010-december-cumulative-updates/</link>
		<comments>http://www.uccorner.com/216/sharepoint/sharepoint-2010-december-cumulative-updates/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 15:13:55 +0000</pubDate>
		<dc:creator>Audun M. Solheim</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[cumulative update]]></category>

		<guid isPermaLink="false">http://www.uccorner.com/?p=216</guid>
		<description><![CDATA[<p>The December 2010 Cumulative Updates for Sharepoint Foundation and Sharepoint Server 2010 has been released. They seem to contain quite a few fixes, especially for the User Profile Service which from what I read will synchronize faster (It might actually look like this is the case, I think User Profile Synchronization was somewhat faster now). [...]]]></description>
			<content:encoded><![CDATA[<p>The December 2010 Cumulative Updates for Sharepoint Foundation and Sharepoint Server 2010 has been released. They seem to contain quite a few fixes, especially for the User Profile Service which from what I read will synchronize faster (It might actually look like this is the case, I <em>think </em>User Profile Synchronization was somewhat faster now). For some reason they are not published on the official Sharepoint Update page, which is why I am writing this post.</p>
<p>I have installed the updates in a 2-server farm, everything seems to work fine afterwards.</p>
<p>Unlike after the October Updates, I didn&#8217;t have to re-provision the User Profile Synchronization Service afterwards, as this service was listed as started when I had finished upgrading. (If re-starting/re-provisioning this service, remember to add the Farm Account to Local Administrators and reboot before starting the service).</p>
<p>I have linked to the downloads on my <a href="http://www.uccorner.com/downloads/">download </a>page.</p>
<p>Version number after updating should be 14.0.0.5130.</p>
<p><em>Update: The December 2010 Updates are as of 07.01.2011 now available via the Sharepoint 2010 Update Resource Center.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.uccorner.com/216/sharepoint/sharepoint-2010-december-cumulative-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2010 User Profile Pictures two-way</title>
		<link>http://www.uccorner.com/188/sharepoint/sharepoint-2010-user-profile-pictures-two-way/</link>
		<comments>http://www.uccorner.com/188/sharepoint/sharepoint-2010-user-profile-pictures-two-way/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 08:12:56 +0000</pubDate>
		<dc:creator>Audun M. Solheim</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[user profile]]></category>

		<guid isPermaLink="false">http://www.uccorner.com/?p=188</guid>
		<description><![CDATA[<p>The October 2010 Cumulative Update for Sharepoint Server 2010 brings an interesting update. Finally, you can now not only export profile pictures to Active Directory, but you can also import pictures from AD to Sharepoint without much hassle. Check my resources page for a link to the downloads. Quote from the kb:</p> <p>&#8220;Consider the following [...]]]></description>
			<content:encoded><![CDATA[<p>The October 2010 Cumulative Update for Sharepoint Server 2010 brings an interesting update. Finally, you can now not only export profile pictures to Active Directory, but you can also import pictures from AD to Sharepoint without much hassle. Check my resources page for a link to the downloads. Quote from the kb:</p>
<p>&#8220;Consider the following scenario. You try to import pictures in a user profile from the Active Directory <strong>thumbnailPhoto</strong> attribute to the <strong>PictureURL</strong> attribute in Microsoft SharePoint Server 2010. You set up an import <strong>PictureURL</strong> mapping. Then, you perform a full synchronization in the SharePoint server. In this scenario, the pictures are not added to the user profile in the SharePoint server.<br />
<strong><br />
Note</strong> You can use following command to perform the import operation:</p>
<p><strong>Update-SPProfilePhotoStore -CreateThumbnailsForImportedPhotos 1 -MySiteHostLocation </strong><em>http://&lt;YourServerName&gt;/my&#8221;</em></p>
<p><em>Update: Microsoft has removed this update for the time being. Anyway, I downloaded it while it was available, and it does work. You have to run the Powershell command after syncing for the images to appear on My Site etc. I guess it will be available again when Microsoft has fixed whatever was the problem. This update has been re-released, and is available for download again.</em></p>
<p><em>A note here is that if you delete the picture from AD the thumbnail will not be deleted from Sharepoing even after running the Powershell command.</em></p>
<p><em>A second note is that the user running this Powershell command must have permissions on the User Profile Service Application, if not you&#8217;ll get an error message.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.uccorner.com/188/sharepoint/sharepoint-2010-user-profile-pictures-two-way/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Memberships in Sharepoint 2010 User Profile</title>
		<link>http://www.uccorner.com/183/sharepoint/memberships-in-sharepoint-2010-user-profile/</link>
		<comments>http://www.uccorner.com/183/sharepoint/memberships-in-sharepoint-2010-user-profile/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 08:39:05 +0000</pubDate>
		<dc:creator>Audun M. Solheim</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[DL]]></category>
		<category><![CDATA[memberships]]></category>
		<category><![CDATA[my site]]></category>
		<category><![CDATA[newsfeed]]></category>
		<category><![CDATA[user profile service]]></category>

		<guid isPermaLink="false">http://www.uccorner.com/?p=183</guid>
		<description><![CDATA[<p>You might have noticed the Memberships tab on a user&#8217;s My Site (http://mysite/_layouts/MyMemerships.aspx?accountname=domain%5Cusername), and wondered what exactly is listed there: </p> <p>What you see is Distribution Lists that the user is member of. You also see Sharepoint Sites that the user is a member of (=the user is member of the &#8220;Member&#8221; group for the [...]]]></description>
			<content:encoded><![CDATA[<p>You might have noticed the Memberships tab on a user&#8217;s My Site (http://mysite/_layouts/MyMemerships.aspx?accountname=domain%5Cusername), and wondered what exactly is listed there:<br />
<a href="http://www.uccorner.com/wp-content/uploads/2010/10/memberships.png"><img class="alignnone size-medium wp-image-184" title="memberships" src="http://www.uccorner.com/wp-content/uploads/2010/10/memberships-300x154.png" alt="" width="300" height="154" /></a></p>
<p>What you see is Distribution Lists that the user is member of. You also see Sharepoint Sites that the user is a member of (=the user is member of the &#8220;Member&#8221; group for the site. All sites on the levels below will also show if the &#8220;Member&#8221; group exists in these sites).</p>
<p>The &#8220;Sites&#8221; memberships depends on Search. If you cannot see any sites memberships, try running a full crawl.</p>
<p>The Distribution Lists memberships depends on the User Profile and User Profile Synchronization. A common issue can be that you import user profiles from a selected OU in AD as per best practise. If, however, your groups are placed in another OU at the same level or levels above, Sharepoint will not now about these membership. So, if you can&#8217;t see any Distribution Lists on the Memberships page, change the Synchronization Connection for the User Profile Service Application to include the OU where you have your groups and run an import.</p>
<p>You might also notice that Security Group Memberships are not shown. They are, however, displayed in the Newsfeed:</p>
<p><a href="http://www.uccorner.com/wp-content/uploads/2010/10/new_membership.png"><img class="alignnone size-medium wp-image-185" title="Newsfeed" src="http://www.uccorner.com/wp-content/uploads/2010/10/new_membership-283x300.png" alt="" width="283" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.uccorner.com/183/sharepoint/memberships-in-sharepoint-2010-user-profile/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>FeatureUpgrading not firing in Sharepoint 2010 Sandbox</title>
		<link>http://www.uccorner.com/176/sharepoint/featureupgrading-not-firing-in-sharepoint-2010-sandbox/</link>
		<comments>http://www.uccorner.com/176/sharepoint/featureupgrading-not-firing-in-sharepoint-2010-sandbox/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 14:00:46 +0000</pubDate>
		<dc:creator>Audun M. Solheim</dc:creator>
				<category><![CDATA[Foundation 2010]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[featureupgrading]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[sandbox]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.uccorner.com/?p=176</guid>
		<description><![CDATA[<p>So,</p> <p>you create a sandboxed solution in in Visual Studio 2010 for Sharepoint 2010, and you use a feature receiver to handle upgrades. You add a CustomUpgradeAction to your feature.xml file to fire some code when feature is upgraded.</p> <p>You forget that you cannot simply write to the event log or the Sharepoint (ULS) logs [...]]]></description>
			<content:encoded><![CDATA[<p>So,</p>
<p>you create a sandboxed solution in in Visual Studio 2010 for Sharepoint 2010, and you use a feature receiver to handle upgrades. You add a CustomUpgradeAction to your feature.xml file to fire some code when feature is upgraded.</p>
<p>You forget that you cannot simply write to the event log or the Sharepoint (ULS) logs in a sandboxed solution, and add some code like this:</p>
<pre>SPSecurity.RunWithElevatedPrivileges(delegate()</pre>
<pre>{</pre>
<pre>        System.Diagnostics.EventLog.WriteEntry("My Company, solution x", ex.Message);</pre>
<pre>});</pre>
<p>in the FeatureUpgrade method to write something to the event log, maybe to check what went wrong if you have some errors in your code.</p>
<p>You will see that the FeatureUpgrade method is not firing when upgrading. You won&#8217;t get any errors either, and attaching to the SPUCWorkerProcess.exe for debugging won&#8217;t help either &#8211; nothing happens.</p>
<p>To make things work, you have to remove the statement writing to the log, this prevents the event receiver to function properly.</p>
<p>P.S. If you add a statement like the one above to the FeatureActivated method, you will at least get an error message so you know what&#8217;s happening.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.uccorner.com/176/sharepoint/featureupgrading-not-firing-in-sharepoint-2010-sandbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error exporting User Profile Property (picture) to AD</title>
		<link>http://www.uccorner.com/161/sharepoint/error-exporting-user-profile-property-picture-to-ad/</link>
		<comments>http://www.uccorner.com/161/sharepoint/error-exporting-user-profile-property-picture-to-ad/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 08:34:12 +0000</pubDate>
		<dc:creator>Audun M. Solheim</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[user profile]]></category>

		<guid isPermaLink="false">http://www.uccorner.com/?p=161</guid>
		<description><![CDATA[<p>I had set up a small Sharepoint 2010 farm, DB server, App server and WFE. The User Profile Service Application was running, and profile synchronization worked fine. However, I also wanted to export some properties back to AD, in this case the users Picture.</p> <p>I mapped the Picture field to the AD attribute thumbnailPhoto, set [...]]]></description>
			<content:encoded><![CDATA[<p>I had set up a small Sharepoint 2010 farm, DB server, App server and WFE. The User Profile Service Application was running, and profile synchronization worked fine. However, I also wanted to export some properties back to AD, in this case the users Picture.</p>
<p>I mapped the Picture field to the AD attribute thumbnailPhoto, set the direction to export and started a Full Synchronization. (<a href="http://blogs.technet.com/b/dcaro/archive/2010/06/05/replicating-user-pictures-from-sharepoint-2010-to-exchange-2010-and-communications-server-14.aspx" target="_blank">This </a>blog post provides excellent information)</p>
<p>Nothing happended. (Well, the sync went just fine, but the Picture field was not populated. The problem was I couldn&#8217;t see any errors either, the export was not just happening. First I assumed this was a permissions issue, but then I should&#8217;ve seen errors in the logs, and granting permissions de luxe for the sync account didn&#8217;t help either. I opened miisclient.exe (no errors here neither), and when viewing a user profile that had set the Picture field, FIM still reported &#8220;Initial value&#8221; as empty. So I took a look in the Sync DB and viewed the &#8220;dbo.mms_metaverse&#8221;-table. Here I had a column &#8220;SPS_MV_OctetString_PictureURL&#8221;, but this was also empty for all users. Hmmm. Strange, the picture was in Sharepoint, I could see it with my own eyes, but it just wasn&#8217;t syncing.</p>
<h3>Solution:</h3>
<p>In the C:\Program Files\Microsoft Office Servers\14.0\Synchronization Service\Bin\miiserver.exe.config file, add the following lines:</p>
<p>&lt;system.net&gt;</p>
<p>&lt;defaultProxy&gt;</p>
<p>&lt;proxy usesystemdefault = &#8220;false&#8221; proxyaddress=&#8221;http://proxy.dummy.com:8080&#8243; bypassonlocal=&#8221;true&#8221; /&gt;</p>
<p>&lt;/defaultProxy&gt;</p>
<p>&lt;/system.net&gt;</p>
<p>Then I restarted the server (the FIM services would probably have been enough), ran a full sync and the pictures was being exported. Somehow a rule on this network caused FIM not to get the changes from the User Profile Service Application (strange though, that import including custom fields and mapping worked fine). Anyways, inserting this dummy proxy made it work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.uccorner.com/161/sharepoint/error-exporting-user-profile-property-picture-to-ad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sharepoint Server 2010 User Profile Service</title>
		<link>http://www.uccorner.com/146/uncategorized/sharepoint-server-2010-user-profile-service/</link>
		<comments>http://www.uccorner.com/146/uncategorized/sharepoint-server-2010-user-profile-service/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 10:20:29 +0000</pubDate>
		<dc:creator>Audun M. Solheim</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[user profile service]]></category>

		<guid isPermaLink="false">http://www.uccorner.com/?p=146</guid>
		<description><![CDATA[<p>Update: The cause of this issue was that the &#8220;User Profile Service&#8221; under &#8220;Services on Server&#8221; was running on both application server and web front end. I re-did everything, and before creating the User Profile Service Application I stopped the &#8220;User Profile Service&#8221; on the Front End. I also created a new application pool just [...]]]></description>
			<content:encoded><![CDATA[<p><em>Update: The cause of this issue was that the &#8220;User Profile Service&#8221; under &#8220;Services on Server&#8221; was running on both application server and web front end. I re-did everything, and before creating the User Profile Service Application I stopped the &#8220;User Profile Service&#8221; on the Front End. I also created a new application pool just for the User Profile Service (running under the Farm Account) when creating the User Profile Service Application. Now I had no problems removing the Farm Account from local administrators prior to running a succcessful sync.</em></p>
<p><em> So, if you want the User Profile Service Application to run only on your app server, make sure the User Profile Service is only running on the app server. Also, by creating the application pool and using it only for this purpose, I made sure that this application pool was only created on the app server.</em></p>
<p>The User Profile Service in Sharepoint 2010 provides some excellent functionality, but to sum up how it is to install and configure: slow and shitty (pardon my French).</p>
<p>I set up a small farm (Windows Server 2008 R2, 1 SQL, 1 Application Server, 1 Front End) and set up the User Profile Service Application according to &#8220;best practise&#8221; which includes removing the Farm Account from Local Administrators after setting it up. Everything works like a charm &#8211; until I reboot the machine. Then I get <a href="#en">this </a>error in the Event Log after each reboot (or restarting the ForeFront Identity Manager Service). When starting a User Profile Synchronization from Central Admin (Full or Incremental), nothing happens &#8211; Profile Synchronization Status is just idle. The services both in Central Admin and services on server are running just fine. All I can see are <a href="#to">this</a>, <a href="#tre">this</a>, <a href="#fire">this</a>, <a href="#fem">this</a>, <a href="#seks">this </a>and <a href="#syv">this </a>error in the Event Log on the App server, and <a href="#atte">this </a>error on the Front End.</p>
<p>I had of course read <a href="http://www.harbar.net/articles/sp2010ups.aspx" target="_blank">this</a> and <a href="http://www.harbar.net/articles/sp2010ups2.aspx">this </a>post till my eyes were sore.</p>
<p>Solution: Finally, I added the Farm Account back as Local Admin both on App Server and Front End, rebooted and everything works. Far from ideal, but when I seem to be having a functional User Profile Service Application, from now on I won&#8217;t touch it&#8230;:)</p>
<p><span id="more-146"></span>Related Event Log errors:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<pre><a name="en"></a>Event 22, Microsoft.ResourceManagement.ServiceHealthSource</pre>
<pre>The Forefront Identity Manager Service cannot connect to the SQL Database Server. The SQL Server could not be contacted.</pre>
<pre>The connection failure may be due to a network failure, firewall configuration error, or other connection issue.</pre>
<pre>Additionally, the SQL Server connection information could be configured incorrectly.</pre>
<pre>Verify that the SQL Server is reachable from the Forefront Identity Manager Service computer. Ensure that SQL Server is running,</pre>
<pre>that the network connection is active, and that the firewall is configured properly. Last, verify the connection information has been configured properly.</pre>
<pre>This configuration is stored in the Windows Registry.</pre>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<pre><a name="to"></a>Event 1015, MsiInstaller</pre>
<pre>Failed to connect to server. Error: 0x80070005</pre>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<pre><a name="tre"></a>Event 1001, MsiInstaller</pre>
<pre>Detection of product '{90140000-104C-0000-1000-0000000FF1CE}', feature 'PeopleILM' failed during request for component '{1681AE41-ADA8-4B70-BC11-98A5A4EDD046}'</pre>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<pre><a name="fire"></a>Event 1004, MsiInstaller</pre>
<pre>Detection of product '{90140000-104C-0000-1000-0000000FF1CE}', feature 'PeopleILM', component '{1AE472A9-E94A-41DC-9E98-F89A2821658F}' failed.</pre>
<pre>The resource 'C:\Program Files\Microsoft Office Servers\14.0\Tools\makecert.exe' does not exist.</pre>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<pre><a name="fem"></a>Event 1015, MsiInstaller</pre>
<pre>Failed to connect to server. Error: 0x80070005</pre>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<pre><a name="seks"></a>Event 1001, MsiInstaller</pre>
<pre>Detection of product '{90140000-104C-0000-1000-0000000FF1CE}', feature 'PeopleILM' failed during request for component '{9AE4D8E0-D3F6-47A8-8FAE-38496FE32FF5}'</pre>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<pre><a name="syv"></a>Event 1004, MsiInstaller</pre>
<pre>Detection of product '{90140000-104C-0000-1000-0000000FF1CE}', feature 'PeopleILM', component '{1AE472A9-E94A-41DC-9E98-F89A2821658F}' failed.</pre>
<pre>The resource 'C:\Program Files\Microsoft Office Servers\14.0\Tools\makecert.exe' does not exist.</pre>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<pre><a name="atte"></a>Event 6398, Sharepoint Foundation</pre>
<pre>The Execute method of job definition Microsoft.Office.Server.UserProfiles.UserProfileImportJob (ID cf3ce95f-3b38-4c2a-9a6c-35451cb5bb47) threw an exception.</pre>
<pre>More information is included below.</pre>
<pre>Access denied</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.uccorner.com/146/uncategorized/sharepoint-server-2010-user-profile-service/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

