Skip To Content

Uninstall ArcGIS Data Store

You can uninstall ArcGIS Data Store for any of the following reasons:

  • You've moved the data store to another machine and no longer need ArcGIS Data Store installed on the old one.
  • You decide you do not want a standby machine in the relational data store or you want to remove one of the machines from a tile cache or spatiotemporal big data store, so you remove the data store machine and uninstall ArcGIS Data Store.
  • You no longer want to use ArcGIS Data Store.
  • You upgraded ArcGIS Data Store to 11.0 and want to remove the files for specific data store types that were never configured on a particular machine. You might do this if security practices at your organization require you to remove certain files.

Uninstalling ArcGIS Data Store also unregisters the data store from your GIS Server site. Hosted feature layers that used the data in the data store and caches used by any scene layers you published to your portal will no longer function once you uninstall the software. However, the data still exists because the data store directory remains on the server after you uninstall ArcGIS Data Store. If you later decide you need the feature layers, you can reinstall ArcGIS Data Store and register the data store with the same GIS Server site.

Caution:

Before uninstalling ArcGIS Data Store, shut down all nonessential applications.

Use one of the following methods to uninstall ArcGIS Data Store from a machine:

Uninstall with the user interface

Complete the following steps to uninstall all data store types using the user interface:

  1. On Microsoft Windows desktop, click Start > Control Panel (switch to Classic View, if necessary) and Programs and Features.
  2. Select ArcGIS Data Store from the Programs list.
  3. Select Remove to remove ArcGIS Data Store from this machine.

Uninstall ArcGIS Data Store silently

To completely uninstall ArcGIS Data Store from a machine without being prompted for input (silently), run the msiexec command with the /qb option, and use /x to specify the software code appropriate to the version of the software you are uninstalling.

To uninstall ArcGIS Data Store 11.0 silently, run the following command from the command line:

msiexec /x {ABCEFF81-861D-482A-A20E-8542814C03BD} /qb

To uninstall ArcGIS Data Store 10.9.1 silently, run this command from the command line:

msiexec /x {30BB3697-7815-406B-8F0C-EAAFB723AA97} /qb

To uninstall ArcGIS Data Store 10.9 silently, run this command from the command line:

msiexec /x {7A7D3A39-DBC0-48E8-B2C2-3466A84FE89E} /qb

To uninstall ArcGIS Data Store 10.8.1 silently, run this command from the command line:

msiexec /x {45E1C306-B1AB-4AE5-8435-818F0F9F8821} /qb

To uninstall ArcGIS Data Store 10.8 silently, run this command from the command line:

msiexec /x {2018A7D8-CBE8-4BCF-AF0E-C9AAFB4C9B6D} /qb

To uninstall ArcGIS Data Store 10.7.1 silently:

msiexec /x {112E5FD0-9DD2-45DA-ACD5-A21AA45F67E2} /qb

To uninstall ArcGIS Data Store 10.7 silently:

msiexec /x {2B19AB45-1A17-45CD-8001-0608E8D72447} /qb

Uninstall specific types of data stores

You can run the setup file from the command line to uninstall any data store types that you did not configure. For example, if you installed all data store types on a machine but only configured the relational data store on that machine, you can uninstall all the other types.

<location of setup file>\Setup.exe /qb ACCEPTEULA=YES USER_NAME=mydomain/myaccount PASSWORD=mypassword REMOVE=Spatiotemporal,TileCache,Object,Graph

Do not use this method to uninstall a data store type that you configured with the hosting server.