Monitoring, Management & Location Tracking

 View Only
last person joined: one year ago 

Articles relating to existing and legacy HPE Aruba Networking products and solutions including AirWave, Meridian Apps, ALE, Central / HPE Aruba Networking Central, and UXI / HPE Aruba Networking User Experience Insight

Reports: Keeping a definition, removing the scheduling :- 

Jun 24, 2014 06:07 PM

Are your reports taking too long to run? Has another AirWave user been creating reports and scheduling them to run daily? Although only Admins can see the reports and report definitions of these users, you can still delete the scheduling if you have access to the command line:

# db
# \x
# select * from scheduled_event;
# delete from scheduled_event where id in (##,##,##,##,##,##);
# \q

If you want to isolate out the admin user reports, here's a query to get you all reports that are not made by the admin:
# select * from report_definition where role_id != #;
To check user roles:
# select username, role_id from users;

Deleting the scheduling will still leave the report definition in the definitions listing.

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.