SQL Server does not exist or access denied. - nothings changed

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. "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...
    4. 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...
    5. SQL Server does not exist or access denied
      Problem: ======= Coonection String: <add key="TaxonomyConnection" value="User ID=WebUser;Password='pass';Initial Catalog=Taxonomy;Data...
  3. #2

    Default 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:
    >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?
    Well, first, if it worked, then didn't work, *something* changed. You
    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

  4. #3

    Default 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

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139