Can't open DB on local machine?

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

  1. #1

    Default Re: Can't open DB on local machine?

    Why is it in C:? Put it in your web structure. And make sure you don't
    have the database open in the Access GUI. Note that compact / repair can
    reset the permissions on the file and/or the folder it's in. Did you check
    the IUSR_ permissions?

    [url]http://www.aspfaq.com/2009[/url]

    --
    [url]http://www.aspfaq.com/[/url]
    (Reverse address to reply.)




    "MDW" <anonymous@discussions.microsoft.com> wrote in message
    news:97FC12C4-96F2-44CE-B9A1-471F7B1A41E9@microsoft.com...
    > Hey all,
    >
    > I'm having a strange problem opening an Access 2000 DB on my local
    machine. It just started today. Whenever I view a page that attempts to open
    a connection to the DB, I get the following error:
    >
    > "The Microsoft Jet database engine cannot open the file 'C:\Lookup.mdb'.
    It is already opened exclusively by another user, or you need permission to
    view its data."
    >
    > And no, I don't have it opened on my PC, nor can anyone access my C: drive
    (that I know of). This worked fine on Friday, and the only thing I've done
    since then was compact/repair the database. I've checked all the
    security/sharing options I know to look at, and everything seems OK. Any
    ideas?
    >
    > TIA.

    Aaron [SQL Server MVP] Guest

  2. Similar Questions and Discussions

    1. filecopy from remote machine to local machine
      Hi, I am tryin to copy a tar file from remote machine to local machine using Net:Telnet. I am using the following logic : my(@Out) =...
    2. login that accesses remopte db wont work on that machine but works while on my local machine????!! HELP!
      I knocked up a simple login for a CMS for one of my sites.... now itr will work fine and authemticate with data on the online server by the IP...
    3. SSL on local machine...
      Hi folks, Is there any way to setup SSL certificates on a locally (workstation) installed IIS server? Thanks in advance...P
    4. Unable to open php script on local machine
      "Greg Wilson" <gregw0407@netzero.net> wrote in message news:b4ae6f89.0307111424.ffcdf97@posting.google.com... If you still have problems, email...
    5. Can't use 'local' to find sql server instances on local machine
      My computer (connected to a domain) is having trouble connecting to the local MSDE when using 'local' or '(local)' as server name. The only way I...
  3. #2

    Default Re: Can't open DB on local machine?

    You should include write permission to the folder where you DB is to
    aspnet_wp account

    Ivo

    "Aaron [SQL Server MVP]" <ten.xoc@dnartreb.noraa> wrote in message news:<ulaibvKTEHA.3752@TK2MSFTNGP12.phx.gbl>...
    > Why is it in C:? Put it in your web structure. And make sure you don't
    > have the database open in the Access GUI. Note that compact / repair can
    > reset the permissions on the file and/or the folder it's in. Did you check
    > the IUSR_ permissions?
    >
    > [url]http://www.aspfaq.com/2009[/url]
    >
    > --
    > [url]http://www.aspfaq.com/[/url]
    > (Reverse address to reply.)
    >
    >
    >
    >
    > "MDW" <anonymous@discussions.microsoft.com> wrote in message
    > news:97FC12C4-96F2-44CE-B9A1-471F7B1A41E9@microsoft.com...
    > > Hey all,
    > >
    > > I'm having a strange problem opening an Access 2000 DB on my local
    > machine. It just started today. Whenever I view a page that attempts to open
    > a connection to the DB, I get the following error:
    > >
    > > "The Microsoft Jet database engine cannot open the file 'C:\Lookup.mdb'.
    > It is already opened exclusively by another user, or you need permission to
    > view its data."
    > >
    > > And no, I don't have it opened on my PC, nor can anyone access my C: drive
    > (that I know of). This worked fine on Friday, and the only thing I've done
    > since then was compact/repair the database. I've checked all the
    > security/sharing options I know to look at, and everything seems OK. Any
    > ideas?
    > >
    > > TIA.
    Ivo Stoykov Guest

  4. #3

    Default Re: Can't open DB on local machine?

    > You should include write permission to the folder where you DB is to
    > aspnet_wp account
    Did you mean to reply to me?

    Anyway, for ASP, I think you meant IUSR_MachineName. ASP does not use
    aspnet_wp ...

    --
    [url]http://www.aspfaq.com/[/url]
    (Reverse address to reply.)


    Aaron [SQL Server 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