Hello,
I CANNOT get the installer to finish using a Remote 2005 Workgroup Edition SQL Server. I HAVE successfully installed it using a local SQL Express installation, however. I do not see any differences in the databases; they use the same collation, etc.
Originally it was failing on step1 with "Thread Aborted 400", but after increasing the IIS timeout to 900 it fails on one of the last steps:
Installing DotNetNuke
Version: 04.08.04
Installation Status Report
00:00:00.093 - Installing Version: 4.4.0
00:00:00.093 - Executing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.921 - Executing Script: DotNetNuke.Schema.SqlDataProvider Success
00: - Executing Script: DotNetNuke.Data.SqlDataProvider Success
00:03:45.078 - Installing MemberRole Provider:
00:03:45.078 - Executing Script: InstallCommon
00:03:50.031 - Executing Script: InstallMembership
00:03:57.375 - Executing Script: InstallProfile
00:04:01.437 - Executing Script: InstallRoles
00:04:06.640 - Upgrading to Version: 4.8.4
00:04:07.265 - Executing Script: 04.04.01.SqlDataProvider Success
00:04:08.750 - Executing Script: 04.05.00.SqlDataProvider Success
00:04:30.062 - Executing Script: 04.05.01.SqlDataProvider Success
00:04:31.234 - Executing Script: 04.05.02.SqlDataProvider Success
00:04:35.453 - Executing Script: 04.05.03.SqlDataProvider Success
00:04:37.437 - Executing Script: 04.05.04.SqlDataProvider Success
00:04:38.546 - Executing Script: 04.05.05.SqlDataProvider Success
00:04:39.031 - Executing Script: 04.06.00.SqlDataProvider Success
00:04:54.562 - Executing Script: 04.06.01.SqlDataProvider Success
00:04:54.859 - Executing Script: 04.06.02.SqlDataProvider Success
00:04:55.125 - Executing Script: 04.07.00.SqlDataProvider Success
00:04:58.953 - Executing Script: 04.08.00.SqlDataProvider Success
00:05:01.328 - Executing Script: 04.08.01.SqlDataProvider Success
00:05:03.015 - Executing Script: 04.08.02.SqlDataProvider Success
00:05:03.343 - Executing Script: 04.08.03.SqlDataProvider Success
00:05:03.578 - Executing Script: 04.08.04.SqlDataProvider Success
00:05:03.718 - Performing General Upgrades
00:05:17.546 - Loading Host Settings:
00:05:26.484 - Configuring SuperUser:
00:05:30.250 - Synchronizing Host Files:
00:05:40.031 - Installing Modules:
00:05:40.031 - Installing Module File Adsense_01.00.01_Install: Success
00:05:46.156 - Installing Module File HTML_04.08.01_Install: Success
00:05:51.984 - Installing Module File Links_03.03.07_Install: Success
00:05:57.859 - Installing Module File MarketShare_01.00.00_Install: Success
00:05:59.859 - Executing Additional Scripts:
00:05:59.859 - Creating Portal: My Website
00:06:56.203 - Error: Thread was being aborted.
--------------------------------------------------------------------------------
Server Error in '/' Application.
--------------------------------------------------------------------------------
Thread was being aborted.
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.Threading.ThreadAbortException: Thread was being aborted.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ThreadAbortException: Thread was being aborted.]
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +486
System.Web.ApplicationStepManager.ResumeSteps(Exception error) +501
System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +123
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +379
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
Why oh why is this happening?