RE: Reprint Check Remittance not privileged to run this report GP 2018
That's another option, but troubleshooting security is relatively easy once you understand what you're doing.
To troubleshoot table/report permission issues, it helps to populate the SY09400 table:
1.Click Microsoft Dynamics GP, point to Maintenance, and then click Clear Data to open the Clear Data window.
2.On the Display menu, click Physical.
3.In the Series list, click System.
4.In the Tables pane, click the Security Resource Descriptions table, and then click Insert.
5.Click OK.
6.Click Yes.
7.In the Report Destination window, select the Screen check box, and then click OK to send the report to the screen.
8.Close the report. At this point the SY09400 system table should be populated with the additional information.
Then once you have the dexsql.log call to the zDP_SY10000_SS_1 procedure, causing the permissions error, you can use that information against the SY09400 table to find out what the object is, then also use that information against the SY10600 and SY10700 tables to determine what security roles and security tasks give users access to that object.
The SY10500 table shows what security roles users are assigned and the SY10000 view has to have a record for each object a user has permissions to.
Thanks for presenting another option though.