How can we help you today? How can we help you today?
DWJenkins
Hi Aaron, Thank you, I didn't know about the logs! It's given me a pointer that it cant login. I've got my trusty DBA looking into it and checking all the relevant permissions. Regards, Dave. / comments
Hi Aaron, Thank you, I didn't know about the logs! It's given me a pointer that it cant login. I've got my trusty DBA looking into it and checking all the relevant permissions. Regards, Dave.
0 votes
Actually, we're a bit stumped. This is the test from the error log: 28 Oct 2016 10:12:04,698 [56] WARN RedGate.SqlPrompt.Cache.Candidates.ServerCandidate - Failed to load server XXXX System.Data.SqlClient.SqlException (0x80131904): Cannot open server "XXX" requested by the login. The login failed. 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) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions) 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.ProviderBase.DbConnectionClosed.TryOpenConnection(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 ..(ConnectionProperties ) at ..() at ..() ClientConnectionId:4effdc05-c687-44d3-9b59-ab27cb26f71f Error Number:40532,State:1,Class:20 Is this because we are using "Active Directory Password Authentication"? and it's detecting everything after the @ symbol? When we use SQL Server Authentication method on a different login, we get no error. However, we need to do "Active Directory Password Authentication". Regards, Dave. / comments
Actually, we're a bit stumped. This is the test from the error log: 28 Oct 2016 10:12:04,698 [56] WARN RedGate.SqlPrompt.Cache.Candidates.ServerCandidate - Failed to load server XXXX System.Data.S...
0 votes