We have our adTempus database running on a separate dedicated SQL Server. On corporate maintenance weekends, all servers are restarted, with the adTempus server starting up before the SQL server.
adTempus then doesn't start up, and the following is recorded in the event log: (Note that the actual server name was removed for security)
The adTempus service cannot be started due to a database problem: adTempus is unable to connect to database 'AdTempus' on server xxxxxxx. Please verify that adTempus is configured with the correct database name. Cannot open database "AdTempus" requested by the login. The login failed. (-2147467259; native error=4060; SQL state=42000) (DBERROR358).
According to this page: https://www.arcanadev.com/support/kb/K00000326.aspx, issue CR00000600 was fixed in 3.0.5. We're running 3.0.8 and still have this problem.
Any ideas?