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 ,如需转载请自行联系原作者
相关文章
|
存储 算法 Python
Crystallographic Information File
Crystallographic Information File(CIF)是一种用于存储晶体结构信息的标准文件格式,通常用于存储X射线衍射、中子衍射、电子衍射等晶体结构分析的数据。CIF文件包含了晶胞参数、原子坐标、晶体对称性等结构信息,是进行晶体结构分析和制备的基础数据。
561 1
|
开发工具 网络虚拟化
Finished, saving caches
Finished, saving caches
Finished, saving caches
|
Linux Shell 网络安全
|
Shell Linux 网络安全
|
关系型数据库 数据库管理 Oracle
Latex "Error: File ended while scanning use of \@xdblarge"
Latex 编译时出现   Error: File ended while scanning use of \@xdblarge"   是因为少了一个 }...
2483 0