|
|
|
start date: Thu, 19 Jul 2007 10:04:31 -0700,
posted on: microsoft.public.dotnet.framework.adonet
back
| Thread Index |
|
1
unknown
|
|
2
Elephant
|
|
3
unknown
|
Internal .Net Framework Data Provider error 6.
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
Date:Thu, 19 Jul 2007 10:04:31 -0700
Author:
|
RE: Internal .Net Framework Data Provider error 6.
Try remove KB928365 - this help me.
"monkeyboydan@gmail.com" wrote:
> 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
>
>
Date:Tue, 31 Jul 2007 07:34:01 -0700
Author:
|
Re: Internal .Net Framework Data Provider error 6.
On 31 jul, 16:34, Elephant wrote:
> 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 ?
Date:Mon, 20 Aug 2007 17:27:27 -0700
Author:
|
|
|