<?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>BoostSolutions &#187; AD Information Sync</title>
	<atom:link href="https://www.boostsolutions.com/kb/category/ad-information-sync/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.boostsolutions.com/kb</link>
	<description></description>
	<lastBuildDate>Tue, 22 Feb 2022 06:34:39 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>How to fix “An unexpected error has occurred” issue when import an Excel file</title>
		<link>https://www.boostsolutions.com/kb/how-to-fix-an-unexpected-error-has-occurred-issue-when-import-an-excel-file/</link>
		<comments>https://www.boostsolutions.com/kb/how-to-fix-an-unexpected-error-has-occurred-issue-when-import-an-excel-file/#comments</comments>
		<pubDate>Mon, 21 Feb 2022 22:34:50 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[Excel Import]]></category>
		<category><![CDATA[Permission]]></category>

		<guid isPermaLink="false">https://www.boostsolutions.com/kb/?p=1039</guid>
		<description><![CDATA[<p>​ When using Excel Import product to upload and import an Excel to a SharePoint list, you may meet this issue &#34;An unexpected error has occurred&#34; as this. After digging into the SharePoint logs, there will be error message like this&#58; &#34;Requested registry access is not allowed.&#34; Or upload and import a .csv format file [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/how-to-fix-an-unexpected-error-has-occurred-issue-when-import-an-excel-file/">How to fix “An unexpected error has occurred” issue when import an Excel file</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass17DBCDB52A764326B32DDC532311E20D">
<p>​</p>
<p>When using Excel Import product to upload and import an Excel to a SharePoint list, you may meet this issue &quot;An unexpected error has occurred&quot; as this.</p>
<p><img src="https://www.boostsolutions.com/kb/wp-content/uploads/2022/02/wpid-8361a574-ae0e-4360-b944-4e0e4148fb66-ei-1.png" alt="" /></p>
<p>After digging into the SharePoint logs, there will be error message like this&#58; &quot;Requested registry access is not allowed.&quot;
<div>
<p>Or upload and import a .csv format file using Excel Import, then you will find a same error message in the logs.&#160;</p>
</div>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClass21D7FEA3DDC84F39B278BCD218D5B654">
<p>​</p>
<p><strong>Why does this issue happen?</strong></p>
<p>In the product Excel Import, we use &quot;Package&quot; class to load and parse excel file before import to list. </p>
<p>&quot;Package&quot; (full name&#58; &quot;System.IO.Packaging.Package&quot;) is a standard dot net class which defined in WindowsBase.dll and is part of the windows system. It will try write event trace during package class initialization, before write event trace, system will check which provider to use by reading the &quot;ClassicETW&quot; value in registry key &quot;HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics\&quot;.</p>
<p>In some cases, the windows identity which the SharePoint process running with does not have permission to read that registry, as a result, an SecurityException was thrown saying &quot;Requested registry access is not allowed.&quot;</p>
<p>In short, the system module needs to read registry key &quot;HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics\&quot; to decide where to write event trace, but SharePoint process doesn&#8217;t have permission to access it.</p>
<p><strong>How to fix it?</strong></p>
<p>Firstly, log in one application or web front end server, open the <strong>Register Editor</strong>. </p>
<p>And then find the <a href="https&#58;//scanner.topsec.com/?d=1464&amp;r=show&amp;u=HKEY_CURRENT_USER%5cSoftware%5cMicrosoft%5cAvalon.Graphics&amp;t=0c10b112c3fb17620954935523b1707d4d9a37c9"><strong>HKEY_CURRENT_USER\Software\Microsoft\Avalon. Graphics</strong></a>, right-click it and choose <strong>Permission</strong> option and add <strong>Everyone</strong> and grant <strong>Read</strong> permission as following, and then <strong>restart this server</strong>.</p>
<p><img src="file&#58;///C&#58;/Users/KIDE/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png?rdm=0.45915261040638233" alt="" style="width&#58;307px;margin&#58;5px;" /><img src="file&#58;///C&#58;/Users/KIDE/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png?rdm=0.10227417825198848" alt="" style="width&#58;347px;margin&#58;5px;" />
<p><img src="https://www.boostsolutions.com/kb/wp-content/uploads/2022/02/wpid-3c33335b-38b0-41cf-affa-544579057b9c-ei-2.png" alt="" /></p>
<p><img src="https://www.boostsolutions.com/kb/wp-content/uploads/2022/02/wpid-15b637d0-8f7c-4d4e-a602-a8bd7529f823-ei-3.png" alt="" /></p>
<p>Repeat above steps, modify the registry in <strong>all application and web front end servers</strong>, and restart the servers.</p>
<p>If above steps do not work, the cause of it may be the HKEY_CURRENT_USER for SharePoint process is different from for current login user while you modify the registry. So, you need to find the right &quot;current user&quot; for SharePoint process, or just grant permission for all users.</p>
<p>Registry key &quot;HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics\&quot; is under the HKEY_CURRENT_USER hive, all settings here are user-level settings, and for current logged in user only. In some cases, it is not the settings that SharePoint process was reading. </p>
<p>Since HKEY_CURRENT_USER hive is just a subkey of HKEY_USERS, here you can grant Everyone read permission on another user&#8217;s registry key.</p>
<p>You can see many user IDs under HKEY_USERS hive, go through each user to <strong>find registry key &quot;HKEY_USERS\&lt;some user id&gt;\Software\Microsoft\Avalon.Graphics\&quot;,</strong> if that key exists, <strong>grant &quot;Everyone&quot; read permission</strong> on it. </p>
<p>e.g.&#58; HKEY_USERS\S-1-5-21-1343462910-744444023-3288617952-4375\Software\Microsoft\Avalon.Graphics\</p>
<p><img src="file&#58;///C&#58;/Users/KIDE/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg?rdm=0.6272015001599311" alt="" style="width&#58;478px;margin&#58;5px;" />
<p><img src="https://www.boostsolutions.com/kb/wp-content/uploads/2022/02/wpid-aca1902a-af4d-40aa-9161-ca58d5704c11-ei-4.png" alt="ei-4.png" style="margin&#58;5px;width&#58;438px;height&#58;569px;" />​</p>
<p>Repeat above steps, modify the registry in <strong>all application and web front end servers</strong>, and restart the servers.</p>
<p>Once the registry key which SharePoint is reading has the right permission, the issue will be fixed, the product should work.</p>
</div>
<p>Applies for: SharePoint 2019, SharePoint 2016</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/how-to-fix-an-unexpected-error-has-occurred-issue-when-import-an-excel-file/">How to fix “An unexpected error has occurred” issue when import an Excel file</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.boostsolutions.com/kb/how-to-fix-an-unexpected-error-has-occurred-issue-when-import-an-excel-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sync members of AD Group to SharePoint list</title>
		<link>https://www.boostsolutions.com/kb/sync-members-of-ad-group-to-sharepoint-list/</link>
		<comments>https://www.boostsolutions.com/kb/sync-members-of-ad-group-to-sharepoint-list/#comments</comments>
		<pubDate>Mon, 31 Mar 2014 20:01:19 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[AD Information Sync]]></category>
		<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=938</guid>
		<description><![CDATA[<p>How to&#160;sync members of&#160;AD group instead of&#160;syncing users in an OU? Solution: ​The query string&#160;is&#58; (&#38;(objectClass=user)(memberOf=DN)) Notice&#58;&#160;DN is&#160;&#34;distinguishedName&#34;, which is an&#160;attribute in AD, it be able to find it in AD Properties. Here is the example&#58; &#160;(&#38;(objectClass=user)(memberOf=CN=sgrouptest,OU=test80,DC=br,DC=local)) Add this query to AD Information&#160;Sync settings in Site Settings -&#62; AD Information Sync Settings.​ When create a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/sync-members-of-ad-group-to-sharepoint-list/">Sync members of AD Group to SharePoint list</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass9755F6FFEB3648849FF15704457ECBE1">
<p>How to&#160;sync members of&#160;AD group instead of&#160;syncing users in an OU?</p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClassF090ED52D6CE45CA8A5D3E760C585A5A"><span style="color&#58;#1c4269;">
<p>​The query string&#160;is&#58; </p>
<p><span style="color&#58;#1c4269;"><span lang="EN-US" style="font-family&#58;calibri, sans-serif;font-size&#58;10.5pt;">(&amp;(objectClass=user)(<span style="text-decoration&#58;underline;"><strong style="text-decoration&#58;underline;">memberOf=DN</strong></span>)</span>)</span></p>
<p><span style="color&#58;#1c4269;">Notice&#58;&#160;DN is&#160;&quot;<strong><em>distinguishedName</em></strong>&quot;, which is an&#160;attribute in AD, it be able to find it in AD Properties.</span></p>
<p>Here is the example&#58;</p>
<p><span style="color&#58;#1c4269;"><img alt="a.png" src="http://www.boostsolutions.com/kb/wp-content/uploads/2014/04/wpid-410476f8-911a-4b3c-89ad-132ca3e6267c-a.png" style="margin&#58;5px;width&#58;364px;" /><br />&#160;</span><span lang="EN-US" style="font-family&#58;calibri, sans-serif;font-size&#58;10.5pt;">(&amp;(objectClass=user)<span style="background-color&#58;#ffffff;">(memberOf=CN=sgrouptest,OU=test80,DC=br,DC=local)</span></span><span style="line-height&#58;1.6;background-color&#58;#ffffff;">)</span></p>
<p><span style="color&#58;#1c4269;">Add this query to AD Information&#160;Sync settings in <strong>Site Settings -&gt; AD Information Sync Settings</strong>.​</span></p>
<p><span style="color&#58;#1c4269;">When <span style="text-decoration&#58;underline;">create a new profile</span> or <span style="text-decoration&#58;underline;">edit an exist profile</span>, it will be able to see the settings section named &quot;<strong>Active Directory Information to Synchronize</strong>&quot;, add the query to the Filter textbox.</span></p>
<p></span></div>
<p>Applies for: SharePoint 2010</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/sync-members-of-ad-group-to-sharepoint-list/">Sync members of AD Group to SharePoint list</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.boostsolutions.com/kb/sync-members-of-ad-group-to-sharepoint-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Managed Metadata Service or Connection is currently not available</title>
		<link>https://www.boostsolutions.com/kb/the-managed-metadata-service-or-connection-is-currently-not-available/</link>
		<comments>https://www.boostsolutions.com/kb/the-managed-metadata-service-or-connection-is-currently-not-available/#comments</comments>
		<pubDate>Mon, 31 Mar 2014 19:59:34 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[SharePoint Knowledge]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=910</guid>
		<description><![CDATA[<p>When you go to Site Actions –&#62; Site Settings –&#62; [Site Administration] –&#62; Term store management to manage the Managed Metadata Service, an error pops out&#58; “The managed Metadata Service or Connection is currently not available. The Application Pool or Managed Metadata Web Service may not have been started. Please Contact your Administrator.” Solution: 1. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/the-managed-metadata-service-or-connection-is-currently-not-available/">The Managed Metadata Service or Connection is currently not available</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass91E60A2DFD11473FA314AF77B40BC204">
<p>When you go to <span style="text-decoration&#58;underline;">Site Actions –&gt; Site Settings –&gt; [Site Administration] –&gt; Term store management</span> to manage the Managed Metadata Service, an error pops out&#58;</p>
<p><strong>“The managed Metadata Service or Connection is currently not available. The Application Pool or Managed Metadata Web Service may not have been started. Please Contact your Administrator.”</strong></p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClassEA00676BA752434F9A8B242D526CB175">
<p>1. </p>
<p>Please make sure the Managed Metadata Service is associated to the Web Application where this error occurs<br />CA &gt; Application Management &gt; Configure service associations &gt; click custom &gt; check the box Managed Metadata Service &gt; OK<br />If error still occurs or the box is already checked go to 2.</p>
<p>2.</p>
<p>You pretty much just&#160;miss the permissions for web application’s app pool ID to access Managed Metadata service application. All you have to do is to add the account used by the web app’s application pool into the ‘connection permissions’ as below. Try not to mess around with SQL user security/DB mappings as suggested by other posts&#58;</p>
<p>2.1. Go to <span style="text-decoration&#58;underline;">SharePoint Central Administration Site –&gt; Application Management –&gt; [Service Applications] –&gt; Manage service applications</span><br />2.2. Highlight the Managed Metadata Service that your web application is associated with (Do not click on the link, just click somewhere else on that row to highlight it)<br />2.3. Click on Permissions button in the ribbon <br />2.4. Add the application pool account used by your web application and give it at least ‘Read Access to Term Store’<br />2.5. click OK</p>
</div>
<p>Applies for: SharePoint 2013, SharePoint 2010, SharePoint 2007</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/the-managed-metadata-service-or-connection-is-currently-not-available/">The Managed Metadata Service or Connection is currently not available</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.boostsolutions.com/kb/the-managed-metadata-service-or-connection-is-currently-not-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relationship between AD Information Sync and SharePoint SSP</title>
		<link>https://www.boostsolutions.com/kb/relationship-between-ad-information-sync-and-sharepoint-ssp/</link>
		<comments>https://www.boostsolutions.com/kb/relationship-between-ad-information-sync-and-sharepoint-ssp/#comments</comments>
		<pubDate>Mon, 31 Mar 2014 19:58:50 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[AD Information Sync]]></category>
		<category><![CDATA[SharePoint Knowledge]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=900</guid>
		<description><![CDATA[<p>​What&#8217;s the relationship of AD Information Sync and SharePoint SSP, and how they affects each other? Solution: ​The product is different with&#160;SharePoint SSP.&#160;SharePoint SSP provides the service to sync user information from Active directory to user profile in Central Administration. But AD&#160;Information Sync provides the solution to sync the user information to SharePoint list, such [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/relationship-between-ad-information-sync-and-sharepoint-ssp/">Relationship between AD Information Sync and SharePoint SSP</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass5C683B7E27BA4B5C9545370A798CD74F">
<p>​What&#8217;s the relationship of AD Information Sync and SharePoint SSP, and how they affects each other?</p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClassE11B4FA44CE946229C9A740CCE1D2A78">
<p>​The product is different with&#160;SharePoint SSP.&#160;SharePoint SSP provides the service to sync user information from Active directory to user profile in Central Administration. But AD&#160;Information Sync provides the solution to sync the user information to SharePoint list, such as Contact list. After install AD <span><span>Information</span></span> Sync, it will not affect the SharePoint SSP.</p>
</div>
<p>Applies for: SharePoint 2007</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/relationship-between-ad-information-sync-and-sharepoint-ssp/">Relationship between AD Information Sync and SharePoint SSP</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.boostsolutions.com/kb/relationship-between-ad-information-sync-and-sharepoint-ssp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An error occurs when add a new profile</title>
		<link>https://www.boostsolutions.com/kb/an-error-occurs-when-add-a-new-profile/</link>
		<comments>https://www.boostsolutions.com/kb/an-error-occurs-when-add-a-new-profile/#comments</comments>
		<pubDate>Mon, 31 Mar 2014 19:44:22 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[AD Information Sync]]></category>
		<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=894</guid>
		<description><![CDATA[<p>​An error occurred&#160;after&#160;clicking &#8216;Add profile&#8217; in AD Information Sync settings page, error info&#58;System.NullReferenceException&#58; Object reference not set to an instance of an object.at SharePointBoost.ADSync.ADSyncSettingForm.&#1;()at SharePointBoost.ADSync.ADSyncSettingForm.OnInit(EventArgs e)at System.Web.UI.Control.InitRecursive(Control namingContainer)at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Solution: ​This issue is due to the empty site, no lists. Simply create a list, issue will be resolved. Applies for: SharePoint 2013, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/an-error-occurs-when-add-a-new-profile/">An error occurs when add a new profile</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass3BB4EE7024E7453C8D054471FD98D099">
<p>​An error occurred&#160;after&#160;clicking <strong>&#8216;Add profile&#8217; </strong>in AD Information Sync settings page, error info&#58;<br /><em>System.NullReferenceException&#58; Object reference not set to an instance of an object.</em><br /><em>at SharePointBoost.ADSync.ADSyncSettingForm.&#1;()</em><br /><em>at SharePointBoost.ADSync.ADSyncSettingForm.OnInit(EventArgs e)</em><br /><em>at System.Web.UI.Control.InitRecursive(Control namingContainer)</em><br /><em>at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) </em></p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClassF375055518984C64B0FC22D4846CB692">
<p>​This issue is due to the empty site, no lists. Simply create a list, issue will be resolved.</p>
</div>
<p>Applies for: SharePoint 2013, SharePoint 2010, SharePoint 2007</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/an-error-occurs-when-add-a-new-profile/">An error occurs when add a new profile</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.boostsolutions.com/kb/an-error-occurs-when-add-a-new-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display the user name instead of Distinguish Name</title>
		<link>https://www.boostsolutions.com/kb/display-the-user-name-instead-of-distinguish-name/</link>
		<comments>https://www.boostsolutions.com/kb/display-the-user-name-instead-of-distinguish-name/#comments</comments>
		<pubDate>Mon, 31 Mar 2014 19:41:03 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[AD Information Sync]]></category>
		<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=845</guid>
		<description><![CDATA[<p>​When sync a user name to a list column, it shows DN property instead of real name, like&#58; CN=Michael Jackson,OU=Musician Dept,OU=US Singer,DC=US,DC=local How to show the name only but not domain information, etc.? Solution: ​The reason it shows the DN is the column is mapped to a single line of text, change it to a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/display-the-user-name-instead-of-distinguish-name/">Display the user name instead of Distinguish Name</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass777DAA8D26D64FB69F31D64170CFF8ED">
<p>​When sync a user name to a list column, it shows DN property instead of real name, like&#58;</p>
<p><em>CN=Michael Jackson,OU=Musician Dept,OU=US Singer,DC=US,DC=local</em></p>
<p>How to show the name only but not domain information, etc.?</p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClass641AA49726EF4CD8825D1A91B1A1893D">
<p>​The reason it shows the DN is the column is mapped to a single line of text, change it to a <strong>&#8216;Person or Group&#8217; </strong>column will resolve the issue. </p>
</div>
<p>Applies for: SharePoint 2013, SharePoint 2010, SharePoint 2007</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/display-the-user-name-instead-of-distinguish-name/">Display the user name instead of Distinguish Name</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.boostsolutions.com/kb/display-the-user-name-instead-of-distinguish-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picture is not showing on SharePoint</title>
		<link>https://www.boostsolutions.com/kb/picture-is-not-showing-on-sharepoint/</link>
		<comments>https://www.boostsolutions.com/kb/picture-is-not-showing-on-sharepoint/#comments</comments>
		<pubDate>Mon, 31 Mar 2014 19:41:03 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[AD Information Sync]]></category>
		<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=847</guid>
		<description><![CDATA[<p>I have mapped the picture (thumbnailphotoattribute) to a column, but the picture does not show after synchronization. Solution: Please check the settings below&#58; 1. The pictures will be attached to list items during synchronization, you must to enable Attachment feature in the list. 2. If you have mapped thumbnailphoto to a Hyperlink or Picture column, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/picture-is-not-showing-on-sharepoint/">Picture is not showing on SharePoint</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass1C693B8FDA154464B90169BA26A9129B">
<p class="MsoNormal"><span style="font-size&#58;10pt;font-family&#58;&quot;arial&quot;,&quot;sans-serif&quot;;color&#58;#1c4269;">I have mapped the picture (thumbnailphotoattribute) to a column, but the picture does not show after synchronization.</span></p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClass46EFCAAA2E3D4D0BBDACA0DB793D0C93">
<p>Please check the settings below&#58;</p>
<p>1. The pictures will be attached to list items during synchronization, you must to enable <strong>Attachment</strong> feature in the list.</p>
<p>2. If you have mapped thumbnailphoto to a Hyperlink or Picture column, make sure the <strong>Format URL as</strong> option is set to <strong>Picture</strong>.</p>
</div>
<p>Applies for: SharePoint 2013, SharePoint 2010, SharePoint 2007</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/picture-is-not-showing-on-sharepoint/">Picture is not showing on SharePoint</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.boostsolutions.com/kb/picture-is-not-showing-on-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Permission required to configure the product</title>
		<link>https://www.boostsolutions.com/kb/permission-required-to-configure-the-product/</link>
		<comments>https://www.boostsolutions.com/kb/permission-required-to-configure-the-product/#comments</comments>
		<pubDate>Mon, 31 Mar 2014 19:40:59 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[AD Information Sync]]></category>
		<category><![CDATA[Permission]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=843</guid>
		<description><![CDATA[<p>​What are the minimum rights required for an account to configure the settings of AD Information Sync? Solution: The permissions to configure AD Information Sync settings must contain these four atom permissions&#58; Add Items, Edit Items, Delete Items, and Manage Web Site. Applies for: SharePoint 2013, SharePoint 2010, SharePoint 2007</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/permission-required-to-configure-the-product/">Permission required to configure the product</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClassB0EC62086159446B8F63DCB36664627E">
<p>​What are the minimum rights required for an account to configure the settings of AD Information Sync?</p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClass09B5B20963A64D388B37B57A9EEFF1F9">
<p>The permissions to configure AD Information Sync settings must contain these four atom permissions&#58; </p>
<p><em>Add Items, Edit Items, Delete Items, </em>and <em>Manage Web Site.</em></p>
</div>
<p>Applies for: SharePoint 2013, SharePoint 2010, SharePoint 2007</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/permission-required-to-configure-the-product/">Permission required to configure the product</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.boostsolutions.com/kb/permission-required-to-configure-the-product/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I check if the schedule is working?</title>
		<link>https://www.boostsolutions.com/kb/how-do-i-check-if-the-schedule-is-working/</link>
		<comments>https://www.boostsolutions.com/kb/how-do-i-check-if-the-schedule-is-working/#comments</comments>
		<pubDate>Mon, 31 Mar 2014 19:37:43 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[AD Information Sync]]></category>
		<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=809</guid>
		<description><![CDATA[<p>​How do I check if the schedule is working? Is there a log file? Solution: ​Check the schedules by the timer job performance in Central Administration. Open Central Administration -&#62; Operations (For SharePoint 2007); Central Administration -&#62; Monitioring&#160;-&#62; Check Job Status (For SharePoint 2010); click Timer job status in the Global Configuration section. Normally, the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/how-do-i-check-if-the-schedule-is-working/">How do I check if the schedule is working?</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass96AAC3B1D6554F838DF3796E013A40A0">
<p>​How do I check if the schedule is working? Is there a log file? </p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClass3BC65E3404DB4F67897C1D097D315D54">
<p>​Check the schedules by the timer job performance in Central Administration. Open <span><span>Central Administration</span></span> -&gt; Operations (For <strong>SharePoint 2007</strong>); <span><span>Central Administration</span></span> -&gt; Monitioring&#160;-&gt; Check Job Status (For <strong>SharePoint 2010</strong>); click Timer job status in the <span style="text-decoration&#58;underline;">Global Configuration</span> section. Normally, the AD Information Sync Job started time changes every one or more minutes. If started time does not change for a long time, it may be caused by the following&#58;</p>
<ul>
<li>There are too many profiles or too much Active Directory information to sync;</li>
<li>The AD Information Sync Timer Job does not work properly, including several reasons&#58;</li>
</ul>
<blockquote><ol>
<li>Windows SharePoint Services Timer is stopped;</li>
<li>AD Information Sync job is disabled;</li>
<li>There are some other problems with timer job or profiles.</li>
</ol>
</blockquote>
<p>There is no log file to record the schedule details.</p>
</div>
<p>Applies for: SharePoint 2013, SharePoint 2010, SharePoint 2007</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/how-do-i-check-if-the-schedule-is-working/">How do I check if the schedule is working?</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.boostsolutions.com/kb/how-do-i-check-if-the-schedule-is-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
