SV-80011r1_rule
V-65521
SRG-APP-000431
AGIS-00-000197
CAT II
10
Configure the ArcGIS Server to ensure all published services maintain a separate execution domain for each process. Substitute the target environment’s values for [bracketed] variables.
In PowerShell, run the following command, replacing the [bracketed] values with the path of the ArcGIS Server Site "config-store":
Get-ChildItem -recurse [C:\arcgisserver\]config-store\services\*.json | Select-String -pattern "`"isolationLevel`": `"LOW`""
Stop ArcGIS Server, then replace the "LOW" with "HIGH" in all found files.
Review the ArcGIS Server configuration to ensure all published services maintain a separate execution domain for each process. Substitute the target environment’s values for [bracketed] variables.
In PowerShell, run the following command, replacing the [bracketed] values with the path of the ArcGIS Server Site "config-store":
Get-ChildItem -recurse [C:\arcgisserver\]config-store\services\*.json | Select-String -pattern "`"isolationLevel`": `"LOW`""
If any values are returned, this is a finding.
V-65521
False
AGIS-00-000197
Review the ArcGIS Server configuration to ensure all published services maintain a separate execution domain for each process. Substitute the target environment’s values for [bracketed] variables.
In PowerShell, run the following command, replacing the [bracketed] values with the path of the ArcGIS Server Site "config-store":
Get-ChildItem -recurse [C:\arcgisserver\]config-store\services\*.json | Select-String -pattern "`"isolationLevel`": `"LOW`""
If any values are returned, this is a finding.
M
2961