Leon
Joined: 11 Jul 2007 Posts: 408
|
Posted: Wed Jul 18, 2007 8:57 am Post subject: |
|
|
WMI monitoring uses the Microsoft VBScript engine. Do the following to find out the reason of the problem:
- Locate the WMI script and copy it into a new file, let's say MyScript.vbs.
- Make a call to that function in that script, using the same parameters as in ActiveXperts Network Monitor.
- Run the script from the command line like this: CSCRIPT .
Most probably, the script will produce an error related to VBScript Engine, OS or security. It's possible that an upgrade of this VBScript engine is required (depending on the type of error). You can upgrade the VBScript engine either through an upgrade of IE, an upgrade of IIS, or an upgrade of the Windows Scripting Host (available from the MS web site). |
|