Hello,
I'm having this issue with the db-connection (see further down), I know that this might be an ADO issue, and not excactly a NHibernate issue, but I've searched high and low, and haven't been able to find further information about this.
Only hints I've found is something with TempDB or log on the SQL Server, but it has no entries in the eventlog what so ever.
Any help is appriciated
Thanks,
Poul Foged Nielsen
Hibernate version:
1.2.0.4000
Full stack trace of any exception that occurs:
NHibernate.ADOException: cannot open connection ---> System.Data.SqlClient.SqlException: A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - Not enough storage is available to complete this operation.)
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at NHibernate.Connection.DriverConnectionProvider.GetConnection()
at NHibernate.Impl.SessionFactoryImpl.OpenConnection()
--- End of inner exception stack trace ---
at NHibernate.Impl.SessionFactoryImpl.OpenConnection()
at NHibernate.Impl.ConnectionManager.GetConnection()
at NHibernate.Impl.SessionImpl.get_Connection()
at Castle.Facilities.NHibernateIntegration.SessionDelegate.get_Connection()
Name and version of the database you are using:
SQL Server 2005
|