<?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 ERROR 000005: Could not open the address locator. in Addressing Questions</title>
    <link>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829504#M263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGis Pro 2.4 and/or ArcGIS 1.6.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to automate the creation of a composite locator using the Create Composite Locator tool/syntax in a python script.&amp;nbsp; I keep getting error as shown in the title of this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;locatorsDir &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'\\SLCISARCGIS10-T\arcgisresources\common\geocode\test'&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;createCompositeLocator&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;locatorsDir&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    &lt;SPAN class="comment token"&gt;#arcpy.env.workspace = locatorsDir&lt;/SPAN&gt;
    outLocator &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'{}\\CompositePY'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;locatorsDir&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    addrSF &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'{}\\AddressSF'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;locatorsDir&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    addrSH &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'{}AddressSH'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;locatorsDir&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    centerLines &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'{}\\Centerline'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;locatorsDir&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    parcels &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'{}\\Parcels'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;locatorsDir&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    &lt;SPAN class="comment token"&gt;#locators = '{} AddressSF; {} AddressSH; {} Centerline; {} Parcels'.format(addrSF,addrSH, centerLines,parcels)&lt;/SPAN&gt;
    locators &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; addrSF &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;' AddrSF;'&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; addrSH &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;' AddrSH;'&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; centerLines &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;' Centerline;'&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; parcels &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;' Parcels'&lt;/SPAN&gt;
    

    
    
    
    fieldMap  &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;"
                   SingleKey &lt;SPAN class="string token"&gt;"Key"&lt;/SPAN&gt; true true false &lt;SPAN class="number token"&gt;100&lt;/SPAN&gt; Text &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#,&lt;/SPAN&gt;
                   \\slcisarcgis10&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;t\arcgisresources\common\geocode\Test\AddressSF&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;SingleKey&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
                   \\slcisarcgis10&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;t\arcgisresources\common\geocode\Test\AddressSH&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;Street&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
                   \\slcisarcgis10&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;t\arcgisresources\common\geocode\Test\Centerline&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;Street&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
                   \\slcisarcgis10&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;t\arcgisresources\common\geocode\Test\Parcels&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;SingleKey&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;
                 &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;"
    arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;geocoding&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CreateCompositeAddressLocator&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;locators&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;fieldMap&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;outLocator&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The contents of FieldMap comes right out of the create composite locator tool history (Pro) or the geoprocessing results (ArcGIS).&amp;nbsp; The tool executes just fine in either application.&amp;nbsp; I cannot figure out what/why the error is telling me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/148353" target="_blank"&gt;Eric Anderson&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3453" target="_blank"&gt;Brad Niemand&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 10:00:34 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2021-12-12T10:00:34Z</dc:date>
    <item>
      <title>ERROR 000005: Could not open the address locator.</title>
      <link>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829504#M263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGis Pro 2.4 and/or ArcGIS 1.6.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to automate the creation of a composite locator using the Create Composite Locator tool/syntax in a python script.&amp;nbsp; I keep getting error as shown in the title of this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;locatorsDir &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'\\SLCISARCGIS10-T\arcgisresources\common\geocode\test'&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;createCompositeLocator&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;locatorsDir&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    &lt;SPAN class="comment token"&gt;#arcpy.env.workspace = locatorsDir&lt;/SPAN&gt;
    outLocator &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'{}\\CompositePY'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;locatorsDir&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    addrSF &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'{}\\AddressSF'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;locatorsDir&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    addrSH &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'{}AddressSH'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;locatorsDir&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    centerLines &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'{}\\Centerline'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;locatorsDir&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    parcels &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'{}\\Parcels'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;locatorsDir&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    &lt;SPAN class="comment token"&gt;#locators = '{} AddressSF; {} AddressSH; {} Centerline; {} Parcels'.format(addrSF,addrSH, centerLines,parcels)&lt;/SPAN&gt;
    locators &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; addrSF &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;' AddrSF;'&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; addrSH &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;' AddrSH;'&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; centerLines &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;' Centerline;'&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; parcels &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;' Parcels'&lt;/SPAN&gt;
    

    
    
    
    fieldMap  &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;"
                   SingleKey &lt;SPAN class="string token"&gt;"Key"&lt;/SPAN&gt; true true false &lt;SPAN class="number token"&gt;100&lt;/SPAN&gt; Text &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#,&lt;/SPAN&gt;
                   \\slcisarcgis10&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;t\arcgisresources\common\geocode\Test\AddressSF&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;SingleKey&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
                   \\slcisarcgis10&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;t\arcgisresources\common\geocode\Test\AddressSH&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;Street&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
                   \\slcisarcgis10&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;t\arcgisresources\common\geocode\Test\Centerline&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;Street&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
                   \\slcisarcgis10&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;t\arcgisresources\common\geocode\Test\Parcels&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;SingleKey&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;
                 &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;"
    arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;geocoding&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CreateCompositeAddressLocator&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;locators&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;fieldMap&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;outLocator&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The contents of FieldMap comes right out of the create composite locator tool history (Pro) or the geoprocessing results (ArcGIS).&amp;nbsp; The tool executes just fine in either application.&amp;nbsp; I cannot figure out what/why the error is telling me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/148353" target="_blank"&gt;Eric Anderson&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3453" target="_blank"&gt;Brad Niemand&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:00:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829504#M263</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-12T10:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000005: Could not open the address locator.</title>
      <link>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829505#M264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks correct to me except maybe in the field mapping you have double quotes around Key where in an example I have it looks like it should be single quotes (maybe even no quotes would work if it is a single word).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not a Python guy though so maybe&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/49936"&gt;Victor Bhattacharyya&lt;/A&gt;&amp;nbsp;can help with this if my suggestions doesn't help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 16:18:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829505#M264</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2019-11-27T16:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000005: Could not open the address locator.</title>
      <link>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829506#M265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Brad.&amp;nbsp; Same error with no quotes or single quotes. Is your example available online for us user types?&amp;nbsp; I've had a composite work before, but not this week....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 16:41:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829506#M265</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-11-27T16:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000005: Could not open the address locator.</title>
      <link>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829507#M266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sample looks good to me other than the selection_criteria parameter. All of my CreateCompositeAddressLocator python snippets &lt;EM&gt;do&lt;/EM&gt; have a selection criteria.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what it looks like, if you had 2 locators and you gave them names of street_loc and Locator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"street_loc #;Locator #"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, instead of passing empty string "" as the 3rd parameter to the arcpy call, I would pass, in your case,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"AddrSF #;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;AddrSH #;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;Centerline #;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;Parcels #"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;As the string to the arcpy call for the 3rd parameter. Give that a try and let me know how it goes!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:00:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829507#M266</guid>
      <dc:creator>VictorBhattacharyya</dc:creator>
      <dc:date>2021-12-12T10:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000005: Could not open the address locator.</title>
      <link>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829508#M267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Victor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking (hoping) it was a problem of escaping the slashes through out the unc paths.&amp;nbsp; That didn't do it; I had tried adding the selectionCriteria variable already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did find if I copy all my locators to a mapped drive, ('J:' in my case), escaping the slashes correctly, it works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;J&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\\PythonDevelopment\\NewCompositeLocator\\AddressSF&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;loc AddressSF&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;J&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\\PythonDevelopment\\NewCompositeLocator\\AddressSH&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;loc AddressSH&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;J&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\\PythonDevelopment\\NewCompositeLocator\\Centerlines&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;loc Centerlines&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;J&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\\PythonDevelopment\\NewCompositeLocator\\Parcels&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;loc Parcels


Field Map	

SingleKey &lt;SPAN class="string token"&gt;"Key"&lt;/SPAN&gt; true true false &lt;SPAN class="number token"&gt;100&lt;/SPAN&gt; Text &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#,&lt;/SPAN&gt;
J&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\\PythonDevelopment\\NewCompositeLocator\\AddressSF&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;loc&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;SingleKey&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;100&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
J&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\\PythonDevelopment\\NewCompositeLocator\\AddressSH&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;loc&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;Street&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;100&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
J&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\\PythonDevelopment\\NewCompositeLocator\\Centerlines&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;loc&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;Street&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;100&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
J&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\\PythonDevelopment\\NewCompositeLocator\\Parcels&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;loc&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;SingleKey&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;100&lt;/SPAN&gt;

&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it sensitive to unc paths?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:00:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829508#M267</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-12T10:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000005: Could not open the address locator.</title>
      <link>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829509#M268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is a hyphen considered to be a special character and not advisable to use in a file path?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 17:37:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829509#M268</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2019-11-27T17:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000005: Could not open the address locator.</title>
      <link>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829510#M269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also try setting the arcpy.env.workspace, and then you wouldn't need to use UNC paths, just the name of of the locator in the field mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of my python tests &lt;STRONG&gt;do&amp;nbsp;&lt;/STRONG&gt;have a selection criteria. So I definitely would not leave that parameter blank while you're trying to get it working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 17:42:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829510#M269</guid>
      <dc:creator>VictorBhattacharyya</dc:creator>
      <dc:date>2019-11-27T17:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000005: Could not open the address locator.</title>
      <link>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829511#M270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, Michael.&amp;nbsp; I'll look at our original scripts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 17:44:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829511#M270</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-11-27T17:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000005: Could not open the address locator.</title>
      <link>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829512#M271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the hyphen worked in previous ArcMap versions but is considered to be a special character, ESRI might have tightened up their code to not allow hyphens any more.&amp;nbsp; In my org I know that a script that you used to work over the network in 10.5.1 and previous, can only be run locally on the server at 10.7.1 as it produces erratic results which is not acceptable in a production environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 17:48:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829512#M271</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2019-11-27T17:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000005: Could not open the address locator.</title>
      <link>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829513#M272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="background-color: #ffffff; "&gt;In my org I know that a script that you used to work over the network in 10.5.1 and previous, can only be run locally on the server at 10.7.1 as it produces erratic results which is not acceptable in a production environment.&amp;nbsp; &lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Worth noting!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I just tried these and both work, so I don't think it's the dash....&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;env&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;workspace &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'\\\\slcisarcgis10-t\\arcgisresources\\common\\geocode\\Test'&lt;/SPAN&gt;

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;env&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;workspace &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'\\SLCISARCGIS10-T\arcgisresources\common\geocode\test'&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:00:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829513#M272</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-12T10:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000005: Could not open the address locator.</title>
      <link>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829514#M273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having exhausted everything suggested thus far, I'm wondering if its a network/permissions issue.&amp;nbsp; Seems odd though since I can create all the participating locators in the same workspace. Composites are a little funky though: I always use&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;env&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;overwriteOutput &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token boolean"&gt;True&lt;/SPAN&gt;‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the beginning of every script: I had to manually delete after I created it in my J: drive...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:00:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829514#M273</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-12T10:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000005: Could not open the address locator.</title>
      <link>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829515#M274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it to work. Sort of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line 11 in the original script appears to be the problem child:&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;locators &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; addrSF &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;' AddrSF;'&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; addrSH &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;' AddrSH;'&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; centerLines &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;' Centerline;'&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; parcels &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;' Parcels'&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I copied the format right out of the online help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I finally go to work is:&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;locators &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'\\slcisarcgis10-t\arcgisresources\common\geocode\Test\AddressSF.loc AddressSF;\\slcisarcgis10-t\arcgisresources\common\geocode\Test\AddressSH.loc AddressSH;\\slcisarcgis10-t\arcgisresources\common\geocode\Test\Centerlines.loc Centerlines;\\slcisarcgis10-t\arcgisresources\common\geocode\Test\Parcels.loc Parcels'&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is really ugly and since the unc path&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;\\slcisarcgis10-t\arcgisresources\common\geocode\Test&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is a variable within the script, there exists yet another challenge....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 22:18:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/error-000005-could-not-open-the-address-locator/m-p/829515#M274</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-11-27T22:18:26Z</dc:date>
    </item>
  </channel>
</rss>

