ODBC Data Source on Mapped Drive

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

  1. #1

    Default ODBC Data Source on Mapped Drive

    We are working on a new web server with CFMX6.1.
    I am having problems creating an ODBC datasource to an Access database on a
    network drive. I have mapped the drive on the web server, but cannot get it to
    verify in the CF Administrator.

    My other server is CF 4.5, and it is working there. Any suggestions on how I
    get this to work with my CF MX server?

    Thanks,
    H

    HKVan1 Guest

  2. Similar Questions and Discussions

    1. ODBC driver does not show up in driver list in ODBC data source administrator
      Installed an ODBC driver on a Windows Server 2003 machine. A key shows up in the registry under HKEY_LOCAL_MACHINE- seperate listing under...
    2. Is there a way to work with Unicode database (IBM DB27.2) using ODBC socket data source?
      Is there a way to work with Unicode database (IBM DB2 7.2) using ODBC socket data source? Standard ODBC services shipped with ColdFusion MX 7.0...
    3. Problem connecting to ODBC data source from CFAdministrator
      I've set up the data source called vs28718_1 for Windows Authentication but I get the following error in CF Administrator when submitting the data...
    4. How to remove drivers from ODBC Data Source Administrator?
      On my Windows 2000 server there are 2 entries under the System DSN tab of the ODBC Data Source Administrator that refer to 'Adaptive server Anywhere...
    5. Configuring ODBC Data Source
      Hi, Does anybody knows, how can I configure (add or change) ODBC Data Source programmaticaly from ASP (or ASP.NET)? Thanx
  3. #2

    Default Re: ODBC Data Source on Mapped Drive

    This is usually a permission issue between the Access file on the mapped drive,
    and the "owner" of ColdFusion on the CF server. ColdFusion is usually installed
    under the "admin" user on the server, which has no permissions on the Access
    database file on the other machine. There have been numerous posts in the past
    on this forum explaining how to deal with this (change ownership of CF to a
    user that has privileges on the Access file, etc.) so you should be able to
    search for one that fits your particular situation.

    Phil

    paross1 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