Welcome to MSDN Blogs Sign in | Join | Help

Microsoft BizTalk Server

(Kerrey Zheng's view with BPI Products)
BizTalk Error: If the BizTalk Server Computer Is Renamed After BizTalk Server Configuration, the Configuration Wizard Will Fail

This problem may manifest itself in several ways:

  • The configuration manager will load the Overview page correctly, but when attempting to configure a feature the feature options do not display on the screen.
  • The configuration wizard cannot connect to the SQL Server.
  • Attempting to Unconfigure All unconfigures some features, but not all.
Cause

The BizTalk Server configuration stores the computer network name. When the computer is renamed the configuration manager and configuration wizard cannot locate the BizTalk Server. A similar problem will occur if the SQL Server computer is renamed after BizTalk Server is configured.

Resolution

Do not rename the BizTalk Server computer or the SQL Server computer. If a server must be renamed, unconfigure all BizTalk Features before renaming the computer. After renaming the computer, reconfigure BizTalk Server features.

If you rename a SQL server you have to do this as well:

select @@servername

go

--If name is not correct to what you connect to, change it:

sp_dropserver OLDServerName

go

sp_addserver NewServerName, local

go

-- Restart SQL Service and verify with select @@servername again

Posted: Wednesday, November 07, 2007 1:05 PM by Kerrey Zheng

Comments

Mark Rowe said:

This was causing an error:

Server has already joined a group.

# July 18, 2008 10:23 AM
Leave a Comment

(required) 

(required) 

(optional)

(required) 

  
Enter Code Here: Required

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Page view tracker