Missing BizTalk Performance Counters

Published on : Dec 9, 2011

Category : BizTalk Server

Saravana

Author

It’s one of the common problems I have seen recently :  All of a sudden some of the BizTalk performance counters disappear from the list. Here are the checklist of things you can do 1. Make sure the host instances are running. If they are not running some of the host related counters wont show up in the list In some place the performance counter could be corrupted, there are 2 useful documents I found that fixes this issue http://blogs.msdn.com/b/biztalkperformance/archive/2007/09/30/how-to-manually-recreate-missing-biztalk-performance-counters.aspx http://blogs.msdn.com/b/biztalkcpr/archive/2010/06/23/have-you-manually-recreated-the-biztalk-performance-counter-using-the-following-link-but-some-of-the-counters-were-still-missing.aspx If you still experience the problem, try running the following command C:Windowssystem32>lodctr /r That basically rebuild the perf registry strings and info from scratch based on the current registry settings and backup INI files.