access database issue

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

  1. #1

    Default access database issue

    after upgrading to CF7 from cfmx one of my datasources (to an access database)
    will no longer verify. the error that is thrown is as follows:

    "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 permissions on the file have not changed and the file is definitely not
    opened exclusively by anyone - so is there something different about
    permissions with cf7? the iusr_servername has full control of the file. is
    ther another user that needs access?

    dwd1 Guest

  2. Similar Questions and Discussions

    1. CF MX 6.1 Database Issue -URGENT
      I've just installed the developer edition of CF MX 6.1 and CF Studio 5.0. I'm using MS SQL Server 2000 sp3. In order to set up a data source in CF...
    2. Oracle Database Lock Issue
      Hi, I have a SQL statement that I execute obn Oracle 9i Database: select lnum from parolee Where lNUM='#trim(UCase(Form.fnum))#' FOR UPDATE...
    3. Database Connection ASP.NET Issue
      Using DW MX 2004 on windows XP SP2, IIS, using ASP.NET, VB for code, Access 2000 DB, I create a OLE DB database connection using the connection...
    4. Database Connecting Issue
      I am having an issue connecting to mySQL database from Dreamweaver. All the information is correct (server, user name, etc). However, I keep...
    5. Write Access to Access DataBase
      I'm trying to update a Access Database from information gained from a ASPX page. The database will not update. I'm sure it is in some security...
  3. #2

    Default Re: access database issue

    Make sure no users are on the database and then delete it's .ldb file.
    jdeline Guest

  4. #3

    Default Re: access database issue

    yes I already did that - i actually rebooted the server that houses the access
    database so there isdefinitely no ldb file an i am positive that nobody else
    had it open. so it leads me to believe it may be more so a permissions problem
    but i just don't knwo what that problem is.

    dwd1 Guest

  5. #4

    Default Re: access database issue

    Could it be possible that when you upgraded to CF MX 7, you installed it under
    a user account (like admin) that does not have permissions on the server that
    "hosts" the Access database? Usually, if you use Access databases on servers
    other than the ColdFusion server, you need to install ColdFusion under an
    account that has read/write privileges on the server where the database file
    lives. Just a thought.

    Phil

    paross1 Guest

  6. #5

    Default Re: access database issue

    i dont think thats it because i installed it logged in as myself. my username
    is a member of the domain admins group which definitely has full access to the
    file - i also went as far as to explicitly add my usernamewith full control and
    it had no effect.

    dwd1 Guest

  7. #6

    Default Re: access database issue

    To be sure, you can check your CF processes in Services on the ColdFusion server to see if the Log On As is your ID, insead of LocalSystem, which would be the admin account.

    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