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 ...5.1.1 install error5.1.1 install error
Previous
 
Next
New Post
7/29/2009 11:58 AM
 

Hi there.

 

This is my first time using DotNetNuke and I've been battling with this install error for a while now. Everything is fine and the scripts seem to install and the procedures and tables appear in the database but then it fails and I get this error:

Installing Database - Version 05.00.00...FAILURE ERROR: See x:\xxxxxxxxx\Providers\DataProviders\SqlDataProvider\05.00.00.log for more information

 

But the 05.00.00.log just seem to be a bunch of procedures that run. I can't seem to find any info on this either as maybe it's an error with the new version?

 

Any help would be great!
 

 
New Post
7/29/2009 4:19 PM
 

What are the last lines of the log?  That's usually the process that failed.

Jeff

 
New Post
7/30/2009 5:17 AM
 

Hi Jeff.

This is the last procedure in the file. That's what's confusing though. The error doesn't point you to an error log as such. Just this file.

 

IF EXISTS (select * from dbo.sysobjects where id = object_id(N'{databaseOwner}[{objectQualifier}vw_SearchItems]') and OBJECTPROPERTY(id, N'IsView') = 1)
    DROP VIEW {databaseOwner}[{objectQualifier}vw_SearchItems]
GO

CREATE VIEW {databaseOwner}[{objectQualifier}vw_SearchItems]
AS
    SELECT    
        si.SearchItemID,
        m.PortalID,
        tm.TabID,
        m.ModuleID,
        m.ModuleTitle AS Title,
        si.Description,
        si.Author,
        si.PubDate,
        si.SearchKey,
        si.Guid,
        si.HitCount,
        si.ImageFileId,
        u.DisplayName AS AuthorName
    FROM  {databaseOwner}{objectQualifier}SearchItem AS si
        LEFT OUTER JOIN {databaseOwner}{objectQualifier}Users AS u ON si.Author = u.UserID
        INNER JOIN {databaseOwner}{objectQualifier}Modules AS m ON si.ModuleId = m.ModuleID
        INNER JOIN {databaseOwner}{objectQualifier}TabModules AS tm ON m.ModuleID = tm.ModuleID
GO

 

The only thing other thing I can think of that is causing it is that I am using sql server 2000.

 

 
New Post
7/30/2009 10:29 AM
 

Are you looking in 5.0.0.log - or 5.0.0.sqldataprovider?


Charles Nurse
Chief Architect
Evoq Content Team Lead,
DNN Corp.

Want to contribute to the Platform project? - See here
MVP (ASP.NET) and
ASPInsiders Member
View my profile on LinkedIn
 
New Post
7/31/2009 4:15 AM
 

Yes. Silly error on my part. I was looking in the 05.00.00.SqlDataProvider file which is why it didn't make much sense. That said, the 05.00.00.log file does not exist in the specified location.

I've tried an install again giving full access permissions to the database user as database owner with the same result. The same error message.

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...5.1.1 install error5.1.1 install error


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