<?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 Code 500 Error: Inconsistency in the Field Definitions found in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804015#M11510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Publishing the attached survey to a clean, newly installed Portal 10.6 server gives the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/411575_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem seems to lie with changing a select_one field's data type to esriFieldTypeInteger even though the select_one points to integer choice values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/411577_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="148" src="https://community.esri.com/legacyfs/online/411576_pastedImage_2.png" width="290" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I don't change the data type or change it to&amp;nbsp;esriFieldTypeString then the publishing error doesn't occur.&lt;/P&gt;&lt;P&gt;The publishing error also does not occur when publishing to AGOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2018 08:36:52 GMT</pubDate>
    <dc:creator>DeonLengton</dc:creator>
    <dc:date>2018-06-18T08:36:52Z</dc:date>
    <item>
      <title>Code 500 Error: Inconsistency in the Field Definitions found</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804015#M11510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Publishing the attached survey to a clean, newly installed Portal 10.6 server gives the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/411575_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem seems to lie with changing a select_one field's data type to esriFieldTypeInteger even though the select_one points to integer choice values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/411577_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="148" src="https://community.esri.com/legacyfs/online/411576_pastedImage_2.png" width="290" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I don't change the data type or change it to&amp;nbsp;esriFieldTypeString then the publishing error doesn't occur.&lt;/P&gt;&lt;P&gt;The publishing error also does not occur when publishing to AGOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 08:36:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804015#M11510</guid>
      <dc:creator>DeonLengton</dc:creator>
      <dc:date>2018-06-18T08:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Code 500 Error: Inconsistency in the Field Definitions found</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804016#M11511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select_one question types are text only by design, you can not change them to be integer, hence the mismatch error when trying to publish. If you would like to use calculations and other integer based queries in your survey, you can set the bind type (not esri bind type) to be integer, and that way the app will treat it as an integer, but the data will stored be stored as text in the feature layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 05:57:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804016#M11511</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-07-19T05:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Code 500 Error: Inconsistency in the Field Definitions found</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804017#M11512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any reason why it works on AGOL but not on a Portal installation then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 11:56:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804017#M11512</guid>
      <dc:creator>DeonLengton</dc:creator>
      <dc:date>2018-07-19T11:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Code 500 Error: Inconsistency in the Field Definitions found</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804018#M11513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unsure why the difference, however I recommend leaving select_one questions as text fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 23:58:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804018#M11513</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-07-19T23:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Code 500 Error: Inconsistency in the Field Definitions found</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804019#M11514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same issue here. Works in AGOL but not in Portal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2018 05:13:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804019#M11514</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-09-22T05:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Code 500 Error: Inconsistency in the Field Definitions found</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804020#M11515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same issue with me as well. ESRI folks - any update?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2018 13:46:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804020#M11515</guid>
      <dc:creator>DanielYaw_Jr__GISP</dc:creator>
      <dc:date>2018-11-01T13:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Code 500 Error: Inconsistency in the Field Definitions found</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804021#M11516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same error, AGOL yes, Portal no.&amp;nbsp; Survey123 version 3.3.51, Enterprise 10.6.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2019 18:47:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804021#M11516</guid>
      <dc:creator>ZacharyStauber1</dc:creator>
      <dc:date>2019-04-02T18:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Code 500 Error: Inconsistency in the Field Definitions found</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804022#M11517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have the same issue, has this been resolved by anyone yet?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2019 12:28:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804022#M11517</guid>
      <dc:creator>Temple_Digital_DeliveryTeam</dc:creator>
      <dc:date>2019-08-23T12:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Code 500 Error: Inconsistency in the Field Definitions found</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804023#M11518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We encountered a similar issue when dealing with a select_one where we wanted an integer field bounded. The work around we found here was to publish a referenced feature service with the appropriate data type for the respective field and then utilize the submission URL in the survey to publish it to Portal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2019 21:48:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804023#M11518</guid>
      <dc:creator>TimLiponis</dc:creator>
      <dc:date>2019-08-26T21:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Code 500 Error: Inconsistency in the Field Definitions found</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804024#M11519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/193980"&gt;Philip Wilson&lt;/A&gt;‌&amp;nbsp; I am using a spreadsheet to create a survey in Connect, and I'm having the same problem. I need two Select_one questions to be numbers for calculations. The schema I received (from someone with Esri Canada) has the esri bind type as Double. Should I leave that one blank and make the blind type decimal? Or set the esri blind type as String as well? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update:&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3966"&gt;Ismael Chivite&lt;/A&gt;‌ do you have some insight on this? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2020 16:38:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/code-500-error-inconsistency-in-the-field/m-p/804024#M11519</guid>
      <dc:creator>AlexLopez-Rogina</dc:creator>
      <dc:date>2020-10-09T16:38:25Z</dc:date>
    </item>
  </channel>
</rss>

