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.
Release : 22.2
The attribute "Repository.root.Directory" in the general table of MySql had the incorrect path
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