I upgraded from 8.03 to 9.52
moved old 8.03 code, upgraded the database, put in new 9.52 code
most everything seemed fine.. here is something I came across
editing/saving anyone's profile from the profile screen produced this error
Microsoft OLE DB Provider for SQL Server error '80040e21'
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
/forum/register.asp, line 910
So after looking at that line in the code and doing a little googling I went into the SQL 2005 database and changed the Date_format field in tblAuthor table from
nvarchar(10) to nvarchar(20)
And no more error...I can now save/edit that profile screen without issue
Now I didn't really spend a lot of time on this and the value 20 is something I just tried as a higher value. I don't know if this was the best way to correct the problem or if anyone else will even have the problem.
So maybe the developer can chime in and knows what was going on or can say exactly how big that field needs to be.
Other then this issue and the RTE file upload issue discussed at the following thread everything else seems fine so far.
http://forums.webwiz.net/forum_posts.asp?TID=26341
More information.. Running IIS6, SQL Server 2005 Enterprise Edition, on a Server with all USA regional settings. I also double checked that I used the SQL 2005 verion of the 9.52 code.
Best Regards
Edited by dotster - 03 October 2008 at 5:41pm