Aurea Bing Maps Usage Limits
The mandatory limits apply to Bing Maps license keys supplied by Aurea Software Inc.
For information about the limits applicable to license keys supplied by Microsoft or other 3rd parties, please contact the corresponding supplier.
CRM.core Batch Geocoding Configuration
Access the Win Rights module (mmri.exe) and assure the following configuration options exist:
-
Maximum number of batch requests per day: 3
-
Maximum number of addresses per batch request: 2.500
-
Maximum number of addresses in batch requests per year: 1.200.000
CRM.server Job Configuration
For the background service CRM.server, the limits are:
-
Medium(3) as minimum precision
-
7-day re-encoding timespan
The above limits are defined in the configuration file settings.server.xml.
For example, a daily execution at 4am would be defined as follows:
<Job schedule="0 4 * * * " type="update.Crm.Server.Jobs.BatchGeocodingJob,update.Crm.Server">
<Precision>3</Precision>
<Timespan>P7D</Timespan>
</Job>
Additional considerations
-
If the same License Key is configured in multiple stations with Batch Geocoding enabled, the 3 requests per day must be balanced between all stations, for example, 1 in production, 1 in development and 1 in test.
-
It is recommended not to keep Batch Geocoding permanently enabled in non-productive systems, ideally jobs should be scheduled individually for specific tests.
-
It is a best practice to keep the CRM.server Batch Geocoding job schedule consistent with the batches per day CRM.core configuration.