I'm trying to install the latest DDN onto our Windows 2003 server using a local SWL Server DB. I've read through the install PDF, which references that 3.x process for the package I'm using.
I set up the DB, the login, the user, then modified the web.config to match, then launched my site.
It then starts the wizard (which seems to repeat things I already did in web.config)
I get to the CONFIGURE DATABASE CONNECTOIN and I entered in the following:
Server: (local)
Database: DotNetNuke
User ID: DDNportal
Password: [the password]
Run ad dn Owner NOT checked.
Object qualifier: ddn_
I then run the TEST DATABASE CONNECTION and I get the green 'OK' text.
Then I hit next, and then get this connection error:
============
Connection Error(s):
Index #: 0
Source: .Net SqlClient Data Provider
Class: 16
Number: 2714
Message: There is already an object named 'DDNportaldnn_Version' in the database.
=============
Any ideas as to what is going on and what to change to fix?