网站首页/办公软件列表/内容

SharePoint Error - The current user is not an SharePoint Server farm administrator

办公软件2024-02-09阅读
SharePoint发行版本有SharePoint2003、SharePoint2007、Sharepoint 2010、SharePoint2013和SharePoint2016。SharePoint提供了功能强大的团队协作环境,使得组织能够在整个组织内部实现整合、组织、查找和提供 SharePoint站点。

错误截图

SharePoint Error - The current user is not an SharePoint Server farm administrator_本站

错误日志

位置:C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\LOGS?

主要错误

The current user is not an SharePoint Server farm administrator.

SharePoint Error - The current user is not an SharePoint Server farm administrator_本站

处理过程

查看了当前User确实不是场管理员,但是尝试换了场管理员也不好用,因为是代码Call管理中心的Job,所以提权操作了,应该以系统账号去操作;

而且,Production没有问题,但是UAT始终报错,经过不懈的谷歌,发现是由于对象模型不允许远程调用造成的,需要执行一条PowerShell命令。

命令

[System.Reflection.Assembly]::LoadFile("C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.dll")

$contentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService

$contentService.RemoteadministratorAccessDenied = $false

$contentService.Update()

SharePoint Error - The current user is not an SharePoint Server farm administrator_本站?

执行完毕,就发现页面可以正常打开了。


Sharepoint 可以帮助企业用户轻松完成日常工作。

……

相关阅读