<?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; Excel Import</title>
	<atom:link href="https://www.boostsolutions.com/kb/category/excel-import/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>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>Get &quot;Succeed: 0 items, Skipped: 0 items, Failed: 0 items&quot; when import data from Excel to SharePoint list.</title>
		<link>https://www.boostsolutions.com/kb/get-succeed-0-items-skipped-0-items-failed-0-items-when-import-data-from-excel-to-sharepoint-list/</link>
		<comments>https://www.boostsolutions.com/kb/get-succeed-0-items-skipped-0-items-failed-0-items-when-import-data-from-excel-to-sharepoint-list/#comments</comments>
		<pubDate>Thu, 26 Mar 2015 18:42:20 +0000</pubDate>
		<dc:creator><![CDATA[Admin]]></dc:creator>
				<category><![CDATA[Excel Import]]></category>
		<category><![CDATA[Log]]></category>

		<guid isPermaLink="false">http://www.boostsolutions.com/kb/?p=982</guid>
		<description><![CDATA[<p>Always get this result &#34;Succeed&#58; 0 items, Skipped&#58; 0 items, Failed&#58; 0 items&#34;&#160;when I running importing procedure, and&#160;no data is imported successfully.&#160;Why? Solution: ​The most possible cause is the current site is not added to Trusted sites in the IE settings. A screen should be poped up when accessing this site&#58; &#160; Solution&#58; Close IE [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/get-succeed-0-items-skipped-0-items-failed-0-items-when-import-data-from-excel-to-sharepoint-list/">Get &quot;Succeed: 0 items, Skipped: 0 items, Failed: 0 items&quot; when import data from Excel 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="ExternalClass7518535332AB4BA0B9F7E1B08D320A64">
<p>Always get this result &quot;Succeed&#58; 0 items, Skipped&#58; 0 items, Failed&#58; 0 items&quot;&#160;when I running importing procedure, and&#160;no data is imported successfully.&#160;Why?</p>
</div>
<p><br/><b>Solution:</b> </br>
<div class="ExternalClassFB2F25AB32E14791BA3FA2377BE72338">
<p>​The most possible cause is the current site is not added to Trusted sites in the IE settings. A screen should be poped up when accessing this site&#58;</p>
<p><img src="http://www.boostsolutions.com/kb/wp-content/uploads/2015/03/wpid-202e6566-54fe-4ff4-9a15-41f8d85cb32d-1.png" alt="" />&#160;</p>
<p><strong>Solution</strong>&#58;</p>
<p>Close IE ESC(Enhanced Security Configuration), or add the site to trusted sites, then the import would be working propely. </p>
<p>Steps to close IE ESC&#58;</p>
<p>1. In SharePoint server, open <strong>Server Manager</strong>, then find <strong>Configure IE ESC </strong>under <strong>Security Information</strong>&#58;</p>
<p><img src="http://www.boostsolutions.com/kb/wp-content/uploads/2015/03/wpid-30e77990-4cd3-489a-90ec-ef66df2b2ffc-1_1.png" alt="" />&#160;</p>
<p>&#160;2. Select <strong>Off</strong>&#58;</p>
<p><img src="http://www.boostsolutions.com/kb/wp-content/uploads/2015/03/wpid-ebabe733-5ad5-4e29-a231-82c80c94f9e9-2.png" alt="" />&#160;</p>
</div>
<p>Applies for: SharePoint 2013, SharePoint 2010, SharePoint 2007</p>
<p>The post <a rel="nofollow" href="https://www.boostsolutions.com/kb/get-succeed-0-items-skipped-0-items-failed-0-items-when-import-data-from-excel-to-sharepoint-list/">Get &quot;Succeed: 0 items, Skipped: 0 items, Failed: 0 items&quot; when import data from Excel 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/get-succeed-0-items-skipped-0-items-failed-0-items-when-import-data-from-excel-to-sharepoint-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
