Advertisement
Guest User

Genetec SQL Error

a guest
Jan 29th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. *** Exception ***
  2. System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired. The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement. This could be because the pre-login handshake failed or the server was unable to respond back in time. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=3044; handshake=2332; ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out
  3. at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
  4. at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
  5. at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
  6. at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
  7. at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
  8. at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
  9. at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)
  10. --- End of stack trace from previous location where exception was thrown ---
  11. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  12. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  13. at Genetec.Data.SqlConnectionExtensions.<OpenWithRetryAsync>d__9.MoveNext()
  14. ClientConnectionId:ef79f2ab-3229-4eff-8c5c-fe679e310e3c
  15. Error Number:-2,State:0,Class:11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement