Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Sql server 2000 Error

Author  Topic 

calixto
Starting Member

2 Posts

Posted - 2011-10-04 : 12:20:36
Hello,

I had a sql connection working fine but it stop working, here a log about error ... please help me ...

04/10/2011 06:59:45 :Conexion BD OK

04/10/2011 08:39:45 :Conexion BD OK


04/10/2011 09:10:26 :Error en la BD: El servidor SQL Server no existe o se ha denegado el acceso.
Index # 0Exception : System.Data.SqlClient.SqlError: El servidor SQL Server no existe o se ha denegado el acceso.
Number:17
Class:20
State:0
Source:.Net SqlClient Data Provider
Procedure:ConnectionOpen (Connect()).
LineNumber:0
Server:toborochi
StackTrace: at System.Data.SqlClient.ConnectionPool.CreateConnection()
at System.Data.SqlClient.ConnectionPool.UserCreateRequest()
at System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnection.Open()
at TestBaseDatos.Test..ctor(String& respuesta, String strCadenaConexion)
HelpLink:

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2011-10-04 : 17:13:39
Is the service in a started state?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

calixto
Starting Member

2 Posts

Posted - 2011-10-06 : 08:10:03

yes...service is started...
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2011-10-06 : 08:19:26
Try connecting with ServerName,PortNumber.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -