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

RE: Internal .Net Framework Data Provider error 6. by Elephant

Elephant
Tue Jul 31 09:34:01 CDT 2007

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
>
>

Re: Internal .Net Framework Data Provider error 6. by tregeer

tregeer
Mon Aug 20 19:27:27 CDT 2007

On 31 jul, 16:34, Elephant <Eleph...@discussions.microsoft.com> 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 ?



Re: Internal .Net Framework Data Provider error 6. by dim

dim
Tue Oct 09 23:08:45 PDT 2007

On Aug 21, 4:27 am, treg...@hotmail.com wrote:
> On 31 jul, 16:34, Elephant <Eleph...@discussions.microsoft.com> 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 ?

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


Re: Internal .Net Framework Data Provider error 6. by richard

richard
Tue Nov 13 02:12:50 PST 2007

On Oct 10, 6:08 am, dim.eleph...@gmail.com wrote:
> On Aug 21, 4:27 am, treg...@hotmail.com wrote:
>
> > On 31 jul, 16:34, Elephant <Eleph...@discussions.microsoft.com> 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 ?
>
> 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).


Re: Internal .Net Framework Data Provider error 6. by Chris

Chris
Tue Nov 20 07:00:28 PST 2007

Is this your answer. Taken from another NG.

Looks like MS issued a hot fix for this on the 9th.

http://support.microsoft.com/kb/944099


Chris

<richard.wgd@gmail.com> wrote in message
news:1194948770.905241.209830@o3g2000hsb.googlegroups.com...
> On Oct 10, 6:08 am, dim.eleph...@gmail.com wrote:
>> On Aug 21, 4:27 am, treg...@hotmail.com wrote:
>>
>> > On 31 jul, 16:34, Elephant <Eleph...@discussions.microsoft.com> 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 ?
>>
>> 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).
>