mmajcica / DeploySsrs

Build-Release task for VSTS/TFS that manages Microsoft's SQL Server Reporting Services
MIT License
21 stars 21 forks source link

Windows Authentication error with on premise windows agent #66

Open tfort007 opened 3 years ago

tfort007 commented 3 years ago

Hello,

I'm trying to use the extension but I'm getting this error when the task calls the web service

Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: Les autorisations accordées à l'utilisateur « ** » sont insuffisantes pour effectuer cette opération. »

(In english it says that the user does not have the autorisations to call the web service)

Agent: On premise windows agent. Ssrs is running under a service user.

What is the Machines section to configure the administrator user under which the task is running? Does this extension work with service users?

Thank you!

alextfreitas commented 3 years ago

Any luck resolving this issue? I'm getting the same error

Thanks

tfort007 commented 3 years ago

I didn't resolve the issue.

I have very simple needs so I did a small and simple application in c# (150 lines of code) that handles the task of calling /ReportServer/ReportService2010.asmx and deploying my reports.

Good luck.