Managing BizTalk Server

Managing BizTalk Servers and Server Groups

A few BizTalk Server administrative tasks that you need to perform to manage BizTalk Server are summarized below. The BizTalk Server Administration console can be used to perform most of the BizTalk Server administrative tasks listed here.

You have to be a member of the BizTalk Server Administrators group to perform BizTalk Server administrative tasks.

The BizTalk Server administrative tasks are:

The BizTalk Server Administration console is the primary tool used to:

The BizTalk Server Administration snap-in is installed when you install BizTalk Server. You can also use it to remotely manage BizTalk servers.

If you have BizTalk Server Administrator privileges, you can perform the following administrative tasks:

If you have BizTalk Server Administrator privileges and Windows Server Administrator privileges, you can also perform the following administrative tasks:

Managing BizTalk Server Databases

The BizTalk Server databases that you need to manage are listed here:

Managing BizTalk Server Queues

BizTalk Server uses a number of queues in its document processing process. Thequeues used by BizTalk Server are:

To stop a document from moving through the processing procedure, you can move the document from its current queue to the Suspended queue.

The Suspended queue differs from the other queues, in that there is no certainty that a document will be removed from this queue. You can though remove a document from the Suspended queue by:

You can use the BizTalk Server Administration console to view information on a document or interchange, to determine what issue is preventing the document from being processed.

The information displayed on the document or interchange includes the following:

How to start BizTalk Server Administration console

  1. Click Start, Microsoft BizTalk Server 2000, and then click BizTalk Server Administration.

How to administer BizTalk Server using the BizTalk Server Administration console

  1. Open the BizTalk Server Administration console.
  2. Expand the Microsoft BizTalk Server 2000 node and expand the BizTalk Server Group node.
  3. Select the BizTalk Server Group that you want to manage.
  4. The state of the BizTalk server group is displayed in the right pane. Verify that the status of the BizTalk server group is Connected. To change the state of the BizTalk server group, right-click it and select the desired state from the shortcut menu.
  5. Select a BizTalk server in the BizTalk server group.
  6. The state of the BizTalk server is displayed in the right pane. Verify that the status of the BizTalk server is Running.
  7. To change the state of the BizTalk server, right-click it and select the desired state from the shortcut menu.
  8. Expand the Queues node. The four BizTalk Server queues are displayed.
  9. Select Receive Functions to view the receive functions that have been configured.
  10. Expand Event Viewer to display the event logs:
    • Application
    • Directory Service
    • DNS Service
    • File Replication Service
    • Security
    • System
    Select either of the above to display the associated events.

How to add a server to a BizTalk server group

  1. Open the BizTalk Server Administration console.
  2. Expand the Microsoft BizTalk Server 2000 node and expand the BizTalk Server Group node.
  3. Right-click BizTalk Server Group and select New and then Server from the shortcut menu.
  4. The Add A BizTalk Server dialog box opens.
  5. Enter a name for the BizTalk server.
  6. Click OK.

How to configure database connection properties

  1. Open the BizTalk Server Administration console.
  2. Expand the Microsoft BizTalk Server 2000 node and expand the BizTalk Server Group node.
  3. Right-click the BizTalk server group that you want to configure and select Properties from the shortcut menu.
  4. The BizTalk Server Group Properties dialog box opens.
  5. Click the Connection tab.
  6. For the Tracking and Shared Queue databases for this server group, specify the appropriate password.
  7. Click OK.

How to configure Messaging Management database properties

  1. Click Start, Programs, Microsoft SQL Server, and then click Enterprise Manager to open SQL Server Enterprise Manager.
  2. Expand Microsoft SQL Servers, expand SQL Server Group, expand the server, and expand Databases.
  3. Right-click InterchangeBTM and select Properties from the shortcut menu.
  4. Click the Data Files tab.
  5. Select the Automatically Grow File checkbox, and select By Percent.
  6. Select the Unrestricted File Growth option.
  7. Click the Transaction Log tab.
  8. Select the Automatically Grow File checkbox, and select By Percent.
  9. Select the Unrestricted File Growth option.
  10. Click the Options tab.
  11. Select the Auto Shrink option.
  12. Click OK.

How to configure Tracking database properties

  1. Open SQL Server Enterprise Manager.
  2. Expand Microsoft SQL Servers, expand SQL Server Group, expand the server, and expand Databases.
  3. Right-click InterchangeDTA and select Properties from the shortcut menu.
  4. Click the Data Files tab.
  5. Select the Automatically Grow File checkbox, and select By Percent.
  6. Select the Unrestricted File Growth option.
  7. Click the Transaction Log tab.
  8. Select the Automatically Grow File checkbox, and select By Percent.
  9. Select the Unrestricted File Growth option.
  10. Click the Options tab.
  11. Select the Auto Shrink option.
  12. Click OK.

How to configure Shared Queuedatabase properties

  1. Open SQL Server Enterprise Manager.
  2. Expand Microsoft SQL Servers, expand SQL Server Group, expand the server, and expand Databases.
  3. Right-click InterchangeSQ and select Properties from the shortcut menu.
  4. Click the Data Files tab.
  5. Select the Automatically Grow File checkbox, and select By Percent.
  6. Select the Unrestricted File Growth option.
  7. Click the Transaction Log tab.
  8. Select the Automatically Grow File checkbox, and select By Percent.
  9. Select the Unrestricted File Growth option.
  10. Click the Options tab.
  11. Select the Auto Shrink option.
  12. Click OK.

How to remove the Tracking database or Shared Queue database

  1. Open SQL Server Enterprise Manager.
  2. Expand Microsoft SQL Servers, expand SQL Server Group, expand the server, and expand Databases.
  3. Right-click the database that you want to remove and select Delete from the shortcut menu.
  4. When the Delete Database dialog box opens, click Yes to delete the database.

How to move a document to the Suspended queue

  1. Open the BizTalk Server Administration console.
  2. Expand the Microsoft BizTalk Server 2000 node and expand the BizTalk server group that contains the document you want to move.
  3. Expand the Queues node.
  4. Expand the specific queue that contains the document you want to move.
  5. Right-click the document and select All Tasks and then select Move To Suspended Queue from the shortcut menu.

How to manage the Suspended queue

  1. Open the BizTalk Server Administration console.
  2. Expand the Microsoft BizTalk Server 2000 node and expand the BizTalk server group that contains the documents you want to manage.
  3. Expand the Queues node.
  4. Select the Suspended Queue. Information on the Suspended queue is displayed in the right pane of the console.
  5. If you want to view information on a document, right-click the document and then select View Error Description from the shortcut menu.
  6. The Suspended Queue Entry Error Description window opens, displaying detailed information on the error.
  7. Click OK to close the Suspended Queue Entry Error Description window.
  8. If you want to view the interchange, right-click the document and then select View Interchange from the shortcut menu.
  9. The Document Content window opens, displaying the information.
  10. Click OK to close the Document Content window.

How to resubmit a document in the Suspended queue

  1. Open the BizTalk Server Administration console.
  2. Expand the Microsoft BizTalk Server 2000 node and expand the BizTalk server group that contains the document you want to resubmit.
  3. Expand the Queues node.
  4. Select the Suspended Queue. Information on the Suspended queue is displayed in the right pane of the console.
  5. Right-click the document, select All Tasks, and then select Resubmit from the shortcut menu.
  6. The document is moved to the Work queue.

How to delete a document from the Suspended queue

  1. Open the BizTalk Server Administration console.
  2. Expand the Microsoft BizTalk Server 2000 node and expand the BizTalk server group that contains the document you want to delete.
  3. Expand the Queues node.
  4. Select the Suspended Queue. Information on the Suspended queue is displayed in the right pane of the console.
  5. Right-click the document you want to delete and select Delete from the shortcut menu.
  6. Click Yes on the User Action Confirmation dialog box.
  7. The document is removed from the Suspended Queue.


Top 5 Free Networking Tools

Bookmark Managing BizTalk Server

Latest Blog Posts


English English GermanGerman SpanishSpanish FrenchFrench ItalianItalian PortuguesePortuguese RussianRussian DutchDutch
GreekGreek HindiHindi JapaneseJapanese KoreanKorean ChineseChinese Chinese (Simplified)Chinese (Simplified) ArabicArabic

Copyright 2009 Tech-FAQ. All rights reserved. Privacy Policy.