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 ...Module instalation help, please.Module instalation help, please.
Previous
 
Next
New Post
5/29/2006 4:09 PM
 

I have been tryin to install a module and have exhausted myself in trying to get it to work.

I have contacted my web server and they said all authorizations are fine.

I have asked the developer to help and they have not been able to get ti to work either.

It was suggested that it had something to do with DNN.

DNN is an installation from my server. It is preconfigured, I have attempted to install more updated versions of DNN and that was a lost cause for me.

After installing the module this is my response:

Resource Upload Logs Return

StartJob

Starting Installation

StartJob

Reading files

Info

Loading PA_RealEstate/bin/PA_RealEstate.dll

Info

File PA_RealEstate/bin\PA_RealEstate.dll read successfully

Info

Loading PA_RealEstate/Database/01.00.00.SqlDataProvider

Info

File PA_RealEstate/Database\01.00.00.SqlDataProvider read successfully

Info

Loading PA_RealEstate/Database/Uninstall.SqlDataProvider

Info

File PA_RealEstate/Database\Uninstall.SqlDataProvider read successfully

Info

Loading PA_RealEstate/Install/PA_RealEstate.dnn

Info

File PA_RealEstate/Install\PA_RealEstate.dnn read successfully

Info

Loading PA_RealEstate/resources.zip

Info

File PA_RealEstate\resources.zip read successfully

EndJob

Reading files done.

   

StartJob

Reading DNN file

Info

DNN file is in valid 2.0 format.

Info

...

Info

Loading files info

Info

Loading Modules info

Info

Loading Control info for 'PA_RealEstate' module

EndJob

Dnn load finished successfully

   

StartJob

Begin Sql execution

Info

Executing 01.00.00.SqlDataProvider

StartJob

Start Sql execution: 01.00.00.SqlDataProvider file

EndJob

End Sql execution: 01.00.00.SqlDataProvider file

   

EndJob

Finished Sql execution

   

StartJob

Creating files

StartJob

Expanding Resource file

EndJob

Resource Files created

   

Info

Created E:\inetpub\vhosts\agentfreeproperties.com\httpdocs\afpmain\bin\PA_RealEstate.dll

Info

Created E:\inetpub\vhosts\agentfreeproperties.com\httpdocs\afpmain\DesktopModules\PA_RealEstate\Providers\DataProviders\SqlDataProvider\01.00.00.SqlDataProvider

Info

Created E:\inetpub\vhosts\agentfreeproperties.com\httpdocs\afpmain\DesktopModules\PA_RealEstate\PA_RealEstate/Database\Uninstall.SqlDataProvider

Info

Created E:\inetpub\vhosts\agentfreeproperties.com\httpdocs\afpmain\DesktopModules\PA_RealEstate\PA_RealEstate/Install\PA_RealEstate.dnn

EndJob

Files created

   

StartJob

Registering DesktopModule

Info

Registering Definitions

Info

Registering Controls

EndJob

Registering finished

   

EndJob

Installation successful.

Then I go to a new page and add the module and this is the error:

A critical error has occurred.
EXECUTE permission denied on object 'JEDI_rt_GetClassifiedsAdmin', database 'afpDB', owner 'dbo'.

The developer said to execute this:

DECLARE @sObject VARCHAR(255)
DECLARE cursObjects CURSOR FOR
SELECT
SU.NAME + '.' + SO.NAME AS OBJECT
FROM
SYSOBJECTS SO , SYSUSERS SU
WHERE
SO.UID = SU.UID
AND SO.NAME LIKE 'JEDI_%'

ORDER BY SO.NAME

OPEN cursObjects
FETCH NEXT FROM cursObjects INTO @sObject
WHILE @@FETCH_STATUS = 0
BEGIN
EXEC ('sp_changeobjectowner ''' + @sObject + ''' , ''dnusr_baa8b06fe4''')

FETCH NEXT FROM cursObjects INTO @sObject
END
CLOSE cursObjects

DEALLOCATE cursObjects

Then I get this error:

A critical error has occurred.
Invalid object name 'dbo.JEDI_rt_CountChildren'. Invalid object name 'dbo.JEDI_rt_CountChildrenAdmin'

 

I have uninstalled DNN several times and re-run the scenario with all the same results.

I have no problem starting from scratch again or attempting to install a more recent version of DNN. Currently I am running 3.1.1.

I have a web server and it has IIS, SQl and MS SQL available. I  cannot access the IIS to do the function that are called for in the install instructions.

If anyone could please give me some direction, it would be greatfully appreciated.

 
New Post
5/29/2006 7:05 PM
 
it seems, like this is a problem of the 3rd party module. The error message points to a security issue - this might come from unallowed database access in the trust level you have. I recommend to ask the developer, checking his module with same settings for trust level, object qualifier and database owner as you have.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
5/30/2006 10:59 AM
 

Thanks for your reply. I thought the same. I just wanted to have followed the course of action that the devloper suggested and now that I have I will talk with the developer about it more.

I have had no problem with other modules both free and purchased being installed.

This particular one is from DotNetJedi, I hope that they will help to resolve this issue.

One final question,

Could it have anything to do with the fact that DNN was pre-installed by my server? I am able to change trust level from low to high. The install was simply that I select it from a list of applications to instal and click again and presto, it is installed.

Once again, I appreciate your help.

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Module instalation help, please.Module instalation help, please.


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