BizTalk 2004 Install Problems with Windows 2003 SP1 Pre-Installed

Have you seen this error when installing BizTalk 2004?

Failed to deploy BizTalk system assembly "C:\Program Files\Microsoft BizTalk Server 2004\Microsoft.BizTalk.GlobalPropertySchemas.dll".

Unspecified exception: An error occurred while enlisting in a distributed transaction.

I ran into this a few weeks ago when trying to install BizTalk 2004 on a Windows 2003 Server with SP1 preloaded and using a remote SQL Server.

It appears that like Windows XP SP2, Windows SP1 changes some DTC settings.  This does not affect BizTalk when SQL is running locally of course.

After working with Microsoft Support for about 2 days.  It turned out that the fix is rather quit easy.  In our case, we had some other issues that made it seem much more complex then it was. 

To correct this problem, go to Component Services, My Computer Properties, DTC tab, and then Security Configurations (bottom left).

1.  Follow the standard BizTalk Installation instructions for setting up DTC.

2.  Under Client and Administration, make sure “Allow Remote Clients” is checked. 

3.  Under Transaction Manager Communication, make sure “No Authentication Required” is checked

The end result was changes to two registry settings:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft \MSDTC\AllowOnlySecureRpcCalls is now 0

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft \MSDTC\TurnOffRpcSecurity is now 1

The UI now looked like this:

!

This article is part of the GWB Archives. Original Author: Stephen W. Thomas

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.