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 ...Installation problems on Windows Server 2003 64bit and SQL Express 2008 Installation problems on Windows Server 2003 64bit and SQL Express 2008
Previous
 
Next
New Post
10/29/2008 11:29 PM
 

I am new to DotNetNuke, but it looks like the answer to my needs, but...  I need to get it installed to see if it will do what I want.

I have been trying for a couple of days now to install 4.09.00 (also tried 4.4.1 with same results). 

As stated in the subject the computer (development machine) is:

  • Hyperthreaded 64bit 3.00mhz processor
  • Windows Server 2003 SP2 (all updates applied) x64bit
  • IIS6
  • ASP .Net 2 (and 3 and 3.5) installed
  • 2gb RAM 
  • SQL Server Express 2008

Following the DotNetNuke Installation Guide version 1.0.03 I have been using the DotNetNuke_04.09.00_Install.zip as downloaded from SourceForge and performed these steps (I am doing them again as I add them to the list to be sure I dont miss something):

  • Create a directory on the Local C Drive - C:\Projects\DotNetNuke\Website
  • Unzip DotNetNuke_04.09.00_Install.zip into this directory
  • In IIS Under the 'Default Web Site' create a new Virutal Directory
    • Called DotNetNuke
    • Using path 'C:\Projects\DotNetNuke\Website'
    • Allow Read and Run Script permissions
    • Properties on Virutal directory changed / checked
      • Execute permissions changed from 'Scripts' to 'Scripts and Executables'
      • Check that Authentication method is 'Enable Anonymous Access' is checked
      • Check that ASP.Net Version is '2.0.50727'
  • Setup SQL Server 2008 Express
    • Open SQL Server Management Studio
    • Create a new database called ‘DotNetNuke’
    • Create a new login called ‘DotNetNuke’, set default database to be ‘DotNetNuke’
    • Create a new user on the ‘DotNetNuke’ database called ‘DotNetNukeUser’ (make db_owner)
  • Copy the existing web.config to web.config1
  • Copy the existing release.config to web.config
    • Edit the web.config
      • Change the <connectionStrings> section to include (to replace existing)
        • connectionString="Data Source=GEOqik3\SQLEXPRESS;Database=DotNetNuke;uid=DotNetNuke;pwd=[password];"
      • Change the <appSettings> section to include (to replace existing)
    • Save and close web.config
    • In Windows Explorer navigate to ‘C:\Projects\DotNetNuke\Website’
      • Right click and goto Properties…
      • Permissions tab
      • Add the ‘NETWORK SERVICE’ with modify permissions (read, write, modify, delete etc)
    • Restart IIS (for good measure)

Navigate to 'http://localhost/DotNetNuke/default.asp' in IE7

This is where the problems start!!

DotNetNuke Installation wizard starts

·          Using ‘Typical’ click next

·          Checking File Permissions screen appears

·          Click ‘test permissons’, test passes

·          Click Next

·          Returns to initial screen (DotNetNuke Installation Wizard – Version 4.09.00)

Ok lets try that again,

·          Using ‘Typical’ click next

·          Checking File Permissions screen appears

·          Don’t Click ‘test permissons’

·          Click Next

·          Configure Database Connection screen appears, all information correct (as per web.config)

·          Click Next

·          Returns to initial screen (DotNetNuke Installation Wizard – Version 4.09.00)

I cant get past the Configure Database connection.

I know that the database connection parameters are OK, as If I use the ‘Auto’ Install from the front screen then the installation runs without errors (I assume because there are success messages and no failure messages)

But…. And here is the big problem I have been encountering.

The default portal appears and I click on the login button, but nothing happens, the screen does not go to the login screen (but I do notice that the session string in the URL does change).

I have even tried adding the ctl_login to the URL, and I do get the login screen, but when I enter the admin and dnnadmin, nothing happens.

Can somebody please help, as I really look forward to getting a site up and running.

 

 
New Post
10/30/2008 3:55 AM
 

1) if you are on a server, install DotNetNuke in web site, not a virtual directory. Make sure, ASP.Net 2.0 is installed and configured and default.aspx has been added to default documents.

2) you do not need to deal manually with web.config any longer. use default web.config and custom installation method, when the wizard shows up

3) Make sure, SQL server allows for TCPIP and named pipes connections as well as appropriate authentication method (depending on the sql server user you configured)

4) if you have to restart, delete the database and recreate it

There are more detailed installation instructions at www.mitchelsellers.com


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/30/2008 7:14 AM
 

Thanks Sebastian,

Thanks for the response, but to no avail. 

1. I have setup a web site rather than a virtual directory, definate that .NET 2.0 is installed and OK, and default.aspx is in default documents.

2. Reset web.config back to default (ie orginal), and used custom install in installationwizard.

3. SQL server has TCPIP and named pipes connections (in both 32 and 64 bit) and sql authentication set for user and database is both (sql and windows)

I can run the install wizard but same results.  I can get to 'Checking File Permissions' and then to 'Configure Database Connection', but when changing radio button from 'SQL Server 2005 (Express) File' to 'SQL Server 2000/2005 Database' install wizard automatically changes back to start of wizard.  I do not press the next button, this change happens automatically, and I cant get past this.

Please help.

 
New Post
10/30/2008 7:49 AM
 

this sounds very strange and seems to be a javascript issue. did you try to clear your browser cache and retry?


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/30/2008 5:32 PM
 

Sebastian,

Yes cleared browser cache, and all that.  Read somewhere else about infinate loop with AJAX 3.5 being an issue so followed advice of

http://www.bestwebsites.co.nz/dotnetnuke/solving-the-dotnetnuke-redirect-loop/

and changed web.config as suggested and added in database connection stuff, and install wizard still had loop back to starting page, so I did an auto install with results as follows:

00:00:00.031 - Installing Version: 4.4.0
00:00:00.031 -   Executing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.093 -   Executing Script: DotNetNuke.Schema.SqlDataProvider Success
00:00:03.250 -   Executing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:04.484 - Installing MemberRole Provider:
00:00:04.484 -   Executing Script: InstallCommon
00:00:05.093 -   Executing Script: InstallMembership
00:00:05.625 -   Executing Script: InstallProfile
00:00:05.843 -   Executing Script: InstallRoles
00:00:06.171 - Upgrading to Version: 4.9.0
00:00:06.187 -   Executing Script: 04.04.01.SqlDataProvider Success
00:00:06.437 -   Executing Script: 04.05.00.SqlDataProvider Success
00:00:07.468 -   Executing Script: 04.05.01.SqlDataProvider Success
00:00:07.656 -   Executing Script: 04.05.02.SqlDataProvider Success
00:00:07.953 -   Executing Script: 04.05.03.SqlDataProvider Success
00:00:08.031 -   Executing Script: 04.05.04.SqlDataProvider Success
00:00:08.078 -   Executing Script: 04.05.05.SqlDataProvider Success
00:00:08.125 -   Executing Script: 04.06.00.SqlDataProvider Success
00:00:08.937 -   Executing Script: 04.06.01.SqlDataProvider Success
00:00:08.937 -   Executing Script: 04.06.02.SqlDataProvider Success
00:00:08.953 -   Executing Script: 04.07.00.SqlDataProvider Success
00:00:09.125 -   Executing Script: 04.08.00.SqlDataProvider Success
00:00:09.218 -   Executing Script: 04.08.01.SqlDataProvider Success
00:00:09.281 -   Executing Script: 04.08.02.SqlDataProvider Success
00:00:09.297 -   Executing Script: 04.08.03.SqlDataProvider Success
00:00:09.297 -   Executing Script: 04.08.04.SqlDataProvider Success
00:00:09.312 -   Executing Script: 04.09.00.SqlDataProvider Success
00:00:09.328 - Performing General Upgrades
00:00:10.328 - Loading Host Settings:
00:00:10.422 - Configuring SuperUser:
00:00:10.828 - Synchronizing Host Files:
00:00:11.031 - Installing Modules:
00:00:11.031 -   Installing Module File HTML_04.08.01_Install:  Success
00:00:11.593 -   Installing Module File Links_04.00.01_Install:  Success
00:00:11.859 - Executing Additional Scripts:
00:00:11.875 -   Creating Portal: My Website
00:00:15.265 -   Successfully Installed Portal 0:
00:00:15.265 - Installing Optional Resources:
00:00:15.281 -   Installing Package File LiveID_01.00.00_Install:  Success
00:00:15.578 -   Installing Package File OpenID_01.00.00_Install:  Success

All looks Ok to me (as a novice)

Then tried running to portal, and first page of portal comes up, but when I try to click on logon button, page remains and all that changes is the session string in the URL

first time  http://localhost:81/(S(ikqero552sqid045ltch1g3x))/Default.aspx

after click on login button http://localhost:81/(S(mrxevd55rekr10ikbxfgrj55))/Default.aspx

and again  http://localhost:81/(S(53vtqxacwjlvm02c3b1xjc55))/Default.aspx

This is getting a little frustrating.

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Installation problems on Windows Server 2003 64bit and SQL Express 2008 Installation problems on Windows Server 2003 64bit and SQL Express 2008


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