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 ...'GetTabByName' doesn't exist
Previous
 
Next
New Post
1/13/2006 11:28 AM
 


Hy,

I'm tryng to install DNN release 3.2.2, but I have received an error much strange one.

This is the report of my installation:
---------------------------------------------------------------------------------------

Installing DotNetNuke

Version: 03.02.02

Installation Status Report

00:00:00.120 - Installing Version: 3.1.0
00:00:00.130 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:00.370 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00:00:03.474 - Installing Script: DotNetNuke.Data.SqlDataProvider
00:00:08.692 - Installing MemberRole Provider:
00:00:08.692 - Executing InstallCommon.sql
00:00:09.904 - Executing InstallMembership.sql
00:00:10.735 - Executing InstallProfile.sql
00:00:11.005 - Executing InstallRoles.sql
00:00:11.676 - Upgrading to Version: 3.1.1
00:00:12.838 - Upgrading to Version: 3.2.0
00:00:12.998 - Upgrading to Version: 3.2.1
00:00:13.098 - Upgrading to Version: 3.2.2
00:00:13.198 - Performing General Upgrades

Server Error in '/dotnetnuke' Application.
The stored procedure 'dbo.DNN_GetTabByName' doesn't exist.

ecc. with the error debug.
-------------------------------------------------------------------------------------------

That it wants to say ?
This is possible that lacks a Stored Procedures ?
I Am blocked why I do not succeed to find some explanation.

Thanks to who want to help me !

 
New Post
1/15/2006 8:19 AM
 
someone can help me?
 
New Post
1/23/2006 2:16 PM
 

I ran into the same problem and fixed it by reading another post on this site. Changing the collation of my SQL Server database when creating to a case-insensitive collation (like SQL_Latin1_General_CP1_CI_AS) is what fixed it for me. The GetTabByName stored procedure references the FileID column in the Tabs table in a LEFT JOIN, but the schema of the Tabs table shows the name of the column to be FileId (the "d" is lower case in the table, but upper case in the stored proc). Below is a list of steps I took to resolve the issue:

  1. Drop the existing database
  2. Recreate your database and select SQL_Latin1_General_CP1_CI_AS as your Collation Name (General tab)
  3. Apply logins according to DNN Install instructions
  4. Open your local site in a browser (your upgrade should complete successfully)

HTH.
Mike 

 
New Post
1/23/2006 3:21 PM
 
That could be a problem in any number of places.  What I would recommend doing is deleting your existing install and just trying to reinstall.
 
New Post
1/23/2006 5:44 PM
 

You could reinstall. I tried installing 3.2.2 right out of the gate when I got the error message, w/ my default collation set to Latin1_General_BIN (case sensitive). I then deleted and reinstalled 3.2.2 using the same collation (dropped and recreated the database), deleted and installed 3.2.1 w/ the same collation (dropped and recreated the database), then discovered the fix and changed my collation to be case-insensitive (dropped and recreated the database) and succeeded.

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...'GetTabByName' doesn't exist


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