<?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 message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411182#M56274</link>
    <description>&lt;P&gt;Update: I did restructure the instance name and removed the nested concat. Published the form, and no change on the stuck record in the Outbox. The original error is still happening. I am open to any ideas to find a solution to this. Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2024 20:05:18 GMT</pubDate>
    <dc:creator>Lisa_G</dc:creator>
    <dc:date>2024-04-17T20:05:18Z</dc:date>
    <item>
      <title>Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1410988#M56264</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a complex form that is used for field data collection. There is a team of about 70 users. 3 of those users are experiencing problems when sending a report. The error message is the same for all 3 users. I researched this error and it seems to be a text question with an int return, or something like that. I checked over the xls and can't find a text question with an int field type, or an int question with a text field type.&amp;nbsp; But why are there only 3 users are being affected by this, and not all field staff? Also, those 3 users can send other reports without any issue. All 3 of them have a record stuck in the Outbox with this error message.&lt;/P&gt;&lt;P&gt;It is a large form, so maybe I missed something in the xls, I have reviewed multiple times. The most recent update was to the instance_name. I used concat when constructing the statement. Could this instance_name update cause this error? The error references the instance_name. Here is the instance_name statement:&lt;/P&gt;&lt;TABLE width="927"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="927"&gt;concat(${Review_Approval}, " || ", ${ECI_ResubmissionReview}, " || ", concat('CaseNo: ', ${Case_Number}, " || ", concat('ECI: ' , ${Lead_ECI_Name}, " || ", ${Incident_ST_Address}, ", ", ${City_State_Zip}, " || ", concat('CD: ', ${CouncilDistrict}, " || ", concat('OpsDate: ', format-date(${Operation_Date}, '%m-%d-%Y'))))))&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any advice/help on this!&lt;/P&gt;&lt;P&gt;LisaG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Arithmetic error.JPG" style="width: 592px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101236iD379AE3FC2089C85/image-size/large?v=v2&amp;amp;px=999" role="button" title="Arithmetic error.JPG" alt="Arithmetic error.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 15:23:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1410988#M56264</guid>
      <dc:creator>Lisa_G</dc:creator>
      <dc:date>2024-04-17T15:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411048#M56266</link>
      <description>&lt;P&gt;Is there a reason you are nesting all those concats and not just using one?&amp;nbsp; I see no reason for all of those just do one big one.&amp;nbsp; I would try that.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 16:27:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411048#M56266</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-04-17T16:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411053#M56268</link>
      <description>&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;Thanks for your email. I had problems getting the syntax correct and this seemed to be the only way I could get it to work. You're right, nested concats aren't really needed. I will try out one concat for the instance name. Do you think this would have caused the error?&amp;nbsp; Many thanks, Lisa&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 16:32:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411053#M56268</guid>
      <dc:creator>Lisa_G</dc:creator>
      <dc:date>2024-04-17T16:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411182#M56274</link>
      <description>&lt;P&gt;Update: I did restructure the instance name and removed the nested concat. Published the form, and no change on the stuck record in the Outbox. The original error is still happening. I am open to any ideas to find a solution to this. Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 20:05:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411182#M56274</guid>
      <dc:creator>Lisa_G</dc:creator>
      <dc:date>2024-04-17T20:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411218#M56278</link>
      <description>&lt;P&gt;Another minor thing, but try to not mix and match quotes. Use either all single or all double quotes. Generally it doesn't matter which you use for operations like this (I tend to go with single quotes because I'm lazy).&lt;/P&gt;&lt;P&gt;What does your new equation look like? I got this after normalizing quotes and removing the nesting:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;concat(${Review_Approval}, ' || ', ${ECI_ResubmissionReview}, ' || CaseNo: ', ${Case_Number}, ' || ECI: ' , ${Lead_ECI_Name}, ' || ', ${Incident_ST_Address}, ', ', ${City_State_Zip}, ' || CD: ', ${CouncilDistrict}, ' || OpsDate: ', format-date(${Operation_Date}, '%m-%d-%Y'))&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Apr 2024 20:47:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411218#M56278</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-04-17T20:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411228#M56279</link>
      <description>&lt;P&gt;I tried out the equation I had above and it worked:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1713387135112.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101285i8E76FEBB4913482D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1713387135112.png" alt="abureaux_0-1713387135112.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I was wondering if there was a string length issue (e.g., 255) that you may be running into, so I tested that as well and got the standard "database error" (see below). There is a good change you will run into this issue since you are combining so many fields. Either way though, I wasn't able to recreate your error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_1-1713387210346.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101286i352CE57A74D536BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_1-1713387210346.png" alt="abureaux_1-1713387210346.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 20:54:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411228#M56279</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-04-17T20:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411510#M56299</link>
      <description>&lt;P&gt;What data type is the 'Case_Number' field? I'm thinking that if you're storing values i that field as an integer, (esriFieldTypeInteger) the value for your particular case is larger than the amount the datatype can store.&lt;BR /&gt;&lt;BR /&gt;According to &lt;A href="https://community.esri.com/t5/arcgis-online-questions/maximum-limits-of-hosted-feature-service/td-p/423807" target="_self"&gt;this thread&lt;/A&gt;, the maximum number esriFIeldTypeInteger can store is &lt;SPAN&gt;2,147,483,647.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 13:20:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411510#M56299</guid>
      <dc:creator>Raul</dc:creator>
      <dc:date>2024-04-18T13:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411582#M56300</link>
      <description>&lt;P&gt;Hi,&amp;nbsp; I did update the instance name and it looks like this now. I removed the city, state, zip field to save length. I checked each of the fields in the instance name.&lt;/P&gt;&lt;P&gt;Review_Approval - field type string, Length 500 No bind type&amp;nbsp; &amp;nbsp;ECI_ResubmissionReview - field type string, Length is blank (I will update to 255) No bind type&amp;nbsp; &amp;nbsp;Case_Number - field type string, Length 500&amp;nbsp; bind type is string&amp;nbsp; &amp;nbsp;This field has a calculation: once(concat(${Lead_ECI_EID}, format-date(${Operation_Date}, '%Y%m%d%H%M)))&amp;nbsp; &amp;nbsp;Lead_ECI_Name field type is null Length 500 No bind type (I used calc statement pulldata('@property', 'username') Incident ST Address - field type string, Length 500 No Bind type&amp;nbsp; Operation Date - field type Date No length Bind Type dateTime&lt;/P&gt;&lt;P&gt;I am new at writing this statements and I am trying to get better at it.&amp;nbsp; Thank you for looking at my problem.&lt;/P&gt;&lt;TABLE width="927"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="927"&gt;concat(${Review_Approval}, ' || ', ${ECI_ResubmissionReview}, ' || ' , ${Case_Number}, ' || ' , ${Lead_ECI_Name}, ' || ', ${Incident_ST_Address}, ' || ', 'OpsDate: ', format-date(${Operation_Date}, '%m-%d-%Y'))&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 18 Apr 2024 13:39:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411582#M56300</guid>
      <dc:creator>Lisa_G</dc:creator>
      <dc:date>2024-04-18T13:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411596#M56302</link>
      <description>&lt;P&gt;Hi Raul,&lt;/P&gt;&lt;P&gt;the Case_Number field is&amp;nbsp;&lt;SPAN&gt;field type string, Length 500&amp;nbsp; bind type is string&amp;nbsp; and it is a question type of text&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 13:43:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411596#M56302</guid>
      <dc:creator>Lisa_G</dc:creator>
      <dc:date>2024-04-18T13:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411619#M56303</link>
      <description>&lt;P&gt;Wild guess maybe try without the&amp;nbsp;&lt;SPAN&gt;' || '&amp;nbsp;?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 13:55:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411619#M56303</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-04-18T13:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411643#M56305</link>
      <description>&lt;P&gt;Can you please provide your XLSX. I see no reason for this to not work since my test (above) seemed to function as expected with all fields and text.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 14:26:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411643#M56305</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-04-18T14:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411653#M56306</link>
      <description>&lt;P&gt;Hi, I am happy to share my xls sheet.&amp;nbsp; Thank you so much for any help.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 14:31:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411653#M56306</guid>
      <dc:creator>Lisa_G</dc:creator>
      <dc:date>2024-04-18T14:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411700#M56308</link>
      <description>&lt;P&gt;Okay, there are a few things here:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You are specifying &lt;STRONG&gt;esri:fieldAlias&lt;/STRONG&gt;, but there are invalid characters (e.g., spaces). &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;For my test, I cleared these fields.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1713451425970.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101371iABE9F39CEC46E00E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1713451425970.png" alt="abureaux_0-1713451425970.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_1-1713451438409.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101372i94AAD58E64D87142/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_1-1713451438409.png" alt="abureaux_1-1713451438409.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;This is a limitation of publishing from Enterprise (which I use), but you have capital letters in your "name" column, which isn't typically allowed. You can bypass this limitation by either publishing to AGO or referencing a pre-existing Feature Layer (such as one published from ArcPro). &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;For my test, I reduced the form to just the fields used in the concat() and made them all lower case. This shouldn't be an issue for you, but it worth pointing out.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;You have multiple field types specified. Unless you get an error leaving these empty, I'd leave these empty. &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;For my test, I actually left these as-is. But, I still recommend removing these if you can. Especially where the duplicates exist in bind:type &lt;EM&gt;and&lt;/EM&gt; esri:fieldType columns.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_2-1713451689900.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101380i3C8ED980CE624DC3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_2-1713451689900.png" alt="abureaux_2-1713451689900.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Your default for ${review_approval} doesn't match your choices. It should be "pending", to match what is in the "name" column of the choices tab. &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;For my test, I changed this to match the choices tab. This won't result in any errors to have left it alone, but the field was set to "read only", so I needed a value in it.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;Very general, but your XLSX is out of date and using the deprecated "theme-grid" appearance. I'd recommend updating your XLSX and swapping to a supported style (e.g., dynamic-grid). &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;For my test, I didn't chang&lt;/FONT&gt;&lt;FONT color="#FF0000"&gt;e&lt;/FONT&gt;&lt;FONT color="#FF0000"&gt; these.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Unfortunately, I wasn't able to recreate the issue. My form submitted successfully:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_3-1713452183483.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101389i5E61C253CB34160F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_3-1713452183483.png" alt="abureaux_3-1713452183483.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Worth asking, but is your Connect up to date? Current version is 3.19.116. If not, reinstall Connect from the Microsoft Store (this version will auto-update).&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 15:06:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411700#M56308</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-04-18T15:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411762#M56314</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for the detailed response. I will follow your advice and update my Connect version and the xls sheet. I will report back if I can get it to work.&amp;nbsp; Thank you/Merci!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 16:40:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1411762#M56314</guid>
      <dc:creator>Lisa_G</dc:creator>
      <dc:date>2024-04-18T16:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1413476#M56366</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I read through your list, and I did the same thing you had indicated in your message. I corrected all the alias names to be the same as the field name. I updated the default for the field Review_Approval to lower case 'pending'. I also updated my Connect version to 3.19&amp;nbsp; &amp;nbsp;I just published the form and tried to send one of the stuck records in the Outbox. Nothing changed in the 2 tablets with the stuck Outbox records. The only thing I did not update was the xls sheet. I will have to research to find a way to update a working xls sheet.&amp;nbsp; I did try and change the style, under the settings tab, to dynamic-grid. It made Survey123 Connect freeze up when I tried to save that change.&amp;nbsp; So I am back where I was, with 3 field users still having a stuck record in their Outbox with the 'arthimetic error'. I really need some help here. Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 12:53:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1413476#M56366</guid>
      <dc:creator>Lisa_G</dc:creator>
      <dc:date>2024-04-22T12:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1413525#M56374</link>
      <description>&lt;P&gt;The newer Connect apps can update XLSX for you. &lt;STRONG&gt;Tools &amp;gt; Update XLSForm template&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1713796180422.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101691i6D824FE1E02C2E53/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1713796180422.png" alt="abureaux_0-1713796180422.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is it just the old forms not working, or do new submissions not work either?&lt;/P&gt;&lt;P&gt;If new submissions work properly and it's &lt;EM&gt;just&lt;/EM&gt; the surveys stuck in the Field App giving you trouble, I'd lean towards data recovery now. If neither new nor old surveys are sending, we will have to look at other solutions.&lt;/P&gt;&lt;P&gt;Honestly, it seems odd that it isn't working since my local copy appeared to function as intended. A potential solution could be to start removing content until it &lt;EM&gt;does&lt;/EM&gt; work and see if you can narrow down the culprit that way. You can do this either in Connect by stripping out content, or in the Field App by clearing fields (though I'd recommend making a copy of the *.&lt;STRONG&gt;sqlite&lt;/STRONG&gt; file before clearing fields in the Field App, assuming you actually need that data).&lt;/P&gt;&lt;P&gt;More info on recovering surveys:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Starting page: &lt;A href="https://support.esri.com/en-us/knowledge-base/faq-what-are-the-ways-to-recover-arcgis-survey123-data-000024617" target="_self"&gt;What are the ways to recover ArcGIS Survey123 data?&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;The above link leads to: &lt;A href="https://doc.arcgis.com/en/survey123/desktop/get-answers/troubleshootgetanswers.htm#ESRI_SECTION1_A972F8032F3541B1B1809D81B2D4BED9" target="_self"&gt;Recover data using desktop field app&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I tend to use &lt;A href="https://sqlitebrowser.org/dl/" target="_self"&gt;&lt;STRONG&gt;DB Browser for SQLite&lt;/STRONG&gt;&lt;/A&gt; for modifying S123 database files. &lt;A href="https://sqlitestudio.pl" target="_self"&gt;&lt;STRONG&gt;SQLiteStudio&lt;/STRONG&gt;&lt;/A&gt; also works well. Depending on what you want to do, you may not need either.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 14:52:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1413525#M56374</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-04-22T14:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1413571#M56383</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;New submissions do work, even for the 2 tablets with stuck Outbox records. Those 2 field staff can send up reports without a problem. They still have the stuck records in their Outbox, so yes just these surveys have issues. I have signed out/in for the Survey123 app, downloaded the newest update to the form.&amp;nbsp; I did this in one of the tablets that has a stuck record and nothing changed. My next step is copy the sqlite and the MySurveyAttachments folders and try and use Survey123 Desktop to upload those records. Thank you for the links on recovering surveys, I will keep at this until I can get those stuck records to send up.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 16:04:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1413571#M56383</guid>
      <dc:creator>Lisa_G</dc:creator>
      <dc:date>2024-04-22T16:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error message of 'Arithmetic overflow error converting expression to data type int' but for only 3 of 70 field staff</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1413575#M56384</link>
      <description>&lt;P&gt;This is actually good news!&lt;/P&gt;&lt;P&gt;Yes, I'd move on to attempting to recover the data with the desktop app, as you mentioned.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 16:13:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-message-of-arithmetic-overflow-error/m-p/1413575#M56384</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-04-22T16:13:36Z</dc:date>
    </item>
  </channel>
</rss>

