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 ...Upgrade gives Site Unavailable messageUpgrade gives Site Unavailable message
Previous
 
Next
New Post
8/10/2007 6:07 PM
 

Following the directions in the readme for upgrading to v4.5.5 I overwrote the files with ones from the upgrade zip file, copies the web.config file, renamed release.config to web.config and changed the conntection strings (2 of them) and the validationKey and decryptionKeys but whenever I try and go to the site in a browser I get an error message that "This site is currently unavailable" (UnderConstruction.htm).  I've redone the release.config twice to make sure I didn't make a typo but I still get the error message.  Any ideas?

 
New Post
8/11/2007 3:38 PM
 

More info...

The upgrade was from v4.3.4 to v4.5.5 and the SQL server is 2000, not 2005 or 2005 Express.

I was able to get the site to come up by changing the web.config to comment out the the connections for SQL 2005 Express and to uncomment the ones for 2000 like so:

  <connectionStrings>
    <!-- Connection String for SQL Server 2005 Express
    <add
      name="SiteSqlServer"
      connectionString="Data Source=.\SQLExpress;Integrated Security=True;User

Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"
      providerName="System.Data.SqlClient" /> -->
    <!-- Connection String for SQL Server 2000/2005   -->
    <add
      name="SiteSqlServer"
      connectionString="Server=xxx.xxx.xxx.xxx;Database=xxxxxx;uid=xxxxxx;pwd=xxxxxxx;"
      providerName="System.Data.SqlClient" />

  </connectionStrings>
  <appSettings>
    <!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules
    <add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User

Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"/>   -->
    <!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules    -->
    <add key="SiteSqlServer" value="Server=xxx.xxx.xxx.xxx;Database=xxxxxx;uid=xxxxxx;pwd=xxxxxxx;"/>

Now the site seems to come up fine however I never saw any upgrade messages or any kind of SQL upgrade so I'm not sure the upgrade is complete and I don't know what to check in the DB to see if it has or how to manually upgrade the DB if needed.

Any help?

 
New Post
8/13/2007 1:50 PM
 

Anybody?

 
New Post
8/13/2007 3:08 PM
 

Login as HOST or another superuser account and go to the Host Settings page to see what version of DNN the site believes it is running.

 


Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
8/13/2007 3:40 PM
 

Thanks Chris!  I knew I could figure it out easily, but couldn't think of what to do.  It says it's v4.05.05, exactly what I wanted it to be.

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Upgrade gives Site Unavailable messageUpgrade gives Site Unavailable message


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