Uninstalling 3DSpace

This task describes how to uninstall 3DSpace.

3DSpace can be uninstalled using the DS Installer tools. For more specific information about the DS Installer, see Installation and Administration - 3DEXPERIENCE Platform - 3DEXPERIENCE Platform - Installation - DS Installer - Uninstalling the Software .

The uninstallation is performed by the user who performed the installation.

This task shows you how to:

Uninstall on Windows

  1. Stop TomEE+ if you are using external TomEE+.
  2. Remove the installation.

    Select Start > Control Panel > Programs and Features > Uninstall or change a program control and double-click: Dassault Systèmes 3DSpace 3DEXPERIENCE R2022x

    The installation can also be uninstalled by executing the following command with administrator privileges: <3DSpaceInstallPath>\Uninstall.bat

    The uninstallation command stops TomEE services before uninstalling the code.

  3. Delete the database created in SQL Server or Oracle if you do not intend to keep your data for migration or upgrade purposes.
  4. If you are using external TomEE+ , remove the TomEE+ webapp directory and the WAR archive file

Uninstall on Linux

This task describes how to uninstall 3DSpace on Linux.

  1. Stop TomEE+ if you are using external TomEE+.

    Run this command:

    ./TomEENoCAS_Shutdown.sh -force
    ./TomEECAS_Shutdown.sh -force

    The commands are located in: <3DSpaceInstallPath>/scripts

  2. Run the command: <3DSpaceInstallPath>/Uninstall.sh in order to stop FCS process and delete the installation directory.
  3. Delete the database created in Oracle or SQL Server if you do not intend to keep your data for migration or upgrade purposes.
  4. If you are using external TomEE+ , remove the TomEE+ webapp directory and the WAR archive file.