Symptom
When using Windows Authentication for the MSSQL database connection, the Venafi Services won't start.
Cause
The Venafi services are configured incorrectly. This usually means that the services are attempting to run as a local system account rather than a specific user account.
Resolution
Configure the services to use the same credentials that were specified for the database connection. For detailed steps, see below:
To modify the Venafi service settings in a Windows Authentication environment:
- Login as administrator or run each service as an administrator. (Administrator privileges are required to complete the following steps.)
- Click Start > Programs > Administrative Tools > Services.
- In the Local Services Control Panel list, double-click the Venafi Trust Protection Platform service.
- In the Properties dialog, click the Log On tab.
- Select This account.
-
Type the database user account or click Browse to select the database user account from the directory.
The database user account is the account Venafi Director uses to connect to the database.
**You must type the username using the domain name syntax (domain_name\username)
or User Principle Name syntax (valid_user@orgUnit.domain.com).** - Enter and confirm the account password.
- Click OK to apply the user Log On setting and exit the Properties dialog.
- Repeat Steps 3-8 for the Venafi Log Server service.
- Restart the Venafi Trust Protection Platform and Venafi Log Server services for the settings to take effect.
Comments