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 ...Upgrading DNN to 4.5.3 (Advice needed)Upgrading DNN to 4.5.3 (Advice needed)
Previous
 
Next
New Post
7/9/2007 10:21 AM
 

I would like to upgrade my Dot Net Nuke installation from 4.0.2.1 to 4.5.3 does anyone have any suggestions.

 
New Post
7/9/2007 10:50 AM
 

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/9/2007 11:44 AM
 

Thanks

I'll take a look at that site.

I ran the upgrade and my site seems to work OK.

I got two errors during the upgrade. Is this normal?

Upgrading DotNetNuke
Current Assembly Version: 04.05.03
Current Database Version: 04.00.02
00:00:00.046 -   Executing Script: Upgrade.SqlDataProvider Success

Upgrade Status Report
00:00:01.171 - Upgrading to Version: 4.5.3
00:00:02.171 -   Executing Script: 04.00.03.SqlDataProvider Success
00:00:02.640 -   Executing Script: 04.00.04.SqlDataProvider Error! (see 04.00.04.log for more information)
00:00:05.656 -   Executing Script: 04.00.05.SqlDataProvider Success
00:00:05.656 -   Executing Script: 04.00.06.SqlDataProvider Success
00:00:05.672 -   Executing Script: 04.00.07.SqlDataProvider Success
00:00:05.672 -   Executing Script: 04.03.00.SqlDataProvider Success
00:00:05.718 -   Executing Script: 04.03.01.SqlDataProvider Success
00:00:05.781 -   Executing Script: 04.03.02.SqlDataProvider Success
00:00:05.922 -   Executing Script: 04.03.03.SqlDataProvider Success
00:00:06.125 -   Executing Script: 04.03.04.SqlDataProvider Success
00:00:06.156 -   Executing Script: 04.03.05.SqlDataProvider Success
00:00:06.390 -   Executing Script: 04.03.06.SqlDataProvider Success
00:00:06.625 -   Executing Script: 04.03.07.SqlDataProvider Success
00:00:06.703 -   Executing Script: 04.04.00.SqlDataProvider Error! (see 04.04.00.log for more information)
00:00:08.031 -   Executing Script: 04.04.01.SqlDataProvider Success
00:00:08.109 -   Executing Script: 04.05.00.SqlDataProvider Success
00:00:09.609 -   Executing Script: 04.05.01.SqlDataProvider Success
00:00:09.781 -   Executing Script: 04.05.02.SqlDataProvider Success
00:00:10.250 -   Executing Script: 04.05.03.SqlDataProvider Success
00:00:10.344 - Performing General Upgrades

Upgrade Complete

Click Here To Access Your Portal

 

 
New Post
7/9/2007 1:12 PM
 

check out the content of  /providers/dataProviders/SqldataProvider/04.00.04.log and 04.04.00.log


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/9/2007 1:48 PM
 

I looked at the contents of the two files.

The first error looks like a problem migrating the users but I might be mistaken. I know that my original installation of DNN used DNNSQLMembershipProvider and the new installation uses AspNetSqlMembershipProvider. Perhaps the problem comes from my choice in the Web.config that I made. I would really need to research how this works but I am pretty new to ASP.NET and the DNN world. I can easily imagine that the application believes that the AspNetSqlMembershipProvider tables are in the DB and the application tries to migrate.

The second error doesn't give much info.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

(04.00.04.log)

This is what is in the first log file:

System.Data.SqlClient.SqlException: Incorrect syntax near 'LastUpdated'.
Incorrect syntax near 'LastUpdated'.
Incorrect syntax near 'LastUpdated'.
Incorrect syntax near 'LastUpdated'.
Incorrect syntax near 'LastUpdated'.
Incorrect syntax near 'LastUpdated'.
Incorrect syntax near 'LastUpdated'.
Incorrect syntax near 'LastUpdated'.
Incorrect syntax near 'LastUpdated'.
Incorrect syntax near 'LastUpdated'.
Incorrect syntax near 'LastUpdated'.
Incorrect syntax near 'LastUpdated'.
Incorrect syntax near 'LastUpdated'.
Incorrect syntax near 'LastUpdated'.
Incorrect syntax near 'LastUpdated'.
   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.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.ExecuteADOScript(String SQL)
   at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions)


/* Transfer Profile  */
/*********************/

If (SELECT quser.fn_GetVersion(3,2,3)) = 0
    BEGIN
        --Create Temp Table
        CREATE TABLE quser.FlatProfile (
             [UserID] [int] ,
             [PortalID] [int],
             [Username] [nvarchar] (256) NULL ,
             [FirstName] [nvarchar] (256) NULL ,
             [LastName] [nvarchar] (256) NULL ,
             [Street] [nvarchar] (256) NULL ,
             [Unit] [nvarchar] (128) NULL ,
             [City] [nvarchar] (256) NULL ,
             [Country] [nvarchar] (256) NULL ,
             [Region] [nvarchar] (256) NULL ,
             [PostalCode] [nvarchar] (128) NULL ,
             [Telephone] [nvarchar] (128) NULL ,
             [Cell] [nvarchar] (128) NULL ,
             [Fax] [nvarchar] (128) NULL ,
             [Website] [nvarchar] (256) NULL ,
             [IM] [nvarchar] (256) NULL,
             [PreferredLocale] [nvarchar] (128) NULL ,
             [TimeZone] [nvarchar] (256) NULL,
             [LastUpdatedDate] [datetime]
           
        )

        --Extract from Profile Blob to Temp Table
        INSERT INTO quser.FlatProfile
            SELECT
                quser.users.userid,
                quser.userportals.portalid,
                quser.users.username,
                quser.users.firstname,
                quser.users.lastname,
                quser.GetProfileElement('Street',PropertyNames,PropertyValuesString) Street, 
                quser.GetProfileElement('Unit',PropertyNames,PropertyValuesString) Unit, 
                quser.GetProfileElement('City',PropertyNames,PropertyValuesString) City,
                quser.GetProfileElement('Country',PropertyNames,PropertyValuesString) Country,
                quser.GetProfileElement('Region',PropertyNames,PropertyValuesString) Region,
                quser.GetProfileElement('PostalCode',PropertyNames,PropertyValuesString) PostalCode,
                quser.GetProfileElement('Telephone',PropertyNames,PropertyValuesString) Telephone,
                quser.GetProfileElement('Cell',PropertyNames,PropertyValuesString) Cell,
                quser.GetProfileElement('Fax',PropertyNames,PropertyValuesString) Fax,
                quser.GetProfileElement('Website',PropertyNames,PropertyValuesString) Website, 
                quser.GetProfileElement('IM',PropertyNames,PropertyValuesString) IM,
                quser.GetProfileElement('PreferredLocale',PropertyNames,PropertyValuesString) PreferredLocale,
                quser.GetProfileElement('TimeZone',PropertyNames,PropertyValuesString) TimeZone,
                aspnet_profile.LastUpdatedDate

            FROM quser.Users
                inner join quser.userportals on quser.users.userid = quser.userportals.userid
                inner join aspnet_users on quser.users.username = aspnet_users.username
                inner join aspnet_profile on aspnet_profile.userid = aspnet_users.userid
            where quser.userportals.portalid = PortalID

        --Move to UserProfile Table
        EXECUTE quser.TransferUsersFromFlatProfile N'FirstName'
        EXECUTE quser.TransferUsersFromFlatProfile N'LastName'
        EXECUTE quser.TransferUsersFromFlatProfile N'Unit'
        EXECUTE quser.TransferUsersFromFlatProfile N'Street'
        EXECUTE quser.TransferUsersFromFlatProfile N'City'
        EXECUTE quser.TransferUsersFromFlatProfile N'Region'
        EXECUTE quser.TransferUsersFromFlatProfile N'PostalCode'
        EXECUTE quser.TransferUsersFromFlatProfile N'Country'
        EXECUTE quser.TransferUsersFromFlatProfile N'Telephone'
        EXECUTE quser.TransferUsersFromFlatProfile N'Fax'
        EXECUTE quser.TransferUsersFromFlatProfile N'Cell'
        EXECUTE quser.TransferUsersFromFlatProfile N'Website'
        EXECUTE quser.TransferUsersFromFlatProfile N'IM'
        EXECUTE quser.TransferUsersFromFlatProfile N'TimeZone'
        EXECUTE quser.TransferUsersFromFlatProfile N'PreferredLocale'

        --Drop temp objects
        DROP TABLE quser.FlatProfile
        DROP PROCEDURE quser.TransferUsersFromFlatProfile
    END

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

(04.04.00.log)


This is what is in the second:

Error: HelpURL

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Upgrading DNN to 4.5.3 (Advice needed)Upgrading DNN to 4.5.3 (Advice needed)


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