I’m having some issues with a server where MSDTC is not working properly. This started happening about two days ago. I’ve tried a number of different things including restarting the VM and I’ve tried the fix found on this MSDN blog. However, none of this has resolved the issue. My [...] read more
I've been tasked with setting up a new, third, node in our BizTalk 2013 R2 cluster. The server is up and connected to the windows cluster. BizTalk is installed and patched to CU8, the same patch level as the other nodes. When I try to configure the BizTalk installation everything [...] read more
I have an msbuild script that tries to create and deploy a BizTalk application to a remote server. I use the following task: <MSBuild.ExtensionPack.BizTalk.BizTalkApplication TaskAction="Create" MachineName="$(BizTalkServer)" Applications="$(BizTalkApplicationName)" /> When trying to deploy on a remote server, I get the following error > error : COMException: Application registration failed because the [...] read more
Environment: Win32 services dependent on a local SQL Server 2008 R2 service. No database mirroring, no remote resources. Several of the Win32 services have startup logic that involves calls to a COM+ service (transactions required) which accesses databases on the SQL Server (using msado15.dll, MDAC 2.8). During a normal system [...] read more