RSS Feed



Categories

BizTalk 2009 Failed to create a CLSID_BizTalkPropertyBagFactory

August 5th, 2010 by admin in Technology

BizTalk 2009
Failed to create a CLSID_BizTalkPropertyBagFactory

When trying to refresh the BizTalk Group you get the following error

Problem:
Failed to create a CLSID_BizTalkPropertyBagFactory com component installed with a BizTalk server.  A dll initialization routing failed

Resolution:
Restart the Windows Management Insttumentation (WMI) service

net stop “Windows Management Instrumentation”
net start “Windows Management Instrumentation”