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 NightmareInstallation Nightmare
Previous
 
Next
New Post
8/25/2006 11:27 PM
 

It is setup for Windows only Authentication.

I am not sure if I know what SQL Server Managemen exatly is.  If the same as Enterprise Manager, Yes. And when I open it, I click on plus sign of  Microsoft SQL Servers to expand it, then I click the plus sign of SQL Server Groups to expand, then plus sign of Alex(Windows NT) and it expands to Databases and other folders. then click on Databases Plus Sign and then click on dotnetnuke to expand to 11 files (Diagrams, Tables, Vierws, Stored Procedures, Users, Roles, Rules, Defaults, User Defined Data Types, User Defined Functions and Full-Text Catalogs) which any one I click on, it shows me it's content on the left pane.

But when I open the "SQL Server Configuration Properties" from the same Enterprise Manger and open the Security Tab, I click the "SQL Server and Windows" Radio Button to change the Authentication from Windows Only. then when I go back to check it, I see the Windows only Radio Button is checked again.

Also, beneath that it says "Start and run SQL Server in the following account" and the radio button for "This account" is clicked. The account is Admin but the password I see in the password box is not the same as my Admin Password. My Admin Password is 8 figures long but here is 12 figures long.

Do I need to reinsatll the SQL Server?

Mark

 

 

 
New Post
8/26/2006 4:22 AM
 
mashti wrote

ERROR: Could not connect to database.

Login failed for user 'dnnuser'. Reason: Not associated with a trusted SQL Server connection.

This error says that your SQL Server is running in Windows Authentication mode only (you are trying to connect using a username / password which is only possible in SQL Authentication mode).

You need to either change the setting in your SQL Server or change the connection string in web.config (use Trusted_Connection=True instead of the username/password combination)

connectionString="Server=(local);Database=DotNetNuke;Trusted_Connection=True"

Of course, you could also try the installer to setup DotNetNuke : http://dotnetnuke.com/DotNetNukeProjects/UtilityInstaller/Downloads/tabid/871/Default.aspx


Geert Veenstra
 
New Post
8/26/2006 11:30 PM
 

Changed to "Server=(local);Database=DotNetNuke;Trusted_Connection=True", still didn't work

So I Removed the SQL Server and reinstalled again but not with Widows Authentication mode this time. Also removed IIS and reinstalled that too. Then downloaded the Installer as per your mentioned address link (thank you very much. I thought I searched everywher in Dotnetnuke.com for any installation source, but apparently not) and had it run. It ran and worked through properly to the end and pulled up the browser and displayed the following with http://localhost/DotNetNuke/ in it's address bar.

<%@ Page Language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.Framework.DefaultPage" CodeFile="Default.aspx.vb" %>
<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Common.Controls" Assembly="DotNetNuke" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head id="Head" runat="server">
    <meta id="MetaRefresh" runat="Server" name="Refresh" />
    <meta id="MetaDescription" runat="Server" name="DESCRIPTION" />
    <meta id="MetaKeywords" runat="Server" name="KEYWORDS" />
    <meta id="MetaCopyright" runat="Server" name="COPYRIGHT" />
    <meta id="MetaGenerator" runat="Server" name="GENERATOR" />
    <meta id="MetaAuthor" runat="Server" name="AUTHOR" />
    <meta name="RESOURCE-TYPE" content="DOCUMENT">
    <meta name="DISTRIBUTION" content="GLOBAL">
    <meta name="ROBOTS" content="INDEX, FOLLOW">
    <meta name="REVISIT-AFTER" content="1 DAYS">
    <meta name="RATING" content="GENERAL">
    <meta http-equiv="PAGE-ENTER" content="RevealTrans(Duration=0,Transition=1)">
    <style id="StylePlaceholder" runat="server"></style>
    <asp:placeholder id="CSS" runat="server"></asp:placeholder>
</head>
<body id="Body" runat="server" bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0" marginwidth="0" marginheight="0">
    <noscript></noscript>
    <dnn:Form id="Form" runat="server" ENCTYPE="multipart/form-data" style="”height: 100%;">
        <asp:Label ID="SkinError" runat="server" CssClass="NormalRed" Visible="False"></asp:Label>
        <asp:PlaceHolder ID="SkinPlaceHolder" runat="server" />
        <input id="ScrollTop" runat="server" name="ScrollTop" type="hidden">
        <input id="__dnnVariable" runat="server" name="__dnnVariable" type="hidden">
    </dnn:Form>
</body>
</html>

 

Didn't know what to do next. So started checking everything.

1. found a file by the name default.aspx in the website folder of DotNetNuke Folder having exactly the same codes.

2. Found that aspnet wasn't created in the security tab of properties of DotNetNuke Folder, so I created it manually.

3. remember that during the installation of DotNetNuke, the program first displayed the requirements as follow:

Sql Client tools need to be installed                         SQL2000/MSDE  upported  

ASP.Net Framework 2.0 must be installed                Version 2.0 was detected.

Internet Information Service must be installed         Version 5.1.2600.2180 was detected.

As you see in the second line and third line, it says detected but for my SQL Server2000 doesn't say detected.

4. During the installation there was a box for Object Qualifier which I left it blank and clicked next.

 

What's next now?

Mark

 
New Post
8/27/2006 3:05 AM
 

If the content of the default.aspx page is show instead of the web-page, it means you installed IIS after the .Net framework (you said you re-installed IIS, so that makes sense).

You need to re-install the .net framework (or run "c:\windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" -i from start - run)

 


Geert Veenstra
 
New Post
8/28/2006 3:51 AM
 

I reinstalled .Net framework, didn't work. I uninstalled everything and installed IIS5.1 first, SQLServer2000 and then .Net Framework 2.0. Then Started the setup again, it worked to the end and pulled up the IE and dispalyed the famous The page cannot be displayed. I Uninstalled SQL Server2000 and started the Setup so that it would install some SQL 2005 files on my computer itself, and it did, but it still displayed the same error page at the end. Something is not working properly or one of the requirements, SQL Sever,  FrameWork or Dotnetnuke Version doesn't match the others and I  don't know which one it is.

Mark

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Installation NightmareInstallation Nightmare


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