asp/database on network error

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

  1. #1

    Default asp/database on network error

    Using NT4.0 sp6, IIS4, Access2002
    Mercy if this has been answered a hundred times. I've googled and I've
    found some information on aspfaq.com which pertained to Win2000, but the
    principles seemed the same. So far no solution.

    I use asp to search a database on my Web server. While I can connect and
    search a database that exists on my web server, I can't seem to use this
    process on another database which is on another server. The error is at the
    bottom of this email and seems to be permissions related.

    I'm using IUSR_MYSERVER on the web server for Anonymous Access /
    Authentication.

    On the server that holds the Access database, I've given user,
    IUSR_MYSERVER the appropriate read/write permissions.

    I can log on as IUSR_MYSERVER onto a workstation and get the database and
    open it with Access using the same UNC path which shows in the error(below).

    And yet I'm getting this error (below)-
    Any thoughts or help?
    Thanks
    Norm
    ################################################## #
    Microsoft JET Database Engine error '80004005'

    The Microsoft Jet database engine cannot open the file '\\myserver\test
    data\Registrar\Access2002\studentcourses2002.mdb'. It is already opened
    exclusively by another user, or you need permission to view its data.

    /mmaonly/studentsearch.asp, line 20
    ################################################## ##


    Norm Guest

  2. Similar Questions and Discussions

    1. Internal network error
      Hi, I'm using ColdFusion MX 6.1 with the new SequeLink drivers (5.4) and after about 8 hours of running fine the server starts giving the following...
    2. SGI Network Error
      I am an engineer trying to get a SGI box (Octane 2 / 6.5) up on the network and get the error TCP Error: Network is unreachable .... when I bring...
    3. Network error message
      Open a command line and cd to your \windows\system32 directory. Enter the following commands regsvr32 netshell.dll regsvr32 ole32.dll then...
    4. Network is Busy Error
      Hi All, Im running a ASP & Access DB application that im developing off my local Windows 2000 Pro machine (i.e. not server) Im starting to hit...
    5. Network Error
      Hi, im not sure what happened but thismorning my network gave up and died. I was on my laptop (Gateway) and I dont think i created it but all of a...
  3. #2

    Default Re: asp/database on network error

    This article should contain your answer:
    [url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;253580[/url]

    The IUSR_MYSERVER account needs to be a domain account, not local, in order
    to access the remote database. In addition, it needs Change permissions
    (read/write) on the folder containing the database, not just the database
    itself. It needs to be able to create, write to, and delete lock files
    (.ldb) in that folder.

    HTH,
    Bob Barrows

    Norm wrote:
    > Using NT4.0 sp6, IIS4, Access2002
    > Mercy if this has been answered a hundred times. I've googled and
    > I've found some information on aspfaq.com which pertained to Win2000,
    > but the principles seemed the same. So far no solution.
    >
    > I use asp to search a database on my Web server. While I can connect
    > and search a database that exists on my web server, I can't seem to
    > use this process on another database which is on another server. The
    > error is at the bottom of this email and seems to be permissions
    > related.
    >
    > I'm using IUSR_MYSERVER on the web server for Anonymous Access /
    > Authentication.
    >
    > On the server that holds the Access database, I've given user,
    > IUSR_MYSERVER the appropriate read/write permissions.
    >
    > I can log on as IUSR_MYSERVER onto a workstation and get the database
    > and open it with Access using the same UNC path which shows in the
    > error(below).
    >
    > And yet I'm getting this error (below)-
    > Any thoughts or help?
    > Thanks
    > Norm
    > ################################################## #
    > Microsoft JET Database Engine error '80004005'
    >
    > The Microsoft Jet database engine cannot open the file
    > '\\myserver\test data\Registrar\Access2002\studentcourses2002.mdb'.
    > It is already opened exclusively by another user, or you need
    > permission to view its data.
    >
    > /mmaonly/studentsearch.asp, line 20
    > ################################################## ##

    Bob Barrows Guest

  4. #3

    Default Re: asp/database on network error

    Gosh - I printed followed that KB253580 article to the letter and am still
    getting the same error. Grrrrrrr.

    I'm double checking everything now, but any other thoughts as how to
    approach this????

    Thanks
    Norm

    "Bob Barrows" <reb_01501@yahoo.com> wrote in message
    news:um7s0uJeDHA.1760@TK2MSFTNGP09.phx.gbl...
    > This article should contain your answer:
    > [url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;253580[/url]
    >
    > The IUSR_MYSERVER account needs to be a domain account, not local, in
    order
    > to access the remote database. In addition, it needs Change permissions
    > (read/write) on the folder containing the database, not just the database
    > itself. It needs to be able to create, write to, and delete lock files
    > (.ldb) in that folder.
    >
    > HTH,
    > Bob Barrows
    >
    > Norm wrote:
    > > Using NT4.0 sp6, IIS4, Access2002
    > > Mercy if this has been answered a hundred times. I've googled and
    > > I've found some information on aspfaq.com which pertained to Win2000,
    > > but the principles seemed the same. So far no solution.
    > >
    > > I use asp to search a database on my Web server. While I can connect
    > > and search a database that exists on my web server, I can't seem to
    > > use this process on another database which is on another server. The
    > > error is at the bottom of this email and seems to be permissions
    > > related.
    > >
    > > I'm using IUSR_MYSERVER on the web server for Anonymous Access /
    > > Authentication.
    > >
    > > On the server that holds the Access database, I've given user,
    > > IUSR_MYSERVER the appropriate read/write permissions.
    > >
    > > I can log on as IUSR_MYSERVER onto a workstation and get the database
    > > and open it with Access using the same UNC path which shows in the
    > > error(below).
    > >
    > > And yet I'm getting this error (below)-
    > > Any thoughts or help?
    > > Thanks
    > > Norm
    > > ################################################## #
    > > Microsoft JET Database Engine error '80004005'
    > >
    > > The Microsoft Jet database engine cannot open the file
    > > '\\myserver\test data\Registrar\Access2002\studentcourses2002.mdb'.
    > > It is already opened exclusively by another user, or you need
    > > permission to view its data.
    > >
    > > /mmaonly/studentsearch.asp, line 20
    > > ################################################## ##
    >
    >

    Norm Guest

  5. #4

    Default Re: asp/database on network error

    Nope - I've never attempted to use a Jet database on another machine. AFAIK,
    if you do everything that article tells you to do, you should be able to
    connect.

    Sorry,
    Bob Barrows
    Norm wrote:
    > Gosh - I printed followed that KB253580 article to the letter and am
    > still getting the same error. Grrrrrrr.
    >
    > I'm double checking everything now, but any other thoughts as how to
    > approach this????
    >
    > Thanks
    > Norm
    >
    > "Bob Barrows" <reb_01501@yahoo.com> wrote in message
    > news:um7s0uJeDHA.1760@TK2MSFTNGP09.phx.gbl...
    >> This article should contain your answer:
    >> [url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;253580[/url]
    >>
    >> The IUSR_MYSERVER account needs to be a domain account, not local,
    >> in order to access the remote database. In addition, it needs Change
    >> permissions (read/write) on the folder containing the database, not
    >> just the database itself. It needs to be able to create, write to,
    >> and delete lock files (.ldb) in that folder.
    >>
    >> HTH,
    >> Bob Barrows
    >>
    >> Norm wrote:
    >>> Using NT4.0 sp6, IIS4, Access2002
    >>> Mercy if this has been answered a hundred times. I've googled and
    >>> I've found some information on aspfaq.com which pertained to
    >>> Win2000, but the principles seemed the same. So far no solution.
    >>>
    >>> I use asp to search a database on my Web server. While I can connect
    >>> and search a database that exists on my web server, I can't seem to
    >>> use this process on another database which is on another server.
    >>> The error is at the bottom of this email and seems to be
    >>> permissions related.
    >>>
    >>> I'm using IUSR_MYSERVER on the web server for Anonymous Access /
    >>> Authentication.
    >>>
    >>> On the server that holds the Access database, I've given user,
    >>> IUSR_MYSERVER the appropriate read/write permissions.
    >>>
    >>> I can log on as IUSR_MYSERVER onto a workstation and get the
    >>> database and open it with Access using the same UNC path which
    >>> shows in the error(below).
    >>>
    >>> And yet I'm getting this error (below)-
    >>> Any thoughts or help?
    >>> Thanks
    >>> Norm
    >>> ################################################## #
    >>> Microsoft JET Database Engine error '80004005'
    >>>
    >>> The Microsoft Jet database engine cannot open the file
    >>> '\\myserver\test data\Registrar\Access2002\studentcourses2002.mdb'.
    >>> It is already opened exclusively by another user, or you need
    >>> permission to view its data.
    >>>
    >>> /mmaonly/studentsearch.asp, line 20
    >>> ################################################## ##

    Bob Barrows 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