<?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: Python package - dltsolutions in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/python-package-dltsolutions/m-p/1084131#M43473</link>
    <description>&lt;P&gt;Thanks for your input.&amp;nbsp; Actually the issues is resolved by removing the recent ArcPro update and going back to just 2.8.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jul 2021 18:30:42 GMT</pubDate>
    <dc:creator>JanetRobertson</dc:creator>
    <dc:date>2021-07-29T18:30:42Z</dc:date>
    <item>
      <title>Python package - dltsolutions</title>
      <link>https://community.esri.com/t5/data-management-questions/python-package-dltsolutions/m-p/1080026#M43447</link>
      <description>&lt;P&gt;I am most positive that I am not the sharpest tool in the shed.&amp;nbsp; With that said, hopefully someone can get me over this seemingly easy yet&amp;nbsp; difficult bump.&amp;nbsp; &amp;nbsp;I am new to working with the Utility Network Extension for Enterprise.&amp;nbsp; It is loaded into the organizational Portal and the both the Water and Sewer data management for enterprise have been activiated.....I am starting with a small area of our water distribution system.&amp;nbsp; The existing data is NOT in a geometric Network and for the most part are just lines and points in respective feature classes.&lt;/P&gt;&lt;P&gt;So, through some on-line ESRI produced video, I am trying work through the data loading tools as described in said video(s).&amp;nbsp; using the python package manager, I have cloned the default and add the dltsolution and the r-cdltools packages to the clone.&amp;nbsp; Exited and restarted ArcPro, as indicated in the video and instructions from ArcPro.&amp;nbsp; Upon restarting ArcPro and looking for these "new tool" in the geoprocessing window, the geoprocessing Cache begins to rebuild.&amp;nbsp; then this process crashed with a message that the dltsolutions package cannot be found in the clone environment.&amp;nbsp; &amp;nbsp; (note: the pathway to the clone environment is different from the default path, but this is what is presented b ArcGIS Pro.&lt;/P&gt;&lt;P&gt;Bottom line is I need help in loading my existing data into the new utility network.&amp;nbsp; Any advice, suggestions, or directions would be most appreciated.&lt;/P&gt;&lt;P&gt;James Armstrong - jamesa@spatial-relationships.com&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jul 2021 23:20:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/python-package-dltsolutions/m-p/1080026#M43447</guid>
      <dc:creator>JanetRobertson</dc:creator>
      <dc:date>2021-07-17T23:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Python package - dltsolutions</title>
      <link>https://community.esri.com/t5/data-management-questions/python-package-dltsolutions/m-p/1080082#M43448</link>
      <description>&lt;P&gt;Did you activate the clone as your go to environment in Pro?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jul 2021 16:17:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/python-package-dltsolutions/m-p/1080082#M43448</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-07-18T16:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Python package - dltsolutions</title>
      <link>https://community.esri.com/t5/data-management-questions/python-package-dltsolutions/m-p/1080261#M43452</link>
      <description>&lt;P&gt;yeah I did activate the clone and checked it again this morning.&amp;nbsp; &amp;nbsp;Further investigation led me to research the following error message:&amp;nbsp;&amp;nbsp;"Error: Failed to load system tools."&lt;/P&gt;&lt;P&gt;In reviewing this error, it was suggested from esri to open the proenv.txt file in the C:\Program Files\ArcGIS\Pro\bin\Python\Scripts directory. The thing is this file is not there. At this point, what I am reading online from esri is to re-install arcgis pro. Before I do that, I am doing more research, however any advice or suggestion from anyone will be, as always, appreciated.&lt;/P&gt;&lt;P&gt;James Armstrong&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 14:13:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/python-package-dltsolutions/m-p/1080261#M43452</guid>
      <dc:creator>JanetRobertson</dc:creator>
      <dc:date>2021-07-19T14:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Python package - dltsolutions</title>
      <link>https://community.esri.com/t5/data-management-questions/python-package-dltsolutions/m-p/1080269#M43453</link>
      <description>&lt;P&gt;Janet or James or who ever this is-&lt;/P&gt;&lt;P&gt;I see a proenv.bat file in that directory.&amp;nbsp; It looks like this:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/464769"&gt;@echo&lt;/a&gt; off
@CALL :normalizepath scripts_path "%~dp0"

:: get the active environment from PythonEnvUtils.exe
FOR /F "delims=" %%i IN ('"%scripts_path%..\..\PythonEnvUtils.exe"') DO set CONDA_NEW_ENV=%%i

@set CONDA_SKIPCHECK=1
@set "CONDA_PREFIX=%CONDA_NEW_ENV%"

:: change directory if started from shortcut
set shortcut=0
for %%x in (%cmdcmdline%) do if /i "%%~x"=="/k" set shortcut=1
for %%x in (%cmdcmdline%) do if /i "%%~x"=="/c" set shortcut=1

@SET "activate_path="%scripts_path%activate.bat" "%CONDA_NEW_ENV%""

:: pass activate path through endlocal barrier
@for /f "delims=" %%A in (""!activate_path!"") do (
    if %shortcut% == 0 (
        @endlocal &amp;amp; @set "CONDA_SKIPCHECK=1" &amp;amp; call %%~A
    ) else (
        @endlocal &amp;amp; @set "CONDA_SKIPCHECK=1" &amp;amp; &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/352010"&gt;@CD&lt;/a&gt; /d %CONDA_PREFIX% &amp;amp; cmd.exe /k "%%~A"
    )
)

@goto :eof

:normalizepath
    @SET "%1=%~dpfn2"
    @EXIT /B&lt;/LI-CODE&gt;&lt;P&gt;My dos skills have never included editing batch files, but perhaps someone else can help here...&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 14:23:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/python-package-dltsolutions/m-p/1080269#M43453</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-07-19T14:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Python package - dltsolutions</title>
      <link>https://community.esri.com/t5/data-management-questions/python-package-dltsolutions/m-p/1084131#M43473</link>
      <description>&lt;P&gt;Thanks for your input.&amp;nbsp; Actually the issues is resolved by removing the recent ArcPro update and going back to just 2.8.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 18:30:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/python-package-dltsolutions/m-p/1084131#M43473</guid>
      <dc:creator>JanetRobertson</dc:creator>
      <dc:date>2021-07-29T18:30:42Z</dc:date>
    </item>
  </channel>
</rss>

