how to edit MaxRecordCount: 1000 in service of a feature layer

4497
6
12-14-2012 08:50 AM
GualbertoHernández_Juárez
New Contributor
Hi,

I generated my service, a feature layer:

http://200.4.1.10:6080/arcgis/rest/services/test/MM5/MapServer/0

But I get by default "MaxRecordCount: 1000" and I need to increase it to 5000, can you tell me how?

Thank you very much.
Gualberto
0 Kudos
6 Replies
wangzhifang
Occasional Contributor
Stop your map service and go to the properties dialog of you map service, in Parameters tab, you could set the max return count of features of this map service. Ref: Maximum number of records returned by the server http://resources.arcgis.com/en/help/main/10.1/index.html#/Setting_map_service_properties/0154000003p...
0 Kudos
MuhammadWaqar_ul_islam
New Contributor III
Search cfg file of ur map services edit in notepad
there u find

<Properties>
  <MaxRecordCount>1000</MaxRecordCount> change it 5000

restart ur services or restart system

hope it works for u
0 Kudos
ElenaG
by
New Contributor
Hello


in my case I need to change the value to 5000 in the MaxRecordCount but in a specific layer, because the service is already at 5000 but on entering the json of the feature appears as 1000 and can not find where or how to change this value.

Anyone know what I can do? and follow the steps listed above.
thanks :confused:
0 Kudos
SteveCole
Frequent Contributor
Elena-

Did you ever solve your problem? I'm now facing the same thing- my map service has the 5,000 feature limit set but a layer within the service I REALLY need still shows 1,000.

Steve
0 Kudos
RobertJones2
Occasional Contributor
I have the same problem 😉 I've logged a support call so hopefully might have something to add here soon.
0 Kudos
RobertJones2
Occasional Contributor
It looks like this has been logged as a bug: http://support.esri.com/en/bugs/nimbus/TklNMDg2NDg1

'Changes made in the Maximum number of records returned by the server does not reflect the changes in the REST End Point for Layers within the Service.'
0 Kudos