CU升级后不正确的SharePoint 2013构建版本
我通过从官方微软下载网站下载软件包修补了201 2013年3月的SharePoint 2013农场
I patched the SharePoint 2013 farm with March 2018 CU by downloading the package from official Microsoft download site
KB4018302
KB4018302
安装和PSConfig成功后,当我转到农场页面中的管理服务器或通过powershell检查版本时,它显示我
After the installation and PSConfig was successful when I go to Manage Servers in farm page or check the version through powershell it shows me
根据MS文章@ 2018年3月13日,SharePoint Enterprise Server 2013的累积更新
(KB4018302)应该是15.0.5015.1002
Whereas as per the MS article @ March 13, 2018, cumulative update for SharePoint Enterprise Server 2013 (KB4018302) it should have been 15.0.5015.1002
请指出原因。
Best问候,
Vaibhav Antriwale
Vaibhav Antriwale
你可以查看的东西很少,
如果通过powershell查看版本内部版本号是什么?
1.运行如下PS命令
(Get-SPFarm).BuildVersion
2.导航至Central Admin - > system Settings->管理此服务器场中的服务器 - >检查配置数据库版本是否已更新
3.检查中央管理员>升级和迁移>检查产品和补丁安装状态 - >确保安装了最新的CU。
4.请参阅运行此命令
Get-SPServer |其中{
Few things you can check,
Whats the version build number, if you check via powershell?
1. Run below PS command
(Get-SPFarm).BuildVersion
2. Navigate to Central Admin ->system Settings->Manage servers in this farm->Check whether the Configuration database version is updated or not
3. Check Central admin > Upgrade and migration > Check product and patch installation status-> make sure latest CU installed.
4. See running this command
Get-SPServer | Where{
_.NeedsUpgrade -eq
_.NeedsUpgrade -eq
true}
确保遗漏安装二进制文件。
4.检查运行psconfig vis命令是否有帮助,而不是向导。
true}
Make sure missing binaries are installed.
4. Check if running psconfig vis command helps, instead of wizard.
-Ashok Yadala
-Ashok Yadala