CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.getting_started Tags:
Item Type: NewsGroup Date Entered: 10/20/2004 6:11:13 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 15 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
8 Items, 1 Pages 1 |< << Go >> >|
pxw
Asp.Net User
Help Please - on create DotNetNuke database10/20/2004 6:11:13 PM

0/0

I am new to DNN. I downloaded the Source code first time, installed it on my machine which has sql server 2000 on it.

All source code installed correctly but the database did not get created.
How ICan I get DotNetNuke database installed on my local machine?

Thanks in advance,

Peter
cathal
Asp.Net User
Re: Help Please - on create DotNetNuke database10/20/2004 6:29:27 PM

0/0

you have to create the sql database as a seperate step, and make a few changes to permissions and in the web.config. http://www.goosedesigns.com/Default.aspx?PageContentMode=1&tabid=69 is a good starters guide.

Cathal
pxw
Asp.Net User
Re: Help Please - on create DotNetNuke database10/20/2004 7:12:48 PM

0/0

Hi cathal,

Where can I find SQL script, or Sql database setup program for DotNetNuke? I did a search on all source code I downloaded from DNN, did not find any file with extension .sql

Thnaks for your help.

Peter
underwhelmed
Asp.Net User
Re: Help Please - on create DotNetNuke database10/20/2004 7:36:00 PM

0/0

The source for the scripts for installation of DNN on SQL server are located in the Provider directory. They have the extension of .SqlDataProvider

C:\DotNetNuke\Providers\DataProviders\SqlDataProvider is the path where you can find them.
iwonder
Asp.Net User
Re: Help Please - on create DotNetNuke database10/20/2004 8:41:39 PM

0/0

Peter,

If I understand your question correctly, you need to create the SQL DNN database with an SQL Database Manager, not any DNN scripts. The scripts only populate the database with the necessary tables, stored procedures, and some table data used for dnn chores.

If you don't have MS SQL Enterprise Manager, go to the ASP.Net home page and download the WebMatrix freebie. This is a nice package that includes a database manager interface for SQL MSDE. You can use Web Matrix to create the database, or as a last resort you can use the command line interface OSQL to create it.
iwonder
Mission, KS - USA
dbottjer
Asp.Net User
Re: Help Please - on create DotNetNuke database10/21/2004 1:45:09 AM

0/0

To create from command line you can do the following:

Step 1: go to Start Run and Type CMD; Opening your Windows Command Prompt
Step 2: use cd (cd = change directory) to get to
C:\Program Files\Microsoft SQL Server\MSSQL\Binn>

Step 2: Type the following:

osql -E -Q"CREATE DATABASE DotNetNuke"

This will create the database for you.

=========================================
Once the DataBase is created you can do things like this:
Type: osql -E <Press Enter>
Type: Use DotNetNuke <Press Enter>
Type: A query like: Select * from Users <Press Enter>
Type: Go <Press Enter>

The query will be executed.

Dennis J. Bottjer
Active iNet Services |
DrowningInTechnicalDebt | Blog
aaava
Asp.Net User
Re: Help Please - on create DotNetNuke database10/21/2004 2:52:06 AM

0/0

Also, don't forget that you have to add a DBO for that database that you can use for the login and password...or deal with *ack* windows authentication...which as a newbie, I'd stay away from.

You *can* just use the 'sa' account and pw to see if the app loads, but I wouldn't release anything on production using that...

You can also do a search here (or better on google) to find MSSQL free and open source replacements for Enterprise Manager, and Query Analyzer....that would make the databse stuff easier if you don't have to add users and such from the command line... HTH
cathal
Asp.Net User
Re: Help Please - on create DotNetNuke database10/21/2004 5:18:48 PM

0/0

Please also make sure that in the web.config file your DataProvider is set to sql, as the default is access i.e.

<data defaultProvider="SqlDataProvider" >

Cathal
8 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning DotNetNuke 4.0 Website Creation in VB 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 448, Published: 2006
Professional DotNetNuke 4: Open Source Web Application Framework for ASP.NET 2.0 Authors: Shaun Walker, Joe Brinkman, Bruce Hopkins, Scott McCulloch, Patrick J. Santry, Chris Paterra, Scott Willhite, Dan Caron, Pages: 517, Published: 2006
Beginning DotNetNuke 4.0 Website Creation in C# 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 391, Published: 2006
DotNetNuke For Dummies Authors: Lorraine Young, Philip Beadle, Scott Willhite, Chris Paterra, Pages: 408, Published: 2007

Web:
Help Please - on create DotNetNuke database - ASP.NET Forums If I understand your question correctly, you need to create the SQL DNN database with an SQL Database Manager, not any DNN scripts. ...
How to create a backup of DNN and the database > Mitchel's ... DNN can create a lot of portale with one "istance" but if I nedd to work on the database for modify something It's very hard? ...
CodeProject: Creating a DNN Module and Understanding DNN ... Please see the CodeProject article Creating a Super-Fast and Super-Easy .... Let ’s start by opening the DNN database. The first step is to find the ...
Error when trying to create the database - Install It! - DotNetNuke Professional technical support for DotNetNuke is available from .... sqlexpress; database'. Can anyone help please - am I OK using . ...
DotNetNuke - InstallationWiki To create the database for DotNetNuke to store data about our site, we will be using ... For additional help, please refer to the following websites: ...
Hosting DotNetNuke These instructions will help you correctly install DotNetNuke on the MyWinHosting servers. The first thing you will need to do is to create a database. ...
CodeProject: Running DotNetNuke 4.0.2 on Windows XP Home or on any ... Creating DotNetNuke Database On SQL Server 2005 …click OK. Navigate to DNN's database .... Erro: don't connect to database. Can you help me please. Laugh ...
Can't add custom module - help please > DotNetNuke Forum, DNN ... I am able to create a module definition in DNN and link it through to my control ... This seems like a database error ... so I'd look there. ...
HELP!!!! - Cannot Create New User - Configure It! ( How do I ... I am unable to create new users in DNN. ... Looking into the database I can see that the new user was created in the [dbo. ...
Need help with remote DNN installation. (Webhost4life.com) - ng ... One DNN database, but 3 domains. ... DotNetNuke Developer Chris Hammond How cool is that, www. ... dnn 3.0.13 module security - help please ...




Search This Site:










new revised container pack

how to hide/mask url

data connection hourglass

onsubmit want function to execute, not the form action

free bulkemail module (clone of admin->newsletters)

gallery install into dnn 3.2.2 fails

add table in text/html module

custom module permission checking?

register dll with asp.net?

three-level tabs's source code + portal strater kit

md5 hashing gives different result on server from client

moving from dev to production

new to dnn, can't seem to get admin logged

how to check (server-side) if uploaded file is an image

best way to output text to a page

how can i include an image in my article?

insert from datatable to database

cuteeditor on dnn 2.1.2

validation (asp.net) attribute ‘target’ is not a valid attribute of element of ‘rolloverlink’

maps with multiple locations

how to upgrade from 2.1.1 to 2.1.2?

system.invalidcastexception: specified cast is not valid.

books on ui dev using ajax/atlas, oo javascript

how can i register this javascript in the code behind?

remove aspnetdb

suggest

word.application help

open treeview to specific node

create user wizard

visual web developer express - image display problem

 
All Times Are GMT