CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.getting_started Tags:
Item Type: NewsGroup Date Entered: 4/28/2004 4:21:00 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 20 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
davidparker
Asp.Net User
DNN install w/ MSDE4/28/2004 4:21:00 PM

0/0

Hi, I running Win XP Pro, MSDE 2000, DDN 2.0.4

I have just done a clean install of DNN

I'm getting this error:

DotNetNuke Upgrade Error
The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )

ERROR: Could not connect to database specified in connectionString for SqlDataProvider

Here's my web.config settings:

<appSettings>
<add key="connectionString" value="Server=localhost;Database=DotNetNuke;uid=DNN;pwd=pass123;" />
</appSettings>

*******************************

<providers>
<clear/>
<add name = "SqlDataProvider"
type = "DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider"
connectionString = "Server=localhost;Database=DotNetNuke;uid=DNN;pwd=pass123;"
providerPath = "~\Providers\DataProviders\SqlDataProvider\"
objectQualifier = ""
databaseOwner = "dbo"

**************************************

I ran this script to setup the db user:

**************************

if not exists (select * from master.dbo.syslogins where loginname = N'DNN')
EXEC sp_addlogin N'DNN', N'pass123', N'DotNetNuke'
GO
USE DotNetNuke
if 'DNN' <> 'sa'
BEGIN
if not exists (select * from dbo.sysusers where name = N'DNN' and uid < 16382)
EXEC sp_grantdbaccess N'DNN', N'DNN'
EXEC sp_addrolemember N'db_owner', N'DNN'
END
GO


*************************************

I can log into the db with the user names specified, and make queries, so it seems that the db is working correctly.

When I browse to my local site for DNN , fttp://localhost\DNN, I get the error.

I have checked and re-checked the installation pocedures, I can't see what I'm doing wrong. I"M NOT USING MS SQL Enterprise GUI, I'm working from the osql command prompt.

Any help would be apreciated.

cathal
Asp.Net User
Re: DNN install w/ MSDE4/28/2004 6:25:01 PM

0/0

If you're using MSDE you can't have a default instance such as localhost. It will always take the form of the machinename\instancename . Open a command prompt and type

OSQL -L

This will probe port 1434 for any SQL instances that can be seen. You'll see one with the name of your machine a slash and another name e.g. davidparker\netsdk . Use that in place of localhost.

Cathal
davidparker
Asp.Net User
Re: DNN install w/ MSDE4/28/2004 7:30:00 PM

0/0

Cathal,

I enterd OSQL -L at the command prompt and got this:

SERVERS:

--------- NONE ---------------


********************************************************
Now, I went and looked at the connection string for the communitySarterKit, which I have installed, and found this:

<add key="connectionString" value="Server=(local);Trusted_Connection=true;database=CommunityStarterKit2" />

I then changed my DNN connection string to this:

<add key="connectionString" value="Server=(local);Database=DotNetNuke;uid=DNN;pwd=pass123;" />

***********************************************************

DNN is now working!!!

Thanks for your help Cathal, this wouldn't have dawned on me for quite some time without your help.

Thanks!!
davidparker
Asp.Net User
Re: DNN install w/ MSDE5/3/2004 2:18:47 PM

0/0

For anyone following this thread:

There is very goog "How to" setup DNN with MSDE at http://duhnetnuke.net/

You have to be a registered user to get to it. It's under "OtherStuff" in the Discussion forums.

dp
4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:

Web:
Backup & Restore Databases using MSDE How to backup and restore databases using MSDE. ... Overview on Installing Sharepoint 2007 ... DotNetNuke Forum Module - Install & Config ...
Snowcovered.com : XMod 4.5 w/AJAX by DNNDev.com : DotNetNuke 4 Modules Aug 15, 2006 ... Database, SQL Server 2000, 2005, Express, MSDE. DNN Version, 3.1x, 3.2x, 3.3x+, 4.0x, 4.3x+. Dowload Package Contents, PA Install Files for ...
Problem installing DNN 2.0 - ASP.NET Forums ON MY FIRST ATTEMPT TO RUN THE DNN INSTALL SCRIPTS THAT ARE INVOKED BY USING ... SQL Server 2000 or MSDE 2000 must be installed on a server accessible from ...
Ed Brill Apr 28, 2005 ... As for WMSDE limits, no; there are no connection or database size limits, ... DNN is very easy to setup. Has anyone played with it. ...
DotNetNuke Overview NET Framework V1.1; Access or SQL Server 2000 / MSDE; SMTP configured if you want to use ... NET language. Demo – DNN Installation. Installation Process: ...
MS-Open Source Struggle Use it to install the product. Use it to show your friends. Alternative: Run MySQL instead and ... MSDE or SQL Express is fine for an application like DNN. ...
DotNetNuke w/ AJAX Toolkit DotNetNuke w/ SSL · DotNetNuke w/ Windows Live Authentication ... DotNetNuke Forum Module - Install & Config ... Backup & Restore Databases using MSDE ...
WebMatrix and DNN - ng.asp-net-forum.dotnetnuke-getting_started ... I started w/ IBS, but when I saw DNN, I changed to using it because of all of the great ... DotNetNuke Installation Guide. 8 ... DotNetNuke®, DNN®, and the ...
CATALooK.netStore Pro and Booking Tools for DotNetNuke Database (MS SQL Server, SQL Server 2005 Express or MSDE) ... This product/ license key is licensed per DNN installation. Limitations: You may not reverse ...
I can't find this info ANYWHERE. How to use MSSQL or MSDE for ... I mean, you didn't create a folder 'Valhalla', and then have DNN install a .... this would happen...any help appreciated...this is on my XP Pro box w/MSDE ...




Search This Site:










help! - 3.2.2 missing content

haw create child portal

user controls in user controls?

redirect www.mydomain.com to dotnetnuke

hand coding dnn custom private assemblies...

cannot open the application

size of panes?

install on new host db

character limitations in announcements module

how to replace localhost with machine name

error in dotnetnuke installation on windows 2003

http 403 forbidden

need some info to start

august ctp version of asp.net

lots of unknown errors dnn4.0.2

remote msde access via enterprise manager

connection string dilemma - starter kit prob

log view never comes up.

release notes for dnn 4.1.x.x

my module, dnn control and resx

changing dotnetnuke label text programmatically

exception after adding new page and logout

unable to see tables in dotnetnuke database

can i hide the banner??

security role fields

http://mysite.com/default.aspx?tabid=142&def=errormessage

upgrade from 3.x to 4.x questions

include an asp footer on every page.

path to images

how do you use the .dnn files?

  Privacy | Contact Us
All Times Are GMT