The server principal "dnnUser" is not able to access the database "SomeDb" under the current securit
Return to previous page
The server principal "dnnUser" is not able to access the database "SomeDb" under the current securit
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
DNN Edition: Community
DNN Version: 06.00.01 (310)
When attempting to install a couple modules this morning I received the following exception:
The server principal "dnnUser" is not able to access the database "SomeDB" under the current security context.
Which makes sense because the dnnUser only has access to the DNN db (not SomeDB). I checked the SiteSqlServer settings under connectionStrings and appSettings in the web.config and their "Initial Catalog" parameters are set to the DNN db. I also checked the dnnUser login's Default Database which is also set to the DNN db.
Where else could the module installer be looking to get the incorrect configuration?