Hi.
I can't install Dnn 4.3.
When installing
.....
00:00:13.960 - Upgrading to Version: 4.0.7
00:00:13.970 - Upgrading to
Version: 4.3.0
00:00:13.990 - Performing General Upgrades
I'v got error :
The stored procedure
'dbo.GetTabByName' doesn't exist.Exception Details: System.InvalidOperationException: The stored procedure
'dbo.GetTabByName' doesn't exist.
Source Error:
Line 132: Response.Write("<h2>Installation Status Report</h2>") Line 133: Response.Flush() Line 134: Services.Upgrade.Upgrade.InstallDNN(strProviderPath) Line 135: Line 136: Response.Write("<h2>Installation Complete</h2>") |
My configuration :
- www server - win 2000, I' installing dnn in virtual directory (root web site is .net 1.1)
- sql server : sql 2005
And really there's no GetTabByName sp in database.
I've tried to install from 'install' and 'source' version, result is the same - error.
I've tried to create database with compability level SQL 2000 and SQL 2005 - result is the same - error.
On my environment installation is 'unstable' - once I've manage to install everything but got some errors when trying to login.
Other time I've got other error when installing - The stored procedure dbo.GetModuleById or Definition doesn't exist.
please help.
Are you succesful instaling DNN 4.03 ?