Re: Access / Security
From: Dthmtlgod (dougvandermark_at_netzero.net)
Date: 12/03/04
- Next message: David: "Re: HTTP 500.100"
- Previous message: Ray Costanzo [MVP]: "Re: Access / Security"
- In reply to: Dthmtlgod: "Re: Access / Security"
- Next in thread: Ray Costanzo [MVP]: "Re: Access / Security"
- Reply: Ray Costanzo [MVP]: "Re: Access / Security"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 3 Dec 2004 10:46:06 -0500
Here is the error and connection string
The Microsoft Jet database engine cannot open the file
'\\ws\c$\inetpub\wwwroot\database\cxc.mdb'. It is already opened exclusively
by another user, or you need permission to view its data.
/cxc/missing_p.asp, line 29
27 Set Conn = Server.CreateObject("ADODB.Connection")
28 Conn.Provider = "Microsoft.Jet.OLEDB.4.0"
29 Conn.Open \\ws\c$\inetpub\wwwroot\database\cxc.mdb
"Dthmtlgod" <dougvandermark@netzero.net> wrote in message
news:uw6lm4U2EHA.3616@TK2MSFTNGP11.phx.gbl...
> No, the DB is not opened.
>
> I am using Integrated Windows authentication. All users are on Active
> Directory.
>
>
> "Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
> message news:Ot5R31U2EHA.1076@TK2MSFTNGP09.phx.gbl...
> > Is it opened exclusively by someone else?
> >
> > Does your site authenticate your users against a Windows account
database
> > (i.e. Active Directory). If so, do your users have proper NTFS
> permissions
> > on the ~directory~ in which the database resides?
> >
> > If not authenticating, does IUSR_yourServer have NTFS permissions?
> >
> > Ray at work
> >
> > "Dthmtlgod" <dougvandermark@netzero.net> wrote in message
> > news:eRXtVzU2EHA.2112@TK2MSFTNGP15.phx.gbl...
> > > OK. I have rolled out my simple ASP site, just updates a few fields
in
> a
> > > database, it works fine for administrators, but the local users are
> > getting
> > > a page can't be displayed error stating the database is opened
> exclusively
> > > (this is not the case) or they don't have rights. The database s
shared
> > to
> > > everyone as well as the actual web server.
> > >
> > > Any ideas?
> > >
> > >
> > >
> >
> >
>
>
- Next message: David: "Re: HTTP 500.100"
- Previous message: Ray Costanzo [MVP]: "Re: Access / Security"
- In reply to: Dthmtlgod: "Re: Access / Security"
- Next in thread: Ray Costanzo [MVP]: "Re: Access / Security"
- Reply: Ray Costanzo [MVP]: "Re: Access / Security"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|