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 ...Login failed error installing DNN 4.3.5Login failed error installing DNN 4.3.5
Previous
 
Next
New Post
10/4/2006 4:56 PM
 
Hi
We tried installing DNN 4.3.5 on IIS 6 and SQL 2000
Half the installation runs but just before installing the Desktop modules we get the:
failed for user '(null)' error.
(error page at bottom of post)

-I checked the both connection strings in web.config, they are the same (and correct)

Server setup:
IIS and the SQL server are seperate machines.
We have only Windows authentication on the SQL server.
The website is set to use a domain user, that has the appropriate rights on the SQL server.
In the web.config we uncommented the impersonate="true" line.

The strange thing is that part of the install does work.

Questions:
Are some of the default modules using the "old" connection string????
It seems to me that the impersonation doesn't work for one of the two connection string.
Could this be the problem?
Should I change something else in web.config?

Thanks


ERROR PAGE

Installing DotNetNuke

Version: 04.03.05

 

Installation Status Report

00:00:00.015 - Installing Version: 3.1.0
00:00:00.015 - Installing Script: DotNetNuke.SetUp.SqlDataProvider 
Success
00:00:00.031 - Installing Script: DotNetNuke.Schema.SqlDataProvider 
Success
00:00:03.203 - Installing Script: DotNetNuke.Data.SqlDataProvider 
Success
00:00:06.218 - Installing MemberRole Provider:
00:00:06.218 - Executing InstallCommon.sql
00:00:06.906 - Executing InstallMembership.sql
00:00:07.375 - Executing InstallProfile.sql
00:00:07.500 - Executing InstallRoles.sql
 
Success
00:00:08.375 - Upgrading to Version: 3.1.1 
Success
00:00:10.031 - Upgrading to Version: 3.2.0 
Success
00:00:10.078 - Upgrading to Version: 3.2.1 
Success
00:00:10.109 - Upgrading to Version: 3.2.2 
Success
00:00:10.125 - Upgrading to Version: 3.2.3 
Success
00:00:12.703 - Upgrading to Version: 3.2.4 
Success
00:00:12.734 - Upgrading to Version: 3.2.5 
Success
00:00:12.750 - Upgrading to Version: 3.2.6 
Success
00:00:12.781 - Upgrading to Version: 3.2.7 
Success
00:00:12.796 - Upgrading to Version: 3.3.0 
Success
00:00:12.812 - Upgrading to Version: 3.3.1 
Success
00:00:12.843 - Upgrading to Version: 3.3.2 
Success
00:00:13.296 - Upgrading to Version: 3.3.3 
Success
00:00:13.406 - Upgrading to Version: 4.0.0 
Success
00:00:14.109 - Upgrading to Version: 4.0.1 
Success
00:00:14.156 - Upgrading to Version: 4.0.2 
Success
00:00:14.171 - Upgrading to Version: 4.0.3 
Success
00:00:14.187 - Upgrading to Version: 4.0.4 
Success
00: - Upgrading to Version: 4.0.5 
Success
00: - Upgrading to Version: 4.0.6 
Success
00:00:16.015 - Upgrading to Version: 4.0.7 
Success
00:00:16.015 - Upgrading to Version: 4.3.0 
Success
00:00:16.046 - Upgrading to Version: 4.3.1 
Success
00:00:16.062 - Upgrading to Version: 4.3.2 
Success
00:00:16.109 - Upgrading to Version: 4.3.3 
Success
00:00:16.687 - Upgrading to Version: 4.3.4 
Success
00:00:16.703 - Upgrading to Version: 4.3.5 
Success
00:00:16.828 - Performing General Upgrades
00:00:17.109 - Loading Host Settings:
00:00:17.234 - Configuring SuperUser:

 


Server Error in '/' Application.


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

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.

Source Error:

 

Line 132:                    Response.Write("<h2>Installation Status Report</h2>")

Line 133:                    Response.Flush()

Line 134:                    Services.Upgrade.Upgrade.InstallDNN(strProviderPath)

Line 135:

Line 136:                    Response.Write("<h2>Installation Complete</h2>")


Source File: D:\Inetpub\ExtranetRoot\Install\Install.aspx.vb    Line: 134

Stack Trace:

 

[SqlException (0x80131904): Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.]

   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +735043

   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188

   System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1838

   System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK) +33

   System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +628

   System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +170

   System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +359

   System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +28

   System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +424

   System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +66

   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +496

   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82

   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105

   System.Data.SqlClient.SqlConnection.Open() +111

   System.Web.DataAccess.SqlConnectionHolder.Open(HttpContext context, Boolean revertImpersonate) +84

   System.Web.DataAccess.SqlConnectionHelper.GetConnection(String connectionString, Boolean revertImpersonation) +197

   System.Web.Security.SqlMembershipProvider.GetUser(String username, Boolean userIsOnline) +1491

   System.Web.Security.Membership.GetUser(String username, Boolean userIsOnline) +81

   System.Web.Security.Membership.GetUser(String username) +6

   DotNetNuke.Security.Membership.AspNetMembershipProvider.GetUserMembership(UserInfo& user) +21

   DotNetNuke.Entities.Users.UserInfo.get_Membership() +69

   DotNetNuke.Services.Upgrade.Upgrade.ParseSuperUser(XmlNode node) +243

   DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +1400

   DotNetNuke.Framework.Install.InstallApplication() in D:\Inetpub\ExtranetRoot\Install\Install.aspx.vb:134

   DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) in D:\Inetpub\ExtranetRoot\Install\Install.aspx.vb:382

   System.Web.UI.Control.OnLoad(EventArgs e) +99

   System.Web.UI.Control.LoadRecursive() +47

   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061

 


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42


 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Login failed error installing DNN 4.3.5Login failed error installing DNN 4.3.5


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