NetOps Portal - Where are scheduled reports information stored
search cancel

NetOps Portal - Where are scheduled reports information stored

book

Article ID: 109081

calendar_today

Updated On:

Products

CA Performance Management Network Observability

Issue/Introduction

When scheduling a report in NetOps Portal, where is that schedule report and its details saved?

Environment

Any NetOps Portal release

Resolution

The schedule of the reports goes into the email_schedules table on NetOps Portal mysql database - netqosportal.

This includes the report's Subject and other information, but not the actual PDFs.

To see the report's Subject and other fields can run a query like the following on the NetOps Portal database:

mysqldump -uroot -p<PASSWORD> netqosportal email_schedules > /tmp/email_schedules.txt