Sql Server Does Not Exist

Jun 10, 2008

hi,

i am posting again because i have not find solution so far...

i am using dot net version 1.1. and i am able to make connection throught server explorer.the connection is comming successful  on test connection.

but when i am putting this object in code behind like

SqlConnection1.Open()

then it is giving error

sql server does not exists.

i am not able to connect with following string also

con = New SqlConnection(" server=***;database=***;uid=***;pwd=***")

con.open

while this string is working fine means in my web site this is working live .

but when i  want to connect to a server which is located in my  office then it is not making connection

office server - microsoft windows server 2003

while making connection with the same string when i am using dot net version 2.0

View 16 Replies


ADVERTISEMENT

Where Exist Condition - Pull Out Whole ID Group Which Code Z Exist

Dec 3, 2013

I have data as below: select ID,code,go,back from tableA

ID code go back
2 C US UK
2 A UK US
1 A US UK
1 Z UK US
1 C UK US
1 A US UK

I only want to pull out whole ID group which code Z exist. I tried as below:

select ID,code,go,back from tableA A
where exists
( select ID,go,back
from tableA B with (nolock)
where A.ID = B.ID
and A.code='Z')

But it only appear:

ID code go back
1 Z UK US

How can I appear with the group as well?

ID code go back
1 A US UK
1 Z UK US
1 C UK US
1 A US UK

View 3 Replies View Related

SQL To Search Exist Or Not Exist Data

Nov 24, 2005

Hello all,

I have a branch a data, now i need to search through a database to check whther it is exist in that database or not, any syggestion?
Example:

Now i have data 123, 234, 345. Let say data 123 and 234 is exist in that database, but data 345 is not exist in that database.

What SQL am i suitable to use to get those result exist(123, 234) and those result not exist (345)?

The database structure is someting like this:
ID NAME O_NAME
-- ----- --------
1 120 123
2 234 234
3 345 345

1) The data consider 'exist' if it exist in column NAME or column O_NAME (either one).

2) The data consider 'not exist' if it not exist in neither NAME column nor O_NAME column

After the SQL query, someting is expected:

Exist:

ID NAME O_NAME
-- ----- --------
1 120 123
2 234 234

Not Exist:

ID NAME O_NAME
-- ----- --------
3 345 345

I'll appreciate if anyone can provide me a solution..Thanks!

View 3 Replies View Related

Server: MSg 17, Level 16, State 1 [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server Does Not Exist Or Access Denied

Jun 6, 2007

Hi,

When I am trying to access SQL Server 2000 database from another machine i got this error

Server: MSg 17, Level 16, State 1 [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied

but I could access the database on same server and in that server i could access other databases in different server.



View 6 Replies View Related

[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server Does Not Exist Or Access Deni

Sep 29, 2005

Hi..

when I use MSSQL in local ASP files , it is fine.

But If I try to connect another ASP file that is hosted by another machine, I get the following error!

[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.

in local I connect to my sql like below

Server=AAA*DDDDDDD

when I connect to mssql from another machine I try that

Server=IP/AAA*DDDDDDD
Server=IP

View 4 Replies View Related

Linked Server 2000 To 2005: Error 17 Sql Server Does Not Exist Or Access Denined.

Aug 30, 2006

I'm trying to link SQL Server 2000 sp3 to SQL 2005 64 bit. I keep getting Error 17 sql server does not exist or access denined. I tried adding remote user mapping and chaning the linked server properties to "Be made using this security context" without any success.
Any help is appreciated.

View 4 Replies View Related

ODBC Server Driver Shared Memory / Server Does Not Exist Or Access Denied

Nov 8, 2015

I am receiving the following error when starting a program called ShelbySystems that is supposed to connect to a local database. I don't think this is a security issue but I don't know much about SQL server either so...

  DIAG [08001] [Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not exist or access denied. (17)
  DIAG [01000] [Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (Connect()). (2)

System Info:
Windows 10 Home - upgrade from 8 64 bit
SQL server 2012 Express
SQL Backwards compatibility 2005 64 bit
ShelbySystems software v5.4

I am including the trace log in case it is useful.

DBInstall 130c-728ENTER SQLAllocHandle
SQLSMALLINT 1 <SQL_HANDLE_ENV>
SQLHANDLE 0x00000000
SQLHANDLE * 0x02EC58F4

[code]....

View 2 Replies View Related

1[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server Does Not Exist Or Access Denied.

Jul 26, 2007

Hi,

when I was sending 50 simultaneous connections to the web services, I got these 2 errors:
- "1[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. "

- "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)"


Everything worked fine if I ran 10 simultaneous connections. I am using Microsoft ACT to load test the web service. The database is SQL Server 2000. Any idea about why this is happening?

Appreciate your help! Thanks!

Jason Zhu

View 3 Replies View Related

ODBC SQL Server Driver TCP/IP Sockets SQL Server Does Not Exist Or Access Denied

Dec 3, 2004

I am running Windows 2003 Standard edition with IIS and SQL 2000 SP3a installed on it.

The web clients use ASP pages which use DSN to connect to SQL 2000 database. It has been working fine since last 1.5 years except 2 days ago when I faced this error suddenly on server:

In accessing any ASP page, it said:

[Microsoft][ODBC_SQL_Server_Driver][TCP/IP_Sockets_SQL_Server_does_not_exist_or_access_den ied.

On SQL Server error log, this was the entry at that time which I found:

SQLServer Error: 17, SQL Server does not exist or access denied. [SQLSTATE 08001]

The server (including SQL Server and agent service) were last stopped atleast a couple of days before, so it was not the problem about startup.

To troubleshoot, I restarted SQL Server and it worked for some time.

Then again on ASP pages, I found this error:

|80004005|[Microsoft][ODBC_SQL_Server_Driver][TCP/IP_Sockets]General_network_error._Check_your_network_document ation.

I checked the error logs of SQL server and didn't find anything.
Only entries were that the SQL is starting database, ports and IPs on which it is listening etc. The usual stuff. No errors in starting.

The SQL Agent log showed following errors:

2004-11-30 04:45:33 - ! [298] SQLServer Error: 2, ConnectionOpen (Connect()). [SQLSTATE 01000]
2004-11-30 04:45:33 - ! [382] Logon to server '(local)' failed (JobManager)
2004-11-30 04:45:36 - ! [298] SQLServer Error: 17, SQL Server does not exist or access denied. [SQLSTATE

I don't understand what was the problem. It first occured when nothing on server was changed, next it occured 30-32 hours later, and still now it hasn't happened again.

Does anyone know what can be wrong?

Thanks.

View 5 Replies View Related

Server Does Not Exist....but

Dec 13, 2006

I am receiving an error that the server does not exist, due to this command on my webconfig page. I am using VS 2003. The name of the database I am using does not show up anywhere in this command. Should it? How will it know which server to access my database from? The database is called epscor (see data source). Any clues? Thanks, Steve
<sessionState mode="SQLServer" sqlConnectionString="data source=epscor;user id=xxxx;password=xxxxx" cookieless="false" timeout="60"/>
 

View 6 Replies View Related

Sql Server Does Not Exist

Jun 1, 2007

 
I have created windows userid and i am running my web application using "windows" authentication
i have created login id for the windows user id in sql enterprise manager and given access to database.
my web.config file has the following connection
<appSettings>
<add key="connectionstring" value ="Server=APTGsh;Truested-Connection="true"Database="aspnetstore" />
</appSettings>
But after this also i am getting the error message" sql server does not exist". It is very difficult to find where the problem is
help would be more appericated.
i am able to connect to the server using the following syntax
<add key="connectionstring" value="server=apt;uid=sa;pwd=ganesh;database=aspnetstore" />
but i am trying is using windows authentication and not forms authentication.
 

View 7 Replies View Related

SQL Server Does Not Exist

Mar 14, 2006

We formatted and prepared a new server for production running Win 2003 server.
The database is set up for the SQL Server 2000 sp4
I have all permissions set exactly as the staging server and can access that with no problem.
I keep getting this error for the prod server:
SQL Server does not exist or access denied.
Now, I played around with the conn string for the stage server and reproduced the error ONLY when I changed the name to the server to one that did not exist.
We are on a local network and can access the new prod server - the sql database via SQL Server Enterprise Manager.  The database I created is there and running.
I have narrowed it down to it must be something with the server itself.
Does IIS need to also be running on the server?
The .Net Framework?
All permissions are set but is there something else I might check?
Thanks,
Zath

View 2 Replies View Related

SQL Server Does Not Exist

Jun 4, 2001

Hi All,

When i try to connect to My server, i get a message..
"the server does not exist" . the server is a SQL Server 7.o server.

Any help would be great.

Thanks
Shiva

View 2 Replies View Related

Sql Server Does Not Exist..

Aug 31, 2007

Hi,
i am repeatedly getting this error while trying to open connection.Sql Server does not exist or Access Denied.I am trying to connect to my local server.


Dim inscmd As New SqlCommand
myconn = New SqlConnection("server=local;database=TEST;Trusted_Connection=yes;user id=;password=;")
inscmd = New SqlCommand("Insert into Details(ID,Name,Address) Values (@ID,@Name,@Address)", myconn)
inscmd.Parameters.Add("@ID", SqlDbType.NChar, 10)
inscmd.Parameters.Add("@Name", SqlDbType.VarChar, 40)
inscmd.Parameters.Add("@Address", SqlDbType.VarChar, 40)

inscmd.Parameters("@ID").Value = txtId.Text
inscmd.Parameters("@Name").Value = txtId.Text
inscmd.Parameters("@Address").Value = txtId.Text

Try
inscmd.Connection.Open()
inscmd.ExecuteNonQuery()
inscmd.Connection.Close()


Plz correct me..

View 1 Replies View Related

Connecting To SQL Server,,,Error Server Does Not Exist Or Access Denied

Nov 10, 2003

Hello

please assist me I will appreciate it

I have a problem in my scripting I gues,I "ve done the config and server registrations and allow a public permission ,but stil giving me trouble

well this is my coding:::::::
<

<script language="vb" runat="server">

Dim MyConnection As SqlConnection

Sub Page_Load(Sender As Object, E As EventArgs)

MyConnection = New SqlConnection("server=(localHost);Database=CampusLANDB;Trusted_Connection=yes")

If Not (IsPostBack)

Dim DS As DataSet

Dim MyCommand As SqlDataAdapter

MyCommand = New SqlDataAdapter("Select distinct State from Authors",MyConnection)

DS=New DataSet()


MyCommand.Fill(DS,"tStudents") ' This is where the pro underlies


MySelect.DataSource=DS.Tables("Name").DefaultView
MySelect.DataBind()
End if
End Sub

sub GetName_Click(Sender As Object,E As EventArgs)

Dim SelectCmd As String = "Select From tStudents Where Name =@Name "

Dim DS As DataSet
Dim MyCommand As SqlDataAdapter

MyCommand = new sqldataAdapter(SelectCmd, MyConnection)

MyCommand.SelectCommand.Parameters.Add(New SqlParameter("@Name",SqlDbType.VarChar,2))
MyCommand.SelectCommand.Parameters("@Name").Value = MySelect.Value


DS= new DataSet()
MyCommand.Fill(DS,"tStudents")

MyDataGrid.DataSource=DS.Tables("tStudents").DefaultView
MyDataGrid.DataBind()
End sub

</script>




and I will apreciate if anyone vcan help me urgently

PPM

View 3 Replies View Related

Linked Server: Error 17: SQL Server Does Not Exist Or Access Denied.

Jun 20, 2006

I have two sql server 2000 with mixed mode authetication. I stand at one server and setup a linked server to the other using the same user id and password.
However when I click to the Tables icon of linked server in Enterprise manager, there is an error message:
Error 17 SQL Server does not exist or access denied.
And It does not show any table.
I register remote sql server in Enterprise manager fine.
Could any one help me ?
Thanks.

View 14 Replies View Related

SQL Server Does Not Exist Error HELP!!

Mar 22, 2005

I recently made a website in .NET, and whenever I build it I receive the following error below. Is there something I need to check in my databse to give me permission? For some reason the dataset isn't getting filled. Is the an SQL server problem? How can I fix it?

Server Error in '/My_Web' Application.
--------------------------------------------------------------------------------

SQL Server does not exist or access denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.

Source Error:


Line 14: Dim da As SqlDataAdapter = New SqlDataAdapter(cmd)
Line 15: Dim ds As New DataSet
Line 16: da.Fill(ds, "MainMenu")
Line 17: Return ds
Line 18: End Function


Source File: C:InetpubwwwrootMy_WebDBObject.vb Line: 16

Stack Trace:


[SqlException: SQL Server does not exist or access denied.]
System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction)
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction)
System.Data.SqlClient.SqlConnection.Open()
System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState)
System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)
My_Web.HGDPortal.DBObject.MainMenu() in C:InetpubwwwrootMy_WebDBObject.vb:16
My_Web.HGDPortal.Menu.Page_Load(Object sender, EventArgs e) in C:InetpubwwwrootMy_WebMenu.ascx.vb:31
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()

View 2 Replies View Related

Error - Server Does Not Exist

Jun 25, 2015

Able to access SQL Server cluster with "virtual IP,1433" from a remote application server.

But it fails with the error "Server does not exist" when tried with "SQL Server Cliuster Name".

Note :- Only one default instance.

View 9 Replies View Related

Server Does Not Exist Messages.. ?!

Apr 11, 2006

We have recently upgraded our SQL Express 2005 server, to SQL Server Standard 2005.

It refused to install a new default instance during install, so i upgraded the SQLEXPRESS instance instead. Im now trying to install Microsoft CRM but when it tries to connect to the SQL server get the following error:

"Setup was unable to verify that the SQL Server Agent (SQLSERVERAGENT) was running."

"[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied."

"Microsoft SQL Server Reporting Services

[DBNETLIB][ConnectionOpen (Connect ()).]SQL Server does not exist or access denied."

As far as i can tell, the problem is that when we upgraded, the pipe(?) or sql service name(?) (im not an SQL expert,so unsure of what to call things at this stage!!) is SQLEXPRESS instead of SQLSERVERAGENT. Is there a way of changing what the install routing is expecting? or a way of renaming this within SQL?



Thanks in advance.

Andy

View 6 Replies View Related

SQL Server 2000 Server Does Not Exist Or Access Denied

Sep 20, 2006

I know this has been asked and addressed in many other posts, but I havnt found the answer to this scenario.  I have a server running on my internal network, I have a wireless router that has ports 80 and 5801(my sql port) forwarded to my server internally.  So, from my website I am attempting to make some requests to my server, but all I ever get at these Error:[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied errors.  My connection string looks like this:        Private DBConn As OleDbConnection        Dim DBCommand As OleDbCommand = New OleDbCommand        Try            DBConn = New OleDbConnection("Provider=SQLOLEDB;Data Source=external IP,5801;Initial Catalog=DataWarehouse;User Id=WEBUSER;Password=*****")            DBCommand.CommandText = "SELECT * from Users"            DBCommand.Connection = DBConn            DBConn.Open()            DBConn.Close()        Catch            Response.Write("Error:" & Err.Description)        End Try    End Sub I know I have a service running on port 5801 and the port is open in my firewall, also I have sqlserver.exe as an exception in my firewall.  I have been browing the web and trying different ideas for the better part of a week.  Just wondering if anyone has run into this problem or if its my server or my web hosting company who has the problem.  Thanks in advance for any help. Kyle  

View 3 Replies View Related

SQL Server Does Not Exist Or Access Denied Only From Web App

Oct 6, 2006

I have recently deployed a web app that I have been developing onto the production server (Windows 2003 SP1 + an SQL Server 2000 SP4 cluster). The web app uses both Enterprise library and another Dotnet based database abstraction layer to query SQL Server. However, on deployment, when requesting data through both abstraction layers, I receive the generic SQL Server does not exist or access denied. However, I have validated the configuration of Enterprise library by creating a simple diagnostics console app that uses the exact enterprise library configuration file and this can connect without a problem. It seems like only web applications are affected though this is fairly standard web app using ASPNET, user , no impersonation etc. Therefore I suspect something similar to permissions on dlls or similar. I have looked around at Windows, WindowsSystem 32, the Dotnet framework but can anyone suggest any other areas to look at? 

View 1 Replies View Related

SQL Server Does Not Exist Or Access Denied.

Oct 7, 2006

Error: SQL Server does not exist or access denied.string select="select trainerid from trainer where username='"+user+"'";Line 78: comm=new SqlCommand(select,con);Line 79: con.Open();Line 80: dr=comm.ExecuteReader();Line 81: while(dr.Read())where should i set this so that the sqlserver can be access.. 1 private void btnsubmit_Click(object sender, System.EventArgs e)
2 {
3 string user=TextBox1.Text;
4 string password=TextBox2.Text;
5 Session["uname"]=TextBox1.Text;
6 Session["logintime"]=DateTime.Now.ToString("dd MMM, yyyy");
7 string connectionstring=ConfigurationSettings.AppSettings["connstring"].ToString();
9 con=new SqlConnection(connectionstring);
10 string select="select trainerid from trainer where username='"+user+"'";
11 comm=new SqlCommand(select,con);
12 con.Open();
13 dr=comm.ExecuteReader();
14 while(dr.Read())
15 {
16 Session["trainerid"]=dr["trainerid"].ToString();
17 }
18
19 Response.Redirect("tmenu.aspx");
20 if(CheckBox1.Checked=true)
21 {
22
23
24 DateTime dt=DateTime.Now;
25 TimeSpan ts=new TimeSpan(0,0,1,0);
26 HttpCookie cookie2=new HttpCookie("Username1");//creating http cookies
27 cookie2.Values.Add("name",user); //assigning first key value
28 cookie2.Values.Add("pword",password); //assigning second key value
29 cookie2.Expires=dt.Add(ts); //assigning the expires of cookie
30 Response.Cookies.Add(cookie2); //stored cookie to the client machine cookie folder
31
32 }
33
34
35 }
 

View 18 Replies View Related

SQL Server Does Not Exist Or Access Denied.

Nov 30, 2006

Does the error below look familiar to anybody? I cannot seem to get past it!  My connection code is
<sessionState mode="SQLServer" stateConnectionString="tcpip=BRAHMA" sqlConnectionString="data source=epscor;user id=epscorser;password=epsc0r" cookieless="false" timeout="60"/>
Help in solving this appreciated! -Steve
SQL Server does not exist or access denied. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.Source Error:




An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:




[SqlException: SQL Server does not exist or access denied.]
System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +474
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
System.Web.SessionState.SqlStateConnection..ctor(String sqlconnectionstring) +92

[HttpException (0x80004005): Unable to connect to SQL Server session database.]
System.Web.SessionState.SqlStateConnection..ctor(String sqlconnectionstring) +189
System.Web.SessionState.SqlStateClientManager.GetConnection(Boolean& usePooling) +98
System.Web.SessionState.SqlStateClientManager.SetAsyncWorker(String id, SessionStateItem item, Byte[] buf, Int32 length, Boolean inStorage) +44
System.Web.SessionState.SqlStateClientManager.System.Web.SessionState.IStateClientManager.Set(String id, SessionStateItem item, Boolean inStorage) +147
System.Web.SessionState.SessionStateModule.OnReleaseState(Object source, EventArgs eventArgs) +465
System.Web.SessionState.SessionStateModule.OnEndRequest(Object source, EventArgs eventArgs) +44
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87

View 7 Replies View Related

SQL Server Does Not Exist Or Access Denied

Feb 8, 2007

Hello everyone,
I’m hoping that someone could help explain why I get this error  â€œSQL Server does not exist or access denied.â€? .  I’ve migrated to the web server from my local machine and these are the steps I took:
1.Copied folder to web server.
2. Changed connection string to connect to DB
3. modified web.config
 
Being the first time I’ve done this I’m also posting the connection string and config file code.
 
this.sqlConnect.ConnectionString = "Provider=sqloledb;Data Source=serverAddress;Initial Catalog=myDB;User Id=myLogin;Password=myPass";
 
I changed it from this:
this.sqlConnect.ConnectionString = "workstation id=myComputerName;packet size=4096;integrated security=SSPI;data source=myComputerName;pers" + "ist security info=False;initial catalog=blog";
 
the config file:
<sessionState
            mode="InProc"
            stateConnectionString="tcpip=mssql.mySqlSource.com:42424"
            sqlConnectionString="data source=mssql.mySqlSource.com;Trusted_Connection=yes"
            cookieless="false"
            timeout="20"
    />
 
Question- that port number, does it need to be changed?
 
I know that the server is running both 1.1 and 2.0 framework. Not sure if that could be an issue or not.
 
In Advance I want to say thanks for any support I receive.
The Fatthippo.

View 8 Replies View Related

SQL Server Does Not Exist. Access Denied.

Feb 16, 2007

We have sql server with the name production1 (IPID:100.102.33.33) ,from asp.net iam able to connect properly ,yesterday we changed the ip Id of this system(production1) from that time if iam trying to connect from asp.net code it is giving error sqlserver does not exists access denied.
 
Iam able to connect in query analyzer by using same userid,password. 
Iam able to connect in vb.net with same connection string which iam using in asp.net
Iam unable to connect in asp.net error sqlserver does not exists access denied.
Please help me is there any problem with asp user or what?
 
Thanks

View 17 Replies View Related

SQL Server Does Not Exist Or Access Denied.

Jan 6, 2008

I think its my server because I cant get it to link up to an Access data base either, heres the error I get.[DBNETLIB]ConnectionOpen (Connect()),]SQL Server does not exist or access denied.Im pretty sure that all the fields that I entered are correct though.What could be the problem? Someone mentioned that the network protocol configuration maybe isnt setup right. Could this be the problem? If so how would I properly configure this?

View 14 Replies View Related

SQL Server Does Not Exist Or Access Denied

Jun 17, 2008

I've got a SQL2000 named instance on a box that also has SQL 2005.  Both database versions have run side by side for some time and I don't USUALLY have a problem (famous last words!). 
I'm currently getting the error in the subject line trying to connect to it as "MACHINENAMESQL2000", SQL2000 being the named instances,  from another machine.  It works fine from the local machine, naturally.  I have verified my creditials, i.e. both Windows Authentication and a SQL login work fine from the local machine.  The machines are physically on the same subnet (they're actually side by side) and both can talk to each other just fine, i.e. they ping, and can map drives, etc.
Any tips/ideas on how to trouble shoot this?  Is there a new security switch that needs to be set to make the db visible to other machines??
-Confused 
 

View 1 Replies View Related

Help!!!!SQL Server Does Not Exist Or Access Denied.

Nov 12, 2003

I' ve wrote the following simple asp.net code to test the connection to my local SQL server:
SqlConnection connection = new SqlConnection ("server=localhost;uid=sa;pwd=;database=pubs");
try
{
connection.Open();
}
catch(SqlException ex){
Label1.Text= ex.Message;}
finally{
connection.Close();}

But each time I got the following errors:
SQL Server does not exist or access denied.

Can anyone help me find out when my problem lies?

BTW, the SQL service in Control Panel has been started, and my local SQL server uses windows and SQL authentication. When I use osql -E -S MyMachineName(This MyMachineName is some kind SQL Server Registration in SQL Server Group of SQL Server Enterprise Manage), everything seems to be fine, but it does not work when I use osql -E -S localhost.

View 3 Replies View Related

SQL Server Does Not Exist Or Access Denied

Nov 14, 2003

Trying to get Quickstart tuts up and running. I get this error whenever i try to run any examples.

System.Data.SqlClient.SqlException: SQL Server does not exist or access denied

I installed the MSDE (i think) and i see the service MSSQL server running.
I don't see the icon in the system try that shows SQL server is running. I don't even know how to check to see if the MSDE is installed. There is nothing in my Start>>Program Files MSDE related. What am i doing wrong? Thanks!

View 5 Replies View Related

SQL Server Does Not Exist Or Access Denied

Nov 17, 2003

Trying to get the Quickstarts up and running. When i go to one of the server side data access tutorials i get the error: SQ: server does not exist or access denied. I am using SQL server 2000. Any reason i would be seeing this?

Also, to see the quickstarts i have to browse to httP://localhost/quickstart/.....if i try to go to http://machinename/quickstart/ i get access denied. Any reason for that?

Thanks for any help.

View 1 Replies View Related

SQL Server Does Not Exist Or Access Denied.

Nov 25, 2003

I'm getting the following error when I run my web app:
SQL Server does not exist or access denied.
I created a role in my db and added a user to that role.
I gave the user the appropriate permissions.
I also gave the user the appropriate permissions to my tables.

Thank you,
Tina

View 11 Replies View Related

SQL Server Does Not Exist Or Access Denied

Dec 12, 2003

Hi,

I get the following error when I try to access SQL Server:

SQL Server does not exist or access denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: SQL Server does not exist or access denied

and I also get the following Warning in the System Log

The server was unable to logon the Windows NT account 'ECOM411-BOYSSWGASPNET' due to the following error: Logon failure: unknown user name or bad password. The data is the error code.


I have settup the account 'ECOM411-BOYSSWGASPNET' on the SQL Server and have given it access to the my DB... Could some one tell me what could be wrong??

How can I fix this probelm..

Thanks

View 6 Replies View Related

SQL Server Does Not Exist Or Access Denied.

Dec 19, 2003

I have 2 servers. one is the web server and the other is the sql server. web server(iis) is on windows 2000 and sql server is hosted on windows 2003

i can't connect to the sQL Server hosted on my Windows 2003 machine from an asp.net application. This is the error message i am getting. "SQL Server does not exist or access denied."

The sql server is set for both windows and sql server authentication. I have no problem connecting to it from the Web server using Enterprise Manager or Query Analyser.
The password is correct and username sa has full access.

This is the code i am using. the code is fine. i have used it 100s of time. the code below will work if i change the data source to "localhost" to connect to the sql server that is hosted on the same machine.



Dim strCon As String
strCon = "data source=Data1;initial catalog=MyFriendsNet;password=blah;persist security info=True;user id=sa;workstation id=Web1;packet size=4096"
Dim MyConnection As SqlConnection = New SqlConnection(strCon)
Dim MyCommand As SqlCommand = New SqlCommand("Select * FROM Users", MyConnection)


MyConnection.Open()

Dim MyDr As SqlDataReader = MyCommand.ExecuteReader

While MyDr.Read()
Response.Write(MyDr("FirstName"))

End While

MyDr.Close()
MyConnection.Close()


This probably has to do with some kind of authentication issue. anyone have any ideas.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved