I get the following error when trying to get some info from WMI on an Exchange 2003 server. Normally this works OK but on a bunch of servers it's failing. Anyone know whht's going on?
102 Invalid class when process matrix 0 WQL = Select ActiveUserCount, RPCRequests From Win32_PerfRawData_MSExchangeIS_MSExchangeIS
It's a local query. Unfortunately the query is being generated by a third party program and I can't easily access the query itself. I was kinda after some pointers to troubleshooting ideas ?
I've had a degree of success with some of the above as well as a few other bits and bobs I've found via Google. However, there's still a few servers that refuse to populate WMI with the counters despite my best efforts. I've tried doing a mofcomp.exe against the mdbperf.dll counter file in Exchange's bin folder, I've done lodctr /R, wmiadap /c and /f but to no difference in results.