I've been working on getting a file count monitor on a particular group of servers but when i test on all of them I get an unhandled exception. My Server is running windows 2003 service pack 2. I am adding the debug information below. I also tried to run the wmi query from the server directly and i get a "RPC error 0X800706BE" and i can not figure out why. I have done some research but haven't found any specific information on the error. Also, I verified no firewalls on the server and i do have admin privileges. Any suggestions?
2012-11-27 11:49:57,797 [STP SmartThreadPool Thread #3] [C(null)] DEBUG SolarWinds.APM.Probes.ApplicationJob - Current process: SWJobEngineWorker2 (PID 18716)
2012-11-27 11:49:57,797 [STP SmartThreadPool Thread #3] [C(null)] DEBUG SolarWinds.APM.Probes.ApplicationJobBase - [x14] Creating thread pool. Min: 1 Max:2
2012-11-27 11:49:57,798 [STP Pool:14 Thread #0] [C28187] DEBUG SolarWinds.APM.Probes.ProbeExecutors.RegularBatchExecutor - [x14] Component 28187 starting (FileCountProbe) - Regular
2012-11-27 11:49:57,798 [STP Pool:14 Thread #0] [C28187] DEBUG SolarWinds.APM.Probes.ProbeExecutors.RegularBatchExecutor - Component probe starting: JobContext - NodeId: 2250, NodeName: vrutest, ApplicationId: 2132, ApplicationName: VRU File Count, ComponentId: 28187, ComponentName: File Count Monitor, CustomLogEnabled: True
2012-11-27 11:49:57,809 [STP Pool:14 Thread #0] [C28187] DEBUG SolarWinds.APM.Probes.CacheDictionary`2 - Getting value for key 'WMI_10.13.7.10_root\CIMV2_central\svcengineer_717308004'
2012-11-27 11:49:57,812 [STP Pool:14 Thread #0] [C28187] DEBUG SolarWinds.APM.Probes.WMI.WMIHelper - Trying to connect to '10.13.7.10' as 'svcengineer' with following scope properties: Path='\\10.13.7.10.\root\CIMV2', Username='svcengineer', Authority='NTLMDOMAIN:domain'
2012-11-27 11:49:57,837 [STP Pool:14 Thread #0] [C28187] DEBUG SolarWinds.APM.Probes.CacheDictionary`2 - Value for key 'WMI_10.13.7.10_root\CIMV2_domain\svcengineer_717308004' retrieved.
2012-11-27 11:49:57,837 [STP Pool:14 Thread #0] [C28187] DEBUG SolarWinds.APM.Probes.FileCountProbe - Starting query to get file information
2012-11-27 11:49:58,297 [STP Pool:14 Thread #0] [C28187] ERROR SolarWinds.APM.Probes.WMIDirectoryProbeBase`1 - Full Path: \\10.13.7.10\D$\Program Files\Intervoice\Media Server for VOIP\dat\avc\
WMI Query: SELECT FileSize FROM CIM_DataFile WHERE Path LIKE '\\Program Files\\Intervoice\\Media Server for VOIP\\dat\\avc\\%' AND Drive = 'D:'
2012-11-27 11:49:58,297 [STP Pool:14 Thread #0] [C28187] ERROR SolarWinds.APM.Probes.WMIDirectoryProbeBase`1 - Unhandled exception.
System.Runtime.InteropServices.COMException (0x800706BE)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at System.Management.ManagementObjectCollection.get_Count()
at SolarWinds.APM.Probes.FileCountProbe.GetStatistics(ManagementScopeContext scope, String query, TimeSpan timeout)
at SolarWinds.APM.Probes.WMIDirectoryProbeBase`1.ProbeInternal(ProbeInformation probeInfo, PortMonitorNumericResult result)
2012-11-27 11:49:58,297 [STP Pool:14 Thread #0] [C28187] DEBUG SolarWinds.APM.Probes.ProbeExecutors.RegularBatchExecutor - Component probe finished: JobContext - NodeId: 2250, NodeName: vrutest, ApplicationId: 2132, ApplicationName: VRU File Count, ComponentId: 28187, ComponentName: File Count Monitor, CustomLogEnabled: True
2012-11-27 11:49:58,297 [STP Pool:14 Thread #0] [C28187] DEBUG SolarWinds.APM.Probes.ProbeExecutors.RegularBatchExecutor - [x14] Component 28187 finished. Elapsed Time: 498 ms
2012-11-27 11:49:58,297 [STP SmartThreadPool Thread #3] [C(null)] DEBUG SolarWinds.APM.Probes.ProbeExecutors.RegularBatchExecutor - -------------------------------------------------------------------------
2012-11-27 11:49:58,297 [STP SmartThreadPool Thread #3] [C(null)] DEBUG SolarWinds.APM.Probes.ProbeExecutors.RegularBatchExecutor - Component results for Application VRU File Count, ApplicationId 2132:
2012-11-27 11:49:58,297 [STP SmartThreadPool Thread #3] [C(null)] DEBUG SolarWinds.APM.Probes.ProbeExecutors.RegularBatchExecutor - ComponentId: 28187, Component name: File Count Monitor, Status: Undefined
2012-11-27 11:49:58,297 [STP SmartThreadPool Thread #3] [C(null)] DEBUG SolarWinds.APM.Probes.ProbeExecutors.RegularBatchExecutor - -------------------------------------------------------------------------
2012-11-27 11:49:58,297 [STP Pool:14 Thread #0] [C28187] DEBUG SolarWinds.APM.Logging.ApmJobContextInfo - Reseting thread log data