Not Saving reports to the Repository
search cancel

Not Saving reports to the Repository

book

Article ID: 254584

calendar_today

Updated On:

Products

CA Infrastructure Management

Issue/Introduction

We're trying to save reports to the repository.  I have enabled "Repository Service Only" under the Manage Email Server Setting.  However when I go to Manage Scheduled Reports I don't see any reports under Show Run Now Archived Reports or Show Archived Reports after running both run now and scheduled reports.

 

Environment

Release : 22.2

Cause

The attribute "Repository.root.Directory" in the general table of MySql had the incorrect path

Resolution

1. Create a folder for the archive

      mkdir /opt/CA/PerformanceCenter/DM/repository

2. Update the general table in MySql

     /opt/CA/MySql/bin/mysql -uroot -p

    then run the following:      update general set value='/opt/app/CA/PerformanceCenter/DM/repository' where attribute='Repository.Root.Directory';

 

Scheduled should now get written to the archive