|
Home > Archive > BizTalk Server General > December 2004 > MSBTS_ServiceInstanceSuspendedEvent not Firing
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 |
MSBTS_ServiceInstanceSuspendedEvent not Firing
|
|
| esgraham 2004-12-03, 5:52 pm |
| I am using the SuspenedQListener code to catch items that
are going into the suspended queue for BizTalk 2004.
However, I have discovered that when items are suspended
with a status of Suspended_Resumable, the
MSBTS_ServiceInstanceSuspendedEvent event is not fired.
I tried using the MSBTS_MessageInstanceSuspendedEvent
event and it did catch the suspended_resumable item. I
am not using MSMQT, so why is the MessageInstance working
and not the ServiceInstance?
Thanks.
| |
| Harish - Avanade 2004-12-03, 8:46 pm |
| esgraham:
You could try see if the event it firing by registering the event in WMI CIM
Studio. Also what is the WQL look like? Do you have the root namespace
specified to a server where the host instance is running? Also lastly can you
go to HAT and make sure its a service instance and not a message instance
that is suspended?
Harish - Avanade
"esgraham" wrote:
> I am using the SuspenedQListener code to catch items that
> are going into the suspended queue for BizTalk 2004.
> However, I have discovered that when items are suspended
> with a status of Suspended_Resumable, the
> MSBTS_ServiceInstanceSuspendedEvent event is not fired.
>
> I tried using the MSBTS_MessageInstanceSuspendedEvent
> event and it did catch the suspended_resumable item. I
> am not using MSMQT, so why is the MessageInstance working
> and not the ServiceInstance?
>
> Thanks.
>
|
|
|
|
|