Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Fixing SCCM Bgbisapi.msi Installation Error: Guide and Solutions

Fixing SCCM Bgbisapi.msi Installation Error: Guide and Solutions.

Message ID: 4951 error SMS_NOTIFICATION_SERVER
Site Component Manager failed to install this component, because the Microsoft Installer File for this component (bgbisapi.msi) could not install.
Refer to the BgbSetup.log, the 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().

To fix this issue you need add the below code to both InstallUtil.exe and RegSvcs.exe (try edit only second file) .config files. I recommend you to backup the files before you add the code.


  enabled="true"/>

1) Navigate to C:\Windows\Microsoft.NET\Framework64\v4.0.30319.

2) Find and open the file named regsvcs.exe of Type XML configuration file. You can open it with Notepad app.

3) Add the code as shown in the below screenshot.

4) Repeat the same for InstallUtil.exe .config file.

NOTE: you can get error when try to save this file, but should work without this file.

5) Once you have done that open the services.msc > restart the Distributed Transaction Coordinator service. Also restart the SMS_SITE_COMPONENT_MANAGER once.



This post first appeared on Microsoft, IT, System Center, Infrastructure, please read the originial post: here

Share the post

Fixing SCCM Bgbisapi.msi Installation Error: Guide and Solutions

×

Subscribe to Microsoft, It, System Center, Infrastructure

Get updates delivered right to your inbox!

Thank you for your subscription

×