(MS) WebDav 错误列表在哪里?

发布于 2024-11-26 02:29:18 字数 792 浏览 3 评论 0原文

使用带有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

聊慰 2024-12-03 02:29:18

我没有链接回答我自己的问题,但为了防止它对其他人有帮助,我找到了几个页面,详细介绍了扩展 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文