When trying to upgrade my existing site i get the following error. Tried to uninstall, no problem, but then when installaing again, I get the same error. Any ideas?
StartJob Starting Installation
Info Starting Installation - DNN_Media
Info Starting Installation - Script
Info Begin Sql execution
Info Creating backup of previous version - Providers\DataProviders\SqlDataProvider\03.02.00.SqlDataProvider
Info Created - Providers\DataProviders\SqlDataProvider\03.02.00.SqlDataProvider
Info Executing 03.02.00.SqlDataProvider
Info Start Sql execution: 03.02.00.SqlDataProvider file
Failure SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'UpgradeMedia' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() 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.ExecuteScriptInternal(String connectionString, String script) /***** Used only once during Upgrade *****/ CREATE PROCEDURE dbo.UpgradeMedia @OldModuleDefID INT, @NewModuleDefID INT AS UPDATE Modules SET ModuleDefID = @NewModuleDefID WHERE ModuleDefID = @OldModuleDefID
Info End Sql execution: 03.02.00.SqlDataProvider file
Info Finished Sql execution
Failure Installation Failed - Script
Info Installation Failed - DNN_Media
Info Deleted temporary install folder
EndJob Installation Failed