Hello Sebastian, and thank you for your response. That was great info - I had never noted the presence of those folders and the resource files.
From that upgrade session, there are 4 files noted below. The 2 non empty files do contain errors in them. Let me know what you think - and thank you very much.
07.04.00.log.resources
07.04.01.log.resources
07.04.02.01log.resources (empty)
07.04.02.02log.resources (empty)
The contents of 07.04.00.log.resources:
System.Data.SqlClient.SqlException (0x80131904): Either the parameter @objname is ambiguous or the claimed @objtype (OBJECT) is wrong.
at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script)
ClientConnectionId:e5a4d70e-9221-498e-a672-4329e8675235
Error Number:15248,State:1,Class:11
-- rename PK
EXECUTE sp_rename N'PK_Tmp_PortalSettings', N'PK_PortalSettings', 'OBJECT'
The Contents of 07.04.01.log.resources:
System.Data.SqlClient.SqlException (0x80131904): The operation failed because an index or statistics with name 'IX_ModulePermission_Modules' already exists on table 'DotNetNuke_df.ModulePermission'.
at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script)
ClientConnectionId:fde7b914-5366-4ba5-952d-38a9e80091bd
Error Number:1913,State:1,Class:16
CREATE UNIQUE NONCLUSTERED INDEX IX_ModulePermission_Modules ON DotNetNuke_df.[ModulePermission]
(ModuleID, PermissionID, PortalID, RoleID, UserID)
INCLUDE (AllowAccess)
System.Data.SqlClient.SqlException (0x80131904): The operation failed because an index or statistics with name 'IX_ModulePermission_Users' already exists on table 'DotNetNuke_df.ModulePermission'.
at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script)
ClientConnectionId:fde7b914-5366-4ba5-952d-38a9e80091bd
Error Number:1913,State:1,Class:16
CREATE UNIQUE NONCLUSTERED INDEX IX_ModulePermission_Users ON DotNetNuke_df.[ModulePermission]
(UserID, ModuleID, PermissionID, PortalID)
INCLUDE (AllowAccess)
WHERE UserID IS NOT Null
System.Data.SqlClient.SqlException (0x80131904): The operation failed because an index or statistics with name 'IX_ModulePermission_Roles' already exists on table 'DotNetNuke_df.ModulePermission'.
at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script)
ClientConnectionId:fde7b914-5366-4ba5-952d-38a9e80091bd
Error Number:1913,State:1,Class:16
CREATE UNIQUE NONCLUSTERED INDEX IX_ModulePermission_Roles ON DotNetNuke_df.[ModulePermission]
(RoleID, ModuleID, PermissionID, PortalID)
INCLUDE (AllowAccess)
WHERE RoleID IS NOT Null