I friends, i download the final DotNetNuke(DNN) version (3.3.3) and I try install it, but I have some problems: (I not have any older version)
I have Windows XP Pro SP2 and Microsoft SQL Server 2000 - 8.00.2039 (SP4), Framework v1.1.4322 and v2.0.50727.
I follow these steps:
1.- I create a Login user called userdb and I assign "System Administrators" server role
2.- I create the database named DotNetNuke, with the following collection: SQL_Latin1_General_CP850_BIN
3.- I create a user called userdb in DotNetNuke database and asign it dbo owner.
4.- I create a folder C:\CDotNetNuke and unzip DotNetNuke_3.3.3_Install.zip at this root directory
5.- I modify web.config at appSettings->SiteSqlServer and change to: <add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;uid=userdn;pwd=userdn;" />
6.- I create a web site called DotNetNuke in Internet Information Service Console
6.1.- I do right click at DotNetNuke virtual directory and select Properties
6.1.1.- At Tab "Virtual Directory" I changed in "Excecute permissions" to Scripts and Executables.
6.2.- At Tab "Documents" I add Default.aspx page
7.- And I lunch the application from: http://localhost/DotNetNuke/
And the website redirect to: http://localhost/DotNetNuke/Install/Install.aspx?mode=Install
And install but I get this error:
The stored procedure 'dbo.GetTabByName' doesn't exist. At the forum http://dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/107/threadid/13584/scope/posts/Default.aspx
say:
* Drop the existing database
* Recreate your database and select SQL_Latin1_General_CP1_CI_AS as your Collation Name (General tab)
* Apply logins according to DNN Install instructions
* Open your local site in a browser (your upgrade should complete successfully)
I follow this steps but I get this new error:
The stored procedure 'dbo.GetPropertyDefinitionsByPortal' doesn't exist Some idea??
--------------------------------------------------------------
Installing DotNetNuke
Version: 03.03.03
Installation Status Report
00:00:00.078 - Installing Version:
3.1.0
00:00:00.093 - Installing Script:
DotNetNuke.SetUp.SqlDataProvider
00:00:00.156 - Installing Script:
DotNetNuke.Schema.SqlDataProvider
00:00:02.271 - Installing Script:
DotNetNuke.Data.SqlDataProvider
00:00:05.811 - Installing MemberRole
Provider:
00:00:05.811 - Executing InstallCommon.sql
00:00:06.406
- Executing InstallMembership.sql
00:00:06.782 - Executing
InstallProfile.sql
00:00:06.907 - Executing InstallRoles.sql
00:00:07.221
- Upgrading to Version: 3.1.1
00:00:08.505 - Upgrading to Version:
3.2.0
00:00:08.568 - Upgrading to Version: 3.2.1
00:00:08.615 - Upgrading
to Version: 3.2.2
00:00:08.646 - Upgrading to Version: 3.2.3
00:00:09.711
- Upgrading to Version: 3.2.4
00:00:09.758 - Upgrading to Version:
3.2.5
00:00:09.790 - Upgrading to Version: 3.2.6
00:00:09.821 - Upgrading
to Version: 3.2.7
00:00:09.836 - Upgrading to Version: 3.3.0
00:00:09.868
- Upgrading to Version: 3.3.1
00:00:09.899 - Upgrading to Version:
3.3.2
00:00:10.087 - Upgrading to Version: 3.3.3
00:00:10.197 - Performing
General Upgrades
00:00:10.996 - Loading Host Settings:
00:00:11.074
- Configuring SuperUser:
Server Error in '/DotNetNuke' Application.
The stored procedure 'dbo.GetPropertyDefinitionsByPortal' doesn't
exist.