|
Home > Archive > BizTalk Server General > January 2006 > Disabling The BizTalk Tracking
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Disabling The BizTalk Tracking
|
|
| Sachin K 2006-01-25, 8:32 am |
| Hi ,
I am using the "WMI GlobalTrackingOption" to disable the
tracking. I want to know how can I confirm that the setting is applied
succesfully . Can you suggest me any table(s) or the perf counter that
I can monitor to confirm this.
Also is it ncessary to restart the machine for this WMI setting
chnage to be effective OR just restarting the host service is
sufficient?
Best Regards,
Sachin K
| |
| Scott Colestock 2006-01-27, 9:28 pm |
| You should just be able to restart the host.
To confirm the setting,
Head to the Management database (BizTalkMgmtDb) in Enterprise Manager
Within Tables, return all rows on adm_Group
Confirm that GlobalTrackingOption column value is 0 (not 1)
Scott Colestock
www.traceofthought.net
"Sachin K" <sachin511976@gmail.com> wrote in message
news:1138181477.523903.150920@z14g2000cwz.googlegroups.com...
> Hi ,
> I am using the "WMI GlobalTrackingOption" to disable the
> tracking. I want to know how can I confirm that the setting is applied
> succesfully . Can you suggest me any table(s) or the perf counter that
> I can monitor to confirm this.
>
> Also is it ncessary to restart the machine for this WMI setting
> chnage to be effective OR just restarting the host service is
> sufficient?
>
> Best Regards,
> Sachin K
>
| |
| Sachin K 2006-01-27, 9:28 pm |
| Hi Scott,
Thanks for the reply it really helped.
I found that the tool "wbemtest - Windows Mangement Instrumentation
Tester" I was using for this , was not really saving the values to db ,
the value change on the UI is misguiding.
Thanks,
Best Regards,
Sachin K
| |
| Doug Girard [MSFT] 2006-01-31, 6:59 pm |
| You might find this script helpful:
http://blogs.msdn.com/bpidcustomerr...1/31/520958.asp
x
It will disable tracking for you with WMI. It will also tell you the
current state of tracking before changing the setting.
HTH,
Doug Girard [MSFT]
Note: This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>From: "Sachin K" <sachin511976@gmail.com>
>Newsgroups: microsoft.public.biztalk.general
>Subject: Disabling The BizTalk Tracking
>Date: 25 Jan 2006 01:31:17 -0800
>Organization: http://groups.google.com
>Lines: 13
>Message-ID: <1138181477.523903.150920@z14g2000cwz.googlegroups.com>
>NNTP-Posting-Host: 210.18.25.234
>Mime-Version: 1.0
>Content-Type: text/plain; charset="iso-8859-1"
>X-Trace: posting.google.com 1138181485 28014 127.0.0.1 (25 Jan 2006
09:31:25 GMT)
>X-Complaints-To: groups-abuse@google.com
>NNTP-Posting-Date: Wed, 25 Jan 2006 09:31:25 +0000 (UTC)
>User-Agent: G2/0.2
>X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET
CLR 1.1. 4322),gzip(gfe),gzip(gfe)
>Complaints-To: groups-abuse@google.com
>Injection-Info: z14g2000cwz.googlegroups.com; posting-host=210.18.25.234;
> posting- account=F1XExA0AAAAPqtbosFTI9UfgKhi4kKvL
>Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
ne.de!border2.nntp.dca.giganews.com!nntp.giganews.com!news-out.readnews.com!
news-out.readnews.com!news-xxxfer.readnews.com!postnews.google.com!z14g2000c
wz.googlegroups.com!not-for-mail
>Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.biztalk.general:34292
>X-Tomcat-NG: microsoft.public.biztalk.general
>
>Hi ,
> I am using the "WMI GlobalTrackingOption" to disable the
>tracking. I want to know how can I confirm that the setting is applied
>succesfully . Can you suggest me any table(s) or the perf counter that
>I can monitor to confirm this.
>
> Also is it ncessary to restart the machine for this WMI setting
>chnage to be effective OR just restarting the host service is
>sufficient?
>
>Best Regards,
>Sachin K
>
>
|
|
|
|
|