修复 SCCM Bgbisapi.msi 安装错误: 指南和解决方案.
信息 ID: 4951 error SMS_NOTIFICATION_SERVER
站点组件管理器无法安装此组件, 因为该组件的 Microsoft 安装程序文件 (bgbisapi.msi) 无法安装.
请参阅 BgbSetup.log, bgbisapimsi.log, as well as the ConfigMgr Documentation and the Microsoft Knowledge Base for further information.
<02/08/19 20:50:12> CTool::RegisterComPlusService: run command line: "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegSvcs.exe" /u "C:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll"
<02/08/19 20:50:14> CTool::RegisterComPlusService: Failed to unregister C:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll with .Net Fx 4.0
<02/08/19 20:50:14> DeleteBgbServerApplication: failed to find the application
<02/08/19 20:50:14> CTool::RegisterComPlusService: run command line: "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegSvcs.exe" /extlb /tlb:"C:\Program Files\SMS_CCM\microsoft.configurationmanager.bgbserverchannel.tlb" "C:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll"
<02/08/19 20:50:17> Successfully registered BGB server channel DLL C:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll
<02/08/19 20:50:17> CTool::InstallManagedAssembly: run command line: "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe" "C:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll"
<02/08/19 20:50:20> Successfully installed BGB server channel DLL C:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll
<02/08/19 20:50:20> ConfigureBgbServerApplication: failed to create service for the application with the error 0x80070430
<02/08/19 20:50:20> Failed to configure BGB server application with the error 0x80070430
<02/08/19 20:50:20> Fatal MSI Error - bgbisapi.msi could not be installed.
<02/08/19 20:50:20> ~RoleSetup().
要解决此问题,您需要将以下代码添加到两者中 安装实用程序 和 注册表服务程序 (尝试仅编辑第二个文件) .配置 文件. 我建议您在添加代码之前备份文件.
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
1) 导航至 C:\WindowsMicrosoft.NETFramework64v4.0.30319.
2) 找到并打开名为 regsvcs.exe 的 XML 类型配置文件. 您可以使用记事本应用程序打开它.
3) 添加如下截图所示的代码.
4) 重复同样的操作 安装实用程序.exe.config 文件.
笔记: you can get error when try to save this file, 但没有这个文件应该可以工作.
5) 完成后打开 服务.msc > 重新启动 分布式事务协调器 服务. 还要重新启动 SMS_SITE_COMPONENT_MANAGER 一次.
不起作用,因为我被告知尝试保存任一文件时访问被拒绝
你好, 下一步尝试:
1. 将文件复制到桌面 (举个例子);
2. 根据需要编辑文件;
3. 将编辑后的文件复制到目标文件夹
谢谢 – 这对我的管理点之一很有用. 但事实上,在一切完成之前,国会议员也必须重新启动, 也许某处挂着什么东西.
非常感谢,更新后出现了这个问题,这解决了它