How to Un-Install an Esri StreetMap Premium license?

749
1
08-05-2019 11:38 AM
BillFox
MVP Frequent Contributor

There is a support document to install but not how to UN-install.

How To: Install an Esri StreetMap Premium license file on ArcGIS servers without ArcGIS for Desktop 

0 Kudos
1 Reply
RachelSears
Occasional Contributor II

Hi Bill,

Sorry for the late response! You have probably already found the answer, but here are the steps (for Windows).

You can use the same DataLicInstall utility in the command prompt to install, overwrite, or uninstall StreetMap Premium licenses. Run the command datalicinstall.exe -h for more information about the utility.

To uninstall an .sdlic license file:

  1. Navigate to the datalicinstall.exe path in the command prompt. (the default path is C:\Program Files\ArcGIS\Server\bin)
  2. Run the following command: datalicinstall.exe /u:<licenseFilePath><licenseName>.sdlic

To override an .sdlic license file with another license file:

  1. Run the following command instead: datalicinstall.exe /o <licenseFilePath><licenseName>.sdlic

Hope this helps!

-- Rachel