I'm having a problem with my test server where I get the following message
when i run a simple test app created in VisualStudio.net:
The Microsoft Jet database engine cannot open the file
'E:\WebSites\DamarStone\db\damarstone.mdb'. It is already opened exclusively
by another user, or you need permission to view its data.
I know i need to change a permission. The question is which one and wher do
i find it?
thank oyu
kes

db file lock problem, permissions help by Elton

Elton
Wed Jan 26 13:11:51 CST 2005

Hi Kurt,

Grant Read, Write, and Modify permissions of the db file
to ASPNET account.

Hope it helps,

Elton Wang
elton_wang@hotmail.com

>-----Original Message-----
>I'm having a problem with my test server where I get the
following message
>when i run a simple test app created in VisualStudio.net:
>The Microsoft Jet database engine cannot open the file
>'E:\WebSites\DamarStone\db\damarstone.mdb'. It is already
opened exclusively
>by another user, or you need permission to view its data.
>I know i need to change a permission. The question is
which one and wher do
>i find it?
>thank oyu
>kes
>.
>

Re: db file lock problem, permissions help by Paul

Paul
Wed Jan 26 14:52:44 CST 2005

On Wed, 26 Jan 2005 07:55:43 -0800, "Kurt Schroeder" <KurtSchroeder@discussions.microsoft.com>
wrote:

¤ I'm having a problem with my test server where I get the following message
¤ when i run a simple test app created in VisualStudio.net:
¤ The Microsoft Jet database engine cannot open the file
¤ 'E:\WebSites\DamarStone\db\damarstone.mdb'. It is already opened exclusively
¤ by another user, or you need permission to view its data.
¤ I know i need to change a permission. The question is which one and wher do
¤ i find it?
¤ thank oyu
¤ kes

In you're not using impersonation it's the ASPNET account under Windows 2000 and NetworkService
under Windows 2003 Server.


Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)