Figure 1. BizTalk Server Database Jobs visible under SQL Server Agent Jobs.
Figure 2. Job Properties of Monitor BizTalk Server Job - Steps.
Figure 3. Job Properties of Monitor BizTalk Server Job - Steps.
Figure 4. Monitor BizTalk Server Job History (click to enlarge).
CREATE
VIEW
[dbo].[bts_Monitor_Job_Issues]
AS
SELECT
Inconsistancy.DBServer
[Server
Name
], Inconsistancy.DBName
[
Database
], Inconsistancy.nProblemCode
[Problem Code], Issue.nvcProblemDescription
[Description]
FROM
btsmon_Inconsistancies Inconsistancy
INNER
JOIN
[dbo].[btsmon_Issues] Issue
ON
Inconsistancy.nProblemCode = Issue.nProblemCode
WHERE
Inconsistancy.nCount > 0
GO
Figure 5. Result from executing query on the custom view.
In case issues are detected by the Monitor BizTalk Server Job you will need to take action to resolve them. The BizTalk terminator tool can aid you in resolving any of the issues detected by this job. See the blog post created by One Blog for BizTalk Engineers: Using BizTalk Terminator to resolve issues identified by BizTalk MsgBoxViewer and the BizTalk 2010 Monitor BizTalk Server Job. The terminator tool can be obtained through the Microsoft Download Center: BizTalk Terminator. Note: When using the terminator tool. Backup BizTalk Databases Stop all host instances and Stop SQL Agent. Read the full description of each task before running it!
Read related topics:
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
Maheshkumar S Tiwari edited Revision 15. Comment: minor edit
Tord G.Nordahl edited Revision 11. Comment: just changed one line that didn't really make sense.. :) Great article Steef-Jan!
Steef-Jan Wiggers edited Revision 10. Comment: Added consideration
Steef-Jan Wiggers edited Revision 9. Comment: Added text
Steef-Jan Wiggers edited Revision 8. Comment: Added table
Maheshkumar S Tiwari edited Revision 6. Comment: corrected typo error and minor edit
Steef-Jan Wiggers edited Revision 7. Comment: I am not finished with the article yet and it is extremely annoying when someone budges in to alter it!
Steef-Jan Wiggers edited Revision 5. Comment: Added a figure
Steef-Jan Wiggers edited Revision 3. Comment: Added resource link
Steef-Jan Wiggers edited Revision 2. Comment: Added text to see also
Steef-Jan Wiggers edited Original. Comment: Added text to pictures
Steef-Jan Wiggers edited Revision 1. Comment: Added text
Excelent article!
One more nice article!!!!!!!!