HighTechTalks DotNet Forums  

Internal .Net Framework Data Provider error 6

Dotnet Framework (ADO.net) microsoft.public.dotnet.framework.adonet


Discuss Internal .Net Framework Data Provider error 6 in the Dotnet Framework (ADO.net) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Jody Gelowitz
 
Posts: n/a

Default Internal .Net Framework Data Provider error 6 - 08-07-2007 , 08:35 AM






We have started experiencing "System.InvalidOperationException: Internal
..Net Framework Data Provider error 6" exceptions from our Visual Studio 2005
applications since implementing Mirroring with SQL Server 2005. If we
change our connection string so that it does not include the Failover
Partner, then we do not get these exceptions. We have also tried removing
the Network parameter and found that we still get these exceptions, although
less frequently.

Has anybody else been able to track down the cause of this type of exception
or come up with a solution?

Thanks,
Jody


Connection Strings:
--------------------
Data Source=Primary; Failover Partner=Mirror;Network=dbmssocn;Initial
Catalog=Live;Uid=username;Pwd=password;
Data Source=Primary; Failover Partner=Mirror;Initial
Catalog=Live;Uid=username;Pwd=password;


Exception Message:
--------------------
System.InvalidOperationException: Internal .Net Framework Data Provider
error 6.
at System.Data.ProviderBase.DbConnectionPool.CreateOb ject(DbConnection
owningObject)
at
System.Data.ProviderBase.DbConnectionPool.UserCrea teRequest(DbConnection
owningObject)
at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection
owningObject)
at
System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection
owningConnection)
at
System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection
outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()



Reply With Quote
  #2  
Old   
Jody Gelowitz
 
Posts: n/a

Default Re: Internal .Net Framework Data Provider error 6 - 08-21-2007 , 10:46 AM






I think that we have found the solution to our problem.

After switching network cables on each of our database servers, these
exceptions disappeared. Prior to doing this, we would see an "Internal .NET
Framework Data Provider error 6" message at least once every 2 hours. The
network cables have been replaced 4 days ago, and we have not seen this
exception since.

Hope this helps others who are experiencing the same type of issue.

Thanks,
Jody


"Jody Gelowitz" <jgelowitz (AT) lalalaleevalley (DOT) com> wrote

Quote:
We have started experiencing "System.InvalidOperationException: Internal
.Net Framework Data Provider error 6" exceptions from our Visual Studio
2005 applications since implementing Mirroring with SQL Server 2005. If
we change our connection string so that it does not include the Failover
Partner, then we do not get these exceptions. We have also tried removing
the Network parameter and found that we still get these exceptions,
although less frequently.

Has anybody else been able to track down the cause of this type of
exception or come up with a solution?

Thanks,
Jody


Connection Strings:
--------------------
Data Source=Primary; Failover Partner=Mirror;Network=dbmssocn;Initial
Catalog=Live;Uid=username;Pwd=password;
Data Source=Primary; Failover Partner=Mirror;Initial
Catalog=Live;Uid=username;Pwd=password;


Exception Message:
--------------------
System.InvalidOperationException: Internal .Net Framework Data Provider
error 6.
at System.Data.ProviderBase.DbConnectionPool.CreateOb ject(DbConnection
owningObject)
at
System.Data.ProviderBase.DbConnectionPool.UserCrea teRequest(DbConnection
owningObject)
at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection
owningObject)
at
System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection
owningConnection)
at
System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection
outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.