You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: