Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BizTalk 2013 r2 Administration Console fail to open after MS security update KB4338815


Please help me finding a solution to these errors i'm getting wehen open BizTalk Administration Console after updating to MS security update KB4338815:

First error:

Failed to load Group [xxxxxx:BizTalkMgmtDb] data providers. (Microsoft.BizTalk.Administration.SnapIn)

enter image description here

Failed to load Group [xxxxxx:BizTalkMgmtDb] data providers. (Microsoft.BizTalk.Administration.SnapIn)


For help, click: http://go.microsoft.com/fwlink/?LinkId=47400&ProdName=Microsoft+BizTalk+Server+2013+R2&ProdVer=3.11.158.0&EvtSrc=Microsoft.BizTalk.Administration.SnapIn.Properties.Errors&EvtID=FailedLoadingGroupProviders&EvtChain=Microsoft.BizTalk.Administration.SnapIn.Properties.Errors+%2cFailedLoadingGroupProviders%3bBTSAdminMsg+%2c9218

===================================

Failed to load Group [PLYSDEVBAL07:BizTalkMgmtDb] data providers. (Microsoft.BizTalk.Administration.SnapIn)


For help, click: http://go.microsoft.com/fwlink/?LinkId=47400&ProdName=Microsoft+BizTalk+Server+2013+R2&ProdVer=3.11.158.0&EvtSrc=Microsoft.BizTalk.Administration.SnapIn.Properties.Errors&EvtID=FailedLoadingGroupProviders&EvtChain=BTSAdminMsg+%2c9218

===================================

An internal failure occurred for unknown reasons. (WinMgmt)


For help, click: http://go.microsoft.com/fwlink/?LinkId=47400&ProdName=Microsoft+BizTalk+Server+2013+R2&ProdVer=3.11.158.0&EvtSrc=BTSAdminMsg&EvtID=9218


Program Location:

at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Management.ManagementObject.Get() at Microsoft.BizTalk.SnapIn.Framework.WmiProvider.SelectInstance(String className, String keyClause, Object[] keyValues)
at Microsoft.BizTalk.Administration.SnapIn.GroupNode.ConnectToProviders()

Second error:

Failed to create a BizTalkDBVersion COM component installed with a BizTalk server. Class not registered (WinMgmt)


Program Location:

at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Management.ManagementObjectSearcher.Get()
at Microsoft.BizTalk.SnapIn.Framework.WmiProvider.SelectWhere(String className, String condition)
at Microsoft.BizTalk.SnapIn.Framework.WmiProvider.SelectRemote(String className, String whereClause)
at Microsoft.BizTalk.Administration.SnapIn.Nodes.AdaptersFolder.get_Adapters()
at Microsoft.BizTalk.Administration.SnapIn.Nodes.AdaptersFolder.RefreshChildren()

enter image description here

like image 748
Balatharan Avatar asked Jan 28 '23 18:01

Balatharan


2 Answers

For our environment Windows 2012 R2 & BizTalk 2013 R2:

After lot of trial and errors, uninstalling KB4338605 & KB4338419 patches resolved the issue.

like image 199
Kishore Avatar answered Jan 30 '23 09:01

Kishore


Removing KB4338419 resolved my issues (Windows Server 2012 r2).

Technet: Microsoft Security Updates cause BizTalk Admin Console errors: An internal failure occurred for unknown reasons (WinMgmt)

like image 31
Mike Avatar answered Jan 30 '23 08:01

Mike