File is locked for editing

简介:
本文出自Simmy的个人blog:西米在线   http://simmyonline.com/archives/475.html
 
用户在编辑share drive上的Excel文档时时常会收到这种错误。而实际情况经常是误报,用户没有在编辑,这可能是文件服务器同步的一个延时导致的。只能手工去断开连接。
1. Quote:
On the server, right-click on My Computer, then select Manage, expand Shared Folders, and click on Open Files. There you'll see a list of files on the server that are currently
opened by other computers on your network. That'll tell you the User who has the file open. You'll need to then click on Sessions to see what computer(s) that user is connecting from.

From there you could use taskkill to kill the program on the remote computer

2. Quote:
TASKKILL /S computername /U domain\username /IM EXCEL.EXE





















本文转simmy51CTO博客,原文链接:http://blog.51cto.com/helpdesk/180928 ,如需转载请自行联系原作者
相关文章
|
7月前
|
JavaScript
Error loading saved preferences: ~/.vuerc may be corrupted or have syntax errors. Please fix/delete
Error loading saved preferences: ~/.vuerc may be corrupted or have syntax errors. Please fix/delete
|
开发工具 网络虚拟化
Finished, saving caches
Finished, saving caches
Finished, saving caches
|
SQL 关系型数据库
ORA-01336: specified dictionary file cannot be opened
这篇介绍使用Logminer时遇到ORA-01336: specified dictionary file cannot be opened错误的各种场景   1:dictionary_location参数的路径最后多了一个/符号。
1337 0
|
Shell Linux 网络安全
|
关系型数据库 数据库管理 Oracle
Latex "Error: File ended while scanning use of \@xdblarge"
Latex 编译时出现   Error: File ended while scanning use of \@xdblarge"   是因为少了一个 }...
2497 0

热门文章

最新文章