What a pain, in all, installating this thing will have been - if we finally get somewhere. Stumbling blocks, weak exception handling.. Fortunately some good souls in these forums.
I've got:
Installing Database - Version 05.00.00...Success
undefined...Success
undefined...Success
undefined...Success
undefined...Success
undefined...Success
undefined...Success
... (applet looping) .....
and clicking 'Next' is unresponsive. This is the 'SQL Server 2005/2008 Database' radio-button, credentials worked and I can see that presumbly all tables were created, from within SSMS.
Now the 1st attempt was greeted by a different failure, not the current looping, with an indication to look at C:\Inetpub\wwwroot\DotNetNukePro\Providers\DataProviders\SqlDataProvider\DotNetNuke.Data.log.resources I think.
In it I see:
System.Data.SqlClient.SqlException (0x80131904): There is insufficient system memory in resource pool 'internal' to run this query.
at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL)
at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions)
but the below a long series of apparently successfully executed SQL statements, ending with:
INSERT INTO dbo.[DNN1_Dashboard_Controls] ([DashboardControlKey],[IsEnabled],[DashboardControlSrc],[DashboardControlLocalResources],[ControllerClass],[ViewOrder]) VALUES (N'Skins', 1, N'DesktopModules/Admin/Dashboard/Modules/Skins.ascx', N'DesktopModules/Admin/Dashboard/App_LocalResources/SharedResources.ascx', N'DotNetNuke.Modules.Dashboard.Components.Skins.SkinsController', 6)
ALTER TABLE dbo.[DNN1_EventLogConfig] CHECK CONSTRAINT [FK_DNN1_EventLogConfig_DNN1_EventLogTypes]
ALTER TABLE dbo.[DNN1_ModuleDefinitions] CHECK CONSTRAINT [FK_DNN1_ModuleDefinitions_DNN1_DesktopModules]
ALTER TABLE dbo.[DNN1_ProfilePropertyDefinition] CHECK CONSTRAINT [FK_DNN1_ProfilePropertyDefinition_DNN1_Portals]
ALTER TABLE dbo.[DNN1_Skins] CHECK CONSTRAINT [FK_DNN1_Skins_DNN1_SkinPackages]
ALTER TABLE dbo.[DNN1_Tabs] CHECK CONSTRAINT [FK_DNN1_Tabs_DNN1_Portals]
ALTER TABLE dbo.[DNN1_Tabs] CHECK CONSTRAINT [FK_DNN1_Tabs_DNN1_Tabs]
ALTER TABLE dbo.[DNN1_ModuleControls] CHECK CONSTRAINT [FK_DNN1_ModuleControls_DNN1_ModuleDefinitions]
ALTER TABLE dbo.[DNN1_Modules] CHECK CONSTRAINT [FK_DNN1_Modules_DNN1_ModuleDefinitions]
ALTER TABLE dbo.[DNN1_Modules] CHECK CONSTRAINT [FK_DNN1_Modules_DNN1_Portals]
ALTER TABLE dbo.[DNN1_TabModules] CHECK CONSTRAINT [FK_DNN1_TabModules_DNN1_Modules]
ALTER TABLE dbo.[DNN1_TabModules] CHECK CONSTRAINT [FK_DNN1_TabModules_DNN1_Tabs]
COMMIT
SET NOEXEC OFF
Thanks!