Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > microsoft jet database engine cannot open the file

Reply
Thread Tools

microsoft jet database engine cannot open the file

 
 
snazzy
Guest
Posts: n/a
 
      11-07-2008
I have created an web application using Visual Studio 2008. The application
works OK in Debug. However it does not work after publish. The following
message appers "The Microsoft Jet database engine cannot open the file
'\\192.168.0.2\Test\Test.mdb'. It is already opened exclusively by another
user or you need permission to view its data".
 
Reply With Quote
 
 
 
 
Daniel Crichton
Guest
Posts: n/a
 
      11-07-2008
snazzy wrote on Fri, 7 Nov 2008 09:07:01 -0800:

> I have created an web application using Visual Studio 2008. The
> application works OK in Debug. However it does not work after
> publish. The following message appers "The Microsoft Jet database
> engine cannot open the file '\\192.168.0.2\Test\Test.mdb'. It is
> already opened exclusively by another user or you need permission to
> view its data".


Either another user has the mdb file open in exclusive mode, or the user
account the web page is running under doesn't have permission to read the
file.

As you're using Visual Studio 2008, are you using ASP.NET? If so, this is
the wrong group, this is for "classic" ASP. Try
microsoft.public.dotnet.framework.aspnet instead.

--
Dan


 
Reply With Quote
 
 
 
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      11-07-2008
snazzy wrote:
> I have created an web application using Visual Studio 2008. The
> application works OK in Debug. However it does not work after
> publish. The following message appers "The Microsoft Jet database
> engine cannot open the file '\\192.168.0.2\Test\Test.mdb'. It is
> already opened exclusively by another user or you need permission to
> view its data".


It's the same answer regardles of whether it's classic ASP or ASP.Net:
All users of an Access database require Modify permissions for the folder
containing the database file. If not, multi-user activity will not be
allowed.

--
Microsoft MVP - ASP/ASP.NET - 2004-2007
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xffc Thread 0x228 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 0 03-30-2006 03:16 PM
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x8fc Thread 0x934 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 1 03-24-2006 04:20 PM
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x8fc Thread 0x934 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 0 03-24-2006 02:22 PM
The Microsoft Jet database engine cannot open the file... =?Utf-8?B?TmVhbA==?= ASP .Net 3 09-02-2005 01:57 PM
The Microsoft Jet database engine cannot open the file =?Utf-8?B?RGF2ZQ==?= ASP .Net 6 08-05-2005 01:06 PM



Advertisments
 



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