最近准备安装一套SharePoint 2016试用,途中遇到了一些问题,所以记录一下 由于网络原因,我是通过离线安装的
1、安装App Fabric失败,缓存服务和托管服务都装不上
解决方案:使用命令行安装 .\WindowsServerAppFabricSetup_x64.exe /i CacheClient","CachingService","CacheAdmin /gac
2、安装完成,运行SharePoint config时,在第三步创建配置数据库时失败,提示 “配置数据库时出错:未能加载一个或多个类型“,但是实际上数据库中config db已经创建出来了
An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown. Additional exception information: One or more types failed to load. Please refer to the upgrade log for more details
解决方案:卸载掉之前装的wcf dataservice,使用Powershell安装:prequisiteinstaller.exe /wcfdataservices56:<location of WcfDataServices.exe>
ps:若是config db都没创建出来,可能是权限问题

浙公网安备 33010602011771号