<?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: What is the maximum amount of features that will print successfully using the Export Web Map GP service? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-maximum-amount-of-features-that-will/m-p/495563#M46042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep I have checked that.&amp;nbsp; Doesn't fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like the Web_Map_as_JSON property that is being passed in the service is too long and is being truncated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 15:45:26 GMT</pubDate>
    <dc:creator>JackFairfield</dc:creator>
    <dc:date>2016-02-17T15:45:26Z</dc:date>
    <item>
      <title>What is the maximum amount of features that will print successfully using the Export Web Map GP service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-maximum-amount-of-features-that-will/m-p/495559#M46038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to pass 10000+ points to the export web map gp service.&amp;nbsp; Seems to be breaking because the json gets truncated when trying to pass that many values.&amp;nbsp; Does anyone have a workaround for this issue?&amp;nbsp; Or a way to customize the gp service to allow more features?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 21:29:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-maximum-amount-of-features-that-will/m-p/495559#M46038</guid>
      <dc:creator>JackFairfield</dc:creator>
      <dc:date>2016-02-16T21:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: What is the maximum amount of features that will print successfully using the Export Web Map GP service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-maximum-amount-of-features-that-will/m-p/495560#M46039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should able to change the maximum record by accessing your server admin url:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://yuew.esri.com/arcgis/admin/services/Android_ShapeFile.MapServer/edit" title="http://yuew.esri.com/arcgis/admin/services/Android_ShapeFile.MapServer/edit"&gt;http://your_domain.com/arcgis/admin/your_service_name/edit&lt;/A&gt; and then find find the maxRecordCount in JSON&lt;/P&gt;&lt;P&gt;then you can chnage the number. However, normally we don't recommend set the number too big, it will impact the performance.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this can help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 23:18:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-maximum-amount-of-features-that-will/m-p/495560#M46039</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2016-02-16T23:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: What is the maximum amount of features that will print successfully using the Export Web Map GP service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-maximum-amount-of-features-that-will/m-p/495561#M46040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yue,&amp;nbsp; Thanks for the suggestion, but it didn't seem to do anything.&amp;nbsp; I changed the maxRecordCount attribute to 10000 records in the CustomPrintService settings area.&amp;nbsp; It is still giving me an error when I try to print my map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 00:02:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-maximum-amount-of-features-that-will/m-p/495561#M46040</guid>
      <dc:creator>JackFairfield</dc:creator>
      <dc:date>2016-02-17T00:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: What is the maximum amount of features that will print successfully using the Export Web Map GP service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-maximum-amount-of-features-that-will/m-p/495562#M46041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you double check how many the maxREcordCount attribute return from the feature service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 00:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-maximum-amount-of-features-that-will/m-p/495562#M46041</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2016-02-17T00:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: What is the maximum amount of features that will print successfully using the Export Web Map GP service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-maximum-amount-of-features-that-will/m-p/495563#M46042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep I have checked that.&amp;nbsp; Doesn't fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like the Web_Map_as_JSON property that is being passed in the service is too long and is being truncated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 15:45:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-maximum-amount-of-features-that-will/m-p/495563#M46042</guid>
      <dc:creator>JackFairfield</dc:creator>
      <dc:date>2016-02-17T15:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: What is the maximum amount of features that will print successfully using the Export Web Map GP service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-maximum-amount-of-features-that-will/m-p/495564#M46043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aha, I see. Then you need proxy to fix the issue. Basically, proxy will use POST request instead of GET request. Then all the parameters will not show in the header. For more details, please check this doc: &lt;A href="https://developers.arcgis.com/javascript/jshelp/ags_proxy.html" title="https://developers.arcgis.com/javascript/jshelp/ags_proxy.html"&gt;Using the proxy | Guide | ArcGIS API for JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, we have a blog show how to setup proxy. &lt;A href="https://blogs.esri.com/esri/supportcenter/2015/04/07/setting-up-a-proxy/" title="https://blogs.esri.com/esri/supportcenter/2015/04/07/setting-up-a-proxy/"&gt;Setting up a Proxy | Support Services Blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this can help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 17:13:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-maximum-amount-of-features-that-will/m-p/495564#M46043</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2016-02-17T17:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is the maximum amount of features that will print successfully using the Export Web Map GP service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-maximum-amount-of-features-that-will/m-p/495565#M46044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a proxy setup already and the request is using the post method.&amp;nbsp; It is working now, so it is no longer a big deal.&amp;nbsp; I ended up reducing the number of properties that were being passed by restricting the out_fields property from * down to just a few fields.&amp;nbsp; In doing this, it reduced the overall size of the json object that was being passed to the service and is now allowing me to successfully print my map.&amp;nbsp; Thanks for your help Yue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 15:48:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-maximum-amount-of-features-that-will/m-p/495565#M46044</guid>
      <dc:creator>JackFairfield</dc:creator>
      <dc:date>2016-02-18T15:48:38Z</dc:date>
    </item>
  </channel>
</rss>

