svn mssql needs upgrade

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.
6/16/2007 3:55:49 PM
Gravatar
Total Posts 112

svn mssql needs upgrade

Hi All,

I've removed those missing objects that were holding up my svn publish, thanks Joe! And now I encounter:

http://192.168.202.152/cms/Setup/Upgrade.aspx
mojoPortal Setup
Database Platform MSSQL
Database Code Version 2.2.2.8
Database Schema Version 2.2.1.4
Status You need to upgrade the Database Schema to make it the same version as the code.

So I scratched my head and wondered what I'd done wrong...

I deleted the mssql database.
I created the mssql database where I wanted it.
I downloaded http://developer.novell.com/wiki/index.php/Special:Downloads/mojoportal/mojoportal-2-2-2-8-mssqlreleasefiles.zip.
I ran 1, 2 and 3 .SQL from dbscripts.
(I wonder if there's some copy of the dbscripts I should be running from the SVN that I overlooked in the installation documentation dealing with SVN installs.)
I touched up the user.config connection string.

http://192.168.202.152/cms/Setup/Upgrade.aspx tells me I need to upgrade.

Hmmmm I mutter scratching my head...

Any suggestions are very much appreciated,
Dale E. Moore

6/16/2007 4:17:56 PM
Gravatar
Total Posts 18439

Re: svn mssql needs upgrade

There are upgrade scripts located in Web/Setup/SchemaUpgradeScripts/mssql/mojoportal-core folder that did not get deployed by the VS publish feature because they are not included in the project.

So it needs to upgrade but can't find the scripts.

Joe

6/16/2007 4:22:58 PM
Gravatar
Total Posts 18439

Re: svn mssql needs upgrade

I'll add them.

Joe

6/16/2007 5:18:42 PM
Gravatar
Total Posts 112

Re: svn mssql needs upgrade

Hi Joe,

I'll paste SchemaUpgradeScripts and ContentTemplates from src/Setup into pub/Setup and keep on trucking.

Thanks for making permanent fixes to SVN!
Dale E. Moore

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