Forum Discussion

r4mzeso's avatar
r4mzeso
Level 3
10 years ago

OpsCenter SQL query - problem

Hi there, I am trying to get list of all clients and policies from Netbackup

ex:
policy1 node1
policy1 node2
policy2 node3

ect

I use generate report and run query

Select policyName, clientName from domain_PolicyClient ORDER BY policyName

OpsCenter gives me report but its shows also policies which have been deleted. I would like to have report up to date (online). Is It anyway I can achieve that?