INSERT permission was denied on the object 'mp_SiteSettingsExDef'

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
12/19/2012 10:42:47 AM
Gravatar
Total Posts 18

INSERT permission was denied on the object 'mp_SiteSettingsExDef'

I'm setting up MojoPortal's database, and running into an issue where the error is:

INSERT permission was denied on the object 'mp_SiteSettingsExDef'

I know I've run into issues like this before, but cannot remember what I need to do to make this work.  Where do I set this under SQL Server Management Studio?

Any help would be greatly appreciated.

12/19/2012 4:06:59 PM
Gravatar
Total Posts 18439

Re: INSERT permission was denied on the object 'mp_SiteSettingsExDef'

Assuming you are using a sql login (as I recommend) rather than a windows login, branch down the security node in SQL Management, right click the user and choose properties, click the User Mapping tab, in the top pane check the mojoportal database, in the bottom pane check db_owner, then click Ok.

Or create a new user and do the above then use that user in the connection string.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.