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
Server Error in '/DotNetNuke' Application.
The stored procedure 'dbo.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 'dbo.GetTabByName' 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.GetTabByName' doesn't exist.]
System.Data.SqlClient.SqlCommand.DeriveParameters()
System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command)
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) +128
DotNetNuke.Entities.Tabs.TabController.GetTabByName(String TabName, Int32 PortalId, Int32 ParentId) +23
DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication() +65
DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, String strDatabaseVersion) +1333
DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +1053
DotNetNuke.Framework.Install.InstallApplication() +1336
DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) +265
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()
|
|
| |
|
|
Joined: 5/9/2006
Posts: 1
|
|
|
Hi, I had this error and the solution was to change the collating sequence of my SQL Server 2005 DotNetNuke database to a case-INsensitive one. It appears that using a case-sensitive (CS) collating sequence causes the installer to fail to create all of the stored procedures.
I don't see this in the install notes anywhere (perhaps it should be). I learned this from somewhere else so I pass on my good fortune, HTH.
Jim
|
|
|
|
|
| | |
| | |
| | |
|
| |