Hi, I'm following an incremental upgrade process to move a site from 4.3.7 to 5.6.x. When upgrading from 4.4.1 to 4.6.2 I get the following error at the 4.6.0 stage:
---------------
System.Data.SqlClient.SqlException: The object 'IX_Permission' is dependent on column 'PermissionKey'.
ALTER TABLE ALTER COLUMN PermissionKey failed because one or more objects access this column.
at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL)
at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions)
--------------
The upgrade scrip however reports the the upgrade was successful and the site seems to be working ok. The only noticeable difference is that under module definitions I can no longer see the 'upgrade available' icons/alerts on the irght of the module descriptions.
Anyone know if this might be due to the above error?
Can anybody suggest a means of fixing the above problem?...or might a further upgrade to a later version fix it?
Thanks in advance
Phil