|
|
|
date: Mon, 7 Jul 2008 13:30:01 -0700,
group: microsoft.public.win32.programmer.wmi
back
CIM Studio and WbemTest Disparity
Please reference the original thread:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?pg=2&cat=&lang=&cr=&guid=&sloc=en-us&dg=microsoft.public.win32.programmer.wmi&fltr=
Hello,
When running the query "SELECT * FROM
Win32_PerfRawData_EXOLEDB_MSExchangeWebMail" via WbemTest against a Windows
2008 Server 64-bit machine runnning Exchange 2007 64-bit with the namespace
specified as '\\machineName\root\cimv2' I received data back. When running
the exact same query using CIM Studio against the same machine, namespace,
etc., I receive the error "Invalid Class".
A query such as "SELECT * FROM Win32_PerfRawData_PerfOS_Processor" works via
both WbemTest and CIM Studio when directed agains the same machine, so it
appears there's something different about the
Win32_PerfRawData_EXOLEDB_MSExchangeWebMail class.
If I run the exact same problematic query (i.e. "SELECT * FROM
Win32_PerfRawData_EXOLEDB_MSExchangeWebMail") against a Windows Server 2003
32-bit machine running Exchange 2003 32-bit, both tools return the same
expected results.
Both WbemTest and CIM Studio are launched via the Start menu on the same
machine in the same session, and no credentials are explicitly specified
(i.e. both inherit the token from Explorer), so there should be no credential
difference.
Why the difference between the two tools?
Thanks,
Matt
date: Mon, 7 Jul 2008 13:30:01 -0700
author: Matt am
RE: CIM Studio and WbemTest Disparity
The correct original thread URL is:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?&lang=&cr=&guid=&sloc=en-us&dg=microsoft.public.win32.programmer.wmi&p=1&tid=58eb78d4-b341-4b9c-94b0-6871747ee6aa&mid=58eb78d4-b341-4b9c-94b0-6871747ee6aa
"Matt" wrote:
> Please reference the original thread:
>
> http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?&lang=&cr=&guid=&sloc=en-us&dg=microsoft.public.win32.programmer.wmi&p=1&tid=58eb78d4-b341-4b9c-94b0-6871747ee6aa&mid=58eb78d4-b341-4b9c-94b0-6871747ee6aa
>
>
> Hello,
> When running the query "SELECT * FROM
> Win32_PerfRawData_EXOLEDB_MSExchangeWebMail" via WbemTest against a Windows
> 2008 Server 64-bit machine runnning Exchange 2007 64-bit with the namespace
> specified as '\\machineName\root\cimv2' I received data back. When running
> the exact same query using CIM Studio against the same machine, namespace,
> etc., I receive the error "Invalid Class".
>
> A query such as "SELECT * FROM Win32_PerfRawData_PerfOS_Processor" works via
> both WbemTest and CIM Studio when directed agains the same machine, so it
> appears there's something different about the
> Win32_PerfRawData_EXOLEDB_MSExchangeWebMail class.
>
>
> If I run the exact same problematic query (i.e. "SELECT * FROM
> Win32_PerfRawData_EXOLEDB_MSExchangeWebMail") against a Windows Server 2003
> 32-bit machine running Exchange 2003 32-bit, both tools return the same
> expected results.
>
> Both WbemTest and CIM Studio are launched via the Start menu on the same
> machine in the same session, and no credentials are explicitly specified
> (i.e. both inherit the token from Explorer), so there should be no credential
> difference.
>
> Why the difference between the two tools?
>
> Thanks,
>
> Matt
>
date: Mon, 7 Jul 2008 13:43:01 -0700
author: Matt am
|
|