Windows 2003 Server ODBC Error -Not a valid password - connecting to MS Access DB

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

  1. #1

    Default Windows 2003 Server ODBC Error -Not a valid password - connecting to MS Access DB

    We are currently busy moving our website from a NT4 Server to a
    Windows 2003 Server. One of the site are making use of an MS access
    DB. A DSN was setup for the website. The MS Access DB is only secured
    by a password. When we try to access the page on the new Windows2003
    Server we get:

    Microsoft OLE DB Provider for ODBC Drivers error '80004005'

    [Microsoft][ODBC Microsoft Access Driver] Not a valid password.

    I have moved the Site to a Windows 2000 Server, and have setup the DSN
    the same as it was setup on the NT4 Server and Windows 2003 server,
    and here it is working. I think that this error was posted on this
    site before, but could not find a link to it.

    Any advice would be appreciated.

    Regards

    Eduard
    Eduard Guest

  2. Similar Questions and Discussions

    1. Connecting through ODBC on Windows 2003
      Hi There I am runing my website on windows 2003 and IIS 6. When you go onto an asp page and try get info off it just hangs there as if the...
    2. access permissions in asp.net web service in windows 2003 server
      First off I am using windows server 2003, IIS 6.0 .Net framework 1.1.4322..... I am attempting to use COM+ Loosely Coupled Events (LCE) from an...
    3. Error ASP 0178 on Windows 2003 Server (IIS6) by Server.CreateObject on DCOM registred Component
      Heres is a workaround, 1. go to Administrative Tools> Component Services 2. expand COM Services and right click on My computer. 3. click...
    4. [Microsoft][ODBC Microsoft Access Driver]'(unknown)' is not a valid path error
      This is probably an old problem that most of you know how to fix (I hope!). The scenario is that I have a web server running an ASP site that needs...
    5. Do you need Framework 1.1 to access Active Directory objects on a Windows 2003 server with ASP.NET?
      Some of our developers are having a problem making certain code work that reads the contents of OUs in our Active Directory. It reads fine when...
  3. #2

    Default Re: Windows 2003 Server ODBC Error -Not a valid password - connecting to MS Access DB

    Eduard wrote:
    > We are currently busy moving our website from a NT4 Server to a
    > Windows 2003 Server. One of the site are making use of an MS access
    > DB. A DSN was setup for the website. The MS Access DB is only secured
    > by a password. When we try to access the page on the new Windows2003
    > Server we get:
    >
    > Microsoft OLE DB Provider for ODBC Drivers error '80004005'
    >
    > [Microsoft][ODBC Microsoft Access Driver] Not a valid password.
    >
    Look here for the correct connection string to use to connect to a pass-word
    secured Jet database (no workgroup security):
    [url]www.able-consulting.com/ado_conn.htm[/url]
    I suggest using the OLEDB Provider for Microsoft Jet instead of the
    deprecated ODBC driver.
    HTH,
    Bob Barrows

    --
    Microsoft MVP -- ASP/ASP.NET
    Please reply to the newsgroup. The email account listed in my From
    header is my spam trap, so I don't check it very often. You will get a
    quicker response by posting to the newsgroup.


    Bob Barrows [MVP] 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