Discussion:
WMI Query for Process stopping
(too old to reply)
PGM
2009-05-06 13:13:51 UTC
Permalink
Can anyone tell me whats wrong with this query

SELECT * FROM __InstanceDeletionEvent WITHIN 15 WHERE TargetInstance isa 'win32_process' AND TargetInstance.name = 'MessagePollerSQ'

This is the error I am receiving:
The Microsoft Operations Manager WMI provider 'Computername - messagepoller.exe has stopped ' could not register query "SELECT * FROM _InstanceDeletionEvent WITHIN 15 WHERE TargetInstance ISA 'win32_process' AND TargetInstance.Name = 'MessagePollerSQ'". Ensure that the WMI Query is valid.
Gerry Hickman
2009-05-13 18:54:52 UTC
Permalink
Hi,

Can you post the surrounding code. We need to see the context within
which the query is being run.
Post by PGM
Can anyone tell me whats wrong with this query
SELECT * FROM __InstanceDeletionEvent WITHIN 15 WHERE TargetInstance isa 'win32_process' AND TargetInstance.name = 'MessagePollerSQ'
The Microsoft Operations Manager WMI provider 'Computername - messagepoller.exe has stopped ' could not register query "SELECT * FROM _InstanceDeletionEvent WITHIN 15 WHERE TargetInstance ISA 'win32_process' AND TargetInstance.Name = 'MessagePollerSQ'". Ensure that the WMI Query is valid.
--
Gerry Hickman (London UK)
Loading...