RE: missing Message Agent performance counter
- From: wjzhang@xxxxxxxxxxxxxxxxxxxx ("WenJun Zhang[msft]")
- Date: Wed, 29 Aug 2007 09:58:12 GMT
Hi eXavier,
All the BizTalk performance counters are created at configuration time. So
if re-running configuration on the problematic BizTalk box is acceptable,
I'd suggest you re-configure the server since this is the recommanded
approach.
Another undocumented way is using installutil to reinstall performance
object's assembly . For example:
To reinstall
- BizTalk : Message Box : General Counters
- BizTalk : Message Box : Host Counters
we can:
1) look up Microsoft.BizTalk.MsgBoxPerfCounters in <windir>\assembly to get
the public key and version of the assembly
2) run the following command installutil /i /assemblyname
"Microsoft.BizTalk.MsgBoxPerfCounters, Culture=neutral,
PublicKeyToken=<publickey>, Version=<verNum>"
I need to ping our BizTalk group to confirm if the same method also works
with BizTalk:Message Agent . Please wait for my update. Thanks.
Have a nice day.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Prev by Date: Re: Using BRE in DotNet Aplication
- Next by Date: Re: Receive Function Error
- Previous by thread: Re: Using BRE in DotNet Aplication
- Next by thread: Re: Receive Function Error
- Index(es):
Relevant Pages
|