| Author |
getting a count of incomplete instances
|
|
|
| Hi,
How do i get a count of incomplete service instances/messages in biztalk
prior to install SP2 on my box?
| |
| rene.rugerio@gmail.com 2007-07-31, 7:18 pm |
| If by incomplete services you mean "suspended + work in progress" I
think your best best is to wmi querying, which is basically the use of
WQL in the BizTalk related that goes by MSBTS_XXXX where xxxx =
orchestrations/suspendeds and you'll get that count at a particular
moment in no time.
Good luck, fellow.
| |
|
|
|
| I am trying to query the total number of incomplete instances (Terminated by
some exception) before putting up SP2 patch for BizTalk on my dev box. Can
you please help in this ?
Thanks,
"rene.rugerio@gmail.com" wrote:
> If by incomplete services you mean "suspended + work in progress" I
> think your best best is to wmi querying, which is basically the use of
> WQL in the BizTalk related that goes by MSBTS_XXXX where xxxx =
> orchestrations/suspendeds and you'll get that count at a particular
> moment in no time.
> Good luck, fellow.
>
>
|
|
|
|