MSSQL 2.2.3.9 upgrade script

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.
10/25/2007 2:40:59 AM
Gravatar
Total Posts 46

MSSQL 2.2.3.9 upgrade script

Hi Joe,

I've just uploaded the latest binary 2.2.3.9 version to my shared hosting (dotnetpark.com). I get an error on the 2.2.3.9 mssql upgrade script. The problem is although my sql account can create and delete temporary tables it doesn't have select permissions on tempdb. So this line is causing it to fail:

IF EXISTS (SELECT * FROM tempdb..sysobjects WHERE id=OBJECT_ID('tempdb..#tmpErrors')) DROP TABLE #tmpErrors

I now have everything installed after commenting out this line but I thought I should pull this up with you as this may be a problem with other hosting providers.

Cheers

Rob

10/25/2007 8:56:33 AM
Gravatar
Total Posts 18439

Re: MSSQL 2.2.3.9 upgrade script

Thanks Rob. I'll remove that part as its not needed.

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