Watch ArcGIS Server directories on a service change

686
2
11-29-2017 10:29 PM
MarkMindlin
Occasional Contributor III

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.

0 Kudos
2 Replies
JakeSkinner
Esri Esteemed Contributor

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.

MarkMindlin
Occasional Contributor III

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?