database user does not have permission to alter the database schema

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.
5/23/2012 12:18:33 AM
Gravatar
Total Posts 8

database user does not have permission to alter the database schema

running on localhost windows xp sp3

Have .net framework 4.0 installed 

Downloaded mojoportal-2-3-8-5-mssql-net40-deploymentfiles.zip

Unzip and create a new website using IISAdmin.net tool for creating multiple website on local host. (I have used with other websites on my local machine with no problem)

Created a database called mojoPortal on my local MSSQL 2000 and updated the connectionString in the user.config. I am using sa and pwd for sa. 

I didn't see in the requirements what is the version of MSSQL needed. Can it run on 2000? If so what can be the issue

Thanks

 

 

 

5/23/2012 12:38:05 AM
Gravatar
Total Posts 8

Re: database user does not have permission to alter the database schema

Ignore message. I changed the connectionString to go to a MSSQL 2005 install on virtual PC and it worked so I guess 2000 is not supported

Thanks

5/23/2012 6:24:47 AM
Gravatar
Total Posts 18439

Re: database user does not have permission to alter the database schema

No, SQL 2000 is not supported. We dropped support for SQL 2000 when we added support for SQL Azure. SQL 2000 does not support nvarchar(max). The last version of mojoPortal to support SQL 2000 was version 2.3.4.2.

For the latest version of mojoPortal it requires SQL 2005 (with all service paks) or higher.

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