Internal .Net Framework Data Provider error 6.

M

monkeyboydan

Hi

I'm getting very occasional exceptions in an application when trying
to open a SQLConnection. Does anyone know what this error means, or
what I can do about it? The error has only occurred a couple of times,
each time with a gap of more than a day, so I cannot replicate or even
find a pattern other than it happening at the point where I open the
connection.

I've pasted the exception details below.

Thanks

Dan

----------------------
Source:
System.Data

Message:
Internal .Net Framework Data Provider error 6.

Stack:
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection
owningObject) at
System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection
owningObject) 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.... etc....

Type:
System.InvalidOperationException
 
T

tregeer

Try remove KB928365 - this help me.
We experience the same problem on serververs with KB928365 applied.
Reading in other newsgroups this seems to be related to using Database
mirroring

I just unistalled KB928365 to see if problems will disapear, but I'm
not realy happy with skipping this (important) security update.

Is Microsoft aware of this problem and will there be any fix ?
 
D

dim.elephant

We experience the same problem on serververs with KB928365 applied.
Reading in other newsgroups this seems to be related to using Database
mirroring

I just unistalled KB928365 to see if problems will disapear, but I'm
not realy happy with skipping this (important) security update.

Is Microsoft aware of this problem and will there be any fix ?

Microsoft remove KB928365 from Windows Update.
I thing, Microsoft know about troubles with this update and try fix
bugs.
 
R

richard.wgd

Microsoft remove KB928365 from Windows Update.
I thing, Microsoft know about troubles with this update and try fix
bugs.

We were having the exact same error and eventually resolved it by
setting the Min Pool Size to 1 on the connection string (defaults to
0).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top