【发布时间】:2015-04-05 07:23:55
【问题描述】:
我有一个使用 InfoPath 修改的 SharePoint 2013 列表。直到今天一切正常,我不得不做一些修改。发布更改时出现以下错误。
Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.
<detail><errorstring xmlns="http://schemas.microsoft.com/sharepoint/soap/">
List does not exist.
The page you selected contains a list that does not exist. It may have been deleted by another user.
</errorstring><errorcode xmlns="http://schemas.microsoft.com/sharepoint/soap/">0x82000006</errorcode></detail>
如果有解决方法,请告诉我。
【问题讨论】:
-
复制+粘贴 InfoPath 中的列表 url 到浏览器并检查是否正确,也可以在 sharepoint 服务器上尝试 iisreset。
-
它没有帮助,尽管表单(元数据)中的主要数据连接有一个不构成有效 URL 的列表 ID。既然表单是最初发布的并且是有效的,为什么现在它会抛出错误?
-
可能是 infoPath xml 坏了,我不记得主连接上的 GUID,尝试重新创建到列表的主连接,或者尝试用记事本打开 infoPath 表单,看看里面有什么问题。跨度>
标签: sharepoint sharepoint-2013 infopath infopath2010