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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...00:00:31.821 -   Executing Application Upgrades: 05.02.01 Error!00:00:31.821 - Executing Application Upgrades: 05.02.01 Error!
Previous
 
Next
New Post
12/28/2009 10:29 PM
 

anyone?

Know how I can figure out what caused this error? Is there a log somewhere for this?

 

I got an error with the SQL Data Provider but I fixed that one by adding the Object Qualifier stuff so that one runs fine now but I still get

00:00:31.821 -   Executing Application Upgrades: 05.02.01 Error!

And that's the only error

 

 
New Post
12/29/2009 5:19 AM
 

Please review the event details in Event Viewer and post details.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/29/2009 12:42 PM
 

Hi;

All the SQL DataProvider scripts generate a log file you can find it @ \\Providers\DataProviders\SQLDataProvider

Scroll down to the 05.02.01 script and log file.

Please copy the error details from the 05.02.01.log file in this thread.

We fixed many upgrade errors in this stabilization release there is a good possibility you have customizations specific to your setup that are causing the error.


Ken Grierson
DotNetNuke Corporation
Test Lead
 
New Post
12/29/2009 5:47 PM
 

 Yea that log file is blank

 

alright so here are the errors in the Event Viewer... FIRST I saw an error with PortalLanguages so I checked that and yep in the latest sql script it's

if  not exists(select * from PortalLanguages where PortalID=@PortalID) 
so I changed that to

if  not exists(select * from {databaseOwner}{objectQualifier}PortalLanguages where PortalID=@PortalID) 


Than reran the upgrade and now these are the errors it reported
During Updgrade
ERROR 1:
AssemblyVersion: 5.2.1
PortalID: -1
PortalName: 
UserID: -1
UserName: 
ActiveTabID: -1
ActiveTabName: 
RawURL: /CFDDNN/Install/Install.aspx?mode=upgrade
AbsoluteURL: /CFDDNN/Install/Install.aspx
AbsoluteURLReferrer: 
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.38 Safari/532.0
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 0ae9e35a-1dc3-48e8-a7de-2d10a7e117e6
InnerException: Invalid object name 'PortalLanguages'.
FileName: 
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Data.SqlClient.SqlConnection.OnError
StackTrace: 
Message: System.Data.SqlClient.SqlException: Invalid object name 'PortalLanguages'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) 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(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.ExecuteNonQuery(String ProcedureName, Object[] commandParameters) at DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication(Version version, Boolean writeFeedback)
Source: 
 
Error 2:
AssemblyVersion: 5.2.1
PortalID: -1
PortalName: 
UserID: -1
UserName: 
ActiveTabID: -1
ActiveTabName: 
RawURL: /CFDDNN/Install/Install.aspx?mode=upgrade
AbsoluteURL: /CFDDNN/Install/Install.aspx
AbsoluteURLReferrer: 
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.38 Safari/532.0
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: eb357c75-ae97-45f0-a5dc-fa3827996a67
InnerException: Object reference not set to an instance of an object.
FileName: 
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Services.Upgrade.Upgrade.RemoveModule
StackTrace: 
Message: System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Services.Upgrade.Upgrade.RemoveModule(String DesktopModuleName, String TabName, Int32 ParentId, Boolean TabRemove) at DotNetNuke.Services.Upgrade.Upgrade.RemoveCoreModule(String DesktopModuleName, String ParentTabName, String TabName, Boolean TabRemove) at DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication()
Source: 
 
 
After Upgrade I get this in the EventViewer a lot
nnerException: The stored procedure 'dbo.DNNTBL_GetWorkflows' doesn't exist.

 

 

 
New Post
12/29/2009 5:56 PM
 

The error message you're seeing is a known issue: http://support.dotnetnuke.com/issue/V...

I've upgrade the priority and severity on it

Just for grins what version were you upgrading from when you ran the 5.2.1 Upgrade?

 


Ken Grierson
DotNetNuke Corporation
Test Lead
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...00:00:31.821 -   Executing Application Upgrades: 05.02.01 Error!00:00:31.821 - Executing Application Upgrades: 05.02.01 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