Comments
-
Is anybody able to reproduce this issue? I tried the lastest version of SWQL studio, but i was able to connect.
-
For users, there is no direct way to do so, the report definitions are stored in database. User has no direct way to change some global properties shared across all reports. As a hack you can create a script which replaces the occurrence in the database. To find required reports, you can use following SQL query: select…
-
Currently no, but have a look at features the SAM team is announcing. e.g. Server & Application Monitor - What We're Working on Beyond v6.1 may be there is some related feature, which may help you.
-
Components, which monitor file system need permissions to access them. Try to validate, if the user used to monitor the node has access to the directory has read permissions to the monitored directory. It usually is, but doesn't have to be. If the directory permissions are OK, than try to have a look at "CIM_DataFile"…
-
If you successfully install ActivePerl and Perl is registered as an script engine, the same script should work for you using Windows script monitor. E.g. when running as "cscript /E:PerlScript mycript.pl". Usually the issues are in providing input/output parameters. Can you provide more details mainly how do you run the…