blog.davidbarrett.net
///<summary>Just a lot of random technical stuff, really.</summary>
Site Sections
Home
Contact
Syndication
Login
Posts
28
Comments
77
Trackbacks
0
<< Motorola Cable Box and DVI Error
|
Home
|
Java Web Service Interop with a .NET Client >>
Biztalk Configuration Error: Cloned Machines
I recently ran into an error attempting to configure a Biztalk 2006 R2 instance on a virtual machine. I had a virtual services box (where Biztalk was installed) and another virtual SQL box (where the Biztalk configuration was kept). However, I kept getting an error during the configuration deployment step:
Exception of type 'System.EnterpriseServices.TransactionProxyException' was thrown.
After googling for a bit, I ran into an
excellent article by Wade Wegner
explaining that the two virtual machines appeared to have the same CID value (basically, a unique machine identifier for MSDTC). This can occur when a virtual machine is a clone of another and the CID value isn't made unique after the clone.
I don't know the exact situation for these virtual machines, as someone else on the dev team created the virtual machines, but I do know these two virtual machines were clones of each other (or possibly another box?). I don't know if
NewSid
or
SysPrep
actually modifies this value for MSDTC, but I suspect neither was run on these virtual machines after the clone, so I suppose it doesn't really matter in my case. If anyone has confirmation on this, feel free to comment.
What I do know is that Wade's article was spot-on for resolving my issue. I followed his instructions exactly and it solved the problem. Thanks, Wade!
posted on Tuesday, March 25, 2008 1:32 PM
Print
Comments
#
re: Biztalk Configuration Error: Cloned Machines
Wade Wegner
4/14/2008 9:14 PM
I'm so glad that the article helped!
Post Comment
Title
*
Name
*
Email
Url
Comment
*
Remember Me?
Enter the code shown above
Archives
February, 2010 (1)
October, 2009 (2)
August, 2009 (1)
May, 2009 (1)
March, 2009 (1)
February, 2009 (1)
January, 2009 (3)
November, 2008 (2)
July, 2008 (1)
June, 2008 (3)
May, 2008 (5)
April, 2008 (3)
March, 2008 (2)
February, 2008 (1)
November, 2007 (1)
Post Categories
WCF
SOA
Neudesic
Home
Entertain
Biztalk
Visual Studio
EntLib
TFS
VSTS
Team Build
Azure
News
Comment and opinions are my own and do not reflect on my company in any way.
Copyright © 2005 David Barrett
This work is licensed under a
Creative Commons License