Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

You receive a "BizTalk Server 2004 Configuration Wizard failed to create Management database" error message in the BizTalk Server 2004 Configuration Wizard


View products that this article applies to.

Symptoms

When you run the Microsoft BizTalk Server 2004 Configuration Wizard, you may receive the following error message:
Microsoft BizTalk Server 2004 Configuration Wizard failed to create Management database "BizTalkMgmtDb" on server SQLServer.
There are two or more jobs named 'Backup BizTalk Server'. Specify @job_id instead of @job_name to uniquely identify the job.
SQL script file: "C:\Program Files\Microsoft BizTalk Server 2004\Schema\BTS_Administration_Logic.sql"
SQL command batch: "BEGIN TRANSACTION
DECLARE @JobID BINARY(16)
DECLARE @ReturnCod..."
Note In this error message, SQLServer is a placeholder for the actual name of the computer that is running Microsoft SQL Server where the BizTalkMgmtDb database is being created.

If you click Retry on the dialog box, you receive the error message again. If you click Cancel on the dialog box, the BizTalk Server 2004 Configuration Wizard rolls back your configuration.

This problem occurs if the following conditions are true:
  • A previous BizTalk Server configuration has created SQL Server Agent jobs on the computer that is running SQL Server that you point the Configuration Wizard to.
  • The name of the computer that is running SQL Server was changed after the original SQL Server Agent jobs were created.

↑ Back to the top


Cause

The BizTalk Server 2004 Configuration Wizard creates several SQL Server Agent jobs that maintain BizTalk Server databases. If you rename a computer that is running SQL Server, you cannot modify or delete any one of the SQL Server Agent jobs that were created before the computer that is running SQL Server was renamed. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
281642 Error 14274 occurs when you update a SQL Agent job after renaming Windows server

↑ Back to the top


Resolution

To resolve this issue, follow these steps:
  1. Rename the computer that is running SQL Server back to the original name.
  2. Delete the SQL Server Agent jobs that were created by the BizTalk Server 2004 Configuration Wizard.
  3. Rename the computer that is running SQL Server to the new name.
  4. Run the BizTalk Server 2004 Configuration Wizard.

↑ Back to the top


Status

This behavior is by design.

↑ Back to the top


Keywords: KB887077, kbprb

↑ Back to the top

Article Info
Article ID : 887077
Revision : 3
Created on : 9/29/2004
Published on : 9/29/2004
Exists online : False
Views : 292