Ask a Question related to ASP Database, Design and Development.
-
Mike #1
SQL Server does not exist or access denied. - nothings changed
Everything has worked fine for about a month, then all of
a sudden I get this error message:
Sql server access denied or does not exist.
I have not changed anything on my router, sql server or
anything. Does anyone have any clues on what could have
went wrong?
Thanks, despartly in need.
Mike
Mike Guest
-
SQL Server does not exist or access denied.
Hi, I had the same issues. I ended up learning more about SQL that I had intended. In the end I discovered that GrocerToGo had not been installed... -
Access Denied. The file may not exist,...
Hello everyone, I have no idea why this issue keeps poping up... what have i done wrong... any ideas here is the error message... Access... -
"Server does not exist or access is denied"
Hi, I am trying to connect a web service to an SQL Server 2000 database. SQL Server is installed and started and the database appears on the... -
Error: SQL Server does not exist or access denied
My client has a server running Windows 2003 Server and SQL Server 2000. The sole purpose of the server is to run a single web site. It was... -
SQL Server does not exist or access denied
Problem: ======= Coonection String: <add key="TaxonomyConnection" value="User ID=WebUser;Password='pass';Initial Catalog=Taxonomy;Data... -
Jeff Cochran #2
Re: SQL Server does not exist or access denied. - nothings changed
On Tue, 17 Feb 2004 06:41:46 -0800, "Mike"
<anonymous@discussions.microsoft.com> wrote:
Well, first, if it worked, then didn't work, *something* changed. You>Everything has worked fine for about a month, then all of
>a sudden I get this error message:
>
>Sql server access denied or does not exist.
>
>I have not changed anything on my router, sql server or
>anything. Does anyone have any clues on what could have
>went wrong?
may not know what it was though.
You'll need to give us some more details to help as well. Does the
server exist? In terms of the system with the application? Can you
access it with Enterprise Manager or Query Analyzer? Using the same
account/password the app uses?
How about event log entries? Or a simple connection and query page?
Did you add a personal firewall, do a security update, change AV
software, or anything else on the system?
Jeff
Jeff Cochran Guest
-
Aaron Bertrand - MVP #3
Re: SQL Server does not exist or access denied. - nothings changed
You're going to have to provide more information. Can you ping the database
server? By name? By IP address? Are you sure the SQL Server service is
running? What account is it running under? Are you using Windows
Authentication or SQL Server authentication, and have you tried both? Have
you tried using a different user (e.g. a domain admin or sa)? Is there
anything in the event log of the SQL Server? Can you connect to other SQL
Servers from the client machine? Can other machines connect to the SQL
Server machine?
In other words, it doesn't sound like you've done a lot of legwork yet...
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
"Mike" <anonymous@discussions.microsoft.com> wrote in message
news:1137401c3f564$2b373940$a301280a@phx.gbl...> Everything has worked fine for about a month, then all of
> a sudden I get this error message:
>
> Sql server access denied or does not exist.
>
> I have not changed anything on my router, sql server or
> anything. Does anyone have any clues on what could have
> went wrong?
>
> Thanks, despartly in need.
>
> Mike
Aaron Bertrand - MVP Guest
-
kie #4
Re: SQL Server does not exist or access denied. - nothings changed
when i installed mcafee personal firewall, i blocked access for sql
server, then granted access to sql server. this resulted in the error:
Error Type:
Microsoft OLE DB Provider for SQL Server (0x80004005)
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or
access denied.
when accessing my local database via ASP.
so i uninstalled mcafee personal web server having been unable how to
make it give all access back to sql server.
my problem remains.
i transferred my database to another sql server 2000 on my network
while i work this out.
kie
kie Guest



Reply With Quote

