<?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: Weirdness- Creating points ok, lines timeout.. in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/weirdness-creating-points-ok-lines-timeout/m-p/540976#M20940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to connect from ArcMap for editing for testing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-create a new connection to arcgis server for Use Service purposes&lt;/P&gt;&lt;P&gt;-add feature service on ArcMap&lt;/P&gt;&lt;P&gt;-start a local copy for editing&amp;nbsp;&lt;/P&gt;&lt;P&gt;-digitize new line&lt;/P&gt;&lt;P&gt;-sync with feature service&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Aug 2017 07:42:28 GMT</pubDate>
    <dc:creator>PanagiotisPapadopoulos</dc:creator>
    <dc:date>2017-08-31T07:42:28Z</dc:date>
    <item>
      <title>Weirdness- Creating points ok, lines timeout..</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/weirdness-creating-points-ok-lines-timeout/m-p/540971#M20935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having a weird situation with an internal app I developed using the JS API (currently pointing to v3.17). Anyways, our ArcGIS Server was at 10.2x and was recently upgraded to 10.41. Around that time, &amp;nbsp;the ability of users to add new lines to a service enabled with feature access has failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The underlying JS code has not changed at all. Adding a point feature still works but, when attempting to commit a polyline, no error shows in the browser console but the Server log returns this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/369180_ags_timeout_error.jpg" style="width: 620px; height: 149px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point feature service was published together with the line feature service and hasn't changed. Since the service hasn't changed, and the code of the application hasn't either, where should I start looking to determine why this is suddenly happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 18:31:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/weirdness-creating-points-ok-lines-timeout/m-p/540971#M20935</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2017-08-30T18:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Weirdness- Creating points ok, lines timeout..</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/weirdness-creating-points-ok-lines-timeout/m-p/540972#M20936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heya Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a couple questions which could help&amp;nbsp;isolate the issue:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is a pretty complex (lots of vertices) line feature that your user is trying to add?&lt;/LI&gt;&lt;LI&gt;Have you tried adding a line feature via the REST interface with just two vertices?&lt;/LI&gt;&lt;LI&gt;What is the&amp;nbsp;&lt;EM&gt;max time that a client can use the service&amp;nbsp;&lt;/EM&gt;setting?&lt;/LI&gt;&lt;LI&gt;What happens when you try&amp;nbsp;adding a line to your feature service in ArcGIS desktop and the ArcGIS Online map viewer?&lt;/LI&gt;&lt;LI&gt;Do you have web-tier components (ArcGIS Web Adaptor or a third-party network load balancer running on a web server) which might have additional timeout settings?&lt;/LI&gt;&lt;LI&gt;Is your ArcGIS Server site using Single Cluster Mode (&lt;A class="link-titled" href="http://server.arcgis.com/en/server/10.4/administer/windows/about-single-cluster-mode.htm" title="http://server.arcgis.com/en/server/10.4/administer/windows/about-single-cluster-mode.htm"&gt;About single cluster mode—Documentation (10.4)&lt;/A&gt;)? This was made default at 10.4 and is supposed to reduce network traffic.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Micah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 18:46:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/weirdness-creating-points-ok-lines-timeout/m-p/540972#M20936</guid>
      <dc:creator>MicahBabinski</dc:creator>
      <dc:date>2017-08-30T18:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Weirdness- Creating points ok, lines timeout..</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/weirdness-creating-points-ok-lines-timeout/m-p/540973#M20937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Micah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;No complex lines- just two vertices as a test.&lt;/LI&gt;&lt;LI&gt;No- I haven't tried adding a feature via the REST interface&lt;/LI&gt;&lt;LI&gt;Service timeouts are: 60s for use; 60s for waiting to get a service; 300s for idle services. # instances are 1/2 (min/max)&lt;/LI&gt;&lt;LI&gt;I'm able to add a feature to the SDE feature class from within ArcGIS Desktop. Not sure about adding to the feature service from desktop, though. I connected to the service via the GIS Server option but it said no services were editable. Maybe I was just looking at the map service instead of the feature service?..&lt;/LI&gt;&lt;LI&gt;We are using the ArcGIS Web Adaptor so no 3rd party load balancers&lt;/LI&gt;&lt;LI&gt;Not sure about the single cluster mode. I'm not the AGS admin so I don't know all the details about how our install was/is set up.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should note that the test feature I successfully added via desktop Arcmap showed up in the web service but I was unable to delete from within my web map (that apply edits method timed out just like adding a new feature).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 19:20:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/weirdness-creating-points-ok-lines-timeout/m-p/540973#M20937</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2017-08-30T19:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Weirdness- Creating points ok, lines timeout..</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/weirdness-creating-points-ok-lines-timeout/m-p/540974#M20938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt;: singleClusterMode is set to TRUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also tried adding a feature straight from the REST addFeatures operation and it eventually returned:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;{&amp;nbsp; "error": {&amp;nbsp;&amp;nbsp; "code": 500,&amp;nbsp;&amp;nbsp; "message": "Error performing add features operation",&amp;nbsp;&amp;nbsp; "details": []&amp;nbsp; } }&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 19:35:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/weirdness-creating-points-ok-lines-timeout/m-p/540974#M20938</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2017-08-30T19:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Weirdness- Creating points ok, lines timeout..</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/weirdness-creating-points-ok-lines-timeout/m-p/540975#M20939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm, certainly not the most informative error message, eh Steve?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible that something on your web server was upgraded at the same time you upgraded from 10.2 to 10.4? Can you check to see if&amp;nbsp;your network firewall/DMZ prevents GET/POST requests&amp;nbsp;over a certain number of characters? Given that you could add the features to your SDE feature class in desktop no problem suggests that the issue is with the communication between&amp;nbsp;your web and&amp;nbsp;ArcGIS Server tier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not it may be worth opening an issue with Esri support, although depending on how tenacious you and your colleagues are you may find the answer sooner than they do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Micah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 04:20:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/weirdness-creating-points-ok-lines-timeout/m-p/540975#M20939</guid>
      <dc:creator>MicahBabinski</dc:creator>
      <dc:date>2017-08-31T04:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Weirdness- Creating points ok, lines timeout..</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/weirdness-creating-points-ok-lines-timeout/m-p/540976#M20940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to connect from ArcMap for editing for testing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-create a new connection to arcgis server for Use Service purposes&lt;/P&gt;&lt;P&gt;-add feature service on ArcMap&lt;/P&gt;&lt;P&gt;-start a local copy for editing&amp;nbsp;&lt;/P&gt;&lt;P&gt;-digitize new line&lt;/P&gt;&lt;P&gt;-sync with feature service&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 07:42:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/weirdness-creating-points-ok-lines-timeout/m-p/540976#M20940</guid>
      <dc:creator>PanagiotisPapadopoulos</dc:creator>
      <dc:date>2017-08-31T07:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Weirdness- Creating points ok, lines timeout..</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/weirdness-creating-points-ok-lines-timeout/m-p/540977#M20941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the additional suggestions, gents. As it turns out, I may have found the culprit- SDE. The feature class in SDE had versioning enabled. This was not the case when I originally loaded the dataset into SDE. Once I "un-versioned" the feature class, I was able to delete and save edits in a more prompt manner. I've re-enabled the map service and I'm waiting to see if my co-workers are still having issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 17:09:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/weirdness-creating-points-ok-lines-timeout/m-p/540977#M20941</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2017-08-31T17:09:21Z</dc:date>
    </item>
  </channel>
</rss>

