dfosterh
2008-10-16 01:05:01 UTC
Hi there,
Using wbemtest.exe from C:\WINDOWS\system32\wbem, I execute the following
query using 2 different logins with 2 different results:
Connect: root\MicrosoftBizTalkServer
Query: SELECT * FROM MSBTS_GroupSetting
Both logins are domain accounts that belong to the local administrator
group. The local administrator group has full permissions to both the root
and root\MicrosoftBizTalkServer nodes in the WMI Control properties panel.
I've also tried granting the same privileges to the specific account that
fails. One account returns results, the other returns:
Error Info:
Number: 0x80004005
Facility: <Null>
Description: Unspecified error
Additional information:
1. I can run queries against root/CIMV2 from both accounts.
2. The error from a .NET app using ManagementObjectSearcher is "Syntax error
or access violation"
Any insights will be greatly appreciated.
Using wbemtest.exe from C:\WINDOWS\system32\wbem, I execute the following
query using 2 different logins with 2 different results:
Connect: root\MicrosoftBizTalkServer
Query: SELECT * FROM MSBTS_GroupSetting
Both logins are domain accounts that belong to the local administrator
group. The local administrator group has full permissions to both the root
and root\MicrosoftBizTalkServer nodes in the WMI Control properties panel.
I've also tried granting the same privileges to the specific account that
fails. One account returns results, the other returns:
Error Info:
Number: 0x80004005
Facility: <Null>
Description: Unspecified error
Additional information:
1. I can run queries against root/CIMV2 from both accounts.
2. The error from a .NET app using ManagementObjectSearcher is "Syntax error
or access violation"
Any insights will be greatly appreciated.