(MS) WebDav 错误列表在哪里?
使用带有 PUT 动词的 WebRequest 将文件上传到 Sharepoint 2010 列表时出现以下错误。
X-MSDAVEXT_Error:327704; Unable%20to%20complete%20this%20operation%2e%20%20Please%20contact%20your%20administrator%2e
几乎没有关于该特定错误代码 (327704) 的信息。我找到了 Microsoft 的以下页面,其中表示由于现有的 HTTP 错误不足以处理所有文件操作场景,因此他们创建了 MSDAVEXT 错误。
http://msdn.microsoft.com/en- us/library/cc250064(v=prot.10).aspx
但是,在谷歌搜索两个小时后,我找不到该错误的描述,也找不到他们认为的任何扩展错误 处理。
这里有一个MS WebDav实现索引的链接,当然,E字母下面的“Errors”链接不是链接。
http://msdn.microsoft.com/en- us/library/cc250260(v=PROT.10).aspx
有谁知道这些扩展错误,或者知道我在哪里可以找到有关此问题的更多信息?谢谢 。
I'm getting the following error when uploading a file to a Sharepoint 2010 list, using a WebRequest with the PUT verb.
X-MSDAVEXT_Error: 327704; Unable%20to%20complete%20this%20operation%2e%20%20Please%20contact%20your%20administrator%2e
There is pretty much no information about that specific error code (327704). I came up with the following page by Microsoft, which says that due to the existing HTTP errors not being enough to handle all file operation scenarios, they created that MSDAVEXT error.
http://msdn.microsoft.com/en-us/library/cc250064(v=prot.10).aspx
However, after googling for two hours, I cannot find a description of that error, or ANY of the extended errors they supposedly handle.
Here's a link to the MS WebDav implementation index, and of course, the "Errors" link under the E letter is not a link.
http://msdn.microsoft.com/en-us/library/cc250260(v=PROT.10).aspx
Does anyone know about these extended errors, or know where I can find more information about this? Thanks .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有链接回答我自己的问题,但为了防止它对其他人有帮助,我找到了几个页面,详细介绍了扩展 WebDAV 错误组/范围的一般原因,它们在这里:
最初的链接包含在我的问题中:
MS-WDV - 扩展错误处理
MS-WEBDAVE - 当前定义的WebDAV扩展错误
WEBDAV 协议状态代码
为什么“当前定义WebDAV 扩展错误与扩展错误处理无关,它甚至没有详细说明每个错误代码,但我仍然无法访问 Sharepoint。日志以查看记录的错误是否确实提供了有关实际服务器问题的更多信息,但我希望这对某人有帮助。
I don't link answering my own questions, but just in case it helps anyone else, I was able to find a couple of pages that detail just the general cause of groups/ranges of Extended WebDAV errors, here they are:
The link originally included in my question:
MS-WDV - Extended Error Handling
MS-WEBDAVE - Currently defined WebDAV Extended Errors
WEBDAV Protocol Status Codes
WHY the "Currently defined WebDAV extended errors is not linked from the Extended Error Handling is beyond me. It does not even detail each error code, but a "range of them". I still don't have access to the Sharepoint logs as to see if the logged error does indeed give more information about the actual server problem, but I hope this helps someone.