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 ...installation probleminstallation problem
Previous
 
Next
New Post
8/29/2008 6:22 AM
 

Doron wrote
 

Hi All,

I followed all steps in the above and all is fine beside the last step when it is trying to create the database Scripts. It simply got stock in that step. See below image. Well what I need is a database with all the stored procedures to get going, or please advise how to resolve the below problem. I am using Windows Vista Ultimate 64 bits, and nothing is really blocked as mentioned above. The DNN version is: 04.08.04 

http://www.IntelImages.com/run_database_Installtion_Scripts.png

Thanks,

Doron

 

exactly same problem ![img]http://www.pic4ever.com/images/4fvgdaq_th.gif[/img]

 
New Post
8/29/2008 3:38 PM
 

 

 
 

Hi There,

Here is how I made it to work:
I am using ms sql 2005 developer edition.

1) Create a database with user name and password. Check mark the db_owner.
2) Change the Connection string to something like that in the web.Config.


<addname="SiteSqlServer"connectionString="Data Source=localhost;Initial Catalog=DotNetNuke;User ID=Doron;Password=xyz123"providerName="System.Data.SqlClient" />
Below that fix this one too.
<addkey="SiteSqlServer"value="Data Source=localhost;Initial Catalog=DotNetNukeTest;User ID=Doron;Password=xyz123" />
Make sure to enter your own user account and password.

Then just follow these steps: http://www.adefwebserver.com/DotNetNukeHELP/DNN4_DevelopmentEnvironment_noIIS/
Anything else never worked for me.
Regards,

Doron


 

 
New Post
9/2/2008 6:29 PM
 

Hi

I've also been encountering lots of problems installing 4.4.0. One significant issue I've found after reviewing the scripts is that Authorise is spelt both the UK and US way in various views, stored procedures and tables. Basically a table like UserRoles contains a field called Authorise, but the stored procedure that updates UserRoles is trying to up the field called Authorize.

There's even a view called _Authorize that has field called Authorise in it.

DNN need to sort this out and issue a fix asap. Then then need to define a standard for international words like Authorise/Authorize and ensure developers stick to the policy.

Mike

 
New Post
9/9/2008 9:53 PM
 

Hello,

I CANNOT get the installer to finish using a Remote 2005 Workgroup Edition SQL Server. I HAVE successfully installed it using a local SQL Express installation, however. I do not see any differences in the databases; they use the same collation, etc.

Originally it was failing on step1 with "Thread Aborted 400", but after increasing the IIS timeout to 900 it fails on one of the last steps:

 

Installing DotNetNuke
Version: 04.08.04

 

Installation Status Report
00:00:00.093 - Installing Version: 4.4.0
00:00:00.093 -   Executing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.921 -   Executing Script: DotNetNuke.Schema.SqlDataProvider Success
00: -   Executing Script: DotNetNuke.Data.SqlDataProvider Success
00:03:45.078 - Installing MemberRole Provider:
00:03:45.078 -   Executing Script: InstallCommon
00:03:50.031 -   Executing Script: InstallMembership
00:03:57.375 -   Executing Script: InstallProfile
00:04:01.437 -   Executing Script: InstallRoles
00:04:06.640 - Upgrading to Version: 4.8.4
00:04:07.265 -   Executing Script: 04.04.01.SqlDataProvider Success
00:04:08.750 -   Executing Script: 04.05.00.SqlDataProvider Success
00:04:30.062 -   Executing Script: 04.05.01.SqlDataProvider Success
00:04:31.234 -   Executing Script: 04.05.02.SqlDataProvider Success
00:04:35.453 -   Executing Script: 04.05.03.SqlDataProvider Success
00:04:37.437 -   Executing Script: 04.05.04.SqlDataProvider Success
00:04:38.546 -   Executing Script: 04.05.05.SqlDataProvider Success
00:04:39.031 -   Executing Script: 04.06.00.SqlDataProvider Success
00:04:54.562 -   Executing Script: 04.06.01.SqlDataProvider Success
00:04:54.859 -   Executing Script: 04.06.02.SqlDataProvider Success
00:04:55.125 -   Executing Script: 04.07.00.SqlDataProvider Success
00:04:58.953 -   Executing Script: 04.08.00.SqlDataProvider Success
00:05:01.328 -   Executing Script: 04.08.01.SqlDataProvider Success
00:05:03.015 -   Executing Script: 04.08.02.SqlDataProvider Success
00:05:03.343 -   Executing Script: 04.08.03.SqlDataProvider Success
00:05:03.578 -   Executing Script: 04.08.04.SqlDataProvider Success
00:05:03.718 - Performing General Upgrades
00:05:17.546 - Loading Host Settings:
00:05:26.484 - Configuring SuperUser:
00:05:30.250 - Synchronizing Host Files:
00:05:40.031 - Installing Modules:
00:05:40.031 -   Installing Module File Adsense_01.00.01_Install:  Success
00:05:46.156 -   Installing Module File HTML_04.08.01_Install:  Success
00:05:51.984 -   Installing Module File Links_03.03.07_Install:  Success
00:05:57.859 -   Installing Module File MarketShare_01.00.00_Install:  Success
00:05:59.859 - Executing Additional Scripts:
00:05:59.859 -   Creating Portal: My Website
00:06:56.203 -   Error: Thread was being aborted.


 


--------------------------------------------------------------------------------

Server Error in '/' Application.
--------------------------------------------------------------------------------

Thread was being aborted.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Threading.ThreadAbortException: Thread was being aborted.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 

Stack Trace:


[ThreadAbortException: Thread was being aborted.]
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +486
   System.Web.ApplicationStepManager.ResumeSteps(Exception error) +501
   System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +123
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +379

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

 

 

Why oh why is this happening?

 

 
New Post
11/1/2008 2:21 PM
 

hi everyone. i have a problem in DotNetNuke 04.09.00 instalitation.

on win2k3; IIS + msde 2000 db serv

install steps in Install Authentication Services have a this problem (LiveID (01.00.00) and  OpenID (01.00.00) directly selected and can't deselect)

at System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) at DotNetNuke.Common.Utilities.CBO.GetOrdinals(ArrayList objProperties, IDataReader dr) at DotNetNuke.Common.Utilities.CBO.HydrateObject(Object objObject, IDataReader dr) at DotNetNuke.Common.Utilities.CBO.CreateObject[T](IDataReader dr) at DotNetNuke.Common.Utilities.CBO.FillObject[T](IDataReader dr, Boolean ManageDataReader) at DotNetNuke.Services.Packages.PackageInfo.CheckSecurity() at DotNetNuke.Services.Packages.PackageInfo.ReadManifest() at DotNetNuke.Services.Packages.PackageInfo..ctor(String packageManifest, InstallerInfo info) at DotNetNuke.Services.Packages.InstallerInfo.ReadManifest() at DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.InstallPackage(String strFile, Boolean allowResources, Boolean writeFeedback, Int32 indent) at DotNetNuke.Services.Install.InstallWizard.InstallPackages()

anyone can have a idea ?

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...installation probleminstallation problem


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