hi
when i try to install dnn 3.1.1 :
i have the following error :
Installing DotNetNuke
Version: 03.01.01
Installation Status Report
00:00:00.093 - Installing Version:
3.1.0
00:00:00.093 - Installing Script:
DotNetNuke.SetUp.SqlDataProvider
00:00:00.140 - Installing Script:
DotNetNuke.Schema.SqlDataProvider
00: - Installing Script:
DotNetNuke.Data.SqlDataProvider
00:00:05.468 - Installing MemberRole
Provider:
00:00:05.468 - Executing InstallCommon.sql
00:00:05.734
- Executing InstallMembership.sql
00:00:06.125 - Executing
InstallProfile.sql
00:00:06.312 - Executing InstallRoles.sql
00:00:06.609
- Upgrading to Version: 3.1.1
00:00:07.437 - Performing General Upgrades
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 '/dotnetnuke' Application.
The stored procedure 'mik.GetTabByName' 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 'mik.GetTabByName'
doesn't exist.
Source Error:
Line 347: End Function
Line 348: Public Overrides Function GetTabByName(ByVal TabName As String, ByVal PortalId As Integer) As IDataReader
Line 349: Return CType(SqlHelper.ExecuteReader(ConnectionString, DatabaseOwner & ObjectQualifier & "GetTabByName", TabName, GetNull(PortalId)), IDataReader)
Line 350: End Function
Line 351: Public Overrides Function GetTabsByParentId(ByVal ParentId As Integer) As IDataReader |
Source
File:
C:\Inetpub\wwwroot\dotnetnuke\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb
Line: 349
Stack Trace:
[InvalidOperationException: The stored procedure 'mik.GetTabByName' doesn't exist.]
System.Data.SqlClient.SqlCommand.DeriveParameters() +1274
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.ExecuteReader(String connectionString, String spName, Object[] parameterValues)
DotNetNuke.Data.SqlDataProvider.GetTabByName(String TabName, Int32 PortalId) in C:\Inetpub\wwwroot\dotnetnuke\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb:349
DotNetNuke.Entities.Tabs.TabController.GetTabByName(String TabName, Int32 PortalId, Int32 ParentId) in c:\inetpub\wwwroot\DotNetNuke\components\Tabs\TabController.vb:497
DotNetNuke.Entities.Tabs.TabController.GetTabByName(String TabName, Int32 PortalId) in c:\inetpub\wwwroot\DotNetNuke\components\Tabs\TabController.vb:492
DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication() in c:\inetpub\wwwroot\DotNetNuke\components\Upgrade\Upgrade.vb:1368
DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, String strDatabaseVersion) in c:\inetpub\wwwroot\DotNetNuke\components\Upgrade\Upgrade.vb:2365
DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) in c:\inetpub\wwwroot\DotNetNuke\components\Upgrade\Upgrade.vb:2208
DotNetNuke.Framework.Install.InstallApplication() in c:\inetpub\wwwroot\DotNetNuke\Install\Install.aspx.vb:115
DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\DotNetNuke\Install\Install.aspx.vb:322
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
|
Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
ASP.NET Version:1.1.4322.2032
DNN 3.1.1 is installed on pc with windows xp pro SP2 and sqlserver is installed on a distant pc with windows 2000 server
sqlserver version is sql server 2000 sp4
In the Dotnetnuke database, dnn has created many thing and a lot of
store procedure, but there is not "GetTabByName" store procedure
Thanks in advance form your help
Regards Mike From France