System.Data.SqlClient.SqlException (0x80131904): Cannot open database "dga1app20rescs_RS_BlankTemp" requested by the login. The login failed.
Login failed for user 'sa'.
   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager)
   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.Open()
   at Respond.Shared.Database.Shared.SqlDatabase.ExecuteReader(DbCommand command)
   at CdcSoftware.Respond.Configuration.DataAccess.DataAccessBase.ExecuteReader(DbCommand dbCommand)
   at CdcSoftware.Respond.Configuration.DataAccess.LicenseDA.LoadAllLicenseFeatures()
   at CdcSoftware.Respond.Configuration.DataAccess.SqlServer.SqlLicenseDA.LoadAllLicenseFeatures()
ClientConnectionId:8539937c-e9b8-4836-9a68-289e3c4d2a87
Error Number:4060,State:1,Class:11

Error Number:4060,State:1,Class:11

Error Number 4060 = "Cannot open database "dga1app20rescs_RS_BlankTemp" requested by the login."

As the message says, either the credentials are wrong or that database don't exists on th SQL Server you are connecting to.

I guess the Configuration Manager in question has something to with Exchange? Olaf, is like me, specialises in SQL Server and may not know anything about this particular Configuration Manager. (I certainly don't).

What you do is to access the SQL Server instance and create a new database with the same name. But I guess this Configuration Manager will be confused when there are no tables.

Hopefully, someone from Exchange side can chime in.