<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Execute Data Load Failing in Data Loading Tools Questions</title>
    <link>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1390355#M164</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/470752"&gt;@jswift&lt;/a&gt;&amp;nbsp;the Data Loading Tools are now available as part of Pro 3.2. No conda install required.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/data-loading-tools-questions/data-loading-tools-is-now-included-with-arcgis-pro/m-p/1349590#M150" target="_blank"&gt;https://community.esri.com/t5/data-loading-tools-questions/data-loading-tools-is-now-included-with-arcgis-pro/m-p/1349590#M150&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/knowledge-base/faq-unable-to-install-esri-dltsolutions-package-data-lo-000031631" target="_blank"&gt;https://support.esri.com/en-us/knowledge-base/faq-unable-to-install-esri-dltsolutions-package-data-lo-000031631&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2024 14:37:53 GMT</pubDate>
    <dc:creator>TedHoward2</dc:creator>
    <dc:date>2024-03-04T14:37:53Z</dc:date>
    <item>
      <title>Execute Data Load Failing</title>
      <link>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1340162#M141</link>
      <description>&lt;P&gt;Hello, I'm trying to use the Execute Data Load tool to migrate data into the utility network but every I run the tool I get the same error regardless of the reference workbook I use:&amp;nbsp;&lt;/P&gt;&lt;P&gt;import pyarrow.lib as _lib&lt;BR /&gt;ImportError: DLL load failed while importing lib: The specified procedure could not be found.&lt;/P&gt;&lt;P&gt;As far as I can tell the the pyarrow package is installed and this problem happened on a completely different machine with a fresh ArcPro install.&lt;/P&gt;&lt;P&gt;Any help would be appreciated,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 18:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1340162#M141</guid>
      <dc:creator>SesquipedalianUltracrepidarian</dc:creator>
      <dc:date>2023-10-20T18:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Data Load Failing</title>
      <link>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1340175#M142</link>
      <description>&lt;P&gt;Seems like it could be a problem with your environment/clone. What Pro version are you on? What is the pyarrow version shown in package manager?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 19:27:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1340175#M142</guid>
      <dc:creator>TedHoward2</dc:creator>
      <dc:date>2023-10-20T19:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Data Load Failing</title>
      <link>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1340413#M143</link>
      <description>&lt;P&gt;Currently on 3.1.3 for Pro and the pyarrow version is 11.0.0&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 11:20:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1340413#M143</guid>
      <dc:creator>SesquipedalianUltracrepidarian</dc:creator>
      <dc:date>2023-10-23T11:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Data Load Failing</title>
      <link>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1340579#M144</link>
      <description>&lt;P&gt;I'm unable to reproduce with a fresh install of Pro 3.1.3. Your pyarrow version is correct. Maybe an issue with pandas since that's what imports pyarrow. If problems persist please contact tech support to get a case opened.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 17:06:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1340579#M144</guid>
      <dc:creator>TedHoward2</dc:creator>
      <dc:date>2023-10-23T17:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Data Load Failing</title>
      <link>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1341222#M145</link>
      <description>&lt;P&gt;i have the same problem. i have investigated it a bit further. in the default python env (arcgispro-py3) it works ok, but in the clone i created for UN it does not.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3&amp;gt;python.exe
Python 3.9.16 [MSC v.1931 64 bit (AMD64)] :: Anaconda, Inc. on win32

Warning:
This Python interpreter is in a conda environment, but the environment has
not been activated.  Libraries may fail to load.  To activate this environment
please see https://conda.io/activation

Type "help", "copyright", "credits" or "license" for more information.
&amp;gt;&amp;gt;&amp;gt; import pyarrow
&amp;gt;&amp;gt;&amp;gt; &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;C:\Users\pjoyce\AppData\Local\ESRI\conda\envs\arcgispro-py3-un&amp;gt;python.exe
Python 3.9.18 [MSC v.1931 64 bit (AMD64)] :: Anaconda, Inc. on win32

Warning:
This Python interpreter is in a conda environment, but the environment has
not been activated.  Libraries may fail to load.  To activate this environment
please see https://conda.io/activation

Type "help", "copyright", "credits" or "license" for more information.
&amp;gt;&amp;gt;&amp;gt; import pyarrow
Traceback (most recent call last):
  File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;
  File "C:\Users\pjoyce\AppData\Local\ESRI\conda\envs\arcgispro-py3-un\lib\site-packages\pyarrow\__init__.py", line 65, in &amp;lt;module&amp;gt;
    import pyarrow.lib as _lib
ImportError: DLL load failed while importing lib: The specified procedure could not be found.
&amp;gt;&amp;gt;&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have tried updating pyarrow, but it will not update (it is 11.0, and 12.0 is available)&lt;/P&gt;&lt;P&gt;it cannot be uninstalled in the clone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i just created a fresh clone of the default env, and it does work in that. i will investigate further&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 04:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1341222#M145</guid>
      <dc:creator>dajjg4mh0</dc:creator>
      <dc:date>2023-10-25T04:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Data Load Failing</title>
      <link>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1341223#M146</link>
      <description>&lt;P&gt;once i install &lt;STRONG&gt;dltsolutions&lt;/STRONG&gt; into the clone, the "import pyarrow" no longer works. version i have:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ArcGIS Pro 3.1.3&lt;/LI&gt;&lt;LI&gt;ElectricUtilityNetworkFoundation v2.2&lt;/LI&gt;&lt;LI&gt;dltsolutions 3.1.3&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 25 Oct 2023 04:28:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1341223#M146</guid>
      <dc:creator>dajjg4mh0</dc:creator>
      <dc:date>2023-10-25T04:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Data Load Failing</title>
      <link>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1341427#M147</link>
      <description>&lt;P&gt;At least I'm not the only one, interesting that it works in a fresh clone and only seems to break once dltsolutions is added, I've tried versions 3.1.2 and 3.1.1 for dltsolutions as well as 3.1.3 on fresh clones and they all seem to have the same error that's generated&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 15:10:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1341427#M147</guid>
      <dc:creator>SesquipedalianUltracrepidarian</dc:creator>
      <dc:date>2023-10-25T15:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Data Load Failing</title>
      <link>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1342035#M148</link>
      <description>&lt;P&gt;It seems a bug that the installation of dltsolutions will update pyarrow and make it not work. Since pyarrow is not directly used by dltsolutions and all dependencies (e.g., pandas) in the original env seem to be meet the requirements, so we can only install dltsolutions without updating its dependencies. This idea has been approved working in ArcGIS Pro 3.1.3. Here are steps:&lt;/P&gt;&lt;P&gt;1. Make a fresh clone of the original env using &lt;FONT color="#0000FF"&gt;Package Manager&lt;/FONT&gt; and set it as the Active env. If you have installed dltsolutions, you cannot remove it using Package Manager. It would be easier to just make a new clone.&lt;/P&gt;&lt;P&gt;2. Close ArcGIS Pro and open &lt;FONT color="#0000FF"&gt;Python Command Prompt &lt;/FONT&gt;window from Windows start menu. Make sure that the current path points to the new env you just made.&lt;/P&gt;&lt;P&gt;3. Install the latest version of dltsolutions (3.1.3) without updating the dependencies using the following command:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;conda install -c esri --no-deps dltsolutions&lt;/LI-CODE&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;4. After the installation, open ArcGIS Pro and you should be able to see the Data Loading Tools under the Toolboxes. When you run Execute Data Load tool, the pyarrow loading error should be gone.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 15:21:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1342035#M148</guid>
      <dc:creator>PingYin1</dc:creator>
      <dc:date>2023-10-26T15:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Data Load Failing</title>
      <link>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1343305#M149</link>
      <description>&lt;P&gt;This issue was because of the newer pyarrow versions we uploaded to esri for the 3.2 Pro release, we have since pulled the pyarrow 11 and arrow-cpp 11 packages from the main esri conda channel to help address this for Pro 3.1 machines.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you create a fresh clone of arcgispro-py3 you should be able to `conda install dltsolutions` and then `import pyarrow` will work again.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hope this helps! We will also be looking at patching our 3.1 environment to further stop it from updating pyarrow on conda installs.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 15:19:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1343305#M149</guid>
      <dc:creator>BrianClee</dc:creator>
      <dc:date>2023-10-30T15:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Data Load Failing</title>
      <link>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1389929#M162</link>
      <description>&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;I am attempting to update a fresh clone; first I tried the command by PingYin above but I got many errors, so now I tried the first command you wrote above &lt;SPAN&gt;`conda install dltsolutions`&amp;nbsp;&lt;/SPAN&gt;, and still cannot update it. So many conflicts and the end result is that the clone is "not available" after trying this.&lt;/P&gt;&lt;P&gt;Is there a better command to try?&lt;/P&gt;&lt;P&gt;Or is it not working because there are spaces in the path to the clone....&lt;/P&gt;&lt;P&gt;... and every time I try a variation of this command to do the update, it takes about 30-80 minutes.&lt;/P&gt;&lt;P&gt;I am using Pro 3.2.2 (just patched yesterday 3/1/24) on a fast laptop.&lt;/P&gt;&lt;P&gt;Thank you, Jen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2024 22:59:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1389929#M162</guid>
      <dc:creator>jswift</dc:creator>
      <dc:date>2024-03-02T22:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Data Load Failing</title>
      <link>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1390080#M163</link>
      <description>&lt;P&gt;Hi Jen I see the issue you are describing on Pro 3.2.2 machines, it doesn't look like there's a dltsolutions build on the esri channel for arcgispro 3.2 which is why the older builds can't be installed. It seems even with --no-deps --no-pin I can't install the older version on 3.2 either, I'll find an internal contact to ping about getting a 3.2 version uploaded.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2024 23:14:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1390080#M163</guid>
      <dc:creator>BrianClee</dc:creator>
      <dc:date>2024-03-03T23:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Data Load Failing</title>
      <link>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1390355#M164</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/470752"&gt;@jswift&lt;/a&gt;&amp;nbsp;the Data Loading Tools are now available as part of Pro 3.2. No conda install required.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/data-loading-tools-questions/data-loading-tools-is-now-included-with-arcgis-pro/m-p/1349590#M150" target="_blank"&gt;https://community.esri.com/t5/data-loading-tools-questions/data-loading-tools-is-now-included-with-arcgis-pro/m-p/1349590#M150&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/knowledge-base/faq-unable-to-install-esri-dltsolutions-package-data-lo-000031631" target="_blank"&gt;https://support.esri.com/en-us/knowledge-base/faq-unable-to-install-esri-dltsolutions-package-data-lo-000031631&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 14:37:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-loading-tools-questions/execute-data-load-failing/m-p/1390355#M164</guid>
      <dc:creator>TedHoward2</dc:creator>
      <dc:date>2024-03-04T14:37:53Z</dc:date>
    </item>
  </channel>
</rss>

