473,394 Members | 1,813 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

after installing XP SP2 SQL Server does not exist or access denied.

sb
Hi,

I just installed Windows XP SP2 on my previous installation of XP SP1.

Since it is intalled, my ado.net connection on my programs do not work
anymore; i receive this exception message:
"SQL Server does not exist or access denied."

I setted port TCP 1433 and 1434 on the firewall.cpl and it did not fix the
problem.

Is some tips for finding why it do not work anymore? do i have to
re-install sql server? it works well by itself, it is the connection from
my vb.net programs that not work anymore.

Thanks
Serge
se******@aei.ca

Nov 22 '05 #1
3 3459
what is your connection string?
--- N

"sb" <sy*****@hotmail.com> wrote in message news:41400541_2@aeinews....
Hi,

I just installed Windows XP SP2 on my previous installation of XP SP1.

Since it is intalled, my ado.net connection on my programs do not work
anymore; i receive this exception message:
"SQL Server does not exist or access denied."

I setted port TCP 1433 and 1434 on the firewall.cpl and it did not fix the
problem.

Is some tips for finding why it do not work anymore? do i have to
re-install sql server? it works well by itself, it is the connection from
my vb.net programs that not work anymore.

Thanks
Serge
se******@aei.ca

Nov 22 '05 #2
Hi sb

There is a know issue with SP2 and SQL Server. I assume you are connecting
to a local server (Localhost or You Machine\Instance).

Look at the following url, perhaps this may help you.
http://support.microsoft.com/default.aspx?kbid=842242

Henk
"sb" <sy*****@hotmail.com> wrote in message news:41400541_2@aeinews....
Hi,

I just installed Windows XP SP2 on my previous installation of XP SP1.

Since it is intalled, my ado.net connection on my programs do not work
anymore; i receive this exception message:
"SQL Server does not exist or access denied."

I setted port TCP 1433 and 1434 on the firewall.cpl and it did not fix the
problem.

Is some tips for finding why it do not work anymore? do i have to
re-install sql server? it works well by itself, it is the connection from
my vb.net programs that not work anymore.

Thanks
Serge
se******@aei.ca

Nov 22 '05 #3
On Thu, 9 Sep 2004 03:19:50 -0400, "sb" <sy*****@hotmail.com> wrote:
Since it is intalled, my ado.net connection on my programs do not work
anymore; i receive this exception message:
"SQL Server does not exist or access denied."


Can you connect using Query Analyser using the EXACT same name for the
server you are using in your ADO.Net connect string?

With SQLServer 2000 (and the equivalent MSDE) we have had no problems
- and NOT needed any manual adjustments to the SP2 firewall settings -
by accessing the local (default) SQLServer instance as "." (and I
believe "(local)" - with the braces, without the quotes) - would work
too.

Here is an example from our default web.config, used on the developer
PCs with SQL2K Developer Edition and for stand-alone demonstration
installs with MSDE2000 (latest service pack and hotfix level in all
cases, and a simple default installation):

<add key="DBConnectString" value="data source=.;initial
catalog=IIPortal;integrated security=SSPI;persist security
info=False;Application Name=IIPortal" />
ted.h.
--
Ted Harper (Sydney, Australia)
Nov 22 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: hooi | last post by:
I'm new to Visual Studio.NET and Visual Basic.NET. While trying to run the sample application, it shows an error message as shown below. I have an SQL Server containing the sample database...
3
by: sb | last post by:
Hi, I just installed Windows XP SP2 on my previous installation of XP SP1. Since it is intalled, my ado.net connection on my programs do not work anymore; i receive this exception message:...
2
by: george r smith | last post by:
Gentlemen, I know that this problem has happened before and I searched and tried all solutions but problem is not solved. I install asp.net community starter kit with some help from this...
3
by: Matthew Louden | last post by:
I attempt to connect ASP.NET application with SQL Server using ADO.NET. I just open a connection, and it had run-time error in line 34: cn.open(): SQL Server does not exist or access denied....
3
by: Olivogt | last post by:
Hello, I was just puting an application on the web server but it did not work as usual... - I do develop on my notebook and move released applications to the Web server - both have Sql Server...
9
by: hari krishna | last post by:
hi, I want to send the data from dataset information to Excel through ASP.Net. there will be no XL installed on web server. web server is win 2000 server machine. I am using visual basic code in...
1
by: ssp | last post by:
G'Day All, I have a web application sitting on my laptop and a Sql Server 2000 database on our INTRANET server running Windows 2003. Up until recently I was able to access the database using my...
2
by: Johan Johansson (Sweden) | last post by:
I can't connect to our database (seperate database server) from within my webservice. I cannot understand why.!!! * I have configured IIS not to allow anonymous access and to use "windows...
1
by: Atia Amin | last post by:
Hi, I am a new member. Hello to every one. I am new in ASP.NET area. I wrote an ASP.NET web application which was running ok with my old laptop. Currently I have given a new laptop. Now I copied...
1
by: vamshika | last post by:
hi, I got a serious Problem. I get "Server does not exist or access denied" with 80004005 as the error code. the win2003 server uses all the latest components(like iis6,jet..etc) and is upto date....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.