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 ...error upgrade from 4.0.3 to 4.3.3error upgrade from 4.0.3 to 4.3.3
Previous
 
Next
New Post
7/20/2006 8:12 PM
 
have you kept your encryption keys?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/20/2006 8:31 PM
 
leupold wrote

Correction,

It seems, like there is a bug in \Providers\DataProviders\SqlDataProvider\Upgrade.SqlDataProvider file:

search for "DNN_User" and replace with "{objectqualifier}User".



The script has already been fixed (as Sebastian indicates) and the current packages have the fixed script (as of 6 hrs ago).



Charles Nurse
Chief Architect
Evoq Content Team Lead,
DNN Corp.

Want to contribute to the Platform project? - See here
MVP (ASP.NET) and
ASPInsiders Member
View my profile on LinkedIn
 
New Post
7/21/2006 12:33 PM
 
Where do I get encryption key?
 
New Post
7/21/2006 1:07 PM
 
Not sure if this is related (excuse my newbness), but in Website\Providers\DataProviders\SqlDataProvider\04.00.04.SqlDataProvider line 2369 shows 'dnn_' instead of '{objectQualifier}' , is this correct?




    -- Next Get the ApplicationId that corresponds to the ApplicationName
    SET @ApplicationId = (SELECT ApplicationId FROM aspnet_Applications WHERE ApplicationName = @ApplicationName)

    IF @PortalID IS NOT NULL
        BEGIN
            -- Update Authorised Flag before Transferring Users)
            UPDATE {objectQualifier}UserPortals
                SET {objectQualifier}UserPortals.Authorised = AM.IsApproved
                FROM aspnet_Applications A
                    INNER JOIN aspnet_Users AU ON A.ApplicationId = AU.ApplicationId
                    INNER JOIN aspnet_Membership AM ON A.ApplicationId = AM.ApplicationId
                        AND AU.UserId = AM.UserId
                    LEFT OUTER JOIN {objectQualifier}Users U
                        INNER JOIN {objectQualifier}UserPortals UP ON U.UserID = UP.UserId
                        ON AU.UserName = U.Username
                            AND A.ApplicationName = N'dnn_' + CAST(UP.PortalId AS nvarchar)
 
New Post
7/21/2006 2:06 PM
 
AstronusX wrote
Where do I get encryption key?


From your old web.config file copy key1 and key2 to your new web.config file:

<configuration>
  <system.web>
    <machineKey
      validationKey="key1"
      decryptionKey="key2"
      decryption="3DES"
      validation="SHA1"/>
  </system.web>
</configuration>
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...error upgrade from 4.0.3 to 4.3.3error upgrade from 4.0.3 to 4.3.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