Elizabeth wrote
I am doing a new installation with SQL Server 2008 Express and I am getting this error.I haven't found any helpful information online.Any suggestion how to solve this problem are greatly appreciated
Trid to install a fresh DNN 5.1.4 and got exact same error. I found the log file are in Providers\DataProviders\SqlDataProvider, but all of them are empty.
Although DNN installation passed the "permission check" step, I still think it could be a permission issue.
I reassigned "Network Service" with full permission to DNN root folder ( at beginning, I only assigned full permission on those app_xxxxx folder. )
retried it and installed successfully.
I think DNN "permission check" step is not working.
I did a test: created a new website with DNN, only assigned full permission on web.config and app_XXX folders to "Network Service", then try to install DNN. it passed the permission check, but stuck again in database installation:
Installing Database - Version 05.00.00...Success
Upgrading Database to Version 05.00.01...Success
Upgrading Database to Version 05.01.00...FAILURE ERROR: (see 05.01.00.log for more information)
One thing I don't understand is how DNN created the log file Providers\DataProviders\05.01.00.log. because only administrators and system account have full permission on DataProviders folder and DNN is running as Network service.