<?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 Geocoding With Alternate Street Names in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/geocoding-with-alternate-street-names/m-p/1638211#M27613</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have set up my locator and it works for site address points with the conventional street name, but I cannot figure out how to set up the alternate street name table so that the geocoder and usilize the alternative street names.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My Road Centerline input feature class (Street Address Table) has a field called "RoadID" (text). My Road Centerlines are segmented (they break at each intersection with another feature) so there are many features that make up a single street. The RoadID field has a unique value for each set of features that make up the same road.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For example:&lt;/P&gt;&lt;P&gt;SOUTH_2ND_STREET&lt;BR /&gt;SOUTH_2ND_STREET&lt;BR /&gt;SOUTH_2ND_STREET&lt;BR /&gt;SOUTH_2ND_STREET&lt;BR /&gt;3RD_STREET&lt;BR /&gt;3RD_STREET&lt;BR /&gt;ALDER_STREET&lt;BR /&gt;ALDER_DRIVE&lt;BR /&gt;WEST_STATE_ROUTE_4&lt;BR /&gt;WEST_STATE_ROUTE_4&lt;BR /&gt;WEST_STATE_ROUTE_4&lt;BR /&gt;WEST_STATE_ROUTE_4&lt;BR /&gt;WEST_STATE_ROUTE_4&lt;/P&gt;&lt;P&gt;My Alternative Street Name Table has a field called "RoadID" (text) along with a "AltNameWah" field that contains the alternative name. For example,&amp;nbsp;&lt;/P&gt;&lt;P&gt;WEST_STATE_ROUTE_4 may also be called SR4, WA-4, HWY 4, Highway 4, etc&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WahkiakumGIS_0-1753998655088.png" style="width: 769px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/137637i04DF7FBC9DD081CC/image-dimensions/769x225?v=v2" width="769" height="225" role="button" title="WahkiakumGIS_0-1753998655088.png" alt="WahkiakumGIS_0-1753998655088.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WahkiakumGIS_2-1753999690844.png" style="width: 766px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/137642i479BA2BA79BAF450/image-dimensions/766x157?v=v2" width="766" height="157" role="button" title="WahkiakumGIS_2-1753999690844.png" alt="WahkiakumGIS_2-1753999690844.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;However, when I create the locator, the locater is not able to use the alternative names.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WahkiakumGIS_1-1753999253736.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/137641i752ED5F1B0DF3BA6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WahkiakumGIS_1-1753999253736.png" alt="WahkiakumGIS_1-1753999253736.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;(empty results search for 100 WA-4)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I receive the following warning when running the locate tool:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;WARNING 003681:&lt;SPAN class=""&gt; Only map 'StreetAddress.FEATURE_ID' when there are duplicate features in the primary data.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;Locator build started&lt;/PRE&gt;&lt;PRE&gt;Data processing started&lt;/PRE&gt;&lt;PRE&gt;WARNING 002967:&lt;SPAN class=""&gt; The alternate table 'Alternative_Road_Name_Table_Wahkiakum' cannot be applied to any of the primary feature classes. The locator will be built without this table.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;those errors link here:&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-02951-02975-002967.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-02951-02975-002967.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But what are the "&lt;SPAN&gt;appropriate fields assigned to the primary feature class or classes." I cannot find where the appropriate fields are documented. Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Jul 2025 22:08:48 GMT</pubDate>
    <dc:creator>WahkiakumGIS</dc:creator>
    <dc:date>2025-07-31T22:08:48Z</dc:date>
    <item>
      <title>Geocoding With Alternate Street Names</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geocoding-with-alternate-street-names/m-p/1638211#M27613</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have set up my locator and it works for site address points with the conventional street name, but I cannot figure out how to set up the alternate street name table so that the geocoder and usilize the alternative street names.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My Road Centerline input feature class (Street Address Table) has a field called "RoadID" (text). My Road Centerlines are segmented (they break at each intersection with another feature) so there are many features that make up a single street. The RoadID field has a unique value for each set of features that make up the same road.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For example:&lt;/P&gt;&lt;P&gt;SOUTH_2ND_STREET&lt;BR /&gt;SOUTH_2ND_STREET&lt;BR /&gt;SOUTH_2ND_STREET&lt;BR /&gt;SOUTH_2ND_STREET&lt;BR /&gt;3RD_STREET&lt;BR /&gt;3RD_STREET&lt;BR /&gt;ALDER_STREET&lt;BR /&gt;ALDER_DRIVE&lt;BR /&gt;WEST_STATE_ROUTE_4&lt;BR /&gt;WEST_STATE_ROUTE_4&lt;BR /&gt;WEST_STATE_ROUTE_4&lt;BR /&gt;WEST_STATE_ROUTE_4&lt;BR /&gt;WEST_STATE_ROUTE_4&lt;/P&gt;&lt;P&gt;My Alternative Street Name Table has a field called "RoadID" (text) along with a "AltNameWah" field that contains the alternative name. For example,&amp;nbsp;&lt;/P&gt;&lt;P&gt;WEST_STATE_ROUTE_4 may also be called SR4, WA-4, HWY 4, Highway 4, etc&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WahkiakumGIS_0-1753998655088.png" style="width: 769px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/137637i04DF7FBC9DD081CC/image-dimensions/769x225?v=v2" width="769" height="225" role="button" title="WahkiakumGIS_0-1753998655088.png" alt="WahkiakumGIS_0-1753998655088.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WahkiakumGIS_2-1753999690844.png" style="width: 766px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/137642i479BA2BA79BAF450/image-dimensions/766x157?v=v2" width="766" height="157" role="button" title="WahkiakumGIS_2-1753999690844.png" alt="WahkiakumGIS_2-1753999690844.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;However, when I create the locator, the locater is not able to use the alternative names.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WahkiakumGIS_1-1753999253736.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/137641i752ED5F1B0DF3BA6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WahkiakumGIS_1-1753999253736.png" alt="WahkiakumGIS_1-1753999253736.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;(empty results search for 100 WA-4)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I receive the following warning when running the locate tool:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;WARNING 003681:&lt;SPAN class=""&gt; Only map 'StreetAddress.FEATURE_ID' when there are duplicate features in the primary data.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;Locator build started&lt;/PRE&gt;&lt;PRE&gt;Data processing started&lt;/PRE&gt;&lt;PRE&gt;WARNING 002967:&lt;SPAN class=""&gt; The alternate table 'Alternative_Road_Name_Table_Wahkiakum' cannot be applied to any of the primary feature classes. The locator will be built without this table.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;those errors link here:&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-02951-02975-002967.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-02951-02975-002967.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But what are the "&lt;SPAN&gt;appropriate fields assigned to the primary feature class or classes." I cannot find where the appropriate fields are documented. Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 22:08:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geocoding-with-alternate-street-names/m-p/1638211#M27613</guid>
      <dc:creator>WahkiakumGIS</dc:creator>
      <dc:date>2025-07-31T22:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding With Alternate Street Names</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/geocoding-with-alternate-street-names/m-p/1638454#M27614</link>
      <description>&lt;P&gt;The problem was I had mapped my RoadID field to the "Feature ID" field in the Street Address field mapping section instead of "Street Join ID." Duh! 🤦‍:male_sign:&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 17:13:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/geocoding-with-alternate-street-names/m-p/1638454#M27614</guid>
      <dc:creator>WahkiakumGIS</dc:creator>
      <dc:date>2025-08-01T17:13:45Z</dc:date>
    </item>
  </channel>
</rss>

