As Strategy and ESRI continue to make improvements to the service/API's, ESRI keys provided for older versions of Strategy may stop working. Please ensure that you stay on the latest supported release of Strategy to avoid interruptions in service. In particular, ESRI keys provided for Strategy 2021 Update 4 and earlier will cease to operate in April/May 2024.
INTRODUCTION
Beginning in Strategy Analytics Enterprise 9.4.1, access to cloud-based ESRI maps (ArcGIS Online) is available for free for Strategy Web products. Follow the steps here to configure cloud-based ESRI maps.
Important information regarding upgrades from versions prior to Strategy 2021 Update 5, to Strategy 2021 Update 5 and newer:
PREREQUISITES
Before configuring cloud-based ESRI maps, obtain a free ESRI Map Key by following the steps here:

CONFIGURATION STEPS
The steps to configure cloud-based ESRI maps differ depending on your version of Strategy. Follow the steps corresponding to your particular version.
Steps for Strategy Library
For Strategy Library, a plugin is also necessary. Follow these steps to create a new plugin to activate your cloud-based ESRI maps to be used in Library:
pluginsfolder.
mapConfig.xmlfile
ConnectorForMap\WEB-INF\xml\config.
mapConfig.xmlfile into this directory.
<mc>
<ec>
<apps>
<key> <![CDATA[XXXXXXXXXXXXXXXXXXXXXXXXXX]]> </key>
</apps>
</ec>
</mc>Steps for Strategy Web 10.6 and above
If you are configuring ESRI for the first time in one of the 10.6 and above releases, a plugin will also be necessary. Follow these steps to create a new plugin to activate your cloud-based ESRI maps:
<mc>
<ec>
<apps>
<key> <![CDATA[XXXXXXXXXXXXXXXXXXXXXXXXXX]]> </key>
</apps>
</ec>
</mc>Steps for Strategy Web 9.4.1 Hotfix 2 and above, Strategy Web 9.5.x and above, and Strategy Web 10.0 to 10.5
Beginning in Strategy Analytics Enterprise 9.4.1 Hotfix 2, the ESRI maps plugin has been extended to support user modifications to a separate esriConfig.xml file that can persist through upgrades. The mechanism for this is that users now store their modified esriConfig.xml file in a plugin, using the Strategy plugin architecture to preserve the file through upgrades and to take precedence over the out of the box esriConfig.xml file. Follow these steps to create a new plugin to activate your cloud-based ESRI maps:
<apps> <key> <![CDATA[XXXXXXXXXXXXXXXXXXXXXXXXXX]]> </key> </apps>

Steps for Strategy Web 9.4.1 and 9.4.1 Hotfix 1
<apps> <key> <![CDATA[XXXXXXXXXXXXXXXXXXXXXXXXXX]]> </key> </apps>
Note: For more information regarding deploying and configuring ESRI, please refer to the Strategy GIS Integration Help, which can be accessed by navigating to the Strategy Product Manuals, then clicking on GIS Integration Help. For Strategy Analytics Enterprise, this manual is also here.