Hi All,
I am trying to run an SSRS report in Batch on AOS and want to save it to a shared directory.
The Batch job ends in error with below error message:
[The permissions granted to user 'mydomain\myuser' are insufficient for performing this operation.]
In Report server log, below error message was found:
[ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: , Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'mydomain\myuser' are insufficient for performing this operation.]
I have shared the folder with full permissions to AOSS user account and have granted permissions to AOS user on SSRS report server too.
Can anyone help me resolve this issue?
Best Regards,
Michael
EDIT:
I could run the batch successfully after adding AOS User account to domain admins group. But, this not safe so need to identify what rights are missing for AOS account.