<?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: run RebuildAddressLocator from python (arcgis pro) but get Error 000005: Could not open the address locator in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/run-rebuildaddresslocator-from-python-arcgis-pro/m-p/1559642#M73203</link>
    <description>&lt;P&gt;Did you ever find the reason why and if so what is the workaround.&amp;nbsp; having same issue, will not rebuild in Arc Pro or script.&amp;nbsp; We switched from an Oracle to SQL server and built the NEW locators exactly the same, then the issue began.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2024 14:13:21 GMT</pubDate>
    <dc:creator>MarkGambordella</dc:creator>
    <dc:date>2024-11-18T14:13:21Z</dc:date>
    <item>
      <title>run RebuildAddressLocator from python (arcgis pro) but get Error 000005: Could not open the address locator</title>
      <link>https://community.esri.com/t5/python-questions/run-rebuildaddresslocator-from-python-arcgis-pro/m-p/1549815#M73049</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I try to run RebuildAddressLocator from python and I get the same error ‘Error 000005: Could not open the address locator’.&lt;/P&gt;&lt;P&gt;I have tried to create the locator from arcgis pro 2.9.5, I generate the loc and loz files, and I try to rebuild the locator, everything works correctly using arcgis pro; but if I close arcgis pro and open it again I can't rebuild the locator and I get Error 000005: Could not open the address locator&lt;/P&gt;&lt;P&gt;The locator source is a feature layer hosted in an enterprise sqlserver database with no locks, as it is a layer that is not published as a service, and with versioning.&lt;/P&gt;&lt;P&gt;I work under a version arcgis pro 2.9.5 and always logged against portal 10.9.1.&lt;/P&gt;&lt;P&gt;I have installed the license manager on the machine I run from but I haven't changed anything.&lt;/P&gt;&lt;P&gt;The idea would be to go ahead and launch this from python as you do to schedule it weekly but I can't get out of this simple point.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 06:15:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/run-rebuildaddresslocator-from-python-arcgis-pro/m-p/1549815#M73049</guid>
      <dc:creator>geopamplona</dc:creator>
      <dc:date>2024-10-18T06:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: run RebuildAddressLocator from python (arcgis pro) but get Error 000005: Could not open the address locator</title>
      <link>https://community.esri.com/t5/python-questions/run-rebuildaddresslocator-from-python-arcgis-pro/m-p/1549822#M73050</link>
      <description>&lt;P&gt;You indicate you are using python, so presumably your script may be at issue.&amp;nbsp; In any event have you examined all the possible reasons that this error may be shown and their solutions as listed in the help files.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00001-00025-000005.htm" target="_blank"&gt;000005: Could not open the address locator.—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 07:21:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/run-rebuildaddresslocator-from-python-arcgis-pro/m-p/1549822#M73050</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-10-18T07:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: run RebuildAddressLocator from python (arcgis pro) but get Error 000005: Could not open the address locator</title>
      <link>https://community.esri.com/t5/python-questions/run-rebuildaddresslocator-from-python-arcgis-pro/m-p/1549824#M73051</link>
      <description>&lt;P&gt;The script is simply trying to rebuild the locator.&lt;/P&gt;&lt;P&gt;The problem is that both in the script and in ArcGIS Pro I get the same error, it fails to access the data source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;arcpy.geocoding.RebuildAddressLocator(r"C:\test\locator.loc")&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 07:34:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/run-rebuildaddresslocator-from-python-arcgis-pro/m-p/1549824#M73051</guid>
      <dc:creator>geopamplona</dc:creator>
      <dc:date>2024-10-18T07:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: run RebuildAddressLocator from python (arcgis pro) but get Error 000005: Could not open the address locator</title>
      <link>https://community.esri.com/t5/python-questions/run-rebuildaddresslocator-from-python-arcgis-pro/m-p/1549826#M73052</link>
      <description>&lt;P&gt;The only other reference, which mentions python scripts, appears here&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/knowledge-base/faq-best-practices-for-deploying-address-locators-on-a--000017476" target="_blank"&gt;FAQ: Best Practices for Deploying Address Locators on a Network Location to Avoid Locking (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 07:50:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/run-rebuildaddresslocator-from-python-arcgis-pro/m-p/1549826#M73052</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-10-18T07:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: run RebuildAddressLocator from python (arcgis pro) but get Error 000005: Could not open the address locator</title>
      <link>https://community.esri.com/t5/python-questions/run-rebuildaddresslocator-from-python-arcgis-pro/m-p/1549900#M73053</link>
      <description>&lt;P&gt;Is the locator itself being used in a geocode service?&amp;nbsp; If so, you need to stop the geocode service.&lt;/P&gt;&lt;P&gt;You said "&lt;SPAN&gt;The locator source is a feature layer hosted in an enterprise sqlserver database."&amp;nbsp; Does this mean this is a standard enterprise feature class or is this a service?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Was your connection to the enterprise SQL Server database done using a location sde connection on the C-drive or was it a mapped network drive location to the sde connection?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 15:00:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/run-rebuildaddresslocator-from-python-arcgis-pro/m-p/1549900#M73053</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2024-10-18T15:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: run RebuildAddressLocator from python (arcgis pro) but get Error 000005: Could not open the address locator</title>
      <link>https://community.esri.com/t5/python-questions/run-rebuildaddresslocator-from-python-arcgis-pro/m-p/1559642#M73203</link>
      <description>&lt;P&gt;Did you ever find the reason why and if so what is the workaround.&amp;nbsp; having same issue, will not rebuild in Arc Pro or script.&amp;nbsp; We switched from an Oracle to SQL server and built the NEW locators exactly the same, then the issue began.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 14:13:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/run-rebuildaddresslocator-from-python-arcgis-pro/m-p/1559642#M73203</guid>
      <dc:creator>MarkGambordella</dc:creator>
      <dc:date>2024-11-18T14:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: run RebuildAddressLocator from python (arcgis pro) but get Error 000005: Could not open the address locator</title>
      <link>https://community.esri.com/t5/python-questions/run-rebuildaddresslocator-from-python-arcgis-pro/m-p/1559645#M73204</link>
      <description>&lt;P&gt;Did you ever find the reason why and if so what is the workaround.&amp;nbsp; having same issue, will not rebuild in Arc Pro or script (Error 000005) .&amp;nbsp; We switched from an Oracle to SQL server and built the NEW locators exactly the same, then the issue began.&amp;nbsp; they path directly to the NEW SQL SDE database.&amp;nbsp; I am signed in with my Microsoft authenticator (all restrictions).&amp;nbsp; I am able to build them but not rebuild.&amp;nbsp; I can use them in AGO and PRO.&amp;nbsp; The composite is published to the REST server as a geolocator in AGO which in turn is used in everyone's PRO for the organization.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 14:20:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/run-rebuildaddresslocator-from-python-arcgis-pro/m-p/1559645#M73204</guid>
      <dc:creator>MarkGambordella</dc:creator>
      <dc:date>2024-11-18T14:20:50Z</dc:date>
    </item>
  </channel>
</rss>

