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 ...Trying to install DNN 5.1...Trying to install DNN 5.1...
Previous
 
Next
New Post
6/25/2009 1:03 PM
 

I am trying to install DNN 5.1 Source.  I am running Server 2003. I downloaded DNN 5.1, created the folder and copied it over.   Went to the website folder and created the vitrual directory.  I gave the network service full rights to the "website" folder.  I copied over the development.config to web.config.  I added my connection string.  Then I navigated to my virtual directory.  I get the DotNetNuke Installation Wizard - Cersion 05.01.00. So far, so good.

I choose Custom Installation (although I have also tried "Typical" with the same result) and click Next.   Now at "Checking File Permsiions"   I click "Test Permsiions"  The response is "Your site passes the pemissions check." I click Next. Now I see "Configure Database Connection."  I confirm my datasbase settings and click "Test Database Connection.,"   The response is "Connection Success"  I click "Next"

The next screen is the "Run Data Installatin Scripts.  I can see "Instaling Database scripts..."  then it jsut hangs..  I look at the database and no stored prcs or ables are being created.  I look at the event log and se this:

=======================

Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 6/25/2009 9:53:51 AM
Event time (UTC): 6/25/2009 4:53:51 PM
Event ID: 8408a96578e24f7086c00f0ba5ea0da5
Event sequence: 5
Event occurrence: 1
Event detail code: 0
 
Process information:
    Process ID: 6064
    Process name: w3wp.exe
    Account name: NT AUTHORITY\NETWORK SERVICE
 
Exception information:
    Exception type: SqlException
    Exception message: Could not find stored procedure 'dbo.PurgeEventLog'.
 
Request information:
    Request URL: 
    Request path: 
    User host address: 
    User: 
    Is authenticated: False
    Authentication Type: 
    Thread account name: NT AUTHORITY\NETWORK SERVICE
 
Thread information:
    Thread ID: 5
    Thread account name: NT AUTHORITY\NETWORK SERVICE
    Is impersonating: False
    Stack trace:    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters)
   at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
   at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText)
   at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues)
   at DotNetNuke.Services.Log.EventLog.DBLoggingProvider.Data.SqlDataProvider.PurgeLog() in D:\dl\dnn\DotNetNuke_Community_05.01.00_Source\Library\Providers\LoggingProviders\DatabaseLoggingProvider\SqlDataProvider.vb:line 153
   at DotNetNuke.Services.Log.EventLog.DBLoggingProvider.DBLoggingProvider.PurgeLogBuffer() in D:\dl\dnn\DotNetNuke_Community_05.01.00_Source\Library\Providers\LoggingProviders\DatabaseLoggingProvider\DBLoggingProvider.vb:line 524
   at DotNetNuke.Common.Initialize.LogEnd() in D:\dl\dnn\DotNetNuke_Community_05.01.00_Source\Library\Common\Initialize.vb:line 365
   at DotNetNuke.Common.Global.Application_End(Object Sender, EventArgs E) in E:\Projects\Code\vb2008\DNNC050100S\Website\App_Code\Global.asax.vb:line 109

=======================

Any help would be apprecaited.

Thanks

 

 

 

 

 

 

 

 

 

 
New Post
6/26/2009 3:50 AM
 
  • On Windows Server, you may prefer to install DotNetNuke in the root of a web site instead of a virtual directory - this eliminates the need to access it like www.mydomain.com/dotnetnuke.
  • make sure to create a blank database (and recreate it after a failed attempt) and provide a login with full dbo permission for it. review web.config section to meet these credentials in both sections and don't get confused with the commented alternatives.
  • if you encounter an error during installation, delete all files and database and restart from scratch.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/26/2009 12:13 PM
 

Thanks for the response. My intent is to use DNN as department intranet but at the moment just want to get the source running on my development box.  I navigate to it using localhost/DNN51. 

We have been using DNN 3.x for a while now and I also have a development version of 4.08.04 working (modifed.) However,  last week I thought perhaps I should be using the latest and greatest - whcih at that time was DNN 4.9.4  When I tried installing it I kept having problems.  Then I saw 5.1 released and thought  perhaps the new version will work better.   No Dice.

btw, I have tried installing it a few times, always starting from scratch (and deleting DB.)

Thanks again.

 
New Post
6/30/2009 7:58 PM
 

No help from anyone?

 
New Post
7/1/2009 4:12 AM
 

Well Sebastian responded pretty well with the info you supplied. If you need more help you need to supply more specific info I would suggest :).

Thanks...



Alex Shirley


 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Trying to install DNN 5.1...Trying to install DNN 5.1...


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