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

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Apollo Page Localization Support Issues...Apollo Page Localization Support Issues...
Previous
 
Next
New Post
8/27/2010 9:58 AM
 
Do you know if he is on vacation? Thanks for reacing him... I have tried multiple times with no reposnse.
 
New Post
8/30/2010 9:25 AM
 
I have not heard from Erik... can you confirm that he is away? Even snowcovered said they could not get a hold of him. Let me know so I can gauge how long this fix might take... Thanks.
 
New Post
8/30/2010 11:19 AM
 
Unfortunately the support from Erik @ apollo software is sporadic at best.  There are a number of requests on their support forum that have gone unanswered for a long time.   :(  
 
New Post
8/30/2010 1:31 PM
Accepted Answer 
I have been on vacation during the month of August.. my apologees for that, but i really needed that after a very busy spring...

Anyhow, answering the original poster: this is not an issue of my module, but an issue with the DNN Installation. As Sebastian mentions, this might be caused by an error in the dbo settings in web.config, or someone has deleted a core sproc from the database. The sproc that seems to be missing is this:

CREATE FUNCTION {databaseOwner}[{objectQualifier}fn_GetVersion]

(

@maj AS int,

@min AS int,

@bld AS int

)

RETURNS bit

AS

BEGIN

IF Exists (SELECT * FROM {databaseOwner}{objectQualifier}Version

WHERE Major = @maj

AND Minor = @min

AND Build = @bld

)

BEGIN

RETURN 1

END

RETURN 0

END


This SPROC is part of DNN since DNN 4.0.4, and is also part of the DNN SQL Schema installation script....

Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
New Post
8/30/2010 2:29 PM
 

Erik,

This is what my programmer had to say - does this help at all?

Just taking a quick 30 second look here.

There is a function in the database dbo.DNN_fn_GetVersion

There is not a function in the database that is DBO.fn_GetVersion, which is what is reported in the copied error statement.

I am not sure that they mean by {object_qualifier} below, is that something specified in the web.config for DNN.  If so, {object_qualifier} needs to be “DNN_”

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Apollo Page Localization Support Issues...Apollo Page Localization Support Issues...


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