标签:先决条件 条件 please 51cto 主站点 fail 相关 参考 attaching
SCCM2002版本,独立主站点扩展管理中心点过程中,
在先决条件检查过后安装中报错,ConfigMgrSetup日志故障提示
ERROR: Primary site has authentication level explicitly defined. This will block adding CAS to the environment.
ERROR: Primary site has authentication level configured. Please contact Microsoft support to resolve the issue.
在独立主站点执行SQL语句,执行语句建议备份下数据库以备后用。
DELETE p
FROM SC_GlobalProperty p
INNER JOIN SC_GlobalProperty_Property gp ON p.ID = gp.GlobalPropertyID AND gp.Name=N‘{3B1F3900-A186-11d0-BDA9-00A0C909FDD7} Authentication‘
然后再重新安装扩展管理中心点
SCCM2002版本,独立主站点扩展管理中心点提示身份验证错误
标签:先决条件 条件 please 51cto 主站点 fail 相关 参考 attaching
原文地址:https://blog.51cto.com/1233700/2509842