Data Inconsistency Corrector Module > Installing and Uninstalling the Data Inconsistency Corrector Module
Installing and Uninstalling the Data Inconsistency Corrector Module
Before installing the Data Inconsistency Corrector Module, download the Data Inconsistency Corrector Module archive file. The file can be downloaded from the PTC Software Download page.
* 
The Data Inconsistency Corrector Module is specific to each version of Codebeamer, including minor versions. Use the version of the Data Inconsistency Corrector Module that matches the installed version of Codebeamer.
Installing the Corrector Module in Docker
To install the Data Inconsistency Corrector Module in Docker:
1. Copy the Data Inconsistency Corrector Module archive file to the following directory:
/home/appuser/codebeamer/tomcat/webapps/ROOT/WEB-INF/lib
The file can be copied to the correct directory using the following command in Terminal:
docker cp <filename.jar> <container id>:/home/appuser/codebeamer/tomcat/webapps/ROOT/
2. Restart Codebeamer.
Codebeamer can be restarted using the following command in Terminal:
docker restart <container id>
Installing the Corrector Module on Linux
To install the Data Inconsistency Corrector Module on Linux:
1. Copy the Data Inconsistency Corrector Module archive file to the following directory:
/home/appuser/codebeamer/tomcat/webapps/cb/web-inf/lib
2. Restart Codebeamer.
Installing the Corrector Module on Windows
To install the Data Inconsistency Corrector Module on Windows:
1. Copy the Data Inconsistency Corrector Module archive file to the following directory:
/home/appuser/codebeamer/tomcat/webapps/cb/web-inf/lib
2. Restart the Codebeamer service.
Compatibility Issues with Codebeamer
If an incompatible version of the Data Inconsistency Corrector Module is installed, it can result in errors, for example, the module does not start, or Codebeamer does not start. To resolve these issues, uninstall the incompatible Data Inconsistency Corrector Module. For more information on possible incompatibility issues, see Compatibility with Codebeamer.
Uninstalling the Corrector Module
To uninstall the Data Inconsistency Corrector Module:
1. Go to the directory where the Data Inconsistency Corrector Module archive file is located.
2. Delete the Data Inconsistency Corrector Module archive file.
3. Restart Codebeamer.
Was this helpful?