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 ...Problems with installing nuke 4.8.4Problems with installing nuke 4.8.4
Previous
 
Next
New Post
8/12/2008 10:16 AM
 

hi, i just want to ask if someone could pass the file-permission test, the db connection test but the db - script installing window keeps white for 2 hours and nothing is happening? i just worked with 4.5.5 and i know that sometimes it can happen that you have to delete the database and the webconfig and try  again. but the second try  has always worked and i always got one line in the white box and then it was over, not in the very beginning. i tried three times now and it seems to stop before writing down the first line. do you have any idea what can be the problem? specific rights on the database (its a internet host provider where i try to install it) or something else?

please help me, thank you!

sabine

 
New Post
8/12/2008 10:54 AM
 

Hi Sabine,

anything beyond 10 minutes is definately an issue. Try to restart with a clean database and make sure, database permissions are granted properly.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/14/2008 5:03 AM
 

ok now i discussed with my provider, they did not grant me owner rights, now i have owner rights. but it did not solve the problem, i watched while installing the scripts on the database and i could see that the installation is stopping after creating the table version and three stored procedures for "Version".

now i know i have owner rights, the database was cleaned (no old stuff in it) and the webconfig was perfectly new (i copied it again after every try). so it would be interesting which script is starting after the version-script und what it needs that my provider cannot give by now.

thank you for your response,

greetings sabine

 

here are the three stored procedures which were installed and after them it stopped:

 create procedure dbo.FindDatabaseVersion

@Major  int,
@Minor  int,
@Build  int

as

select 1
from   Version
where  Major = @Major
and    Minor = @Minor
and    Build = @Build

 

create procedure dbo.GetDatabaseVersion

as

select Major,
       Minor,
       Build
from   Version
where  VersionId = ( select max(VersionId) from Version )



create procedure dbo.UpdateDatabaseVersion

@Major  int,
@Minor  int,
@Build  int

as

insert into Version (
  Major,
  Minor,
  Build,
  CreatedDate
)
values (
  @Major,
  @Minor,
  @Build,
  getdate()
)

 
New Post
8/14/2008 6:45 AM
 

sabine... Try making the installation with Firefox... Worked for me anyways! /Jesper

 
New Post
8/14/2008 6:21 PM
 

thank you, i think this helped me, but in the other direction -> because i used firefox and tested it now on ie and there it works or lets say it works better. the server from the provider seems to be too slow so i got a timeout while installing the modules. on the next try (delete db and overwrite web.config again) the installation worked, but he installed just the "missing" modules, he thought the modules were installed already -> that was from the installation before. so i guess, its not just the database at this point of installation that changes. i know i can make it easy for me and just delete the installation files and copy them again on the server, but i want to learn how the framework works inside so i am asking you if you can tell me where there will be changes after pressing the 'install modules' - button?

 

thank you for your help,

kind regards,

sabine kreuzer

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Problems with installing nuke 4.8.4Problems with installing nuke 4.8.4


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