Hi,
I trying to install the
DDN 4.4.1 Starter Kit with Ms Sql 2005 on a W2K3 Machine.
After i modify the We.config i get the following error:
Installing DotNetNuke
Version: 04.04.01
Installation Status Report
00:00:00.078 - Installing Version: 4.4.0
00:00:00.078 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
Success
00:00:00.250 - Installing Script: DotNetNuke.Schema.SqlDataProvider
Error! (seec:\inetpub\wwwroot\DotNetNuke Website\Providers\DataProviders\SqlDataProvider\DotNetNuke.Schema.log for more information)
00:00:03.328 - Installing Script: DotNetNuke.Data.SqlDataProvider
Error! (seec:\inetpub\wwwroot\DotNetNuke Website\Providers\DataProviders\SqlDataProvider\DotNetNuke.Data.log for more information)
00:00:06.468 - Installing MemberRole Provider:
00:00:06.468 - Installing Script: InstallCommon.sql
00:00:07.937 - Installing Script: InstallMembership.sql
00:00:08.734 - Installing Script: InstallProfile.sql
00:00:09.062 - Installing Script: InstallRoles.sql
00:00:10.140 - Upgrading to Version: 4.4.1
Error! (seec:\inetpub\wwwroot\DotNetNuke Website\Providers\DataProviders\SqlDataProvider\04.04.01.log for more information)
00:00:10.359 - Performing General Upgrades
Server Error in '/DotNetNuke Website' Application.
The stored procedure 'dbo.GetTabs' 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.GetTabs' doesn't exist.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario. |
Stack Trace:
[InvalidOperationException: The stored procedure 'dbo.GetTabs' doesn't exist.] System.Data.SqlClient.SqlCommand.DeriveParameters() +878504 System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) +88 Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) +212 Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) +303 Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) +154 Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) +36 Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) +200 DotNetNuke.Data.SqlDataProvider.GetTabs(Int32 PortalId) +111 DotNetNuke.Entities.Tabs.TabController.GetTabsByPortal(Int32 PortalId) +142 DotNetNuke.Entities.Tabs.TabController.GetTabsByNameAndPortal(String TabName, Int32 PortalId) +74 DotNetNuke.Entities.Tabs.TabController.GetTabByNameAndParent(String TabName, Int32 PortalId, Int32 ParentId) +16 DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication() +63 DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, String strDatabaseVersion) +1348 DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +1189 DotNetNuke.Framework.Install.InstallApplication() +1171 DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) +274 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
|
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
What Could be the problem?