Hi,
The main goal is to save a service changes history - like "version control" of map document/service.
We are trying to watch files/folders after a service was published/changed.
What is a file that a setting "maxRecordCount" is stored in? Meaning some place like "arcgisserver\10.3\directories..."
Any help please.
Hi Mark,
The file that records the MaxRecordCount is located in the arcgisserver directory (i.e. C:\arcgisserver). You will need to dig into this directory further. Ex:
C:\arcgisserver\directories\arcgissystem\arcgisinput\<service name>.MapServer\extracted
Within the above directory you will see the file serviceconfiguration.json that contains this info.
Thanks Jake,
The correct answer (tested on 10.3.1 version) is
arcgisserver\10.3\config-store\services\folderName\<service name>.MapServer\<service name>.MapServer.json
What version do you mean? Have you answered about service change?