By using this website, you agree to our Terms of Use (click here)
Hi Everyone,
I'm trying to save my report to the server using File -> Save To Server... in Report Designer, but I'm getting the following error:
Error during save: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.InvalidOperationException: The ReportDesigner role is required to save reports.
at PX.Api.WebServicesBase.VerifyReportDesignerRole()
at PX.Api.WebServicesBase.ReportSave(String name, String xml)
--- End of inner exception stack trace ---
Any ideas on how to get past this error?
Hi Fozzie,
I think most people assume that if they have the Administrator security role, then they will be able to save reports to the server.
And that's a very reasonable assumption in my opinion. But, unfortunately, it isn't correct.
You actually need the ReportDesigner security role pictured below on the Users screen if you want to be able to use File -> Save To Server... within the Report Designer application.
Acumatica Version 6.10.0472 used when composing this response
I totally thought that the Administrator security role would have everything that I need, but I guess not.
Thanks for the tip. That solved the problem for me.