Action
Description
Monitor the size of databases and tables
Performance degrades on High Size of BizTalk databases. BizTalk Server takes a longer time than normal to process even a simple message flow scenario.
Enable tracking on BizTalk Server Host
By default, tracking is enabled on the default Host. BizTalk requires 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 BizTalk Server MessageBox database to the BizTalk Server tracking database. If no BizTalk Server Hosts are configured with the option to Allow Host Tracking or if the Tracking Host is stopped, then TDDS will not run and the TrackingData_x_x tables in the BizTalk Server Messagebox database will grow unchecked. Therefore, a dedicated BizTalk Server Host should be configured with the option to Allow Host Tracking.
Use the correct BizTalk SQL Server Agent jobs
Execution of the BizTalk Server SQL Agent jobs are crucial for managing the BizTalk Server databases and for maintaining optimal performance.
Monitor and terminate suspended instances
Service instances can be suspended (resumable) or suspended (not resumable). These service instances may be Messaging, Orchestration, or Port. BizTalk Server 2009 accommodates termination and removal of these instances by using the Group Hub page in the BizTalk Server Administration Console or through the use of the Terminate.vbs script.
Monitor the performance counters of the PhysicalDisk performance object
BizTalk Server makes a large number of short, very quick transactions to SQL Server within one minute. If the SQL Server cannot sustain this activity, you may experience BizTalk Server performance issues. 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.
Ensure all required BizTalk SQL Server Agent jobs are enabled and running
All the BizTalk SQL Server Agent jobs except the MessageBox_Message_Cleanup_BizTalkMsgBoxDb job should be enabled and running successfully. Do not disable any other job. The MessageBox_Message_Cleanup_BizTalkMsgBoxDb is called by the MessageBox_Message_ManageRefCountLog_BizTalkMsgBoxDb job.
Delete all unwanted data
If the databases have grown to become too large and if the data contained in the databases will not be required any longer, the preferred method is to delete the data
This article is also available in other languages
Another important place to find a huge amount of BizTalk related articles is the TechNet Wiki itself. The best entry point is BizTalk Server Resources on the TechNet Wiki Read suggested related topics:
Steef-Jan Wiggers edited Revision 28. Comment: Added links See Also to other related TNWiki articles
Lex Hegt edited Revision 27. Comment: Added link in See Also section
Lex Hegt edited Revision 25. Comment: Minor edits
Lex Hegt edited Revision 24. Comment: Removed a double reference
Lex Hegt edited Revision 23. Comment: Minor edits
Lex Hegt edited Revision 22. Comment: Minor edits
Steef-Jan Wiggers edited Revision 18. Comment: Edit text
Steef-Jan Wiggers edited Revision 17. Comment: Changed text.
Tord G.Nordahl edited Revision 13. Comment: Added reference to norwegian copy of the article
Steef-Jan Wiggers edited Revision 11. Comment: Correction
Steef-Jan Wiggers edited Original. Comment: Added resource links.
Steef-Jan Wiggers edited Revision 1. Comment: Added link for configuring BizTalk Server Database Jobs
Steef-Jan Wiggers edited Revision 2. Comment: Formatting
Steef-Jan Wiggers edited Revision 3. Comment: Adjusted link, formatting
Steef-Jan Wiggers edited Revision 4. Comment: More resource links
Steef-Jan Wiggers edited Revision 5. Comment: Added resource link
Steef-Jan Wiggers edited Revision 6. Comment: Added topic upgrading
Excelent!
Thanks, I think these resources pretty much covers everything towards a sustainable BizTalk Server messaging environment.
Nice and very use full article.
Thanks!
Excelent article, practically everything we need to know in one place.
Great article!
Steef-Jan Wiggers edited Revision 8. Comment: Formatting, added link
Naushad.Alam edited Revision 9. Comment: Added wiki article for deleting backup files, Its a major issues for some database admins