之前安装了SFB 2015标准版,但是没有安装归档据库,现在打算重新安装。环境中安装的是默认自带的SQL EXPRESS。

继续安装向导,安装SQL数据库。但是在最后的时候遇到了问题。

安装向导报错

Command execution failed:SQL Server Agent is not supported on this edition of SQL Server.

Skype for Business server 数据库安装

但是,这是用之前的安装文件安装的,而且自带的SQL文件,不可能是版本不兼容。

花了很多时间,最后运行以下命令解决,数据库实例安装完毕,发布新拓扑就可以了。

Set-CsUserReplicatorConfiguration -Identity global -ADDomainNamingContextList $Null

相关文章:

  • 2021-08-10
  • 2021-08-25
  • 2021-06-17
  • 2021-05-13
  • 2021-05-10
  • 2021-09-09
  • 2021-08-11
  • 2021-06-27
猜你喜欢
  • 2021-04-11
  • 2021-04-30
  • 2021-07-06
  • 2021-11-05
  • 2021-12-09
  • 2021-12-04
相关资源
相似解决方案