I upgraded a site that contains several portals. When doing the upgrade, I got this:
Upgrading DotNetNuke
Current Assembly Version: 04.09.00
Current Database Version: 04.08.03
Upgrade Status Report
00:00:00.015 - Upgrading to Version: 4.9.0
00:00:00.062 - Executing Script: 04.08.04.SqlDataProvider
Success
Server Error in '/' Application.
Violation of UNIQUE KEY constraint 'IX_Version'. Cannot insert duplicate key in object 'dbo.Version'.
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: Violation of UNIQUE KEY constraint 'IX_Version'. Cannot insert duplicate key in object 'dbo.Version'.
The statement has been terminated.
------------
However, I was able to browse to my site, and the site runs. I can login.
I can visit all of my portals.
But, with portal 0, whenever I try to go to and Admin or a Host page, I get an error: The connection to jncraig.com was interrupted while the page was loading.
If I got to any of the other portals and login, I can visit the Admin and Host pages without a problem.
So ... how do I fix this?