<?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: GeoEnrichement call returns errorcode 20990001 in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geoenrichement-call-returns-errorcode-20990001/m-p/64531#M304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this specific use case we are only in the need of getting the cbsa and county that this address falls in.  Hopefully this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Akash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Dec 2017 22:56:38 GMT</pubDate>
    <dc:creator>AkashGondalia</dc:creator>
    <dc:date>2017-12-27T22:56:38Z</dc:date>
    <item>
      <title>GeoEnrichement call returns errorcode 20990001</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geoenrichement-call-returns-errorcode-20990001/m-p/64529#M302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My company uses the Geoenrichment to geocode properties based on the findAddressCandidate api call that esri has.&amp;nbsp; For some reason this specific address that comes back with accuracy of 100 from findAddressCandidate api returns an error code of 20990001.&amp;nbsp; The addess is:&amp;nbsp;&lt;SPAN style="color: #008000; background-color: #ffffab;"&gt;1026 Military St, Port Huron, Michigan, 48060&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rest request url looks like:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fgeoenrich.arcgis.com%2Farcgis%2Frest%2Fservices%2FWorld%2Fgeoenrichmentserver%2FGeoEnrichment%2Fenrich%3FStudyAreas%3D" rel="nofollow" target="_blank"&gt;http://geoenrich.arcgis.com/arcgis/rest/services/World/geoenrichmentserver/GeoEnrichment/enrich?StudyAreas=&lt;/A&gt;&lt;SPAN&gt;[{"address":{"text":"1026 Military St, Port Huron, Michigan, 48060"}}]&amp;amp;intersectinggeographies=[{"geographyType": "standard","sourceCountry": "US","geographyLayer": "US.CBSA","name": "CBSA","outfields": ["ID", "NAME"],"intersectionInfo": {"geometryType": "esriGeometryPoint","spatialRel": "esriSpatialRelIntersects"}}, {"geographyType": "standard","sourceCountry": "US","geographyLayer": "US.COUNTIES","name": "COUNTIES","outfields": ["ID", "NAME"],"intersectionInfo": {"geometryType": "esriGeometryPoint","spatialRel": "esriSpatialRelIntersects"}}]&amp;amp;token=TOKEN_HERE&amp;amp;f=json&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The json we get back from GeoEnrichment is:&lt;/P&gt;&lt;P&gt;{"results":[{"paramName":"GeoEnrichmentResult","dataType":"GeoEnrichmentResult","value":{"version":"2.0","FeatureSet":[]}}],"error":{"code":20990001,"message":"Internal error.","details":[]},"messages":[]}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please advocate me in the right direction as in why this would be happening.&amp;nbsp; I tried to change the address to different possible matches but they all come back with this issue.&amp;nbsp; I tried a different location all together and they seem to work fine but for some reason this address is the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Akash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 17:48:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geoenrichement-call-returns-errorcode-20990001/m-p/64529#M302</guid>
      <dc:creator>AkashGondalia</dc:creator>
      <dc:date>2017-12-20T17:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: GeoEnrichement call returns errorcode 20990001</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geoenrichement-call-returns-errorcode-20990001/m-p/64530#M303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reporting this issue, it seems that it happens when requesting the intersecting geographies, the request works just using the address study area without the intersecting geographies info:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fgeoenrich.arcgis.com%2Farcgis%2Frest%2Fservices%2FWorld%2Fgeoenrichmentserver%2FGeoenrichment%2FEnrich%3Fstudyareas%3D" rel="nofollow" target="_blank"&gt;https://geoenrich.arcgis.com/arcgis/rest/services/World/geoenrichmentserver/Geoenrichment/Enrich?studyareas=&lt;/A&gt;&lt;SPAN&gt;[{"address":{"text":"1026 Military St, Port Huron, Michigan, 48060"}}]&amp;amp;f=pjson&amp;amp;token=&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like it happens with this address specifically because the default 1 mile ring buffer overlaps the Canadian border and something is not handled properly when requesting the intersecting geographies. Thanks for reporting this bug, the GeoEnrichment team is tracking this issue and will provide a fix.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To help provide a work around can I ask a few questions about the use case?&lt;/P&gt;&lt;P&gt;- Are you interested in generating a ring buffer around this address and returning the demographic variables within that buffer?&lt;/P&gt;&lt;P&gt;- Are you interested in&amp;nbsp; the demographic variables within the intersected CBSA and county? Or are you just wanting to know which CBSA and county the address is within?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 18:15:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geoenrichement-call-returns-errorcode-20990001/m-p/64530#M303</guid>
      <dc:creator>DanielStauning</dc:creator>
      <dc:date>2017-12-27T18:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: GeoEnrichement call returns errorcode 20990001</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geoenrichement-call-returns-errorcode-20990001/m-p/64531#M304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this specific use case we are only in the need of getting the cbsa and county that this address falls in.  Hopefully this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Akash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 22:56:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geoenrichement-call-returns-errorcode-20990001/m-p/64531#M304</guid>
      <dc:creator>AkashGondalia</dc:creator>
      <dc:date>2017-12-27T22:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: GeoEnrichement call returns errorcode 20990001</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geoenrichement-call-returns-errorcode-20990001/m-p/64532#M305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Akash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for reporting, this bug will be fixed in an upcoming update, but In the meantime, a possible work around for this location would be to define the intersecting geographies info in the study area parameter. In this case, the CBSA and County will be returned as separate features instead of geo-context ID fields for the ring buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: &lt;BR /&gt;studyareas=[{"address":{"text":"1026 Military St, Port Huron, Michigan, 48060"},"areaType":"StandardGeography","intersectingGeographies":[{"sourceCountry":"US","layer":"US.Counties"}]},{"address":{"text":"1026 Military St, Port Huron, Michigan, 48060"},"areaType":"StandardGeography","intersectingGeographies":[{"sourceCountry":"US","layer":"US.CBSA"}]}]&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;features: (2)&lt;BR /&gt;attributes:&lt;BR /&gt;StdGeographyName: St. Clair County&lt;BR /&gt;StdGeographyID: 26147&lt;BR /&gt;StdGeographyLevel: US.Counties&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;attributes:&lt;BR /&gt;StdGeographyName: Detroit-Warren-Dearborn, MI Metropolitan Statistical Area&lt;BR /&gt;StdGeographyID: 19820&lt;BR /&gt;StdGeographyLevel: US.CBSA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps as a workaround for the time being, I'll follow up with you when the bug is fixed.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 18:29:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geoenrichement-call-returns-errorcode-20990001/m-p/64532#M305</guid>
      <dc:creator>DanielStauning</dc:creator>
      <dc:date>2017-12-28T18:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: GeoEnrichement call returns errorcode 20990001</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geoenrichement-call-returns-errorcode-20990001/m-p/64533#M306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/26195"&gt;Daniel Stauning&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have same kind of problem with the Major Shopping Center Locations report and Zipcode. Here is the input what i am using to generate the report ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://geoenrich.arcgis.com/arcgis/rest/services/World/geoenrichmentserver/Geoenrichment/CreateReport?studyAreas=[{%22sourceCountry%22:%22US%22,%22layer%22:%22US.ZIP5%22,%22ids%22:[%2277001%22]}]&amp;amp;report=shopping&amp;amp;f=bin&amp;amp;format=PDF&amp;amp;token"&gt;https://geoenrich.arcgis.com/arcgis/rest/services/World/geoenrichmentserver/Geoenrichment/CreateReport?studyAreas=[{"sourceCountry":"US","layer":"US.ZIP5","ids":["77001"]}]&amp;amp;report=shopping&amp;amp;f=bin&amp;amp;format=PDF&amp;amp;token&lt;/A&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="color: #000000;"&gt;{"error":{"code":20990001,"message":"Internal error.","details":[]},"messages":[]}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Srikanth Dasari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2019 20:49:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geoenrichement-call-returns-errorcode-20990001/m-p/64533#M306</guid>
      <dc:creator>VenkataSrikanthDasari</dc:creator>
      <dc:date>2019-03-28T20:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: GeoEnrichement call returns errorcode 20990001</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geoenrichement-call-returns-errorcode-20990001/m-p/64534#M307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth,&lt;/P&gt;&lt;P&gt;The issue is that this report is not supported for standard geography sites. The traffic profile report is a&amp;nbsp;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;proximity report that lists traffic data&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;&amp;nbsp;in relation to centroid of a ring buffer. We can look into adding support for standard geography sites for this report in a future release.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2019 22:36:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geoenrichement-call-returns-errorcode-20990001/m-p/64534#M307</guid>
      <dc:creator>DanielStauning</dc:creator>
      <dc:date>2019-03-28T22:36:00Z</dc:date>
    </item>
  </channel>
</rss>

