<?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: ArcGIS Server log error from ArcGIS Collector: Unable to process request for input string&amp;quot; &amp;quot; REST in ArcGIS Collector Questions</title>
    <link>https://community.esri.com/t5/arcgis-collector-questions/arcgis-server-log-error-from-arcgis-collector/m-p/589641#M10202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;update: esri has confirmed that this issue exists in both 10.4.1 and 10.6 and is the bug below. The error message in the Server log being generated is the only issue and does not appear to actually affect the data being updated via collector &lt;/P&gt;&lt;H5 class=""&gt;&lt;A class="" href="https://my.esri.com/#/support/bugs/BUG-000098817" title="When a new feature is added to an ArcGIS for Server feature service through Collector for ArcGIS, the severe error message, &amp;quot;Unable to process request. For input string:&amp;quot; appears in the ArcGIS Server logs if global IDs are added to the source dataset prior to enabling attachments."&gt;BUG-000098817 When a new feature is added to an ArcGIS for Server feature service through Collector for ArcGIS, the severe error message, "Unable to process request. For input string:" appears in the ArcGIS Server logs if global IDs are added to the source dataset prior to enabling attachments.&lt;/A&gt;&lt;/H5&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2018 20:24:22 GMT</pubDate>
    <dc:creator>KristaHeinrich2</dc:creator>
    <dc:date>2018-10-15T20:24:22Z</dc:date>
    <item>
      <title>ArcGIS Server log error from ArcGIS Collector: Unable to process request for input string" " REST</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/arcgis-server-log-error-from-arcgis-collector/m-p/589640#M10201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Submitting an update to a related table via an ArcGIS collector feature service throws the ArcGIS server Log error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="color: #505051; font-size: 12px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="" style="border-width: 1px; border-style: solid; border-color: #bfd6eb #e5dac8 #bfd6eb transparent; padding: 3px 5px;"&gt;WARNING&lt;/TD&gt;&lt;TD class="" style="border-width: 1px; border-style: solid; border-color: #bfd6eb #e5dac8 #bfd6eb transparent; padding: 3px 5px;"&gt;May 8, 2018, 3:19:29 PM&lt;/TD&gt;&lt;TD class="" style="border-width: 1px; border-style: solid; border-color: #bfd6eb #e5dac8 #bfd6eb transparent; padding: 3px 5px;"&gt;Unable to process request. For input string: "18446744073709551606"&lt;/TD&gt;&lt;TD class="" style="border-width: 1px; border-style: solid; border-color: #bfd6eb #e5dac8 #bfd6eb transparent; padding: 3px 5px;"&gt;Rest&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While the error appears in the ArcGIS server log, it does not appear to have any direct impact on the submitting of the update to the database or adding attachments as everything&amp;nbsp;appears to be working fine. Can anyone tell me why this error is occurring or how to fix it? As we add more mobile editors in the field, I do not want my logs to become flooded with this error...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been able to&amp;nbsp;produce this issue in 2 environments -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Collector version is 18.0.1 using both:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ArcGIS Portal 10.4.1 not federated with ArcGIS Server - The feature service url is added to the web map&lt;/LI&gt;&lt;LI&gt;ArcGIS Portal&amp;nbsp; 10.6 with a hosting server - the feature service is published to the hosting server and added to the web map.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the ArcGIS server log settings are set to debug, it appears to indicate that it has something to do with the feature service attachment handler but this error in fact occurs whether I am adding an attachment or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="" style="color: #505051; background-color: #ffffff; border: none; font-size: 12px;"&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="font-size: 12px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="" style="border-width: 1px; border-style: solid; border-color: #bfd6eb #e5dac8 #bfd6eb transparent; padding: 3px 5px;"&gt;java.lang.NumberFormatException: For input string: "18446744073709551606" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Long.parseLong(Long.java:592) at java.lang.Long.parseLong(Long.java:631) at com.esri.client.app.featureserver.FeatureServiceAttachmentsHandler.service(FeatureServiceAttachmentsHandler.java:50) at com.esri.rf.RServlet.service(RServlet.java:116) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:861) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1455) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748)&lt;/TD&gt;&lt;TD class="" style="border-width: 1px; border-style: solid; border-color: #bfd6eb #e5dac8 #bfd6eb transparent; padding: 3px 5px;"&gt;Rest&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #505051; background-color: #ffffff; border: none; font-size: 12px;"&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="font-size: 12px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="" style="border-width: 1px; border-style: solid; border-color: transparent #e5dac8 #e5dac8 transparent; padding: 3px 5px;"&gt;WARNING&lt;/TD&gt;&lt;TD class="" style="border-width: 1px; border-style: solid; border-color: transparent #e5dac8 #e5dac8 transparent; padding: 3px 5px;"&gt;May 8, 2018, 3:19:29 PM&lt;/TD&gt;&lt;TD class="" style="border-width: 1px; border-style: solid; border-color: transparent #e5dac8 #e5dac8 transparent; padding: 3px 5px;"&gt;Unable to process request. For input string: "18446744073709551606"&lt;/TD&gt;&lt;TD class="" style="border-width: 1px; border-style: solid; border-color: transparent #e5dac8 #e5dac8 transparent; padding: 3px 5px;"&gt;Rest&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #505051; background-color: #ffffff; border: none; font-size: 12px;"&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried configuring&amp;nbsp;IIS&amp;nbsp;for attachments as suggested by &lt;A href="https://community.esri.com/thread/180313"&gt;Collector fails to upload all but small attachments&lt;/A&gt;&amp;nbsp; but no dice...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;system.webServer&amp;gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&amp;lt;security&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;requestFiltering&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;requestLimits maxUrl="16384" maxQueryString="8192" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;verbs&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also&amp;nbsp;the upload read ahead size setting to 20MB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance or suggestions would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 23:02:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/arcgis-server-log-error-from-arcgis-collector/m-p/589640#M10201</guid>
      <dc:creator>KristaHeinrich2</dc:creator>
      <dc:date>2018-05-08T23:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server log error from ArcGIS Collector: Unable to process request for input string" " REST</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/arcgis-server-log-error-from-arcgis-collector/m-p/589641#M10202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;update: esri has confirmed that this issue exists in both 10.4.1 and 10.6 and is the bug below. The error message in the Server log being generated is the only issue and does not appear to actually affect the data being updated via collector &lt;/P&gt;&lt;H5 class=""&gt;&lt;A class="" href="https://my.esri.com/#/support/bugs/BUG-000098817" title="When a new feature is added to an ArcGIS for Server feature service through Collector for ArcGIS, the severe error message, &amp;quot;Unable to process request. For input string:&amp;quot; appears in the ArcGIS Server logs if global IDs are added to the source dataset prior to enabling attachments."&gt;BUG-000098817 When a new feature is added to an ArcGIS for Server feature service through Collector for ArcGIS, the severe error message, "Unable to process request. For input string:" appears in the ArcGIS Server logs if global IDs are added to the source dataset prior to enabling attachments.&lt;/A&gt;&lt;/H5&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 20:24:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/arcgis-server-log-error-from-arcgis-collector/m-p/589641#M10202</guid>
      <dc:creator>KristaHeinrich2</dc:creator>
      <dc:date>2018-10-15T20:24:22Z</dc:date>
    </item>
  </channel>
</rss>

