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...Upgrade ErrorUpgrade Error
Previous
 
Next
New Post
8/4/2010 8:01 AM
 
Hi All!

I hope this is the right place to post this. I couldn't find an answer after my quick look.

I am trying to upgrade a DNN install to the latest version. However, I get this error. Any help would be appreciated.

Thank you.

Matt

 

Upgrading DotNetNuke
Current Assembly Version: 05.04.04
Current Database Version: 05.01.04



Upgrade Status Report
00:00:00.265 - Upgrading to Version: 05.04.04
00:00:00.828 -   Executing Script: 05.02.00.SqlDataProvider Success
00:00:04.031 -   Executing Script: 05.02.01.SqlDataProvider Success
00:00:04.343 -   Executing Script: 05.02.02.SqlDataProvider Success
00:00:04.390 -   Executing Script: 05.02.03.SqlDataProvider Success
00:00:04.453 -   Executing Script: 05.03.00.SqlDataProvider Success
00:00:08.453 -   Executing Script: 05.03.01.SqlDataProvider Success
00:00:08.562 -   Executing Script: 05.04.00.SqlDataProvider Success
00:00:09.421 -   Executing Script: 05.04.01.SqlDataProvider Success
00:00:09.484 -   Executing Script: 05.04.02.SqlDataProvider Success
00:00:09.593 -   Executing Script: 05.04.03.SqlDataProvider Success
00:00:09.640 -   Executing Script: 05.04.04.SqlDataProvider Success
00:00:09.656 -   Executing Application Upgrades: 05.02.00 Success
00:00:13.687 -   Executing Application Upgrades: 05.02.01 Success
00:00:13.703 -   Executing Application Upgrades: 05.02.02 Success
00:00:13.703 -   Executing Application Upgrades: 05.02.03 Success
00:00:13.703 -   Executing Application Upgrades: 05.03.00 Error!
00:00:15.296 -   Executing Application Upgrades: 05.03.01 Success
00:00:15.296 -   Executing Application Upgrades: 05.04.00 Success
00:00:17.953 -   Executing Application Upgrades: 05.04.01 Success
00:00:17.953 -   Executing Application Upgrades: 05.04.02 Success
00:00:17.953 -   Executing Application Upgrades: 05.04.03 Error!
00:00:17.968 -   Executing Application Upgrades: 05.04.04 Success
00:00:17.968 -   Cleaning Up Files: 05.02.00 Success
00:00:17.968 -   Cleaning Up Files: 05.02.01 Success
00:00:17.968 -   Cleaning Up Files: 05.02.02 Success
00:00:17.968 -   Cleaning Up Files: 05.02.03 Success
00:00:17.984 -   Cleaning Up Files: 05.03.00 Error!
00:00:17.984 -   Cleaning Up Files: 05.03.01 Success
00:00:17.984 -   Cleaning Up Files: 05.04.00 Success
00:00:17.984 -   Cleaning Up Files: 05.04.01 Success
00:00:17.984 -   Cleaning Up Files: 05.04.02 Success
00:00:17.984 -   Cleaning Up Files: 05.04.03 Success
00:00:17.984 -   Cleaning Up Files: 05.04.04 Success
00:00:17.984 -   Updating Config Files: 05.02.00 Success
00: -   Updating Config Files: 05.02.01 Success
00: -   Updating Config Files: 05.02.02 Success
00: -   Updating Config Files: 05.02.03 Success
00: -   Updating Config Files: 05.03.00 Success
00:00:18.015 -   Updating Config Files: 05.03.01 Success
00:00:18.015 -   Updating Config Files: 05.04.00 Success
00:00:18.015 -   Updating Config Files: 05.04.01 Success
00:00:18.015 -   Updating Config Files: 05.04.02 Success
00:00:18.015 -   Updating Config Files: 05.04.03 Success
00:00:18.015 -   Updating Config Files: 05.04.04 Success
00:00:18.015 - Performing General Upgrades



--------------------------------------------------------------------------------

Server Error in '/' Application.
--------------------------------------------------------------------------------

Access to the path 'E:\Domains\mydomain.com\Install\Cleanup\03.00.08.txt' is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.UnauthorizedAccessException: Access to the path 'E:\Domains\mydomain.com\Install\Cleanup\03.00.08.txt' is denied.

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario. 

Stack Trace:

[UnauthorizedAccessException: Access to the path 'E:\Domains\mydomain.com\Install\Cleanup\03.00.08.txt' is denied.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7714255
   System.IO.File.SetAttributes(String path, FileAttributes fileAttributes) +161
   DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication() +2655
   DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, Version dataBaseVersion) +1046
   DotNetNuke.Services.Install.Install.UpgradeApplication() +950
   DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) +272
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627



--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3614

 
New Post
8/25/2010 10:15 AM
 
I TOO tried to update my DNN version to the latest on my www.woodsborovfc.org site, a volunteer fire/rescue company in Woodssboro, MD.
I followed the recommended upgrade steps presented on http://www.willstrohl.com/Blog/EntryI..., in an effort to reduce any problems, but I guess it didn't.

If anyone can help, it would be great. It is also noteworthy to mention that I also tried to upgrade a module after this failed DNN core upgrade and the events module upgrade failed (failed install). That's another issue, but I wanted to resolve this one first before I moved on to module issues...

First things first; Here is the what I received when upgrading my site from 04.09.05 to 05.04.04 (errors are highlighted in yellow) and any help in fixing this issue would be great (note: site is up online but keeps saying there are errors on page):

"Upgrading DotNetNuke
Current Assembly Version: 05.04.04
Current Database Version: 04.09.05

Upgrade Status Report
00:00:00.281 - Upgrading to Version: 05.04.04
00:00:00.609 -   Executing Script: 05.00.00.SqlDataProvider Success
00:00:10.234 -   Executing Script: 05.00.01.SqlDataProvider Success
00:00:10.875 -   Executing Script: 05.01.00.SqlDataProvider Success
00:00:15.078 -   Executing Script: 05.01.01.SqlDataProvider Success
00:00:15.562 -   Executing Script: 05.01.02.SqlDataProvider Success
00:00:15.640 -   Executing Script: 05.01.03.SqlDataProvider Success
00:00:15.781 -   Executing Script: 05.01.04.SqlDataProvider Success
00:00:15.843 -   Executing Script: 05.02.00.SqlDataProvider Success
00:00:17.234 -   Executing Script: 05.02.01.SqlDataProvider Success
00:00:17.406 -   Executing Script: 05.02.02.SqlDataProvider Success
00:00:17.453 -   Executing Script: 05.02.03.SqlDataProvider Success
00:00:17.515 -   Executing Script: 05.03.00.SqlDataProvider Success
00:00:18.453 -   Executing Script: 05.03.01.SqlDataProvider Success
00:00:18.468 -   Executing Script: 05.04.00.SqlDataProvider Success
00:00:19.093 -   Executing Script: 05.04.01.SqlDataProvider Success
00:00:19.171 -   Executing Script: 05.04.02.SqlDataProvider Success
00:00:19.250 -   Executing Script: 05.04.03.SqlDataProvider Success
00:00:19.312 -   Executing Script: 05.04.04.SqlDataProvider Success
00:00:19.359 -   Executing Application Upgrades: 05.00.00 Success
00:00:39.781 -   Executing Application Upgrades: 05.00.01 Success
00:00:39.875 -   Executing Application Upgrades: 05.01.00 Success
00:00:43.921 -   Executing Application Upgrades: 05.01.01 Success
00:00:43.953 -   Executing Application Upgrades: 05.01.02 Success
00:00:43.953 -   Executing Application Upgrades: 05.01.03 Success
00:00:45.218 -   Executing Application Upgrades: 05.01.04 Success
00:00:45.218 -   Executing Application Upgrades: 05.02.00 Success
00:00:45.562 -   Executing Application Upgrades: 05.02.01 Success
00:00:45.578 -   Executing Application Upgrades: 05.02.02 Success
00:00:45.578 -   Executing Application Upgrades: 05.02.03 Success
00:00:45.578 -   Executing Application Upgrades: 05.03.00 Error!
00:00:47.953 -   Executing Application Upgrades: 05.03.01 Success
00:00:47.953 -   Executing Application Upgrades: 05.04.00 Success
00:00:48.281 -   Executing Application Upgrades: 05.04.01 Success
00:00:48.281 -   Executing Application Upgrades: 05.04.02 Success
00:00:48.281 -   Executing Application Upgrades: 05.04.03 Success
00:00:48.671 -   Executing Application Upgrades: 05.04.04 Success
00:00:48.687 -   Cleaning Up Files: 05.00.00 Success
00:00:50.093 -   Cleaning Up Files: 05.00.01 Success
00:00:50.296 -   Cleaning Up Files: 05.01.00 Success
00:00:50.640 -   Cleaning Up Files: 05.01.01 Success
00:00:50.640 -   Cleaning Up Files: 05.01.02 Success
00:00:50.640 -   Cleaning Up Files: 05.01.03 Success
00:00:50.640 -   Cleaning Up Files: 05.01.04 Success
00:00:50.640 -   Cleaning Up Files: 05.02.00 Success
00:00:50.640 -   Cleaning Up Files: 05.02.01 Success
00:00:50.640 -   Cleaning Up Files: 05.02.02 Success
00:00:50.640 -   Cleaning Up Files: 05.02.03 Success
00:00:50.640 -   Cleaning Up Files: 05.03.00 Success
00:00:50.671 -   Cleaning Up Files: 05.03.01 Success
00:00:50.671 -   Cleaning Up Files: 05.04.00 Success
00:00:50.671 -   Cleaning Up Files: 05.04.01 Success
00:00:50.671 -   Cleaning Up Files: 05.04.02 Success
00:00:50.671 -   Cleaning Up Files: 05.04.03 Success
00:00:50.671 -   Cleaning Up Files: 05.04.04 Success
00:00:50.671 -   Updating Config Files: 05.00.00 Success
00:00:50.671 -   Updating Config Files: 05.00.01 Success
00:00:50.671 -   Updating Config Files: 05.01.00 Success
00:00:50.718 -   Updating Config Files: 05.01.01 Success
00:00:50.734 -   Updating Config Files: 05.01.02 Success
00:00:50.734 -   Updating Config Files: 05.01.03 Success
00:00:50.734 -   Updating Config Files: 05.01.04 Success
00:00:50.734 -   Updating Config Files: 05.02.00 Success
00:00:50.781 -   Updating Config Files: 05.02.01 Success
00:00:50.812 -   Updating Config Files: 05.02.02 Success
00:00:50.812 -   Updating Config Files: 05.02.03 Success
00:00:50.812 -   Updating Config Files: 05.03.00 Success
00:00:50.828 -   Updating Config Files: 05.03.01 Success
00:00:50.828 -   Updating Config Files: 05.04.00 Success
00:00:50.828 -   Updating Config Files: 05.04.01 Success
00:00:50.828 -   Updating Config Files: 05.04.02 Success
00:00:50.828 -   Updating Config Files: 05.04.03 Success
00:00:50.828 -   Updating Config Files: 05.04.04 Success
00:00:50.828 - Performing General Upgrades
00:00:51.031 - Installing Optional Modules:
00:00:51.046 -   Installing Package File HTML_Community_05.04.03_Install:  Error!
00:00:54.687 -   Installing Package File Messaging_01.01.00_Install:  Error!
00:00:55.296 -   Installing Package File Taxonomy_01.01.00_Install:  Error!

00:00:56.125 -   Installing Package File Telerik_05.04.00_Install:  Success
00:00:58.859 - Installing Optional Skins:
00:00:58.953 - Installing Optional Containers:
00:00:59.046 - Installing Optional Languages:
00:00:59.046 - Installing Optional Providers:
00:00:59.062 -   Installing Package File AspNetMembershipProvider_05.02.00_Install:  Success
00:00:59.609 -   Installing Package File CorePermissionProvider_05.01.01_Install:  Success
00:01:00.046 -   Installing Package File CoreSitemapProvider_5.2.0.0_Install:  Success
00:01:00.546 -   Installing Package File DatabaseLoggingProvider_05.01.01_Install:  Success
00: -   Installing Package File DNNMembershipProvider_05.01.03_Install:  Success
00:01:01.531 -   Installing Package File DNNMenuNavigationProvider_05.01.00_Install:  Success
00:01:01.968 -   Installing Package File DNNTreeNavigationProvider_05.01.00_Install:  Success
00:01:02.375 -   Installing Package File FckHtmlEditorProvider_02.00.04_Install:  Success
00:01:42.562 -   Installing Package File FileBasedCachingProvider_05.01.03_Install:  Success
00: -   Installing Package File FileModuleCachingProvider_05.04.03_Install:  Success
00:01:43.484 -   Installing Package File MemoryModuleCachingProvider_05.02.01_Install:  Success
00:01:43.968 -   Installing Package File SchedulingProvider_05.02.01_Install:  Success
00:01:44.312 -   Installing Package File SearchIndexProvider_05.01.00_Install:  Success
00:01:44.750 -   Installing Package File SearchProvider_05.01.01_Install:  Success
00:01:45.312 -   Installing Package File SolpartMenuNavigationProvider_05.01.00_Install:  Success
00:01:46.046 -   Installing Package File TelerikEditorProvider_05.04.02_Install:  Success
00:01:51.953 - Installing Optional AuthSystems:
00:01:51.984 -   Installing Package File LiveID_01.00.01_Install:  Success
00:01:52.468 -   Installing Package File OpenID_02.00.00_Install:  Success
00:01:53.140 - Installing Optional Packages:
Upgrade Complete"

 
New Post
8/25/2010 3:03 PM
 
Mike, Can you try going all the way from 4.9.5 to 5.5?

Do you know the truth when you hear it?
Néstor Sánchez
The Dúnadan Raptor -->Follow Me on Twitter Now!
 
New Post
8/25/2010 7:03 PM
 
@ Matthew Fope:
This is a permissions issue. Whichever account you have permissioned on your web folder needs to have 1 Level below "Full Control".
If you still get this error then set the account on the web folders to Full Control for the install then reduce the permissions appropriately after installation.
If you google on: unauthorizedaccessexception: access to the path install\cleanup\03.00.08.txt' is denied - you will get about a dozen specific links relating to this issue.

HTH,

Ken Grierson
DotNetNuke Corporation
Test Lead
 
New Post
8/25/2010 8:45 PM
 
Nestor Sanchez wrote:
Mike, Can you try going all the way from 4.9.5 to 5.5?

Standby, trying to work with crystaltech.com to restore my site back to yesterday.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade ErrorUpgrade Error


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