Trying manual install of DNN 6.2.2 Community Edition. Got the installation wizard running, it even finds the database and then it only throws this message:
Installing Database - Version 06.00.00...FAILURE ERROR: See C:\inetpub\wwwroot\dnn\Providers\DataProviders\SqlDataProvider\06.00.00.log.resources for more information
But that logfile doesn't exist! And that first (06.00.00) bunch of TSQL statements seem to have been executed, because the database contains lots of tables and some views. So instead of crashing with that useless errormessage, the wizard should just continue with the other scripts (06.00.01...and so on), but it doesn't:(
Web-Installer is not an option, because it's relying on the sql express, while I do have a mssql2008r2 standard and want to use that one.
Here's my environment and what I have tried so far (always with the same result): Using DefaultAppPool or a self-created one, setting it to .net 2.0 or 4.0, using a seperate SQL login (mapped as dbo) or just the "sa", creating the empty DB as collation "Latin1_General_CI_AS" or "Latin1_General_CS_AS",...nothing helps:( Server is a Win2008R2 64-Bit standard english. SQL is a mssql2008r2 64-bit standard english. Would appreciate any help to get that thing running... And yes, I unblocked the downloaded zip before extracting it;)