Hi,
I met this odd issue after I upgrade a web site from DNN 6.2.2 to DNN 7. When I install/upgrade modules, I met below error:
....
Info:: Component installed successfully - ResourceFile
Info:: Starting Installation - Module
Info:: ExceptionSystem.Data.SqlClient.SqlException (0x80131904): Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression. 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.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at PetaPoco.Database.Execute(String sql, Object[] args) at DotNetNuke.Data.PetaPoco.PetaPocoHelper.ExecuteNonQuery(String connectionString, CommandType type, String sql, Object[] args) at DotNetNuke.Data.SqlDataProvider.ExecuteNonQuery(String procedureName, Object[] commandParameters) at DotNetNuke.Entities.Content.Data.DataService.AddMetaData(ContentItem contentItem, String name, String value) at DotNetNuke.Entities.Content.Data.DataService.SynchronizeMetaData(ContentItem contentItem, IEnumerable`1 added, IEnumerable`1 deleted) at DotNetNuke.Entities.Content.ContentController.SaveMetadataDelta(ContentItem contentItem) at DotNetNuke.Entities.Content.ContentController.AddContentItem(ContentItem contentItem) at DotNetNuke.Entities.Modules.DesktopModuleController.CreateContentItem(DesktopModuleInfo desktopModule) at DotNetNuke.Entities.Modules.DesktopModuleController.SaveDesktopModule(DesktopModuleInfo desktopModule, Boolean saveChildren, Boolean clearCache, Boolean saveTerms) at DotNetNuke.Services.Installer.Installers.ModuleInstaller.Install()
Info:: Installation Failed - Module
Info:: Rolling back component install - Script
Info:: Component rolled back successfully - Script
Info:: Rolling back component install - ResourceFile
Info:: Exception - Could not find file 'C:\inetpub\vhosts\zldnnmodule.com\httpdocs\Install\Temp\sxcxtucwResources.zip'.
Info:: Component rolled back successfully - ResourceFile
Info:: Installation Failed - AdvancedAudioPlayer
Info:: Deleted temporary install folder
Info:: Installation Failed
Any ideas?
Lei