Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Installation of 4.3.4 with Error: Invalid object name Installation of 4.3.4 with Error: Invalid object name 'vw_Users'.
Previous
 
Next
New Post
8/25/2006 11:21 AM
 

 

That's it.

1. Unpacked files and installed VS2005 template.

2. Created SQL Server 2003 database and user as specified in tutorial.

3. Created a DNN web site from VS2005, pointing to C:\DotNetNuke (tried other dirs...).

4. Created a new Virtual Directory in IIS 5.1, pointing to C:\DotNetNuke, using .NET 2.0.

5. Configured all that web.config stuff and so on.

6. Yeah, no "prefix" was specified for database names...

7. CTRL+F5. It built and installation info started to draw in the browser.

8 Finished with:

00:01:49.867 - Executing Additional Scripts:
00:01:49.888 -   Creating Portal: DotNetNuke
00:01:50.909 -   Error: Invalid object name 'vw_Users'.
00:01:50.919 -   Portal failed to install:
00:01:50.919 - Installing Optional Resources:

Installation Complete

 

Checked database. There is no such vw_Users table. There is a vw_aspnet_users table instead.

It tried to find the error. I was unable to do it, but I found a funny (inofensive?) error in 03.02.03.SqlDataProvider script file:

 

if exists (select * from dbo.sysobjects where id = object_id(N'{databaseOwner}[{objectQualifier}vw_Users]') and OBJECTPROPERTY(id, N'IsView') = 1)
drop procedure {databaseOwner}[{objectQualifier}vw_Users]
GO

 

As well as I see, it is trying to drop a procedure, when vw_Users is a view. Correcting it still doesn't solve my problem...

 

 
New Post
8/31/2006 7:18 PM
 

I had the same problem.

I traced it down to the AffiliateID field missing from the Users table. It appears the installation/upgrade script is missing this.

Once I added the field to the Users table this fixed the problem.

 
New Post
9/11/2006 9:02 AM
 

 

My Users table already contains AffiliateID column.

So, the problem is not there.

I think the problem has to do witn vw_Users view creation. Because code is referring this view, and it doesn't exist.

Seems obvious it is not being created by the installation scripts. I wonder if there are more database objects in this situation. 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Installation of 4.3.4 with Error: Invalid object name Installation of 4.3.4 with Error: Invalid object name 'vw_Users'.


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out