MOSS 将文件上传到库时出错且自定义元数据未更新
MOSS 2007 SP2 64 位。多服务器安装。
如何找出在哪里可以找到我遇到的文档库上传错误?
我有一个附加了自定义工作流程的文档库,在上传过程中将有一个 PDF 文档 OCR。该库具有一些来自内容类型的自定义元数据字段,这些字段在上传过程中公开。作为工作流程的一部分,它对 PDF 文档进行 OCR 并将其放回库中并保持版本 1。在上传过程中,我收到 PDF 文档错误,但正在上传文档,并且元数据字段未获取根据用户输入进行更新。以下是我收到的精彩错误消息。我尝试查看日志,但没有看到与此错误相关的任何内容。
返回网站
错误
文件 0746850076 Workers Compensation/a.pdf 已由 DOMAIN\user 于 2009 年 10 月 14 日 11:05:44 -0400 修改。
解决 Windows SharePoint Services 问题。
MOSS 2007 SP2 64 bit. Multi-server install.
How do I figure out the where to find the document library upload error I am getting?
I have document library with a custom workflow attached that will have a PDF document OCR'd during the upload. This library has some custom meta data fields from a content type that are exposed during the upload. As part of the workflow it OCR's the PDF doc and puts it back into the library and keeps it at version 1. During the upload I am getting an error for the PDF documents but it is uploading the document and the meta data fields are not getting updated with the user input. Below is the wonderful error message I get back. I have tried looking at the logs and I am not seeing anything pertaining to this error.
Go back to site
Error
The file 0746850076 Workers Compensation/a.pdf has been modified by DOMAIN\user on 14 Oct 2009 11:05:44 -0400.
Troubleshoot issues with Windows SharePoint Services.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
确保当前用户拥有适当的权限,并且您没有与其他用户发生访问冲突。听起来像是并发问题。确保正确锁定到位应该可以消除您的麻烦
Make sure the current user has proper rights and that you're not having an access collision with another user. Smells like a concurrency issue. Ensuring that you have proper locking in place should eliminate your woes
您可能遇到了并发问题;当您更新某些元数据并且该文档已被其他人(有时甚至是您)修改时,会出现此消息。
在更改元数据之前,请尝试重新加载 SPLIstItem/SPFile 对象以反映最实际的元数据值。
You probably is running into a concurrency issue; this message occurs when you do update some metadata and that document already has been modified by someone else (sometimes even you).
Before changing your metadata, try to reload your SPLIstItem/SPFile object to reflect your most actual metadata values.