<?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: Installing untools on ArcGIS Pro 2.4 behind a corporate firewall / proxy in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/installing-untools-on-arcgis-pro-2-4-behind-a/m-p/241342#M226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/180941"&gt;Hermien Bijker&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the items you have already attempted I would suggest reviewing the following topics within the UN Package Tools FAQ.&amp;nbsp; &amp;nbsp;I've shared this with&amp;nbsp;&lt;A href="https://community.esri.com/space/2145"&gt;Python&lt;/A&gt;‌ for visibility as this is more of a core python issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 15px; "&gt;I need to install the&amp;nbsp;&lt;SPAN class=""&gt;untools&lt;/SPAN&gt;&amp;nbsp;on a machine that is disconnected from the Internet. Can I install the tools?&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI style="color: #4d4d4d; background-color: #fefefe; font-weight: 500; font-size: 1.5rem; margin: 1.26316em 0px 0.63158em;"&gt;&lt;SPAN style="font-size: 15px;"&gt;&lt;A class="link-titled" href="https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/frequently-asked-questions.htm#anchor4" title="https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/frequently-asked-questions.htm#anchor4"&gt;Frequently&lt;/A&gt;&lt;A class="link-titled" href="https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/frequently-asked-questions.htm#anchor4" title="https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/frequently-asked-questions.htm#anchor4"&gt; asked questions—Get Started | ArcGIS Solutions&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;I followed the steps above and still cannot see the untools. What should I do?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/frequently-asked-questions.htm#anchor3" title="https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/frequently-asked-questions.htm#anchor3"&gt;Frequently asked questions—Get Started | ArcGIS Solutions&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Sep 2019 15:41:32 GMT</pubDate>
    <dc:creator>JonDeRose</dc:creator>
    <dc:date>2019-09-19T15:41:32Z</dc:date>
    <item>
      <title>Installing untools on ArcGIS Pro 2.4 behind a corporate firewall / proxy</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/installing-untools-on-arcgis-pro-2-4-behind-a/m-p/241340#M224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a client trying to install the utility network on an ArcGIS Pro v 2.4 instance on a computer that is behind a corporate firewall/proxy that seems to be blocking out access to the files required to install the utility network tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we have tried so far:&lt;/P&gt;&lt;P&gt;1. Clone the arcgispro-py3 environment to a new environment arcgispro-py3-clone and make that the default environment -&amp;gt; success!.&lt;/P&gt;&lt;P&gt;2. Installing from ArcGIS Pro Python packages "untools".&amp;nbsp; -&amp;gt; This fails silently without any error messages.&amp;nbsp; We do not see the package as installed.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Open a Python command prompt with elevated privileges and try to use &lt;STRONG&gt;conda install untools&lt;/STRONG&gt; -&amp;gt; Fails with an error message that it cannot connect to repo.anaconda.org.&amp;nbsp; When we try the URL in a web browser we can see the JSON of the configuration coming back.&lt;/P&gt;&lt;P&gt;4. Create a .condarc file in the users home directory and add the proxy servers to the file as follows&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;proxy_servers:          http: http://proxy.domain.com:8080
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;https: https://proxy.domain.com:8080
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;we then try to run the conda install untools command again and get the same error message that we cannot connect to&amp;nbsp; the repo.anaconda.org&lt;/P&gt;&lt;P&gt;5. We then try to use the CNTLM&amp;nbsp;&lt;A class="link-titled" href="http://cntlm.sourceforge.net/" title="http://cntlm.sourceforge.net/" rel="nofollow noopener noreferrer" target="_blank"&gt;Cntlm: Fast NTLM Authentication Proxy in C&lt;/A&gt;&amp;nbsp; authenticating proxy, generate hashes for it&amp;nbsp; and run it as a standalone program.&amp;nbsp; We point the .condarc to the CNTLM authenticating proxy an run the &lt;STRONG&gt;conda install untools&lt;/STRONG&gt; command again.&amp;nbsp; Here we get an authentication error on the proxy although we know that the username and password is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are very much out of ideas at this point and would appreciate any input from fellow users who may have run into this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/installing-untools-on-arcgis-pro-2-4-behind-a/m-p/241340#M224</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-11T12:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Installing untools on ArcGIS Pro 2.4 behind a corporate firewall / proxy</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/installing-untools-on-arcgis-pro-2-4-behind-a/m-p/241341#M225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hermien,&lt;/P&gt;&lt;P&gt;I have been successful in setup the untools from beyond a firewall. I have never had to create the .condarc file. My proxy setting are placed within the .condarc file located in 'C:\Program Files\ArcGIS\Pro\bin\Python' and these are my settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;proxy_servers:&lt;BR /&gt;&amp;nbsp; http: http://proxy.domain.com:8080&lt;BR /&gt;&amp;nbsp; https: https://&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;proxy.domain.com&lt;/SPAN&gt;:8080&lt;/DIV&gt;&lt;DIV&gt;ssl_verify: False&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;To ensure access to the internet from the machine that I'm running the conda install from, I always have to open a website (eg. https://abc.net.au) first to ensure that myself/machine have been authenticated against the forward proxy to allow connection&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Good luck&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2019 21:16:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/installing-untools-on-arcgis-pro-2-4-behind-a/m-p/241341#M225</guid>
      <dc:creator>AnthonyRyanEQL</dc:creator>
      <dc:date>2019-08-19T21:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Installing untools on ArcGIS Pro 2.4 behind a corporate firewall / proxy</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/installing-untools-on-arcgis-pro-2-4-behind-a/m-p/241342#M226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/180941"&gt;Hermien Bijker&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the items you have already attempted I would suggest reviewing the following topics within the UN Package Tools FAQ.&amp;nbsp; &amp;nbsp;I've shared this with&amp;nbsp;&lt;A href="https://community.esri.com/space/2145"&gt;Python&lt;/A&gt;‌ for visibility as this is more of a core python issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 15px; "&gt;I need to install the&amp;nbsp;&lt;SPAN class=""&gt;untools&lt;/SPAN&gt;&amp;nbsp;on a machine that is disconnected from the Internet. Can I install the tools?&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI style="color: #4d4d4d; background-color: #fefefe; font-weight: 500; font-size: 1.5rem; margin: 1.26316em 0px 0.63158em;"&gt;&lt;SPAN style="font-size: 15px;"&gt;&lt;A class="link-titled" href="https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/frequently-asked-questions.htm#anchor4" title="https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/frequently-asked-questions.htm#anchor4"&gt;Frequently&lt;/A&gt;&lt;A class="link-titled" href="https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/frequently-asked-questions.htm#anchor4" title="https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/frequently-asked-questions.htm#anchor4"&gt; asked questions—Get Started | ArcGIS Solutions&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;I followed the steps above and still cannot see the untools. What should I do?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/frequently-asked-questions.htm#anchor3" title="https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/frequently-asked-questions.htm#anchor3"&gt;Frequently asked questions—Get Started | ArcGIS Solutions&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 15:41:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/installing-untools-on-arcgis-pro-2-4-behind-a/m-p/241342#M226</guid>
      <dc:creator>JonDeRose</dc:creator>
      <dc:date>2019-09-19T15:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Installing untools on ArcGIS Pro 2.4 behind a corporate firewall / proxy</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/installing-untools-on-arcgis-pro-2-4-behind-a/m-p/241343#M227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I stumbled on this post when creating my python arcgis environment, so this reply may be a little bit late.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also used the .condarc file to successfully to specify my proxy server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There might be a problem with the format of the definition of http and https. In my&amp;nbsp;case, I include the domain, user and password, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;http: &lt;A href="http://DOMAIN\USER:PASSWORD@PROXY_SERVER:8080"&gt;http://DOMAIN\USER:PASSWORD@PROXY_SERVER:8080&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like mentioned in your post you can test the proxy definition at the conda prompt, to check the possibility to install any new package. Your example "&lt;STRONG style="background-color: #ffffff; border: 0px; font-weight: bold;"&gt;conda install untools"&lt;/STRONG&gt;. This should be enough to test proxy settings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Jonathan referred this is a python issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2019 09:06:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/installing-untools-on-arcgis-pro-2-4-behind-a/m-p/241343#M227</guid>
      <dc:creator>Bart-JanSchoenmakers</dc:creator>
      <dc:date>2019-12-05T09:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Installing untools on ArcGIS Pro 2.4 behind a corporate firewall / proxy</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/installing-untools-on-arcgis-pro-2-4-behind-a/m-p/241344#M228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another late reply, just in case everything else has failed and you can't get untools installed. All you should need is access to&amp;nbsp;&lt;A class="link-titled" href="https://anaconda.org/Esri/untools/files" title="https://anaconda.org/Esri/untools/files"&gt;https://anaconda.org/Esri/untools/files&lt;/A&gt; from somewhere and the ability to copy from there the&amp;nbsp;win-64/untools-*.*.*-py36_0.tar.bz2 file to the target Windows machine running ArcGIS Pro.&lt;/P&gt;&lt;P&gt;1) copy C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3 to %localappdata%\ESRI\conda\envs\&lt;BR /&gt;2) Rename new arcgispro-py3 folder to arcgisproclone&lt;BR /&gt;3?) Edit file %localappdata%\ESRI\conda\envs\proenv.txt file to have text as follows and Save;&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgisproclone&lt;BR /&gt;4) Start ArcGIS Pro &amp;gt; Settings &amp;gt; Python &amp;gt; (Python Package Manager) &amp;gt; Manage Environments &amp;gt; Add if not there (browse for, then OK);&lt;BR /&gt;%localappdata%\ESRI\conda\envs\arcgisproclone&lt;BR /&gt;5) Change radio button to make arcgisproclone Active, then OK (note: Restart ArcGIS Pro for your environment changes to take effect)&lt;BR /&gt;6) Exit ArcGIS Pro&lt;BR /&gt;7) Start ArcGIS Pro&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; In ArcGIS Pro &amp;gt; Settings &amp;gt; Python &amp;gt; (Python Package Manager) &amp;gt; note that the Project Environment has been updated&lt;BR /&gt;9) Get the version number of ArcGIS Pro (About ArcGIS Pro) then Exit ArcGIS Pro&lt;BR /&gt;10) In browser;&lt;BR /&gt;https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/frequently-asked-questions.htm#anchor2&lt;BR /&gt;11) Scroll down to "I need to install the untools on a machine that is disconnected from the Internet. Can I install the tools?" and click on the untools link, that will take you to;&lt;BR /&gt;https://anaconda.org/Esri/untools/files&lt;BR /&gt;12) Find the Name matching your version eg win-64/untools-2.4.2-py36_0.tar.bz2 and click on that green text to download the file&lt;BR /&gt;13) Windows start &amp;gt; ArcGIS &amp;gt; Python Command Prompt &amp;gt; More &amp;gt; Open file location&lt;BR /&gt;14) Right click on Python Command Prompt &amp;gt; Open&lt;BR /&gt;15) At command prompt &amp;gt; conda install "&amp;lt;path to untools-2.4.2-py36_0.tar.bz2&amp;gt;"&lt;BR /&gt;16) close command window&lt;BR /&gt;16) Start ArcGIS Pro &amp;gt; Settings &amp;gt; Python &amp;gt; (Python Package Manager) &amp;gt; Installed Packages &amp;gt; note that untools is installed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Dec 2019 04:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/installing-untools-on-arcgis-pro-2-4-behind-a/m-p/241344#M228</guid>
      <dc:creator>WillBooth1</dc:creator>
      <dc:date>2019-12-07T04:49:31Z</dc:date>
    </item>
  </channel>
</rss>

