HOW TO
Instructions provided describe how to set threshold values for Esri Business Analyst Server 10.
Threshold values can be used in Esri Business Analyst Server to set limits that define a maximum amount of analysis that a user can perform with a single REST request to the server. These limits are set in order to minimize the impact that an individual request can have on the performance of the server. Limits can be set on the number of sites a client can evaluate (maxnumberofsites), the number of reports a client can create on those sites (maxquantityofsummaryreports), the distance of a simple ring (simpleringthresholds), a drive time (drivetimethresholds), and/or a grid (gridthreshold).
Code:
<thresholdvalues>
<dataset id="USA_EBIS_2010">
<maxnumberofsites value="20" />
<maxquantityofsummaryreports value="20" />
<simpleringsthresholds thresholdunits="esriMiles" mindistance="0" maxdistance="150" />
<drivetimethresholds thresholdtime="esriDriveTimeUnitsMinutes" mintime="0" maxtime="300" thresholdunits="esriMiles" mindistance="0" maxdistance="150" />
<gridthreshold thresholdunits="esriMiles" mindistance="0" maxdistance="0" />
</dataset>
</thresholdvalues>
Article ID: 000011107
Get help from ArcGIS experts
Download the Esri Support App