无法使用'';文件已在使用中。 [英] Could not use ''; file already in use.

查看:79
本文介绍了无法使用'';文件已在使用中。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到消息:''无法使用'''';文件已经在使用。''在我的页面上如果我

我在数据库中工作。我曾经能够在数据库中工作(Access)

并且用户使用该网站,但我尝试从

VStudio 2k3安装远程调试工具,从那时起它就有了被搞砸了。


拜托,这对我们来说非常重要。如果网站上有两个人或两个人,那么我们就会出现错误。

I get the message: ''Could not use ''''; file already in use.'' on my pages if I
am working in the database. I used to be able work in the database (Access)
and users use the site, but I tried to install Remote Debugging tools from
VStudio 2k3 and since then it has been messed up.

Please, this is very important for us to fix. We are having errors if two or
more people are on the site at the same time.

推荐答案

Mark Mark,


此错误通常发生在Windows NT,Windows 2000或Windows XP上,并且

可能由以下任何一种情况引起:


- 数据库文件或数据库文件夹没有必要的安全性

写入或删除由Microsoft Access创建的.ldb文件的权限

打开数据库时

- 数据库文件没有足够的安全权限或写入更新数据时要修改的
权限。 Web服务器将Web浏览器视为Internet用户(IUSR或ASPNET帐户。

取决于Web应用程序的配置)。此用户需要

对数据库文件和数据库文件夹具有写入权限。


有关可能的解决方案,请查看以下URL:

http://support.codecharge.com/ kb_art ... p?article_id = 4


如果问题仍然存在,有一个工具可以让你识别

any提供拒绝访问权限的特定文件或文件夹。该工具是名为FileMon的


http://www.sysinternals.com/ntw2k/source/filemon.shtml

Filemon使用简单,并显示文件访问权限所有种类。尝试

在捕获事件时重现错误,并希望找到一些

" access denied"日志中的消息。


注意:

本文中讨论的第三方产品是公司制造的
这是独立于微软的。 Microsoft

对这些产品的性能或

可靠性不做任何暗示或其他保证。


我希望它有所帮助。


祝你好运


Jacob Yang

微软在线合作伙伴支持

获取安全! - www.microsoft.com/security

发布是按原样提供的。没有保证,也没有赋予任何权利。

Hi Mark,

This error usually happens on Windows NT, Windows 2000 or Windows XP and
may be caused by any of the following conditions:

- the database file or database folder doesn''t have necessary security
permissions to write to, or erase an .ldb file created by Microsoft Access
when opening the database
- the database file doesn''t have sufficient security permissions or write
permissions to be modified when updating data in it. The web browser is
seen by the web server as an Internet User (IUSR or ASPNET account. It
depends on the configurations of the web application). This user needs to
have write permission to the database file and to the database folder.

For the possible solution, please check the following URL:

http://support.codecharge.com/kb_art...p?article_id=4

If the problem still exists, there is a tool that can allow you to identify
any specific files or folders that are giving an access denied. The tool is
called FileMon.

http://www.sysinternals.com/ntw2k/source/filemon.shtml

Filemon is simple to use and will show file accesses of all kinds. Try to
reproduce the error while capturing the events and hopefully find some
"access denied" messages in the logs.

Note:
The third-party products that are discussed in this article are
manufactured by companies that are independent of Microsoft. Microsoft
makes no warranty, implied or otherwise, regarding the performance or
reliability of these products.

I hope it helps.

Best regards

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.


谢谢。这不会一直发生。在大多数情况下,这个web

应用程序可以访问数据库。只有当有2个或更多

请求访问数据库时才会收到此错误。但这并非总是如此。
并非总是如此。我确实认为这是一个安全问题,但似乎所有内容都具有正确的安全性。数据库根本不是

允许并发访问。


" Jacob Yang [MSFT]" <ジ*** @ online.microsoft.com>在消息中写道

新闻:N1 ************** @ cpmsftngxa06.phx.gbl ...
Thank you. This does not happen all the time. For the most part, this web
application can access the database. It is only when there are 2 or more
requests for access to the database that I recieve this error. But this has
not always been the case. I do believe it is a security issue, but it seems
that everything has the correct security. The database is simply not
allowing concurrent access.

"Jacob Yang [MSFT]" <ji***@online.microsoft.com> wrote in message
news:N1**************@cpmsftngxa06.phx.gbl...
嗨马克,

此错误通常发生在Windows NT,Windows 2000或Windows XP上,并且可能由以下任何一种情况引起:

- 数据库文件或数据库文件夹没有打开数据库时,没有必要的安全性来写入或删除由Microsoft Access创建的.ldb文件
- 数据库文件没有足够的安全权限或写入
更新数据时要修改的权限。 Web服务器将Web浏览器视为Internet用户(IUSR或ASPNET帐户。它取决于Web应用程序的配置)。此用户需要对数据库文件和数据库文件夹具有写入权限。

有关可能的解决方案,请查看以下URL:

http://support.codecharge.com/kb_art...p?article_id= 4

如果问题仍然存在,有一个工具可以让你
识别任何提供访问被拒绝的特定文件或文件夹。工具
称为FileMon。

http://www.sysinternals.com/ntw2k/source/filemon.shtml

Filemon易于使用,将显示各种文件访问。尝试在捕获事件时重现错误,并希望找到一些
拒绝访问。日志中的消息。

注意:
本文中讨论的第三方产品是由独立于Microsoft的公司制造的。 Microsoft
对这些产品的性能或可靠性不做任何暗示或其他保证。

我希望它有所帮助。

祝你好运< Jacob Yang
Microsoft在线合作伙伴支持
获得安全保障! - www.microsoft.com/security
此帖子提供 按原样没有保证并且没有授予任何权利。
Hi Mark,

This error usually happens on Windows NT, Windows 2000 or Windows XP and
may be caused by any of the following conditions:

- the database file or database folder doesn''t have necessary security
permissions to write to, or erase an .ldb file created by Microsoft Access
when opening the database
- the database file doesn''t have sufficient security permissions or write
permissions to be modified when updating data in it. The web browser is
seen by the web server as an Internet User (IUSR or ASPNET account. It
depends on the configurations of the web application). This user needs to
have write permission to the database file and to the database folder.

For the possible solution, please check the following URL:

http://support.codecharge.com/kb_art...p?article_id=4

If the problem still exists, there is a tool that can allow you to identify any specific files or folders that are giving an access denied. The tool is called FileMon.

http://www.sysinternals.com/ntw2k/source/filemon.shtml

Filemon is simple to use and will show file accesses of all kinds. Try to
reproduce the error while capturing the events and hopefully find some
"access denied" messages in the logs.

Note:
The third-party products that are discussed in this article are
manufactured by companies that are independent of Microsoft. Microsoft
makes no warranty, implied or otherwise, regarding the performance or
reliability of these products.

I hope it helps.

Best regards

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.



BTW,FileMon告诉我发生这种情况时会发生分享违规,

开放获取:全部


" Jacob Yang [MSFT]" <ジ*** @ online.microsoft.com>在消息中写道

新闻:N1 ************** @ cpmsftngxa06.phx.gbl ...
BTW, FileMon tells me there is a Sharing Violation when this happens, on an
Open Access: All

"Jacob Yang [MSFT]" <ji***@online.microsoft.com> wrote in message
news:N1**************@cpmsftngxa06.phx.gbl...
嗨马克,

此错误通常发生在Windows NT,Windows 2000或Windows XP上,并且可能由以下任何一种情况引起:

- 数据库文件或数据库文件夹没有打开数据库时,没有必要的安全性来写入或删除由Microsoft Access创建的.ldb文件
- 数据库文件没有足够的安全权限或写入
更新数据时要修改的权限。 Web服务器将Web浏览器视为Internet用户(IUSR或ASPNET帐户。它取决于Web应用程序的配置)。此用户需要对数据库文件和数据库文件夹具有写入权限。

有关可能的解决方案,请查看以下URL:

http://support.codecharge.com/kb_art...p?article_id= 4

如果问题仍然存在,有一个工具可以让你
识别任何提供访问被拒绝的特定文件或文件夹。工具
称为FileMon。

http://www.sysinternals.com/ntw2k/source/filemon.shtml

Filemon易于使用,将显示各种文件访问。尝试在捕获事件时重现错误,并希望找到一些
拒绝访问。日志中的消息。

注意:
本文中讨论的第三方产品是由独立于Microsoft的公司制造的。 Microsoft
对这些产品的性能或可靠性不做任何暗示或其他保证。

我希望它有所帮助。

祝你好运< Jacob Yang
Microsoft在线合作伙伴支持
获得安全保障! - www.microsoft.com/security
此帖子提供 按原样没有保证,也没有赋予任何权利。
Hi Mark,

This error usually happens on Windows NT, Windows 2000 or Windows XP and
may be caused by any of the following conditions:

- the database file or database folder doesn''t have necessary security
permissions to write to, or erase an .ldb file created by Microsoft Access
when opening the database
- the database file doesn''t have sufficient security permissions or write
permissions to be modified when updating data in it. The web browser is
seen by the web server as an Internet User (IUSR or ASPNET account. It
depends on the configurations of the web application). This user needs to
have write permission to the database file and to the database folder.

For the possible solution, please check the following URL:

http://support.codecharge.com/kb_art...p?article_id=4

If the problem still exists, there is a tool that can allow you to identify any specific files or folders that are giving an access denied. The tool is called FileMon.

http://www.sysinternals.com/ntw2k/source/filemon.shtml

Filemon is simple to use and will show file accesses of all kinds. Try to
reproduce the error while capturing the events and hopefully find some
"access denied" messages in the logs.

Note:
The third-party products that are discussed in this article are
manufactured by companies that are independent of Microsoft. Microsoft
makes no warranty, implied or otherwise, regarding the performance or
reliability of these products.

I hope it helps.

Best regards

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.



这篇关于无法使用'';文件已在使用中。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆