Using Integrated Security with a Remote Database Server

Integrated security for a remote server is not supported by the database migration tool: if you specify a remote database server, the migration tool will assume you are using explicit security, and will configure adTempus accordingly. If explicit security is not enabled on SQL Server, adTempus will fail to start because it will not be able to connect to the database.

After you have completed the rest of the migration process (ignoring the failure of the adTempus service to start), you must make the configuration changes described below.

Stop the adTempus service, if it is running, before proceeding.

Change the account under which the adTempus service runs

In the Windows Services tool, display the properties for adTempus. On the Log On page, change the service to run under a user account.

The account you select must meet the following requirements:

To grant the rights, edit the "User Rights Assignment" in the Local Security Policy. If your computer is a member of a domain, or is a domain controller, you may also need to grant these rights in the domain or domain controller security policies.

Change the adTempus database configuration

On the computer where adTempus is installed, run the Registry Editor and go to the key HKEY_LOCAL_MACHINE\Software\Arcana Development\adTempus\Database. Then make the following changes:

provider=SQLOLEDB; server=myserver;Database=adtempus_test1

Add the following to the end of the value:

; Integrated Security=SSPI

The value will now appear similar to the following:

provider=SQLOLEDB; server=myserver;Database=adtempus_test1; Integrated Security=SSPI

Now start the adTempus service.