Use the command line to remove and reinstall the Rational® DOORS® database server service, and to install and remove additional Rational DOORS database server services.
Open a command prompt and navigate to the bin directory of your Rational DOORS database server installation:
- To remove the database server service, type doorsd -remove.
- To reinstall the database server service, type doorsd -install. The service starts automatically whenever your computer restarts, and stops whenever it shuts down.
- To see a list of the database server services that are running on your machine, type doorsd -list
- To install an additional database server service, type doorsd -minstall -p portnumber -s server_data_path.
Replace portnumber with the port you want the new service to use, and server_data_path with the path to the data you want to access.
The new service is installed:
- A new Config folder is created in the registry, with a unique ID number.
- The service is displayed in the Services window with the same unique ID number.
Use the Windows Services to start and stop the service.
- To remove an additional database server service, type doorsd -mremove -i unique ID
Replace unique ID with the ID number that was assigned to the service when it was created.