Forum Discussion
EXECUTE Permission denied
- 9 years ago
Have you tried specifically granting EXEC rights to that service account in SQL?
USE EF_DW
GO
GRANT Execute ON [dbo].proc_rpt_currencyexchangerates TO 'domain\service_account'
Hi mdoll,
Which kind of database did you access in ERP system? From the error message, the issue occurs because the service account doesn't have execution permission on the object 'proc_rpt_currencyexchangerates'. You need to check the permission firstly on ERP side.
Best Regards,
Qiuyun Yu
Thanks everyone.....because of permissions granted to the service account, we didn't think we had to explicitly give it EXECUTE....but you were right...for whatever reason we have to.
Thanks for the response.
- heidibb9 years agoHelper IV
Hello,
I know this is marked solved, but I am running into a similar issue and just wondered where the execute permissions need to be applied. I have my data connection as noted here and I'm getting the same "execute permission denied".
Is this something I can fix within my desktop file or do I need our administrator to modify something his end?
Thanks so much.