Print Page | Close Window

Upgrade 9.69 > 10.11 fail

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=30297
Printed Date: 31 March 2026 at 2:42pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Upgrade 9.69 > 10.11 fail
Posted By: MaximeRoy77
Subject: Upgrade 9.69 > 10.11 fail
Date Posted: 27 April 2012 at 5:56pm
I've tried many times, differents tweaks, same results: not working.

As read in  another thread I've modify the file growth factors to 30% to help the upgrade process that was giving too many errors.

Here's the results:

URL: http://www.progarchives.com/forum3/setup_db.asp?setup=SqlServer9Update


Your Database is being updated. Please be patient as this may take a few minutes to complete.

Stage 1: Creating New Database Tables and Fields..... 

Error Altering the Table tblThread 
Query timeout expired.Complete

Stage 2: Entering default values for new fields..... Complete

Stage 3: Migrating forum configuration settings to new format..... Complete

Stage 4: Migrate Post Count to new Point System (this may take some time to complete)..... Complete

Query timeout expired

SQL Server database is updated, but with Error!






The forum homepage works fine
The forum threads list works fine

The forum_posts.asp don't work

URL: http://www.progarchives.com/forum3/forum_posts.asp?TID=86452&title=is-the-first-prog-album-usually-the-best

Here's the error:

Server Error in Forum Application
An error has occurred while executing SQL query on database.
Please contact the Forum Administrator.

Support Error Code:- err_SQLServer_get_topic_posts_data
File Name:- forum_posts.asp
Forum Version:- 10.11







Please help , thanks






Replies:
Posted By: MaximeRoy77
Date Posted: 27 April 2012 at 6:00pm
I am going to tweaks more, I just read this reply, I did not know about the log file too.

Originally posted by WebWiz-Bruce WebWiz-Bruce wrote:

The problem is that when it tries to add the new fields to the Thread table is that if there is not enough space to complete the operation the database will not return an error, so it looks like the upgrade has gone through correctly.

If you have a large database you need to make sure you have at least 25% space for your primary file group and that your log file is at least 50% the size of your primary file group.

The database can be shrunk after the upgrade but adding extra fields to a large table like the Thread table that holds all the posts will need allot of temporary space to add the extra fields.

If there is not enough space to create the new fields in the thread table due to the database not returning an error the first you will know is when you try and view a post, it will not display, exactly like what you describe.


Posted By: MaximeRoy77
Date Posted: 27 April 2012 at 6:21pm
No.

Still not working after:

- Setting the DATA file at 10GB (from 4GB)
- Settting the LOG file at 10GB (from 3.5GB)

and there is enough disk space.

???


Posted By: WebWiz-Bruce
Date Posted: 27 April 2012 at 10:02pm
Your database is to large to be updated on the client side and you would need to update the tblThread table manually on the database server.

See the topic below:-

http://forums.webwiz.net/issue-upgrading-sql-server-database-to-v10x_topic29733.html" rel="nofollow - http://forums.webwiz.net/issue-upgrading-sql-server-database-to-v10x_topic29733.html


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: MaximeRoy77
Date Posted: 28 April 2012 at 3:51am
Thanks , it worked, executing theses 2 SQL commands manually:


ALTER TABLE tblThread ADD Answer bit not null default 0

ALTER TABLE tblThread ADD Thanks int not null default 0



After running the automatic upgrade script you provided with the ZIP.

Thumbs Up



Posted By: MaximeRoy77
Date Posted: 28 April 2012 at 1:26pm
By the way, you should use Cdbl instead of Cint in most part of the code, everytime I upgrade I need to do it myself ;-)




Posted By: Ravage
Date Posted: 01 May 2012 at 4:11pm
We had this issue too - but we downloaded v9.74 and upgraded to that first, THEN repeated the exercise to upgrade to v10.11, like yourselves a direct upgrade always fell over during test upgrades



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net