CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.getting_started Tags:
Item Type: NewsGroup Date Entered: 6/7/2005 1:37:18 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 15 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
2 Items, 1 Pages 1 |< << Go >> >|
John Hoge
Asp.Net User
DNN Install error6/7/2005 1:37:18 PM

0/0

I got this error twice while attempting to install DNN3 using MSSQL 7 as a back end database. Does DNN require SQL2000 at a minimum?


Installing DotNetNuke

Version: 03.00.13

Current Settings

Default Provider SqlDataProvider
Connection String Server=DC2;Database=dnn2;uid=dnnuser;pwd=****;
.NET Framework Version   1.1.4322.573
Windows User SE\IWAM_HHI-4F50O980RVH
Host Name dc2


Installation Status Report

00:00:00.500 - Installing Version: 3.0.12
00:00:00.510 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:00.600 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00:00:19.505 - Installing Script: DotNetNuke.Data.SqlDataProvider
00:00:20.206 - Installing MemberRole Provider:
00:00:20.206 - Executing InstallCommon.sql
00:00:22.639 - Executing InstallMembership.sql
00:00:24.151 - Executing InstallProfile.sql
00:00:25.713 - Executing InstallRoles.sql
00:00:27.115 - Upgrading to Version: 3.0.13
00:00:27.876 - Performing General Upgrades
00:00:29.558 - Loading Host Settings:
00:00:30.059 - Configuring SuperUser:
00:00:30.539 - Installing Desktop Modules:
00:00:30.539 -   Installing Announcements:

 


body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } pre {font-family:"Lucida Console";font-size: .9em} .marker {font-weight: bold; color: black;text-decoration: none;} .version {color: gray;} .error {margin-bottom: 10px;} .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }

Server Error in '/dnn2' Application.

The stored procedure 'dbo.AddDesktopModule' doesn't exist.

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.InvalidOperationException: The stored procedure 'dbo.AddDesktopModule' doesn't exist.

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:

[InvalidOperationException: The stored procedure 'dbo.AddDesktopModule' doesn't exist.]
   System.Data.SqlClient.SqlCommand.DeriveParameters() +1268
   System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) +41
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues)
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter)
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter)
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName)
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, String spName, Object[] parameterValues)
   DotNetNuke.Data.SqlDataProvider.AddDesktopModule(String FriendlyName, String Description, String Version, Boolean IsPremium, Boolean IsAdmin, String BusinessControllerClass) +233
   DotNetNuke.Entities.Modules.DesktopModuleController.AddDesktopModule(DesktopModuleInfo objDesktopModule) +37
   DotNetNuke.Services.Upgrade.Upgrade.AddModuleDefinition(String DesktopModuleName, String Description, String ModuleDefinitionName, Boolean Premium, Boolean Admin, String Controller, String Version) +130
   DotNetNuke.Services.Upgrade.Upgrade.ParseDesktopModules(XmlNode node) +293
   DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +1178
   DotNetNuke.Framework.Install.InstallApplication() +1004
   DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) +220
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +731
cathal
Asp.Net User
Re: DNN Install error6/7/2005 11:43:44 PM

0/0

yes, dnn requires either msde 2000 or sql 2000 (note: it also works with sql2005 and sql express but be careful you don't remap the IIS extensions to the 2.0 versions, as DNN doesn't work under asp.net 2.0 yet). We use cascading deletes in the scripts and sql7 doesn't support that.

Cathal

2 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
DotNetNuke For Dummies Authors: Lorraine Young, Philip Beadle, Scott Willhite, Chris Paterra, Pages: 408, Published: 2007
Professional DotNetNuke 4: Open Source Web Application Framework for ASP.NET 2.0 Authors: Shaun Walker, Joe Brinkman, Bruce Hopkins, Scott McCulloch, Patrick J. Santry, Chris Paterra, Scott Willhite, Dan Caron, Pages: 517, Published: 2006
Beginning DotNetNuke Skinning and Design: Skinning and Desing Authors: Andrew Hay, Nina Meiers, Shaun Walker, Pages: 432, Published: 2007
Beginning DotNetNuke 4.0 Website Creation in C# 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 391, Published: 2006
Beginning DotNetNuke 4.0 Website Creation in VB 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 448, Published: 2006
Professional IIS 7 Authors: Ken Schaefer, Jeff Cochran, Scott Forsyth, Rob Baugh, Mike Everest, Dennis Glendenning, Pages: 812, Published: 2008
Lotus Notes and Domino 6 System Administrator: Exam Cram, Exam 620, Exam 621, Exam 622 Authors: Karen Fishwick, Tony Aveyard, Dennis Malone, Ed Tittel, Pages: 624, Published: 2003
Proceedings Authors: IEEE Computer Society Press, IEEE Computer Society, Pages: 389, Published: 1995

Web:
DotNetNuke error reporting requires improvement Apr 26, 2006 ... DotNetNuke error reporting requires improvement ... E.g. if errors are occured during install and portal is not created yet, View log Web UI ...
installation problem - Install It! - DotNetNuke Professional technical support for DotNetNuke is available from DotNetNuke .... Installation says it worked fine, except for the error ...
p2p.wrox.com Forums - DotNetNuke Installation Problem NET Portals ISBN: 0-7645-9563-6 > DotNetNuke Installation Problem .... Parser Error Message: Could not load type 'DotNetNuke.Framework.CDefault'. ...
Application Pack problem - DNN install error - Parallels Helm Forums Application Pack problem - DNN install error Helm 3 Support.
Installing the DotNetNuke Portal If you have an MSDN subscription, install the SQL Server 2000 Developer Edition on ... One such error message looks like this:. DotNetNuke Upgrade Error ...
dotnetnuke installation problem - ASP.NET Forums Re: dotnetnuke installation problem ... DotNetNuke.Entities.Portals. PortalSettings.GetProviderPath() +14 DotNetNuke.Framework.Install. ...
Morning Compilation - Installing DNN 4.4 - Install Problems - solved Jan 18, 2007 ... Installing DNN 4.4 - Install Problems - solved ... Solution: This is a permissions error on the website directory. ...
Installation Error Help - Install It! - DotNetNuke My hosting provider is trying to install DNN v43 and reports that they are getting an error:. We attempted another installation and it has ...
New installation - DotNetNuke error - Webhost4life Forum Error: Host Settings is currently unavailable. DotNetNuke.Services.Exceptions. ... Re: New installation - DotNetNuke error ...
DotNetPark Web Hosting Forums • View topic - DotNetNuke Install ... DotNetNuke Install Error Message. Post by Haupt on Sat Sep 03, 2005 8:23 pm. When attempting to install dotnetnuke into a directory named ...

Videos:
Is your DotNetNuke Database Growing for no apparent reason? http://blog.dmbcllc.com Is the size of your database growing and you have no idea why? Watch this video to see how to fix one of the main issues tha...




Search This Site:










simple distributed application

initadapter in appcode.5j5w68_v.7.cs

msde/sql server basic guide

sqlmemebershipprovider - puzzled

i can't register script in usercontrol file!!

accessing files on a remote system

composite control: controls collection of child control is cleared during page execution cycle

custom controls, viewstate and events

debug error: divide by zero

file->new->web site is not providing the correct dialog for creating a new web site

may ctp - where does it store web site settings?

screenshots for the new news articles module for dnn 2.0

from where can i downloda .net framework 2

getting a skin made

i can't send any email

displaying a simple user control in a module.

issupertab

ftb-freetextbox ???? help me !!!!!!

active directory login

virtual worlds, habbohotel.com, sulake, inc. and dnn

bandwidth restrictions per portal (on a dedicated server) ?

dnnstore 3.2 released!

dnn 2.1.2 and freetextbox 3.0

dynamically added controls and events

magicchat 1.2 sr2 released

trapping events from master page in content page

problem with a master page

deploying from source

change password error

working site

 
All Times Are GMT