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 ...Fresh Install on Live Site - ProblemsFresh Install on Live Site - Problems
Previous
 
Next
New Post
7/23/2007 3:10 AM
 
I am doing a fresh install on a live site using auto install DNN 4.5.3.

The installation proceeds until it gets to "Configuring SuperUSer:" . Then it give a server error.

Can anyone direct me to the source of the problem so that I may correct it?

Thanks

Installing DotNetNuke
Version: 04.05.03
Installation Status Report
00:00:00.015 - Installing Version: 4.4.0
00:00:00.015 - Executing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.187 - Executing Script: DotNetNuke.Schema.SqlDataProvider Success
00:00:05.937 - Executing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:07.484 - Installing MemberRole Provider:
00:00:07.484 - Executing Script: InstallCommon.sql
00:00:07.515 - Executing Script: InstallMembership.sql
00:00:07.578 - Executing Script: InstallProfile.sql
00:00:07.609 - Executing Script: InstallRoles.sql
00:00:07.656 - Upgrading to Version: 4.5.3
00:00:07.671 - Executing Script: 04.04.01.SqlDataProvider Success
00:00:08.031 - Executing Script: 04.05.00.SqlDataProvider Success
00:00:10.453 - Executing Script: 04.05.01.SqlDataProvider Success
00:00:10.734 - Executing Script: 04.05.02.SqlDataProvider Success
00:00:11.203 - Executing Script: 04.05.03.SqlDataProvider Success
00:00:11.593 - Performing General Upgrades
00:00:12.046 - Loading Host Settings:
00:00:12.265 - Configuring SuperUser:

Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent
the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by
browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a
tag within a "web.config" configuration file located in the root directory of the current web application.
This tag should then have its "mode" attribute set to "Off".
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the
"defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.






Page 1 of 2 DotNetNuke
23/07/2007 http://www.sbdasia.net/Install/Install.aspx?mode=install





 
New Post
7/23/2007 9:17 AM
 
You'll have to edit the web.config file for us to see the actual error message in order for anyone to help you. Follow the instructions as per the error message to enable remote viewing of error messages.
 
New Post
7/24/2007 4:18 AM
 

The error page now comes out as follows.  Any suggestions where the problem may be?

Installing DotNetNuke

Version: 04.05.03

Installation Status Report

00:00:00.015 - Installing Version: 4.4.0

00:00:00.015 - Executing Script: DotNetNuke.SetUp.SqlDataProvider

Success

00:00:04.781 - Executing Script: DotNetNuke.Schema.SqlDataProvider

Success

00:00:14.656 - Executing Script: DotNetNuke.Data.SqlDataProvider

Success

00:00:16.312 - Installing MemberRole Provider:

00:00:16.312 - Executing Script: InstallCommon.sql

00:00:16.343 - Executing Script: InstallMembership.sql

00:00:16.406 - Executing Script: InstallProfile.sql

00:00:16.437 - Executing Script: InstallRoles.sql

00:00:16.468 - Upgrading to Version: 4.5.3

00:00:16.500 - Executing Script: 04.04.01.SqlDataProvider

Success

00:00:16.765 - Executing Script: 04.05.00.SqlDataProvider

Success

00:00:19.234 - Executing Script: 04.05.01.SqlDataProvider

Success

00:00:19.484 - Executing Script: 04.05.02.SqlDataProvider

Success

00:00:19.984 - Executing Script: 04.05.03.SqlDataProvider

Success

00:00:20.437 - Performing General Upgrades

00:00:21.015 - Loading Host Settings:

00:00:21.203 - Configuring SuperUser:

Server Error in '/' Application.

Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.

Description:

about the error and where it originated in the code.

An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information

Exception Details:

 

System.Data.SqlClient.SqlException: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.
Source Error:

http://www.sbdasia.net/Install/Install.aspx?mode=install (1 of 2)24/07/2007 9:06:04 AM

DotNetNuke

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable

this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>

<system.web>

<compilation debug="true"/>

</system.web>

</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode.

The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure

that an application has debugging disabled before deploying into production scenario.

Stack Trace:

[SqlException (0x80131904): Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.]

System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857146

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

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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)

+149

System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean

returnStream, Boolean async) +886

System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean

returnStream, String method, DbAsyncResult result) +132

System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +415

System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +135

System.Web.Util.SecUtility.CheckSchemaVersion(ProviderBase provider, SqlConnection connection, String[] features, String

version, Int32& schemaVersionCheck) +367

System.Web.Security.SqlMembershipProvider.CheckSchemaVersion(SqlConnection connection) +85

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.GetSuperUser(XmlDocument xmlTemplate, Boolean writeFeedback) +352

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

DotNetNuke.Services.Install.Install.InstallApplication() +375

DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) +275

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

http://www.sbdasia.net/Install/Install.aspx?mode=install (2 of 2)24/07/2007 9:06:04 AM

 

 
New Post
7/24/2007 8:22 AM
 
Well, based on this my guess is that the installation package does not contain the 'dbo.aspnet_CheckSchemaVersion' stored procedure.

I would suggest try installing an earlier version of DNN and then upgrading. Alternatively you could ask someone to write you a sql script that will create the desired stored procedure, although I don't know where you will find that somebody.

I find it very strange though, are you sure you're using an installation package and not an upgrade package?

Hope this is of some help to you, maybe some other people will give you a more definitive answer.
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Fresh Install on Live Site - ProblemsFresh Install on Live Site - Problems


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