Database Credentials

Specify the database credentials that adTempus will use to connect to the database. The account you specify must have read, write, and backup permissions for the database but does not need to be an administrator or database owner.

Database Credentials

Select the authentication type for the connection to SQL Server.

The remaining options apply if you are using Microsoft Entra authentication. For these options you must manually configure logins, users, and permissions in your database; the Database Configuration Wizard will not do this for you.

SQL Server Computer Account

If you are using Windows authentication for SQL Server, and SQL Server is running on a different computer than adTempus, you must create a machine login in SQL Server for the computer on which adTempus is running.

This is necessary because adTempus runs under the special LocalSystem account that is specific to the computer on which adTempus is running. Were you to grant permissions to "LocalSystem" in SQL Server, that would only grant permissions to the LocalSystem account on the database server itself, not to the LocalSystem account on the adTempus computer.

You may have adTempus create the necessary account for you, or you may review the script that adTempus generates and execute it yourself.