<?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: Error &amp;quot;code 1003, Operation rolled back&amp;quot; in app, but not in web browser in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/error-quot-code-1003-operation-rolled-back-quot-in/m-p/871557#M28283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 1003 error is an issue on submitting the data to the feature service (the issue is generated at the Feature Service side). &amp;nbsp;I was able to test Survey123 based on your function and it submitted successfully. &amp;nbsp;Given that the issue was at the Feature Service, I'm wondering if there might be a mismatch between the field type as specified in the survey and the field type at the feature service or similar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2017 17:30:37 GMT</pubDate>
    <dc:creator>JamesTedrick</dc:creator>
    <dc:date>2017-08-10T17:30:37Z</dc:date>
    <item>
      <title>Error "code 1003, Operation rolled back" in app, but not in web browser</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-quot-code-1003-operation-rolled-back-quot-in/m-p/871555#M28281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;am receiving an error "code 1003, Operation rolled back". &amp;nbsp;From everything I have read, this error is caused by multiple Geopoints in the location (I haven't added any geopoints), or incorrectly ended groups (I haven't added any groups) or hyphens or invalid characters in the field names (no special characters in my fields). I do have some calculations in some of my fields. I don't know if this could cause this problem. I receive this error on the mobile app, and on the Survey123 desktop app but the survey uploads fine on the survey123 web browser.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 06:16:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-quot-code-1003-operation-rolled-back-quot-in/m-p/871555#M28281</guid>
      <dc:creator>EsriELA</dc:creator>
      <dc:date>2017-08-10T06:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error "code 1003, Operation rolled back" in app, but not in web browser</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-quot-code-1003-operation-rolled-back-quot-in/m-p/871556#M28282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After a bit more investigation, and removing the repeat from my survey for testing purposes, if have found that the app seems to fall apart on nested if statements in the calculations, but the web browser is handling them fine. Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(${truckid}&amp;lt;200,1,if (${truckid}&amp;lt;300,2, 3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SyntaxError: Unexpected token `if' in expression: if( /Geospotter_test/truckid &amp;lt;200,1,if ( /Geospotter_test/truckid &amp;lt;300,2, 3))",&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 10:08:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-quot-code-1003-operation-rolled-back-quot-in/m-p/871556#M28282</guid>
      <dc:creator>EsriELA</dc:creator>
      <dc:date>2017-08-10T10:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error "code 1003, Operation rolled back" in app, but not in web browser</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-quot-code-1003-operation-rolled-back-quot-in/m-p/871557#M28283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 1003 error is an issue on submitting the data to the feature service (the issue is generated at the Feature Service side). &amp;nbsp;I was able to test Survey123 based on your function and it submitted successfully. &amp;nbsp;Given that the issue was at the Feature Service, I'm wondering if there might be a mismatch between the field type as specified in the survey and the field type at the feature service or similar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 17:30:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-quot-code-1003-operation-rolled-back-quot-in/m-p/871557#M28283</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-08-10T17:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error "code 1003, Operation rolled back" in app, but not in web browser</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-quot-code-1003-operation-rolled-back-quot-in/m-p/871558#M28284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. I think you may be spot on there! It seems that all the calculated fields have been created as strings/ text fields (marked in bold below). But at the same time.. it should allow numbers to be entered into a text field? And the feature service has been created through Survey123, so I'm now not sure how best to proceed! &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL style="color: #000000; background-color: #ffffff; font-size: 14.4px;"&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;objectid&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;(type: esriFieldTypeOID, alias: ObjectID, SQL Type: sqlTypeOther, length: 0, nullable: false, editable: false)&lt;/EM&gt;&lt;/LI&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;globalid&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;(type: esriFieldTypeGlobalID, alias: GlobalID, SQL Type: sqlTypeGUID, length: 38, nullable: false, editable: false)&lt;/EM&gt;&lt;/LI&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;recorddate&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;(type: esriFieldTypeDate, alias: Date, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)&lt;/EM&gt;&lt;/LI&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;finger&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;(type: esriFieldTypeString, alias: Select Finger, SQL Type: sqlTypeOther, length: 3, nullable: true, editable: true)&lt;/EM&gt;&lt;/LI&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;loadtime&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;(type: esriFieldTypeString, alias: Time, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)&lt;/EM&gt;&lt;/LI&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;truckid&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;(type: esriFieldTypeInteger, alias: Truck ID, SQL Type: sqlTypeOther, nullable: true, editable: true)&lt;/EM&gt;&lt;/LI&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;tpms_actual&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;(type: esriFieldTypeDouble, alias: Actual TPMS, SQL Type: sqlTypeOther, nullable: true, editable: true)&lt;/EM&gt;&lt;/LI&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;&lt;STRONG&gt;trucktype&amp;nbsp;&lt;EM&gt;(type: esriFieldTypeString, alias: trucktype, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;&lt;STRONG&gt;rehandlevol_777_&amp;nbsp;&lt;EM&gt;(type: esriFieldTypeString, alias: rehandlevol_777_, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;&lt;STRONG&gt;rehandlevol_HD785_&amp;nbsp;&lt;EM&gt;(type: esriFieldTypeString, alias: rehandlevol_HD785_, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;&lt;STRONG&gt;rehandlevol_785C_&amp;nbsp;&lt;EM&gt;(type: esriFieldTypeString, alias: rehandlevol_785C_, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;&lt;STRONG&gt;volume&amp;nbsp;&lt;EM&gt;(type: esriFieldTypeString, alias: volume, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;CreationDate&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;(type: esriFieldTypeDate, alias: CreationDate, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: false)&lt;/EM&gt;&lt;/LI&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;Creator&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;(type: esriFieldTypeString, alias: Creator, SQL Type: sqlTypeOther, length: 50, nullable: true, editable: false)&lt;/EM&gt;&lt;/LI&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;EditDate&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;(type: esriFieldTypeDate, alias: EditDate, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: false)&lt;/EM&gt;&lt;/LI&gt;&lt;LI style="padding: 0px 0px 3px;"&gt;Editor&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;(type: esriFieldTypeString, alias: Editor, SQL Type: sqlTypeOther, length: 50, nullable: true, editable: false)&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 06:18:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-quot-code-1003-operation-rolled-back-quot-in/m-p/871558#M28284</guid>
      <dc:creator>EsriELA</dc:creator>
      <dc:date>2017-08-11T06:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error "code 1003, Operation rolled back" in app, but not in web browser</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-quot-code-1003-operation-rolled-back-quot-in/m-p/871559#M28285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I set the binding to decimal or the esriFieldType binding to&amp;nbsp;&lt;EM style="color: #000000; background-color: #ffffff; border: 0px; font-size: 14.4px;"&gt;esriFieldTypeDouble, then the field does not calculate at all..&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 10:01:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-quot-code-1003-operation-rolled-back-quot-in/m-p/871559#M28285</guid>
      <dc:creator>EsriELA</dc:creator>
      <dc:date>2017-08-11T10:01:18Z</dc:date>
    </item>
  </channel>
</rss>

