tobania / VSTS.Extension.SqlReportingServices

VSTS Extension for uploading SSRS Reports
MIT License
14 stars 20 forks source link

Deployment Errors #65

Open direwolf2020 opened 2 months ago

direwolf2020 commented 2 months ago

I'm getting an error with uploading the .rsuser and .rptproj extensions.

Is there a way to exclude these? I was trying to user an .artifactignore file and cannot get it to work!

Everything gets uploaded, but the release pipeline errors out at this last portion:

System.Management.Automation.MethodInvocationException: Exception calling "CreateCatalogItem" with "7" argument(s): "Uploading or saving files with .artifactignore extension is not allowed. Contact your administrator if you have any questions. ---> Microsoft.ReportingServices.Diagnostics.ResourceFileFormatNotAllowedException: Uploading or saving files with .artifactignore extension is not allowed. Contact your administrator if you have any questions." ---> System.Web.Services.Protocols.SoapException: Uploading or saving files with .artifactignore extension is not allowed. Contact your administrator if you have any questions. ---> Microsoft.ReportingServices.Diagnostics.ResourceFileFormatNotAllowedException: Uploading or saving files with .artifactignore extension is not allowed. Contact your administrator if you have any questions. System.Management.Automation.MethodInvocationException: Exception calling "CreateCatalogItem" with "7" argument(s): "Uploading or saving files with .rptproj extension is not allowed. Contact your administrator if you have any questions. ---> Microsoft.ReportingServices.Diagnostics.ResourceFileFormatNotAllowedException: Uploading or saving files with .rptproj extension is not allowed. Contact your administrator if you have any questions." ---> System.Web.Services.Protocols.SoapException: Uploading or saving files with .rptproj extension is not allowed. Contact your administrator if you have any questions. ---> Microsoft.ReportingServices.Diagnostics.ResourceFileFormatNotAllowedException: Uploading or saving files with .rptproj extension is not allowed. Contact your administrator if you have any questions. System.Management.Automation.MethodInvocationException: Exception calling "CreateCatalogItem" with "7" argument(s): "Uploading or saving files with .rsuser extension is not allowed. Contact your administrator if you have any questions. ---> Microsoft.ReportingServices.Diagnostics.ResourceFileFormatNotAllowedException: Uploading or saving files with .rsuser extension is not allowed. Contact your administrator if you have any questions." ---> System.Web.Services.Protocols.SoapException: Uploading or saving files with .rsuser extension is not allowed. Contact your administrator if you have any questions. ---> Microsoft.ReportingServices.Diagnostics.ResourceFileFormatNotAllowedException: Uploading or saving files with .rsuser extension is not allowed. Contact your administrator if you have any questions. PowerShell script completed with 3 errors.

natalia156 commented 2 months ago

Hello, I am doing an assesment and I am thinking on using this extension. I see that it hasn't been updated for a long time, removing the problem that you encountered, could you confirm if the extension works and the .rdl are published in Reporting Services?