Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Error upgrade 6.2.2. - 6.2.3Error upgrade 6.2.2. - 6.2.3
Previous
 
Next
New Post
9/28/2012 2:53 AM
 

I've upgraded DNN 6.2.2 to 6.2.3, hosted on  premise. It's a Win 2008 R2 Standard with permissions working fine (at least apparently).

The errors I receive are as follows:

Upgrading DotNetNuke
Current Assembly Version: 06.02.03
Current Database Version: 06.02.02



Upgrade Status Report
00:00:00.078 - Upgrading to Version: 06.02.03
00:00:00.968 -   Executing Script: 06.02.03.SqlDataProvider Success
00:00:03.078 -   Executing Application Upgrades: 06.02.03 Success
00:00:03.109 -   Cleaning Up Files: 06.02.03 Success
00:00:03.125 -   Updating Config Files: 06.02.03 Success
00:00:03.125 - Performing General Upgrades
00:00:03.265 - Installing Optional Modules:
00:00:03.297 -   Installing Package File DDRMenu_02.00.02_Install:  Error!
00:00:04.984 -   Installing Package File DNNCE_CoreMessaging_06.02.03_Install:  Error!
00:00:05.719 -   Installing Package File DNNCE_HTML_06.02.03_Install:  Error!
00:00:07.297 -   Installing Package File DNNCE_Journal_06.02.03_Install:  Error!
00:00:07.969 -   Installing Package File DNNCE_MemberDirectory_06.02.03_Install:  Error!
00:00:08.719 -   Installing Package File DNNCE_MobileManagement_06.02.03_Install:  Error!
00:00:09.484 -   Installing Package File DNNCE_PreviewProfileManagement_06.02.03_Install:  Error!
00:00:10.219 -   Installing Package File DNNCE_SocialGroups_06.02.03_Install:  Error!
00:00:10.922 -   Installing Package File DNNCE_Taxonomy_06.02.03_Install:  Error!
00:00:11.578 -   Installing Package File Telerik_06.02.03_Install:  Success
00:00:13.703 -   Installing Package File Will Strohl_WillStrohl.Lightbox_01.04.01_Install:  Error!
00:00:14.281 - Installing Optional Skins:
00:00:14.297 -   Installing Package File DarkKnight_01.00.00_Install:  Success
00:00:24.595 - Installing Optional Containers:
00:00:24.595 - Installing Optional Languages:
00:00:24.595 - Installing Optional Providers:
00:00:24.595 -   Installing Package File AspNetMembershipProvider_06.02.03_Install:  Success
00:00:25.845 -   Installing Package File CorePermissionProvider_06.02.03_Install:  Success
00:00:26.345 -   Installing Package File CoreSitemapProvider_06.02.03_Install:  Success
00:00:27.204 -   Installing Package File CoreSitemapProvider_5.6.0.0_Install:  Error!
00:00:27.376 -   Installing Package File DatabaseLoggingProvider_06.02.03_Install:  Success
00:00:28.298 -   Installing Package File DNNMembershipProvider_06.02.03_Install:  Success
00:00:29.298 -   Installing Package File DNNMenuNavigationProvider_06.02.03_Install:  Success
00:00:30.251 -   Installing Package File DNNTreeNavigationProvider_06.02.03_Install:  Success
00:00:31.110 -   Installing Package File FiftyOneClientCapabilityProvider_06.02.03_Install:  Error!
00:00:32.642 -   Installing Package File FileBasedCachingProvider_06.02.03_Install:  Success
00:00:33.423 -   Installing Package File FileModuleCachingProvider_06.02.03_Install:  Success
00:00:34.361 -   Installing Package File MemoryModuleCachingProvider_06.02.03_Install:  Success
00:00:35.548 -   Installing Package File RadEditorProvider_06.02.03_Install:  Error!
00:00:36.548 -   Installing Package File SchedulingProvider_06.02.03_Install:  Success
00:00:37.376 -   Installing Package File SearchIndexProvider_06.02.03_Install:  Success
00:00:38.361 -   Installing Package File SearchProvider_06.02.03_Install:  Success
00:00:39.158 -   Installing Package File SolpartMenuNavigationProvider_06.02.03_Install:  Success
00:00:40.220 - Installing Optional AuthSystems:
00:00:40.220 -   Installing Package File Facebook_Auth_06.02.03_Install:  Success
00:00:41.642 -   Installing Package File Google_Auth_06.02.03_Install:  Success
00:00:42.549 -   Installing Package File Live_Auth_06.02.03_Install:  Success
00:00:43.705 -   Installing Package File Twitter_Auth_06.02.03_Install:  Success
00:00:44.596 - Installing Optional Packages:

Upgrade Complete


Although it says Upgrade complete, I have problems at module installation, for example:
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.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 Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) 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.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.Entities.Modules.DesktopModuleController.SaveDesktopModule(DesktopModuleInfo desktopModule, Boolean saveChildren, Boolean clearCache) at DotNetNuke.Services.Installer.Installers.ModuleInstaller.Install()
Failure Installation Failed - Module


And it seems that the DarkKnight skin was not upgraded so I can't log in on a child site unless I copy the link in adress bar.

Thank you.

 
New Post
9/28/2012 3:53 AM
 
I suggest reverting to a restore of files and database from before the upgrade and make sure to unblock the upgrade package prior to unzipping it. After unzip, please make sure that the ASP.Net account has full permission for all files and subdirectories.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
9/28/2012 4:10 AM
 
Thank you Sebastian for your prompt reply.
At the moment of upgrade I've done that. As for the ASP.Net, my portal runs under Network Services account and has full rights.
I will try again as you suggested.
 
New Post
10/1/2012 2:35 AM
 
I've restored version 6.2.2. and tried the upgrade once again. The same story.
I've definitly unlocked de upgrade package. I'm clueless, as my previous upgrades run had no problem.
 
New Post
10/1/2012 5:49 AM
 
I need to investigate the cause of the issue - unfortunately I don't have time atm.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Error upgrade 6.2.2. - 6.2.3Error upgrade 6.2.2. - 6.2.3


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out