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