Hi,
Thanks for your answers.
- UAC is disabled
- I run AX as admin (right click - run as admin")
- I run as a domain admin account
- In SSRS, I have given my domain account all possible roles, including DynamicsAXBrowser and Content Manager on all folders (and root folder), and System Administrator in the Site Parameters
- The Reporting Services extensions are installed
We have tried to deploy via the MorphX environment (right click -> deploy) and through PowerShell, always "Run as administrator"
We think we have tried solution posted already on the Internet as we've been working on this for 5 days.
The exact error when trying to deploy from the AOT is:
(Translated from French)"An error has occured. Network path not found. If the user account control is enabled... blablabla"
"The deployment was aborted. You do not have privileges to deploy to server: (servername). For deployment, you must have administrative rights to the SQL Server Reporting Services (SSRS) server. Contact your administrator to deploy"
And when we try to deploy from PowerShell:
(Run as administrator)
Publish-AXReport -ReportName CustTransList
(Message in red)
Publish-AXReport : The deployment was aborted. You do not have privileges to deploy to server: (servername). For deployment, you must have administrative rights to the SQL Server Reporting Services (SSRS) server. Contact your administrator to deploy
Thanks again for your help.
PS: When I say we use a domain admin account, I'm speaking about the logged on user. I gave all the rights to that user since we are using Windows integrated authentication.
But AX and SSRS are running as domain accounts. Do we need to give those accounts domain admin rights too? Do those accounts need to have admin rights in SSRS?