Ok, so i have two sites to upgrade, the second one is coming up with the following error:
Upgrading DotNetNuke
Current Assembly Version: 04.03.07
Current Database Version: 03.03.03
Upgrade Status Report
00: - Upgrading to Version: 4.0.0 Error! (seeC:\Inetpub\wwwroot\Website\Providers\DataProviders\SqlDataProvider\04.00.00.log for more information)
--------------------------------------------------------------------------------
Server Error in '/internet' Application.
--------------------------------------------------------------------------------
Cannot insert the value NULL into column 'VersionId', table 'Internet.dbo.Version'; column does not allow nulls. INSERT fails.
The statement has been terminated.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Cannot insert the value NULL into column 'VersionId', table 'Internet.dbo.Version'; column does not allow nulls. INSERT fails.
The statement has been terminated.
Source Error:
Line 209: Response.Write("<h2>Upgrade Status Report</h2>")
Line 210: Response.Flush()
Line 211: Upgrade.UpgradeDNN(strProviderPath, strDatabaseVersion.Replace(".", ""))
Line 212:
Line 213: 'Install Resources
Source File: C:\Inetpub\wwwroot\Website\Install\Install.aspx.vb Line: 211