Skip to content

Unable to configure stored procedure #1662

Closed Answered by jshallBRI
jshallBRI asked this question in Q&A
Discussion options

You must be logged in to vote

So, it turns out that the database user must have EXECUTE permissions in order to run a stored procedure. I had originally set it up for read/write permissions, but failed to grant the dab application EXECUTE permissions.

I granted EXECUTE permission to the dab application in SQL Server and the problem was resolved!

GRANT EXECUTE TO [dabUsername]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jshallBRI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant