Select the product you need help with
How to maintain and troubleshoot BizTalk Server databasesArticle ID: 952555 - View products that this article applies to. On This PageSUMMARYMicrosoft BizTalk Server databases and the health of the databases are very important for a successful BizTalk Server messaging environment. This article discusses important things to consider when you work with BizTalk Server databases. These considerations include the following:
INTRODUCTIONThis article describes how to maintain BizTalk Server databases and how to troubleshoot BizTalk Server database issues. MORE INFORMATIONKnown issuesYou must disable the Auto Update Statistics and Auto Create Statistics optionsYou must disable the Auto Create Statistics and Auto Update Statistics options on the BizTalkMsgBoxDb database. To determine whether these settings are disabled, execute the following stored procedures in SQL Server:You should set the CurrentSetting setting to off. If this setting is set to on, turn it off by executing the following stored procedures in SQL Server: For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base: 917845
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;917845)
You experience blocking, deadlock conditions, or other SQL Server issues when you try to connect to the BizTalkMsgBoxDb database in BizTalk Server 912262
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;912262)
The auto update statistics option, the auto create statistics option, and the Parallelism setting are turned off in the SQL Server database instance that hosts the BizTalk Server BizTalkMsgBoxDB databaseYou must set the Max Degree of Parallelism property correctlyOn the computer that is running SQL Server and hosting the BizTalkMsgBoxDb database, set the Max Degree of Parallelism run_value and config_value properties to a value of 1. To determine the Max Degree of Parallelism setting, execute the following stored procedure against the Master database in SQL Server:For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base: 899000
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;899000)
The Parallelism setting for the instance of SQL Server when you configure BizTalk Server 917845
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;917845)
You experience blocking, deadlock conditions, or other SQL Server issues when you try to connect to the BizTalkMsgBoxDb database in BizTalk ServerDetermine when you can rebuild BizTalk Server indexesMost BizTalk Server indexes are clustered (index ID: 1). You can use the DBCC SHOWCONTIG SQL Server statement to display fragmentation information for the BizTalk Server tables.The BizTalk Server indexes are GUID-based. Therefore, fragmentation typically occurs. If the Scan Density value that is returned by the DBCC SHOWCONTIG statement is less than 30 percent, the BizTalk Server indexes can be rebuilt during downtime. Many BizTalk Server tables contain columns that use DataType definitions. Online indexing cannot be performed in these columns. Therefore, you should never rebuild the BizTalk Server indexes while BizTalk Server processes data. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 917845 For more information about how to analyze the DBCC SHOWCONTIG statement output, visit the following Microsoft website:
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;917845)
You experience blocking, deadlock conditions, or other SQL Server issues when you try to connect to the BizTalkMsgBoxDb database in BizTalk Serverhttp://technet.microsoft.com/en-us/library/cc966523.aspx
(http://technet.microsoft.com/en-us/library/cc966523.aspx)
Locking, deadlocking, or blocking may occurTypically, locks and blocks occur in a BizTalk Server environment. However, these locks or blocks do not remain for an extended time. Therefore, blocking and deadlocking indicate a potential problem.For more information, click the following article number to view the article in the Microsoft Knowledge Base: 917845
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;917845)
You experience blocking, deadlock conditions, or other SQL Server issues when you try to connect to the BizTalkMsgBoxDb database in BizTalk ServerYou may experience issues with large databases or tablesWe have seen that when the BizTalkMsgBoxDb database is larger than 5GB, performance problems can occur. Ideally, the BizTalkMsgBoxDb database should not be holding any data. The BizTalkMsgBoxDb database should be considered a buffer until the data is processed or moved to the BizTalkDTADb database.An environment that uses a powerful SQL Server at the back end and many long-running orchestrations may have a BizTalkMsgBoxDb database that is larger than 5 GB. A high-volume environment that uses no long-running orchestrations should have a BizTalkMsgBoxDb database that is much smaller than 5 GB. The BizTalkDTADb database does not have a set size. However, if performance decreases, the database is probably too large. Typically, 15 GB to 20 GB is considered too large. When you have large BizTalk Server databases, you may experience the following issues:
By default, tracking is enabled on the default host. BizTalk requires that the Allow Host Tracking option be checked on a single host. When tracking is enabled, the Tracking Data Decode Service (TDDS) moves the tracking event data from the BizTalkMsgBoxDb database to the BizTalkDTADb database. If the tracking host is stopped, TDDS does not move the data to the BizTalkDTADb database and the TrackingData_x_x tables in the BizTalkMsgBoxDb database will grow. We recommend that you dedicate one host to tracking. To allow for TDDS to maintain new tracking events in high-volume scenarios, create multiple instances of a single tracking host. No more than one tracking host should exist. There can be too many rows in a table. There is no set number of rows that are too many. Additionally, this number of rows varies by what kind of data is stored in the table. For example, a dta_DebugTrace table that has more than 1 million rows probably has too many rows. A HostNameQ_Suspended table that has more than 200,000 rows probably has too many rows. Use the correct BizTalk SQL Server Agent jobsThe BizTalk SQL Server Agent jobs are important for managing the BizTalk Server databases and for maintaining high performance.The Backup BizTalk Server SQL Server Agent job is the only supported method to back up the BizTalk Server databases. This job requires all BizTalk Server databases use a Full Recovery Model. You should configure this job for a healthy BizTalk Server environment. The SQL Server methods can be used to back up the BizTalk Server databases only if SQL Server Agent is stopped and if all BizTalk Server host instances are stopped. The MessageBox_Message_ManageRefCountLog_BizTalkMsgBoxDb SQL Server Agent job runs infinitely. Therefore, the SQL Server Agent job history never displays a successful completion. If a failure occurs, the job restarts within one minute and continues to run infinitely. Therefore, you can safely ignore the failure. Additionally, the job history can be cleared. You should only be concerned if the job history reports that this job constantly fails and restarts. The MessageBox_Message_Cleanup_BizTalkMsgBoxDb SQL Server Agent job is the only BizTalk Server job that should not be enabled because it is started by the MessageBox_Message_ManageRefCountLog_BizTalkMsgBoxDb SQL Server Agent job. The DTA Purge and Archive SQL Server Agent job helps maintain the BizTalkDTADb database by purging and archiving tracked messages. This job reads every row in the table and compares the time stamp to determine whether the record should be removed. All BizTalk SQL Server Agent jobs except the MessageBox_Message_ManageRefCountLog_BizTalkMsgBoxDb SQL Server Agent job should be running successfully. For more information about all the BizTalk Server SQL Server Agent jobs, click the following article number to view the article in the Microsoft Knowledge Base: 919776
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;919776)
Description of the SQL Server Agent jobs in BizTalk ServerService instances may be suspendedService instances can be suspended (resumable) or suspended (not resumable). These service instances may be Messaging, Orchestration, or Port.These service instances can make the BizTalkMsgBoxDb database grow unnecessarily and can be terminated. The following table lists what method can be used, depending on the BizTalk version: Collapse this table
http://msdn.microsoft.com/en-us/library/bb203857.aspx Caching instances do not appear in the Group Hub page, and you cannot suspend or terminate them. This restriction is a common cause of table growth. To prevent new zombie messages for the cache service instances in BizTalk Server 2006, install the hotfix in Microsoft Knowledge Base article 936536. This issue is fixed in BizTalk Server 2006 R2 and later versions.
(http://msdn.microsoft.com/en-us/library/bb203857.aspx)
Note A zombie message is a message that was routed but not consumed. For more information, click the following article number to view the article in the Mirosoft Knowledge Base: 936536 When a BizTalk Server host instance terminates, caching instances may not be removed. To resolve this behavior in BizTalk Server 2006, install the hotfix in Microsoft Knowledge Base article 944426. In BizTalk Server 2006 R2, install BizTalk 2006 R2 Service Pack 1. This issue is fixed in BizTalk Server 2009 and later versions.
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;936536)
FIX: You experience performance issues with BizTalk Server 2006 and throttling messages are logged in the performance log fileFor more information, click the following article numbers to view the articles in the Microsoft Knowledge Base: 974563
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;974563)
List of Microsoft BizTalk Server hotfixes that are included in BizTalk Server 2006 R2 Service Pack 1944426
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;944426)
FIX: Orphaned cache instances may be built in the Instances and Hosts Queue tables of the BizTalkMsgBoxDb database in BizTalk Server 2006 and in BizTalk Server 2006 R2Another common issue is that Routing Failure Reports (RFRs) may build up in the BizTalkHostQ and BizTalkHostQ_Suspended tables. The RFRs are not removed, and this behavior may cause the BizTalkMsgBoxDb database to grow. To address this issue in BizTalk Server 2006, install the hotfix in Microsoft Knowledge Base article 941690. This issue is fixed in BizTalk Server 2006 R2 and later versions. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 941690
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;941690)
FIX: Routing failure reports are not removed from the <BizTalkHostName>Q_Suspended table on a BizTalk Server 2006 serverThe terms "orphan messages" and "zombie messages" are frequently used interchangeably. An orphan message is a message that does not have an associated instance. For example, a routing failure report is an orphan message. A zombie message is a message that was routed but not consumed. For example, a message was delivered to a convoy orchestration. However, the convoy orchestration went down another code path. The orchestration instance finishes. The message is discarded and is now known as a zombie message. For a description of zombie messages, visit the following MSDN website: http://blogs.msdn.com/biztalk_core_engine/archive/2004/06/30/169430.aspx
(http://blogs.msdn.com/biztalk_core_engine/archive/2004/06/30/169430.aspx)
You may experience SQL Server and BizTalk Server performance issuesBizTalk Server makes hundreds of short, very quick transactions to SQL Server within a minute. If the SQL Server cannot sustain this activity, BizTalk Server may experience performance issues. In Performance Monitor, monitor the Avg. Disk sec/Read, Avg. Disk sec/Transfer and Avg. Disk sec/Write Performance Monitor counters in the PhysicalDisk performance object. The optimal value is less than 10 ms (milliseconds). A value of 20 ms or larger is considered poor performance.For more information about SQL Server performance, visit the following Microsoft website: http://technet.microsoft.com/en-us/library/cc966540.aspx For more information about BizTalk Server 2004 database high availability, visit the following MSDN website:
(http://technet.microsoft.com/en-us/library/cc966540.aspx)
http://msdn.microsoft.com/en-us/library/ms942187.aspx For more information about BizTalk Server 2006 database high availability, visit the following MSDN website:
(http://msdn.microsoft.com/en-us/library/ms942187.aspx)
http://msdn.microsoft.com/en-us/library/aa559920.aspx For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
(http://msdn.microsoft.com/en-us/library/aa559920.aspx)
298475
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;298475)
How to troubleshoot SQL Server performance issues271509
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;271509)
How to monitor blocking in SQL Server 2005 and in SQL Server 2000 Best Practices in BizTalk ServerStart SQL Server Agent on the SQL Server. When the SQL Server Agent is stopped, the built-in BizTalk SQL Server Agent jobs that are responsible for database maintenance cannot run. This behavior causes database growth, and this growth may cause performance issues. BizTalk Server database maintenance has greatly improved in BizTalk Server 2004 Service Pack 2 (SP2) and later versions.Put the SQL Server LDF and MDF files on separate drives. When the LDF and MDF files for the BizTalkMsgBoxDb and BizTalkDTADb databases are on the same drive, disk contention can occur. If you do not benefit from message body tracking, do not enable this feature. However, it is a good idea to enable message body tracking while you develop and troubleshoot a solution. If you do this, make sure that you disable message body tracking when you are finished. When message body tracking is enabled, the BizTalk Server databases grow. If there is a business need that requires enabling message body tracking, confirm that the TrackedMessages_Copy_BizTalkMsgBoxDb and DTA Purge and Archive SQL Server Agent jobs are running successfully. Typically, smaller transaction logs cause better performance. To keep the transaction logs smaller, configure the Backup BizTalk Server SQL Server Agent job to run more frequently. For more information about BizTalk Server optimization, visit the following MSDN website: http://msdn.microsoft.com/en-us/library/bb743398.aspx The sp_ForceFullBackup stored procedure in the BizTalkMgmtDb database can also be used to help perform an ad-hoc full backup of the data and log files. The stored procedure updates the adm_ForceFullBackup table with a value 1. The next time the Backup BizTalk Server job runs, a full database backup set is created.
(http://msdn.microsoft.com/en-us/library/bb743398.aspx)
The BizTalk Server Best Practices Analyzer (BPA) can be used to evaluate an existing BizTalk Server deployment. The BPA performs numerous database-related checks. For more information about the BPA, visit the following Microsoft website: http://www.microsoft.com/downloads/details.aspx?FamilyID=93d432fe-1370-4b6d-aaa8-a0c43c30f5ab&displaylang=en
(http://www.microsoft.com/downloads/details.aspx?FamilyID=93d432fe-1370-4b6d-aaa8-a0c43c30f5ab&displaylang=en)
TroubleshootingThe best troubleshooting steps for the BizTalk Server SQL Server databases depend on the kind of database issue, such as blocking or deadlocking. To troubleshoot a BizTalk Server database issue, follow these steps.Step 1: Enable and run all required BizTalk SQL Server Agent jobsAll the BizTalk SQL Server Agent jobs except the MessageBox_Message_ManageRefCountLog_BizTalkMsgBoxDb job should be enabled and running successfully. Do not disable any other job.If a failure occurs, use the View History option in SQL Server to view the error information, and then troubleshoot the failure accordingly. Remember that the MessageBox_Message_ManageRefCountLog_BizTalkMsgBoxDb SQL Server Agent job runs infinitely. Therefore, you should only be concerned if the job history reports that the job constantly fails and restarts. Step 2: Use the MsgBoxViewer toolCollect MsgBoxViewer data while you reproduce an issue.The MsgBoxViewer tool is useful for troubleshooting because it provides an HTML report that has detailed information about table sizes and the row count. The report can also help determine whether BizTalk Server is throttling. Additionally, the tool provides a snapshot of the BizTalk Server databases and the BizTalk Server configuration. For more information about how to download the MsgBoxViewer tool, visit the following Microsoft website: http://blogs.technet.com/jpierauc/pages/msgboxviewer.aspx For more information about throttling in BizTalk Server, visit the following MSDN website:
(http://blogs.technet.com/jpierauc/pages/msgboxviewer.aspx)
http://msdn.microsoft.com/en-us/library/aa559893.aspx When BizTalk Server is running slower than usual, run the MsgBoxViewer tool, and then review the generated HTML report for any problems. The Summary section lists warnings in yellow and potential problems in red.
(http://msdn.microsoft.com/en-us/library/aa559893.aspx)
Additionally, you can use the MsgBoxViewer tool output to determine which tables are the largest and have the most records. The following table lists the BizTalk Server tables that typically grow the largest. You can use this data to determine where a potential problem may exist. Collapse this table
HostNameQ_Suspended tablesIf the HostNameQ_Suspended tables have many records, the tables could be valid suspended instances that appear in Group Hub or in HAT. These instances can be terminated. If these instances do not appear in Group Hub or in HAT, the instances are probably caching instances or orphaned routing failure reports. When suspended instances are terminated, the items in this table and their associated rows in the Spool and Instances tables are cleaned up.In this scenario, handle the suspended instances by resuming them or terminating them. The BizTalk Terminator tool can also be used. HostNameQ tablesIf the HostNameQ tables have many of records, the following kinds of instances may exist:
Spool, Parts, and Fragments tablesIf the Spool, Parts, and Fragments tables have many records, many messages are currently active, dehydrated, or suspended. Depending on the size, the number of parts, and the fragmentation settings in these tables, a single message may spawn all these tables. Each message has exactly one row in the Spool table and at least one row in the Parts table.Instances tableThe BizTalk Administrator should not allow for many suspended instances to remain in the Instances table. Dehydrated instances should only remain if the business logic requires long-running orchestrations. Remember that one service instance can be associated with many messages in the Spool table.TrackingData_x_x tablesIf the TrackingData_x_x tables are large, the Tracking host (TDDS) is not running or is not running successfully. If the tracking host instance is running, review the event logs and the TDDS_FailedTrackingData table in the BizTalkDTADb database for error information. If BizTalk is throttling with a state of 6 (large database), these tables can also be truncated by using the BizTalk Terminator tool.If there is a large gap between the sequence numbers in the BizTalkMsgBoxDb TrackingData_x_x tables and the BAMPrimaryImport or BizTalkDTADb TDDS_StreamStatus tables, then TDDS may not move the data from the BizTalkMsgBoxDb database. To correct this, use the BizTalk Terminator tool to purge these tables and reset the sequence number. On BizTalk Server 2006 R2, install BizTalk 2006 R2 Service Pack 1 to address a known issue with the tracking data. For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base: 969870
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;969870)
FIX: The tracking data is not moved as expected from the BizTalkMsgBoxDb database to the BizTalkDTADb database in BizTalk Server 2006 R2974563
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;974563)
List of Microsoft BizTalk Server hotfixes that are included in BizTalk Server 2006 R2 Service Pack 1Tracking_Spool1 or Tracking_Spool2 tablesIf the Tracking_Spool1 or Tracking_Spool2 tables become large in BizTalk Server 2004 SP1 and in earlier versions of BizTalk Server 2004, confirm that the TrackingSpool_Cleanup_BizTalkMsgBoxDb SQL Server Agent job is enabled and running.For more information, click the following article number to view the article in the Microsoft Knowledge Base: 907661
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;907661)
The Tracking_Spool1 or Tracking_Spool2 tables in the BiztalkMsgBoxDb database become very large in BizTalk Server 2004 For more information about a Database Maintenance SDK sample, visit the following MSDN website: http://msdn.microsoft.com/en-us/library/ms966372.aspx
(http://msdn.microsoft.com/en-us/library/ms966372.aspx)
dta_DebugTrace table and dta_MessageInOutEventsThe dta_DebugTrace table is populated when Shape start and end is enabled on an orchestration. If the dta_DebugTrace table has many records, these orchestration debugging events are being used or were being used. If orchestration debugging is not required for regular operations, clear the check box for the Shape start and end option in the orchestration properties.The dta_MessageInOutEvents table is populated when Message send and receive is enabled on orchestrations and/or pipelines. If these tracking events are not needed, clear the check box for this option in the orchestration and/or pipeline properties. If these trace events are disabled or if a backlog exists in the BizTalkMsgBoxDb database, these tables may continue to grow because TDDS continues to move this data into these tables. By default, global tracking is enabled. If global tracking is not necessary, it can be disabled. For more information, visit the following Microsoft website: http://technet.microsoft.com/en-us/library/bb203858.aspx If the dta_DebugTrace table and/or the dta_messageInOutEvents table in the BizTalkDTADb database are too large, you can truncate the tables manually after you stop the tracking host. The BizTalk Terminator tool also provides this functionality.
(http://technet.microsoft.com/en-us/library/bb203858.aspx)
In BizTalk Server 2004, the dtav_FindMessageFacts view in the BizTalkDTADb database prevents the dta_MessageInOutEvents table from truncating. To work around this behavior, follow these steps:
When you are finished, follow these steps to re-create the dtav_FindMessageFacts view:
For more information about tracking database sizing guidelines, visit the following MSDN website: http://msdn.microsoft.com/en-us/library/aa559162.aspx
(http://msdn.microsoft.com/en-us/library/aa559162.aspx)
dta_ServiceInstanceExceptions tableThe dta_ServiceInstanceExceptions table typically becomes large in an environment that regularly has suspended instances.Step 3: Investigate deadlock scenariosIn a deadlock scenario, enable DBCC tracing on the SQL Server so that the deadlock information is written to the SQLERROR log.In SQL Server 2005 and later versions, execute the following statement: The BizTalkMsgBoxDB database is a high-volume and high-transaction Online Transaction Processing (OLTP) database. Some deadlocking is expected, and this deadlocking is handled internally by the BizTalk Server engine. When this behavior occurs, no errors are listed in the error logs. When you investigate a deadlock scenario, the deadlock that you are investigating in the output must be correlated with a deadlock error in the event logs. For more information about PSSDiag for SQL, click the following article number to view the article in the Microsoft Knowledge Base: 830232
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;830232)
PSSDIAG data collection utility Step 4: Look for blocked processesUse Activity Monitor in SQL Server to obtain the server process identifier (SPID) of a locking system process. Then, run SQL Profiler to determine the SQL statement that is executing in the locking SPID.To troubleshoot a locking and blocking issue in SQL Server, use the PSSDiag for SQL utility to capture all the Transact-SQL events that have the blocking script enabled. In SQL Server 2005 and later versions, you can specify the blocked process threshold setting to determine which SPID or SPIDs are blocking longer than the threshold that you specify. For more information about PSSDiag for SQL, click the following article number to view the article in the Microsoft Knowledge Base: 830232 For more information about the blocked process threshold, visit the following MSDN website:
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;830232)
PSSDIAG data collection utility http://msdn2.microsoft.com/en-us/library/ms181150.aspx Note When you experience a locking or blocking issue in SQL Server, we recommend that you contact Microsoft Customer Support Services. Microsoft Customer Support Services can help you configure the correct PSSDiag utility options.
(http://msdn2.microsoft.com/en-us/library/ms181150.aspx)
Step 5: Install the Latest BizTalk Server Service Pack and Cumulative UpdateBizTalk Server 2006 R2 and later versions have moved to a Cumulative Update (CU) model. The cumulative updates will contain the latest hot fixes. BizTalk Server 2006 R2 Service Pack 1 is also available:BizTalk Server 2006 R2 Service Pack 1 BizTalk Server 2004 SP1 has no built-in purging and archiving functionality for the BizTalkDTADb database. This functionality is included with BizTalk Server 2004 SP2. Depending on the size of the BizTalkDTADb database, installing BizTalk Server 2004 SP2 may take hours because the Setup program purges the BizTalkDTADb database.
(http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=1768f7a3-d843-4f5b-aba7-b3d72892c16f)
For information about the known issues when you install BizTalk Server 2004 Service Pack 2, click the following article number to view the article in the Microsoft Knowledge Base: 940519
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;940519)
Known issues in BizTalk Server 2004 Service Pack 2 that are not documented in the ReadmeSP2.htm fileWhen you install BizTalk Server 2004 SP2, we recommend that you follow these steps:
Delete all the dataIf the databases are too large or if the preferred method is to delete all data, all the data can be deleted.Caution Do not use this method in any environment where the data is business critical or if the data is needed. BizTalkMsgBoxDb Database Purging StepsTo delete all data in the BizTalkMsgBoxDb database, you can use the BizTalk Terminator tool. Otherwise, follow these steps.Note This action deletes all messages. Be extremely cautious if you follow these steps in a production environment.
924715
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;924715)
FIX: Message data is not deleted from the tracking database after you run the bts_CleanupMsgbox stored procedure in a BizTalk Server 2006 test environmentBizTalkDTADb database purging optionsTo delete all data from the BizTalkDTADb database, you can use the the BizTalk Terminator tool. Otherwise, use one of the following methods.Note Both methods delete all messages. Method 2 is faster.
BizTalk Server 2004-only stepsTo delete all data from the BizTalkDTADb database in BizTalk Server 2004, follow these steps.Note This action deletes all completed messages.
If you need help to analyze the MsgBoxViewer data or the PSSDiag output, contact Microsoft Customer Support Services. For a complete list of Customer Support Services telephone numbers and information about support costs, visit the following Microsoft website: http://support.microsoft.com/contactus/?ws=support Note Before you contact Customer Support Services, compress the MsgBoxViewer data, the PSSDiag output, and the updated event logs (.evt files). You may have to send these files to a BizTalk Server support engineer.
(http://support.microsoft.com/contactus/?ws=support)
PropertiesArticle ID: 952555 - Last Review: August 12, 2011 - Revision: 3.0 APPLIES TO
| Article Translations
|


Back to the top








