cancel
Showing results for 
Search instead for 
Did you mean: 

So you can not use the OPS Center.....

Tom_Egger
Level 4
Certified

We used OPS Center in 7.5.0.1. We must note again that not all data are in the OPS. For example, a backup job has run well, but this backup job is missing in the OPS Center. Does anyone have a ideas.

2 REPLIES 2

muhanad_daher
Level 6
Partner Accredited Certified

Please check this:

If you are running Analytics, please try the following custom SQL statement from the report Wizard.

SELECT * FROM domain_client WHERE deleted = 1

If you see the client listed here, it was flagged in the database as deleted / invisible to the view.

The client is not technically deleted from the OpsCenter Database, it is simply flagged as deleted.

This can be changed using SQL, however making these changes to the database, you should engage support.

1) Backup the OpsCenter Database before making any changes.

2) Run the following SQL Statement to remove the delete flag

UPDATE domain_client SET deleted = 0 WHERE deleted = 1

3) Test your report.

Amaan
Level 6

If not all data in the opscenter you should check your data collection status.

settings>configuration>data collection