将用户添加为网站所有者时出现 SharePoint 错误

发布于 2024-07-29 13:07:44 字数 970 浏览 7 评论 0原文

我有一个 MOSS 2007 网站,我是该网站的管理员。 在网站的“人员和组”区域中,我尝试将用户添加为网站所有者。 在“添加用户”页面上,我添加用户名并单击“确定”,之后我收到了这个完全无用的错误:

HRESULT 异常:0x80040E37
在 Microsoft.SharePoint.Library.SPRequestInternalClass.UpdateMembers(字符串 bstrUrl、Guid& pguidScopeId,Int32 lGroupID、Int32 lGroupOwnerId、Object& pvarArrayAdd、对象& pvarArrayAddIds, 对象& pvarArrayLoginsRemove,对象& pvarArrayIdsRemove,布尔值 b发送电子邮件)于 Microsoft.SharePoint.Library.SPRequest.UpdateMembers(字符串 bstrUrl、Guid& pguidScopeId,Int32 lGroupID、Int32 lGroupOwnerId、Object& pvarArrayAdd、对象& pvarArrayAddIds, 对象& pvarArrayLoginsRemove,对象& pvarArrayIdsRemove,布尔值 b发送电子邮件)

我使用 WinDbg 来查看是否可以获得更有意义的错误消息,但没有得到任何有用的结果。 我还对所使用的调用运行了 SQL 配置文件,但同样,没有显示任何真正结论性的内容。

如果有帮助的话,该站点最近是从另一台服务器上执行的备份恢复的。 恢复后网站本身运行良好,只是这一点似乎被破坏了。

谁能帮我这个?

干杯。 贾斯。

I have a MOSS 2007 site which I'm an admin for. In the 'People and Groups' area for a site, I'm trying to add a user as a site owner. On the 'Add User' page, I add the name of the user and click 'OK', after which I get this totally useless error:

Exception from HRESULT: 0x80040E37
at
Microsoft.SharePoint.Library.SPRequestInternalClass.UpdateMembers(String
bstrUrl, Guid& pguidScopeId, Int32
lGroupID, Int32 lGroupOwnerId, Object&
pvarArrayAdd, Object& pvarArrayAddIds,
Object& pvarArrayLoginsRemove, Object&
pvarArrayIdsRemove, Boolean
bSendEmail) at
Microsoft.SharePoint.Library.SPRequest.UpdateMembers(String
bstrUrl, Guid& pguidScopeId, Int32
lGroupID, Int32 lGroupOwnerId, Object&
pvarArrayAdd, Object& pvarArrayAddIds,
Object& pvarArrayLoginsRemove, Object&
pvarArrayIdsRemove, Boolean
bSendEmail)

I've used WinDbg to see if I could get a more meaningful error message, but nothing useful came out of that. I also ran an SQL profile on the calls used, but again, nothing really conclusive was shown.

If it helps, this site was recently restored from a backup performed on another server. The site itself is running fine after being restored, it's just this bit which seems to be broken.

Can anyone help me with this?

Cheers.
Jas.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

紫竹語嫣☆ 2024-08-05 13:07:44

听起来也许 stsadm -backup 和 -restore 用于从另一个场移动站点? 这曾经导致各种难以调试的问题,并且直到四月累积更新(SP2 之后发布)才得到解决。 您知道您的两台服务器是否都安装了四月累积更新吗?

It sounds like maybe stsadm -backup and -restore were used to move the site from another farm? This used to cause a variety of hard-to-debug issues, and was only addressed as of the April Cumulative Update (released right after SP2). Do you know if both your servers have the April Cumulative Update installed?

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