<?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: Branch Versioning Reconcile/Post script no longer working after installing ArcGIS Pro 3.3 in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/branch-versioning-reconcile-post-script-no-longer/m-p/1477147#M70644</link>
    <description>&lt;P&gt;There error is:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;HTTPSConnectionPool(host='myserver.mc.local', port=443): Max retries exceeded with url: /arcgis/rest/services?f=json (Caused by ProtocolError('Connection aborted.', ConnectionResetError(100
54, 'An existing connection was forcibly closed by the remote host', None, 10054, None)))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also discovered that this fails also when using the ArcGIS for Python API when trying to get a list of services in the same internal portal instance.&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2024 18:02:52 GMT</pubDate>
    <dc:creator>MichaelSnook</dc:creator>
    <dc:date>2024-05-22T18:02:52Z</dc:date>
    <item>
      <title>Branch Versioning Reconcile/Post script no longer working after installing ArcGIS Pro 3.3</title>
      <link>https://community.esri.com/t5/python-questions/branch-versioning-reconcile-post-script-no-longer/m-p/1474701#M70611</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have had a version of the code example below that reconciles/posts branch versions on a nightly basis for quite some time now. The day I upgraded to ArcGIS Pro 3.3 it no longer works.&amp;nbsp; The main failure point seems to be in the&amp;nbsp;&lt;SPAN&gt;urllib.request.urlopen request to get the list of versions to reconcile for each service.&amp;nbsp; I've tested the URL and it is valid along with the token.&amp;nbsp; Does anyone know if something has changed with the urllib since previous versions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FYI I tested the sample code below (which says ArcGIS Pro 3.3) but it also fails.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/automate-reconcile-and-post-operations-for-sync-enabled-branch-versioned-data.htm#ESRI_SECTION1_8E1E8184695B4CF0A23EE719F53FC67F" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/automate-reconcile-and-post-operations-for-sync-enabled-branch-versioned-data.htm#ESRI_SECTION1_8E1E8184695B4CF0A23EE719F53FC67F&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be great.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 18:27:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/branch-versioning-reconcile-post-script-no-longer/m-p/1474701#M70611</guid>
      <dc:creator>MichaelSnook</dc:creator>
      <dc:date>2024-05-17T18:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Branch Versioning Reconcile/Post script no longer working after installing ArcGIS Pro 3.3</title>
      <link>https://community.esri.com/t5/python-questions/branch-versioning-reconcile-post-script-no-longer/m-p/1474711#M70612</link>
      <description>&lt;P&gt;do you mean urllib3?&lt;/P&gt;&lt;P&gt;" conda list "only lists it as a package&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 18:44:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/branch-versioning-reconcile-post-script-no-longer/m-p/1474711#M70612</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-05-17T18:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Branch Versioning Reconcile/Post script no longer working after installing ArcGIS Pro 3.3</title>
      <link>https://community.esri.com/t5/python-questions/branch-versioning-reconcile-post-script-no-longer/m-p/1474781#M70614</link>
      <description>&lt;P&gt;There appears to be something new in the urllib (or urllib3) libraries with Pro 3.3.&amp;nbsp; I just rolled back to ArcGIS Pro 3.2 and the script and the request.url open successfully returns the list of versions as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 22:19:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/branch-versioning-reconcile-post-script-no-longer/m-p/1474781#M70614</guid>
      <dc:creator>MichaelSnook</dc:creator>
      <dc:date>2024-05-17T22:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Branch Versioning Reconcile/Post script no longer working after installing ArcGIS Pro 3.3</title>
      <link>https://community.esri.com/t5/python-questions/branch-versioning-reconcile-post-script-no-longer/m-p/1474969#M70616</link>
      <description>&lt;P&gt;I can use urlopen with a webpage (&lt;A href="https://google.com" target="_blank"&gt;https://google.com&lt;/A&gt;) but I get the error when trying to access our server rest endpoint (&lt;A href="https://my.server.local/rest" target="_blank"&gt;https://my.server.local/rest&lt;/A&gt;).&amp;nbsp; I'm missing something here.&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2024 20:18:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/branch-versioning-reconcile-post-script-no-longer/m-p/1474969#M70616</guid>
      <dc:creator>MichaelSnook</dc:creator>
      <dc:date>2024-05-18T20:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Branch Versioning Reconcile/Post script no longer working after installing ArcGIS Pro 3.3</title>
      <link>https://community.esri.com/t5/python-questions/branch-versioning-reconcile-post-script-no-longer/m-p/1477147#M70644</link>
      <description>&lt;P&gt;There error is:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;HTTPSConnectionPool(host='myserver.mc.local', port=443): Max retries exceeded with url: /arcgis/rest/services?f=json (Caused by ProtocolError('Connection aborted.', ConnectionResetError(100
54, 'An existing connection was forcibly closed by the remote host', None, 10054, None)))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also discovered that this fails also when using the ArcGIS for Python API when trying to get a list of services in the same internal portal instance.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 18:02:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/branch-versioning-reconcile-post-script-no-longer/m-p/1477147#M70644</guid>
      <dc:creator>MichaelSnook</dc:creator>
      <dc:date>2024-05-22T18:02:52Z</dc:date>
    </item>
  </channel>
</rss>

