Hello,
I need a wmi item to find out if there is any BizTalk ReceiveLocation disabled on a server.
wmi.get[root\MicrosoftBizTalkServer,Select Name from MSBTS_ReceiveLocation where IsDisabled = True]
This works on my testsystem, but not on my main server. And on my testsystem it fails SOMETIMES.
Do you have any idea? Or do you know a better way to monitor this, maybe?
I need a wmi item to find out if there is any BizTalk ReceiveLocation disabled on a server.
wmi.get[root\MicrosoftBizTalkServer,Select Name from MSBTS_ReceiveLocation where IsDisabled = True]
This works on my testsystem, but not on my main server. And on my testsystem it fails SOMETIMES.
Do you have any idea? Or do you know a better way to monitor this, maybe?