Again - First try at connecting to DB on network

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Again - First try at connecting to DB on network

    I've read all the posts about this problem, but still can't find an answer that
    works.

    It shouldn't be so hard. But, for the first time, I now want to connect
    (ODBC) to a database (Access) on another server on our network. Before, the
    databases were on the same machine as CF server.

    First, I made a network drive of remote directory. it is now the T: drive.
    Then I go into CF administrator and try to establish a data source, but when I
    click the "Browser Server" button, all I see are the drive letters of my local
    machine. No T: drive.

    Then I try typing in both the network drive path (T:\database2003.mdb) and I
    also tried the full path
    (\\df1dgaatl\Groups\Safety\2005\Database\Database2 003.mdb) in the "Database
    File" box. That gives and error trying to set up the connection.

    Then, after reading, it sounds like the default user/passord cannnot be used,
    so we set up a new user called "coldfusion" and password,and I put those, but
    still an error. Below is the error gotten when I put in the whole path to the
    database and used coldfusion as the "Coldfusion Username":

    Does anyone have any ideas for me? This would be a great thing to get working.
    Thanks



    "Connection verification failed for data source: Safety
    java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database
    engine cannot open the file '(unknown)'. It is already opened exclusively by
    another user, or you need permission to view its data.
    The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC
    Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet
    database engine cannot open the file '(unknown)'. It is already opened
    exclusively by another user, or you need permission to view its data."


    Howard Perlman Guest

  2. Similar Questions and Discussions

    1. Connecting via Local/Network to remote server
      Hi All, I am trying create a connection in Contribute. I provide the "Web address for our website". "http://chapp9/SalesStaging/SalesPages/" ...
    2. Connecting via Network with Version 3
      We having been using Contribute for two years in our school district. Last year, when we were using Version 1, we had no problems connecting across...
    3. Connecting XP Pro PC to the Windows 2003 Network
      I have Windows XP Professional Workstations trying to connect the domain which is running on Windows Server 2003. When I use the network...
    4. Connecting to another server on same network
      Hi Looking for a way to execute linux/unix code and/or shellscripts on another server, on the same network. The manual makes many references to...
    5. Problems connecting to home network...
      One more thing: I am able do get on the internet through the network DSL from the very momnet I connected my computer. Thought this may help. Mx
  3. #2

    Default Re: Again - First try at connecting to DB on network

    Access ODBC cannot be used anywhere but on the local server, and you cannot use
    "temporary drives" as a possible work around, because the driver for Access
    requires a permanent drive path.

    Access actually isn't considered a good solution for any web application
    unless it expects very little data traffic. You can get away with it to a
    certain degree, but you would be better off if you can get a DBMS like MSSQL or
    ORACLE



    SafariTECH 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