SharePoint 2010 未经授权的异常

发布于 2024-09-06 13:19:37 字数 217 浏览 6 评论 0原文

我试图从代码中获取搜索类别(Microsoft.Office.Server.Search.Administration.SearchServiceApplication.Schema.AllCategories)。但是它会引发我未经授权的异常(ThrowIfNotSearchAdmin)错误。

有人面对并解决过这个问题吗?在 SharePoint 2010 中哪里配置搜索管理员?

谢谢

I am trying to get search categories from the code (Microsoft.Office.Server.Search.Administration.SearchServiceApplication.Schema.AllCategories). However it throws me UnAuthorized exception( ThrowIfNotSearchAdmin) error.

Has anybody faced and resolved this? Where to configure search administrator in SharePoint 2010?

Thanks

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

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

发布评论

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

评论(2

伤感在游骋 2024-09-13 13:19:37

您是否尝试过调用 SPSecurity.RunWithElevatedPrivileges( )

Have you tried to call the code within SPSecurity.RunWithElevatedPrivileges()?

因为看清所以看轻 2024-09-13 13:19:37

你应该去

CA>管理服务申请>单击“搜索服务应用程序”行以将其选中。

在功能区中单击管理员并添加将用于创建搜索类别的用户(如果您使用SPSecurity.RunWithElevatedPrivileges,那么它应该是您的应用程序池帐户)!

You should go to

CA > Manage Service Application > Click on Search Service Application line to get it selected.

In a ribbon click Administrators and add the user which is going to be used to create search categories (if you use SPSecurity.RunWithElevatedPrivileges then it should be your Application Pool Account)!

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