Results 1 to 4 of 4

Thread: MSDE,SQL server does not exist in XP

  1. #1
    Join Date
    Oct 2008
    Posts
    93

    MSDE,SQL server does not exist in XP

    I have recently upgraded my system from Windows XP SP2 to XP SP3.

    When i tried to execute some programs on this platform i saw that my ado.net connection on my programs do not work anymore; i receive this exception message:"MSDE, SQL Server does not exist or access denied."

    I checked for the port details, port TCP 1433 and 1434 has been assigned to firewall.cpl and it did not fix the problem.

    We have checked our network and every thing looks fines. Can any one help me with this problem?

  2. #2
    Join Date
    Oct 2008
    Posts
    167

    Re: MSDE,SQL server does not exist in XP

    Can you connect using Query Analyser using the EXACT same name for the
    server you are using in your ADO.Net connect string? Check in the SQL Database, the users to be specific, that ASPNET has the needed security permissions, Try testing the network connectivity first.
    can you ping your sql server from win2k machine?
    have you used any a default instances? if so then are you able to change port to 1433 of your SQL server from win2k machine?
    Do you have any sql server aliases defined on your win2k client machines?
    Have you checked whether you are able to connect to your SQL server using query analyzer from a win2k machine?

  3. #3
    Join Date
    Mar 2008
    Posts
    258

    Re: MSDE,SQL server does not exist in XP

    You need to follow the following steps to check whether it has any problem.

    • Before starting for the procedure you need to Verify that SQL Server or MSDE is installed and running (see SQL Server and MSDE Installation Verification for details).
    • If you are willing to connect remotely (to a server on a different machine), make sure your connection is not blocked by any firewalls on either machines including Windows built-in Internet Connection Firewall (ICF) and Windows Firewall.And for that you need to Contact to your system administrator for firewall configuration.
    • There may be the possibility that you need to refer to an instance of SQL Server 2000 or MSDE 2000 other than the default instance, use the convention <server_name>\<instance_name> (example ProdServ\Sales).
    • Make sure you have an Newer ADO version (see MDAC Versions for details).
    • You need to be sure for your client protocols to be configured properly (see Client Network Utility for details).
    • If you are connecting to a remote server and the server name is not resolved with DNS, use the IP address itself instead of the server name.
    • Last but not the List that confirms that Windows XP SP2 is not blocking your connection.

  4. #4
    Join Date
    Mar 2008
    Posts
    227

    Re: MSDE,SQL server does not exist in XP

    Database selection dialog may be usually caused by one of the following problems:

    It may happen that the Server you try to connect to is not configured to use TCP/IP as a communications protocol. You need to Check settings in SQL Enterprise Manager / Properties for the server / tab General / button "Network configuration..."
    The SQL Server (or MS Database Engine) is running on a Windows 2003 Server or Windows XP, and this would be because of you might not correctly patched/updated. This you may check using the Event Viewer (accessible from Control Panel / Administrative Tools) under the Application entries. Look for a message with

    Source: MSSQLSERVER/MSDE
    Category:None
    Event:1

Similar Threads

  1. Can't join XP pro to Server 2008- DNS Name does not exist
    By Jof Davies in forum Windows Server Help
    Replies: 1
    Last Post: 02-04-2011, 12:49 AM
  2. MSDE wont work under windows 7
    By Bindusar in forum Operating Systems
    Replies: 5
    Last Post: 13-01-2010, 03:31 AM
  3. WSUS MSDE Password and DB Schema
    By Allanoo in forum Server Update Service
    Replies: 4
    Last Post: 30-07-2009, 10:26 PM
  4. login failure in ASPNET MSDE account
    By NIcaBoy in forum Software Development
    Replies: 4
    Last Post: 25-10-2008, 03:04 PM
  5. MSDE and MSDE SQL SP4
    By Frragrant in forum Server Update Service
    Replies: 1
    Last Post: 19-10-2006, 07:47 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,176,026.68796 seconds with 16 queries