cancel
Showing results for 
Search instead for 
Did you mean: 

Monitoring Probes

Former Member
0 Kudos

Hi,

I've set up a few monitoring probes the Crystal Reports Probe and Interactive Analysis Probe keep failing. I think it's to do with the security of the folder where the report is that the probe is running. How can I find out which user is running these probes. Once I know this I can add them to the correct security level for the folder.

Many thanks

Stuart.

Accepted Solutions (0)

Answers (1)

Answers (1)

Toby_Johnston
Advisor
Advisor
0 Kudos

Hi Stuart,

The default probes are usually stored in the CMC under the folder Probes (unless you have manually moved them).  You can check the instance history to see who is scheduling them.  Or you can check the history inside the monitoring application --> probes.

The best way would be to go to http://appserver:8080/AdminTools and issue the query

SELECT * FROM CI_INFOOBJECTS WHERE SI_KIND='MON.Probe' AND SI_INSTANCE=1

This will return all probe instances and the user who scheduled them.

Thanks

Toby

Former Member
0 Kudos

Thanks for that Toby.