~Hey again
When I'm doing an install of DNN 4.3.3, my installation goes like this:
Installing DotNetNuke
Version: 04.03.03
Installation Status Report
00:00:00.109 - Installing Version: 3.1.0
00:00:00.109 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:00.171 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00:00:08.921 - Installing Script: DotNetNuke.Data.SqlDataProvider
00:00:24.919 - Installing MemberRole Provider:
00:00:24.919 - Executing InstallCommon.sql
00:00:26.107 - Executing InstallMembership.sql
00:00:27.279 - Executing InstallProfile.sql
00:00:27.716 - Executing InstallRoles.sql
00:00:28.950 - Upgrading to Version: 3.1.1
00:00:32.060 - Upgrading to Version: 3.2.0
00:00:32.231 - Upgrading to Version: 3.2.1
00:00:32.356 - Upgrading to Version: 3.2.2
00:00:32.388 - Upgrading to Version: 3.2.3
00:00:34.872 - Upgrading to Version: 3.2.4
00:00:34.950 - Upgrading to Version: 3.2.5
00:00:35.012 - Upgrading to Version: 3.2.6
00:00:35.075 - Upgrading to Version: 3.2.7
00:00:35.091 - Upgrading to Version: 3.3.0
00:00:35.231 - Upgrading to Version: 3.3.1
00:00:35.309 - Upgrading to Version: 3.3.2
00:00:35.387 - Upgrading to Version: 3.3.3
00:00:35.903 - Upgrading to Version: 4.0.0
00:00:36.590 - Upgrading to Version: 4.0.1
00:00:36.731 - Upgrading to Version: 4.0.2
00:00:36.762 - Upgrading to Version: 4.0.3
00:00:36.778 - Upgrading to Version: 4.0.4
00:00:38.497 - Upgrading to Version: 4.0.5
00:00:38.512 - Upgrading to Version: 4.0.6
00:00:38.512 - Upgrading to Version: 4.0.7
00:00:38.528 - Upgrading to Version: 4.3.0
00:00:38.575 - Upgrading to Version: 4.3.1
00:00:38.622 - Upgrading to Version: 4.3.2
00:00:38.715 - Upgrading to Version: 4.3.3
00:00:39.200 - Performing General Upgrades
00:00:39.793 - Loading Host Settings:
00:00:40.059 - Configuring SuperUser:
00:00:40.371 - Installing Desktop Modules:
00:00:40.371 - Installing Modules:
00:00:40.418 - Executing Additional Scripts:
00:00:40.450 - Creating Portal: My Website
00:00:41.106 - Error: Invalid object name 'vw_Users'.
00:00:41.106 - Portal failed to install:
00:00:41.106 - Installing Optional Resources:
Installation Complete
Is this something that needs to be taken care of on the database side?
Or is there a function in the source doing this? Our DB has
vw_aspnet_Users, not vw_Users. Could this be the problem? These entries
do not exist in the DB before the installation starts rolling, any
hints? If I try to access the protal, of course, I get a null reference
exception.