<?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</title>
	<atom:link href="https://www.boostsolutions.com/kb/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>How to import columns that are Multiple Lookup fields to a SharePoint list?</title>
		<link>https://www.boostsolutions.com/kb/how-to-import-columns-that-are-multiple-lookup-fields-to-a-sharepoint-list/</link>
		<comments>https://www.boostsolutions.com/kb/how-to-import-columns-that-are-multiple-lookup-fields-to-a-sharepoint-list/#comments</comments>
		<pubDate>Wed, 15 Jan 2020 00:22:03 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Excel Import]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=1031</guid>
		<description><![CDATA[<p>​We are using theExcel import in our SharePoint 2016. Can you tell me how to import columns thatare Multiple Lookup fields? Solution: ​Please split the values with “; ” in Excel spreadsheet and then try toimport to the lookup column. &#160; &#160; Applies for: SharePoint 2019, SharePoint 2016, SharePoint 2013, SharePoint 2010</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/how-to-import-columns-that-are-multiple-lookup-fields-to-a-sharepoint-list/">How to import columns that are Multiple Lookup fields to a SharePoint list?</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass124852CEB72F41F789C708C1B085A490">
<p>​<span style="line-height&#58;107%;font-family&#58;&quot;segoe ui&quot;,sans-serif;font-size&#58;10pt;"><font color="#000000">We are using theExcel import in our SharePoint 2016. Can you tell me how to import columns thatare Multiple Lookup fields?</font></span></p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClass659D1A17F9CB4A5ABE20285CF4457F77">
<p>​<span style="line-height&#58;107%;font-family&#58;&quot;segoe ui&quot;,sans-serif;font-size&#58;10pt;"><font color="#000000">Please split the values with “; ” in Excel spreadsheet and then try toimport to the lookup column.</font></span></p>
<p><span style="line-height&#58;107%;font-family&#58;&quot;segoe ui&quot;,sans-serif;font-size&#58;10pt;"><font color="#000000"><img src="http://www.boostsolutions.com/kb/wp-content/uploads/2020/01/wpid-d1dfd56f-7764-42ea-9faa-b8fdb7640c9e-ei-1.png" alt="" style="margin&#58;5px;" /></font></span>&#160;</p>
<p>&#160;</p>
</div>
<p>Applies for: SharePoint 2019, SharePoint 2016, SharePoint 2013, SharePoint 2010</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/how-to-import-columns-that-are-multiple-lookup-fields-to-a-sharepoint-list/">How to import columns that are Multiple Lookup fields to a 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/how-to-import-columns-that-are-multiple-lookup-fields-to-a-sharepoint-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to send notification emails to updated email addresses?</title>
		<link>https://www.boostsolutions.com/kb/how-to-send-notification-emails-to-updated-email-addresses/</link>
		<comments>https://www.boostsolutions.com/kb/how-to-send-notification-emails-to-updated-email-addresses/#comments</comments>
		<pubDate>Tue, 14 Jan 2020 23:46:32 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Password Change]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=1028</guid>
		<description><![CDATA[<p>​Whenusing Password Change Web Part, the expiration notification emails are alwayssent to the older email addresses. How can I fix it? Solution: Firstly, please navigate to All People page (http&#58;//siteurl/_layouts/15/people.aspx?MembershipGroupId=0) to check the user&#8217;s email address and ensure the address is updated in this list. If you already change the user&#8217;s email address in active [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/how-to-send-notification-emails-to-updated-email-addresses/">How to send notification emails to updated email addresses?</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass7331FCE2350F4F70BF70778E32DDD946">
<p>​<span style="line-height&#58;107%;font-family&#58;&quot;segoe ui&quot;,sans-serif;font-size&#58;10pt;"><font color="#000000">Whenusing Password Change Web Part, the expiration notification emails are alwayssent to the older email addresses. How can I fix it?</font></span></p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClassD885E701AF8E4967909B03E95B62093A">
<p>Firstly, please navigate to All People page (http&#58;//siteurl/_layouts/15/people.aspx?MembershipGroupId=0) to check the user&#8217;s email address and ensure the address is updated in this list. </p>
<p>If you already change the user&#8217;s email address in active directory, and the changes is not updated to SharePoint, please try this PowerShell command line to update the changes.</p>
<p>Get-SPUser -Web <a href="http&#58;//web-app-url/"><span style="text-decoration&#58;underline;">http&#58;//web-app-url</span></a> | Set-SPUser –SyncFromAD</p>
</div>
<p>Applies for: SharePoint 2019, SharePoint 2016, SharePoint 2013, SharePoint 2010</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/how-to-send-notification-emails-to-updated-email-addresses/">How to send notification emails to updated email addresses?</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-send-notification-emails-to-updated-email-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get server code using SharePoint Management Shell?</title>
		<link>https://www.boostsolutions.com/kb/how-to-get-server-code-using-sharepoint-management-shell/</link>
		<comments>https://www.boostsolutions.com/kb/how-to-get-server-code-using-sharepoint-management-shell/#comments</comments>
		<pubDate>Tue, 14 Jan 2020 23:43:57 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[BoostSolutions Foundation]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=1024</guid>
		<description><![CDATA[<p>​How to get server code using SharePoint Management Shell? Solution: Please login the SharePoint server which hosts the central administration, open the SharePoint Management Shell and run the following command line. Add-Type -AssemblyName &#34;SharePointBoost.License, Version=3.0.0.0, Culture=neutral, PublicKeyToken=15fd9ef9a2ec3a95&#34; [SharePointBoost.License.LicenseUtilityEx]&#58;&#58;GetServerCode() Then a server code will be returned as following. &#160; &#160; &#160; Applies for: SharePoint 2019, SharePoint [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/how-to-get-server-code-using-sharepoint-management-shell/">How to get server code using SharePoint Management Shell?</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass53700D8150B1455898F59A190515DDD7">
<p>​<span style="line-height&#58;107%;font-family&#58;&quot;segoe ui&quot;,sans-serif;font-size&#58;10pt;"><font color="#000000">How to get server code using SharePoint Management Shell</font></span>?</p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClassDE7C1FCD6C17499E970A89A7D30BF42C">
<p>Please login the SharePoint server which hosts the central administration, open the SharePoint Management Shell and run the following command line.</p>
<p><em>Add-Type -AssemblyName &quot;SharePointBoost.License, Version=3.0.0.0, Culture=neutral, PublicKeyToken=15fd9ef9a2ec3a95&quot;</em></p>
<p><em>[SharePointBoost.License.LicenseUtilityEx]&#58;&#58;GetServerCode()</em></p>
<p>Then a server code will be returned as following. </p>
<p><img src="http://www.boostsolutions.com/kb/wp-content/uploads/2020/01/wpid-87c628e6-36d1-49c4-bb96-db182d9f6b9b-lc-11.png" alt="" style="margin&#58;5px;" />&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
</div>
<p>Applies for: SharePoint 2019, SharePoint 2016, SharePoint 2013, SharePoint 2010</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/how-to-get-server-code-using-sharepoint-management-shell/">How to get server code using SharePoint Management Shell?</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-get-server-code-using-sharepoint-management-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Always get error message “The password does not meet the password complexity policy requirements.” when change password?</title>
		<link>https://www.boostsolutions.com/kb/always-get-error-message-the-password-does-not-meet-the-password-complexity-policy-requirements-when-change-password/</link>
		<comments>https://www.boostsolutions.com/kb/always-get-error-message-the-password-does-not-meet-the-password-complexity-policy-requirements-when-change-password/#comments</comments>
		<pubDate>Tue, 14 Jan 2020 23:38:29 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Password Change]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=1021</guid>
		<description><![CDATA[<p>​When I try to change his password using Password Change Web Part, I alwayserror message “The password does not meet the password complexity policy requirements.”,even the new password meet the policy. How can I fix it? Solution: Firstly, please check the user account in application pool and ensure the account has the permission to change [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/always-get-error-message-the-password-does-not-meet-the-password-complexity-policy-requirements-when-change-password/">Always get error message “The password does not meet the password complexity policy requirements.” when change password?</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClassBE1DE849C5854E20B02FD93E25167E3D">
<p>​<span lang="EN-AU" style="line-height&#58;107%;font-family&#58;&quot;segoe ui&quot;,sans-serif;font-size&#58;10pt;"><font color="#000000">When I try to change his password using Password Change Web Part, I alwayserror message “The password does not meet the password complexity policy requirements.”,even the new password meet the policy. How can I fix it?</font></span></p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClass42BDB441149640EA94CAFBDF34B09882">
<p>Firstly, please check the user account in application pool and ensure the account has the permission to change password in Active Directory. We recommend you to add this account to domain admin group. (Because Password Change web part uses this account to connect active directory and change password.)</p>
<p>Then, if the first way failed. Please check if these updates installed on your SharePoint server. </p>
<p><img src="http://www.boostsolutions.com/kb/wp-content/uploads/2020/01/wpid-54aef06d-2124-4d0d-89c7-d560aec61cea-pc-1.png" alt="" style="margin&#58;5px;" />&#160;</p>
<p>Or is there any error message like &quot;…remote calls to the SAM database have been denied…&quot; in the event viewer.</p>
<p>If so, please allow Domain Users to access the remote SAM database on SharePoint server as the picture below.</p>
<p><img src="http://www.boostsolutions.com/kb/wp-content/uploads/2020/01/wpid-1b634b2f-fff8-4f41-929d-ae7a54981757-pc-2.png" alt="" style="margin&#58;5px;" />&#160;</p>
<p>This is a known issue for Microsoft SharePoint.</p>
<p><a href="https&#58;//docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/network-access-restrict-clients-allowed-to-make-remote-sam-calls"><span style="text-decoration&#58;underline;">https&#58;//docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/network-access-restrict-clients-allowed-to-make-remote-sam-calls</span></a>&#160;</p>
</div>
<p>Applies for: SharePoint 2019, SharePoint 2016, SharePoint 2013</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/always-get-error-message-the-password-does-not-meet-the-password-complexity-policy-requirements-when-change-password/">Always get error message “The password does not meet the password complexity policy requirements.” when change password?</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/always-get-error-message-the-password-does-not-meet-the-password-complexity-policy-requirements-when-change-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove additional characters when export data of Cross-Site Lookup column?</title>
		<link>https://www.boostsolutions.com/kb/how-to-remove-additional-characters-when-export-data-of-cross-site-lookup-column/</link>
		<comments>https://www.boostsolutions.com/kb/how-to-remove-additional-characters-when-export-data-of-cross-site-lookup-column/#comments</comments>
		<pubDate>Tue, 14 Jan 2020 23:32:00 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Cross_Site Lookup]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=1017</guid>
		<description><![CDATA[<p>​When I export data of Cross-Site Lookup column to Excel, there are someadditional characters. How to remove them? Solution: ​Please go to Central Administration &#62; Application Management &#62; Manage Web Applications, select the corresponding web application and click Manage Features on ribbon, then activate the Cross-Site Lookup Data Adapter feature. Applies for: SharePoint 2019, SharePoint [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/how-to-remove-additional-characters-when-export-data-of-cross-site-lookup-column/">How to remove additional characters when export data of Cross-Site Lookup column?</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass682F5A9901B1414B9F4973F9356EFD96">
<p>​<span lang="EN-AU" style="line-height&#58;107%;font-family&#58;&quot;segoe ui&quot;,sans-serif;font-size&#58;10pt;"><font color="#000000">When I export data of Cross-Site Lookup column to Excel, there are someadditional characters. How to remove them?</font></span></p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClass24EC49F81C9D47DE94B141C35C58FC88">
<p>​Please go to Central Administration &gt; Application Management &gt; Manage Web Applications, select the corresponding web application and click <strong>Manage Features</strong> on ribbon, then activate the <strong>Cross-Site Lookup Data Adapter</strong> feature.</p>
</div>
<p>Applies for: SharePoint 2019, SharePoint 2016, SharePoint 2013, SharePoint 2010</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/how-to-remove-additional-characters-when-export-data-of-cross-site-lookup-column/">How to remove additional characters when export data of Cross-Site Lookup column?</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-remove-additional-characters-when-export-data-of-cross-site-lookup-column/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove additional characters when export data of Cascaded Lookup column?</title>
		<link>https://www.boostsolutions.com/kb/how-to-remove-additional-characters-when-export-data-of-cascaded-lookup-column/</link>
		<comments>https://www.boostsolutions.com/kb/how-to-remove-additional-characters-when-export-data-of-cascaded-lookup-column/#comments</comments>
		<pubDate>Tue, 14 Jan 2020 23:28:52 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[Cascaded Lookup]]></category>
		<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=1015</guid>
		<description><![CDATA[<p>​When I export data of Cascaded Lookup column to Excel, there are some additionalcharacters. How to remove them? Solution: ​Please go to Central Administration &#62; Application Management &#62; Manage Web Applications, select the corresponding web application and click Manage Features on ribbon, then activate the Cascaded Lookup Data Adapter feature. Applies for: SharePoint 2019, SharePoint [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/how-to-remove-additional-characters-when-export-data-of-cascaded-lookup-column/">How to remove additional characters when export data of Cascaded Lookup column?</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass942F47AE5E5F4B91B134B2A585509E9F">
<p>​<span lang="EN-AU" style="line-height&#58;107%;font-family&#58;&quot;segoe ui&quot;,sans-serif;font-size&#58;10pt;"><font color="#000000">When I export data of Cascaded Lookup column to Excel, there are some additionalcharacters. How to remove them?</font></span></p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClass614D46B0ED814737B327B0B1CDB4016A">
<p>​Please go to Central Administration &gt; Application Management &gt; Manage Web Applications, select the corresponding web application and click <strong>Manage Features</strong> on ribbon, then activate the <strong>Cascaded Lookup Data Adapter</strong> feature.</p>
</div>
<p>Applies for: SharePoint 2019, SharePoint 2016, SharePoint 2013, SharePoint 2010</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/how-to-remove-additional-characters-when-export-data-of-cascaded-lookup-column/">How to remove additional characters when export data of Cascaded Lookup column?</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-remove-additional-characters-when-export-data-of-cascaded-lookup-column/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error “403 FORBIDDEN” occurs when using Excel Import</title>
		<link>https://www.boostsolutions.com/kb/error-403-forbidden-occurs-when-using-excel-import/</link>
		<comments>https://www.boostsolutions.com/kb/error-403-forbidden-occurs-when-using-excel-import/#comments</comments>
		<pubDate>Tue, 14 Jan 2020 23:24:50 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[Excel Import]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=1012</guid>
		<description><![CDATA[<p>​When I use Excel Import, after selecting the spreadsheet and clicking on“Next”, following error message pops up “403 FORBIDDEN”. Solution: ​Excel Import requires the end users at least have “Manage List”permission. Please check the current user’s permission and make sure the userhas proper permission. Applies for: SharePoint 2016, SharePoint 2013, SharePoint 2010</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/error-403-forbidden-occurs-when-using-excel-import/">Error “403 FORBIDDEN” occurs when using Excel Import</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass22EA04A8E4B84647B3A899AB3C762359">
<p>​<span lang="EN-AU" style="line-height&#58;107%;font-family&#58;&quot;segoe ui&quot;,sans-serif;font-size&#58;10pt;"><font color="#000000">When I use Excel Import, after selecting the spreadsheet and clicking on“Next”, following error message pops up “403 FORBIDDEN”.</font></span></p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClassE5B543B4AB8541D09D64D2782B30AAE2">
<p>​<span lang="EN-AU" style="line-height&#58;107%;font-family&#58;&quot;segoe ui&quot;,sans-serif;font-size&#58;10pt;"><font color="#000000">Excel Import requires the end users at least have “Manage List”permission. Please check the current user’s permission and make sure the userhas proper permission.</font></span></p>
</div>
<p>Applies for: SharePoint 2016, SharePoint 2013, SharePoint 2010</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/error-403-forbidden-occurs-when-using-excel-import/">Error “403 FORBIDDEN” occurs when using Excel Import</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/error-403-forbidden-occurs-when-using-excel-import/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typical log error but product running fine</title>
		<link>https://www.boostsolutions.com/kb/typical-log-error-but-product-running-fine/</link>
		<comments>https://www.boostsolutions.com/kb/typical-log-error-but-product-running-fine/#comments</comments>
		<pubDate>Sun, 17 May 2015 18:01:16 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[Column/View Permission]]></category>
		<category><![CDATA[Log]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=991</guid>
		<description><![CDATA[<p>​There are the log errors but the product works fine, and the error message is pretty much like the following ones&#58; &#8216;SharePointBoost.LicenseManagementCenter&#8217; (id&#58;46cd899c-569d-47c8-8b11-38aaf5af02f6) using attributes (ControlSrc=&#8221;, ControlAssembly=&#8217;SharePointBoost.License, Version=2.0.7.0, Culture=neutral, PublicKeyToken=15fd9ef9a2ec3a95&#8242;, ControlClass=&#8217;SharePointBoost.License.Management.RedirectControl&#8217;&#58; System.ArgumentException&#58; The control with assembly name &#8216;SharePointBoost.License, Version=2.0.7.0, Culture=neutral, PublicKeyToken=15fd9ef9a2ec3a95&#8242; class name Solution: Run this tool by administrator, after that, choose the site and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/typical-log-error-but-product-running-fine/">Typical log error but product running fine</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass90D352FAFFEA46E3B4D255116770A1F4">
<p>​There are the log errors but the product works fine, and the error message is pretty much like the following ones&#58;</p>
<p>&#8216;SharePointBoost.LicenseManagementCenter&#8217; (id&#58;46cd899c-569d-47c8-8b11-38aaf5af02f6) using attributes (ControlSrc=&#8221;, ControlAssembly=&#8217;SharePointBoost.License, Version=2.0.7.0, Culture=neutral, PublicKeyToken=15fd9ef9a2ec3a95&#8242;, ControlClass=&#8217;SharePointBoost.License.Management.RedirectControl&#8217;&#58; System.ArgumentException&#58; The control with assembly name &#8216;SharePointBoost.License, Version=2.0.7.0, Culture=neutral, PublicKeyToken=15fd9ef9a2ec3a95&#8242; class name </p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClassBD046F712C114D0E94736F9AA4BA9855">
<p>Run this tool by administrator, after that, choose the site and list, on the right hand,&#160;click the&#160;button &quot;delete all invalid&quot;.</p>
<p>You may download this tool by this link&#58;</p>
<p><a href="https&#58;//speventreceiverman.codeplex.com/">https&#58;//speventreceiverman.codeplex.com/</a>&#160;&#160;&#160; (2010)</p>
<p><a href="http&#58;//www.boostsolutions.com/software/EventReceiverManager2013.zip">http&#58;//www.boostsolutions.com/software/EventReceiverManager2013.zip</a>&#160;(2013)</p>
<p>&#160;</p>
</div>
<p>Applies for: SharePoint 2013, SharePoint 2010</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/typical-log-error-but-product-running-fine/">Typical log error but product running fine</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/typical-log-error-but-product-running-fine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>External content type is vaild but not contents shows in the dropdown selection</title>
		<link>https://www.boostsolutions.com/kb/external-content-type-is-vaild-but-not-contents-shows-in-the-dropdown-selection/</link>
		<comments>https://www.boostsolutions.com/kb/external-content-type-is-vaild-but-not-contents-shows-in-the-dropdown-selection/#comments</comments>
		<pubDate>Sun, 17 May 2015 18:01:09 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[Calendar Rollup]]></category>
		<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=989</guid>
		<description><![CDATA[<p>When you select a valid External Content Typle, there will be no columns to map. &#160; ​ Solution: ​One of the most common reason is that customer may have done some customizations of the External Content Type Operation&#160;names. Calendar Rollup will only recognize the name in defual, any customization will lead such issue. The below [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/external-content-type-is-vaild-but-not-contents-shows-in-the-dropdown-selection/">External content type is vaild but not contents shows in the dropdown selection</a> appeared first on <a rel="nofollow" href="https://www.boostsolutions.com/kb">BoostSolutions</a>.</p>
]]></description>
				<content:encoded><![CDATA[<div class="ExternalClass616608F11F8042F8ABC0276C5B8E4B02">
<p>When you select a valid External Content Typle, there will be no columns to map.</p>
<p>&#160;</p>
</div>
<div class="ExternalClass616608F11F8042F8ABC0276C5B8E4B02">
<p><img src="http://www.boostsolutions.com/kb/wp-content/uploads/2015/05/wpid-bae93e9a-607a-4312-ae82-40b2dfff0044-11.png" alt="" style="width&#58;809px;" />​</p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClass0A4C77F3FAD3482CB39D3B5BF9E38044">
<p>​One of the most common reason is that customer may have done some customizations of the External Content Type Operation&#160;names. Calendar Rollup will only recognize the name in defual, any customization will lead such issue.</p>
<p>The below example&#58; customer has changed the&#160;names of such External Content Type Operations, then just <span lang="EN-US" style="color&#58;#1f497d;font-family&#58;&quot;calibri&quot;,&quot;sans-serif&quot;;font-size&#58;10.5pt;">Change &#160;“</span><span lang="EN-US" style="color&#58;#1f497d;font-family&#58;&quot;calibri&quot;,&quot;sans-serif&quot;;font-size&#58;11pt;">Vw_EmployeePTORead List” back to “Read List”, and “Vw_EmployeePTOReadItem” back to “Read Item”. Then the issue will be fixed.</span></p>
<p><span lang="EN-US" style="color&#58;#1f497d;font-family&#58;&quot;calibri&quot;,&quot;sans-serif&quot;;font-size&#58;11pt;"></span>&#160;</p>
<p><span lang="EN-US" style="color&#58;#1f497d;font-family&#58;&quot;calibri&quot;,&quot;sans-serif&quot;;font-size&#58;11pt;"></span>&#160;<img src="http://www.boostsolutions.com/kb/wp-content/uploads/2015/05/wpid-a2733161-1462-44b6-93b6-d5a9a0233dc9-22_1.jpg" alt="" style="margin&#58;5px;" /></p>
<p>&#160;</p>
</div>
<p>Applies for: SharePoint 2013, SharePoint 2010</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/external-content-type-is-vaild-but-not-contents-shows-in-the-dropdown-selection/">External content type is vaild but not contents shows in the dropdown selection</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/external-content-type-is-vaild-but-not-contents-shows-in-the-dropdown-selection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
