Stopping and starting the Database Service
Unlike other Bravura Security Fabric services, you cannot stop, start, or otherwise manage the Database Service using the Manage the system (PSA) module. You must use the Windows Services snap-in, or the Windows net command.
The Windows Services snap-in’s "Restart" operation can automatically restart dependent services. By default, services are started automatically when the system starts.
Stopping
To stop the Database Service using the Windows net command:
Log into the Windows server that is hosting Bravura Security Fabric as a member of the Administrators group.
Open a command prompt and type:
net stop iddb_<instance>
where <instance> is the name of the Bravura Security Fabric instance.
If the net command displays a list of dependent services:
Note which services will be stopped. You will be required to restart them later.
Type
Y
, then press Enter to continue.
The Windows net command displays a success message after the Database Service is stopped. This process may take several minutes.
Starting
To start the Database Service using the Windows net command:
Log into the Windows server that is hosting Bravura Security Fabric as a member of the Administrators group.
Open a command prompt and type:
net start iddb_<instance>
where <instance> is the name of the Bravura Security Fabric instance.
The Windows net command displays a success message after the Database Service is started. This process may take several minutes.
You must also start any services that were stopped as a result of stopping the Database Service. To do this using the above net command, simply replace iddb
with the appropriate executable name:
Service name | Executable name |
---|---|
Transaction Monitor Service |
|
Workflow Manager Service | idwfm |
Scheduler Service |
|
API Service |
|
Privileged Access Manager Service | idarch |
For example:
net start idtm_default net start idwfm_default net start psscheduler_default