Scheduled email report shows message "The sender does not have access to this report" instead of the expected dataIssue After upgrading to San Diego, scheduled email reports that were scheduled before the upgrade show the message "The sender does not have access to this report" in the attached document instead of the expected data. The report is scheduled to run with a specific user in the "Run As" field of the schedule. When impersonating this user and loading the report list, the desired report is not listed.ReleaseSan DiegoCauseThe system property com.snc.par.reporting.scheduled_email_report_access_check has been enabled to decide if read access for the report needs to be checked, for a San Diego fix (PRB1480084 - tokens should not be parsed in the email of scheduled reports), to ensure that users have the correct access to reports for scheduled reports. The activation of report_view ACLs may also block a sender's access to report data. For more information, see ACL Assessment for Reports in Tokyo.ResolutionThere are two options to restore functionality: 1. Add roles to the user to allow them access to the reports that they are scheduled to run. This is our suggested option as this ensure that users with the correct roles are accessing for scheduled reports.2. Create a new boolean system property named com.snc.par.reporting.scheduled_email_report_access_check and set the value to false.