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: 7/26/2005 7:38:51 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 10 Views: 26 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
11 Items, 1 Pages 1 |< << Go >> >|
osho
Asp.Net User
SOS what is my problem ?!7/26/2005 7:38:51 AM

0/0

hi
i cant install dotnetnuke
i have sql server 2005 enterprise edition and win 2003 server in a local(single) computer .
i used installation guide from doc folder of dotnetnuke and i do what was there but i dont know
where is machine key .
i searched my root folder for older web.config file and found it but i cant find  machine key on there and structure of
older web.config file was diferent from dotnetnuke web.config file.
please help me .
DougV
Asp.Net User
Re: SOS what is my problem ?!7/26/2005 1:43:23 PM

0/0

With DNN version 3.1.0 there is no web.config included in the zip file.  Are u doing a clean install? Then you would need to rename release.config to web.config - not copy it from another version.
For someone to help further, let us know whether you are attempting either clean install or if this is an upgrade (upgrade from what version).
-doug, Powerhouse Data
osho
Asp.Net User
Re: SOS what is my problem ?!7/26/2005 2:41:04 PM

0/0

clean install .

DotNetNuke_3.0.13 zip file from www.dotnetnuke.com website.
then extracted it in my root folder like (c: DotNetNuke ) and i created a new database in sql server 2005 .
i think maybe two problem i have about it :
1 . i dont know what shoud be changed in web.config file
2 . i cant connect from dbsever(sql) to dotnetnuke folder

now i have folowing error :

 

Installing DotNetNuke
Upgrade Error: ERROR: Could not connect to database specified in connectionString for SqlDataProvider

 


--------------------------------------------------------------------------------

Server Error in '/DotNetNuke' Application.
--------------------------------------------------------------------------------

General network error. Check your network documentation.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: General network error. Check your network documentation.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 

Stack Trace:


[SqlException: General network error.  Check your network documentation.]
   System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +472
   System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
   System.Data.SqlClient.SqlConnection.Open() +384
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText)
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues)
   DotNetNuke.Data.SqlDataProvider.GetHostSettings() +47
   DotNetNuke.Entities.Host.HostSettings.GetHostSettings() +88
   DotNetNuke.Common.Globals.get_HostSettings() +4
   DotNetNuke.Services.Log.EventLog.XMLLoggingProvider.AddLog(LogInfo objLogInfo) +201
   DotNetNuke.Services.Log.EventLog.LogController.AddLog(LogInfo objLogInfo) +149
   DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException, ExceptionLogType LogType) +1835
   DotNetNuke.Services.Log.EventLog.ExceptionLogController.AddLog(Exception objException) +9
   DotNetNuke.HttpModules.ExceptionModule.OnErrorRequest(Object s, EventArgs e) +87
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.HttpApplication.RaiseOnError() +159

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

DougV
Asp.Net User
Re: SOS what is my problem ?!7/26/2005 8:47:38 PM

0/0

sql server 2005 I am not sure if that works with DNN at this point (database connection problem).  Also, if a clean install, I would not use ver. 3.0.13, rather I would go with DNN 3.1.0

Anyone else?
-doug, Powerhouse Data
osho
Asp.Net User
Re: SOS what is my problem ?!7/27/2005 7:40:03 AM

0/0

please help me .
[email protected]
Asp.Net User
Re: SOS what is my problem ?!7/27/2005 3:27:42 PM

0/0

1 . i dont know what shoud be changed in web.config file

Read the documentation.  In the documentation folder when you unzip, the Installation docs.  If you have no docs you grabbed the wrong download file.

2 . i cant connect from dbsever(sql) to dotnetnuke folder

Understandable if you didn't change the web.config file.

Jeff

Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
osho
Asp.Net User
Re: SOS what is my problem ?!7/27/2005 9:16:18 PM

0/0

thanks jeff
web.config page opened from iis and following error occured  :

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

ERROR: Could not connect to database.

Login failed for user 'dnn'. The user is not associated with a trusted SQL Server connection.

 

smehaffie
Asp.Net User
Re: SOS what is my problem ?!7/27/2005 10:38:55 PM

0/0

A agree with the previous post, use the latest version which is 3.1.0.  There have been a number of bug fixes between 3.0.13 and 3.1.0. For a clean install after renaming the release.config to web.config at a minimum you have to set the connectionString so it can connect to your database.

S. Shawn Mehaffie
PC Resources, LLC
Patrizio
Asp.Net User
Re: SOS what is my problem ?!7/28/2005 12:45:41 AM

0/0

SQL 2005? Does DNN run on SQL 2005? I think not.

Update: Upps, not so accurate. DNN runs on SQL 2005 (From other posts I search on). Sorry for the misleading.

Patrizio
MCP, MCAD, MCSD, MCSD.NET, MCT, MBS Master Developer
osho
Asp.Net User
Re: SOS what is my problem ?!7/28/2005 10:09:03 AM

0/0

 smehaffie wrote:
A agree with the previous post, use the latest version which is 3.1.0.  There have been a number of bug fixes between 3.0.13 and 3.1.0. For a clean install after renaming the release.config to web.config at a minimum you have to set the connectionString so it can connect to your database.


ok
i did it. but i have that error again about connection string .
1. renam release.config  to web.config
2. then i changed following part in web config file :
<add key="SiteSqlServer" value="Server=DNN-WXXH58UIND;Database=DotNetNuke;uid=DNN;pwd=ABCD;" />
so i browse default.aspx file from iis and then error accured again .

really im tired from this.

smehaffie
Asp.Net User
Re: SOS what is my problem ?!7/28/2005 11:40:40 PM

0/0

 osho wrote:

ok
i did it. but i have that error again about connection string .
1. renam release.config  to web.config
2. then i changed following part in web config file :
<add key="SiteSqlServer" value="Server=DNN-WXXH58UIND;Database=DotNetNuke;uid=DNN;pwd=ABCD;" />
so i browse default.aspx file from iis and then error accured again .

really im tired from this.



1) Have you created the DotNetNuke database on your DNN-WXXH58UIND instance of SQL Server, or could it have been created in a different instance?

2) Did you create the DNN login with the ABCD password?

3) Did you add the DNN login as a user to the DotNetNuke database? If so, did you give it the correct permissions (db_owner for now, it can be tightened down once we get it working)?



S. Shawn Mehaffie
PC Resources, LLC
11 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Foundations of Natural Resources Policy and Management Authors: Tim W. Clark, Andrew R. Willard, Christina M. Cromley, Pages: 372, Published: 2000
Sober for Good: New Solutions for Drinking Problems--Advice from Those Who Have Succeeded Authors: Anne M. Fletcher, Pages: 352, Published: 2002
Complexity Theory and Cryptology: An Introduction to Cryptocomplexity Authors: Jörg Rothe, Pages: 478, Published: 2005
Supervisions with Donald Meltzer: The Simsbury Seminars Authors: Meltzer Donald, Donald Meltzer, Pages: 352, Published: 2003
SOS Titanic Authors: Eve Bunting, Pages: 256, Published: 1996
Neuropsychological Assessment Authors: Muriel Deutsch Lezak, Diane B. Howieson, David W. Loring, Pages: 1016, Published: 2004
The Weight of the World: Social Suffering in Contemporary Society Authors: Pierre Bourdieu, Alain Accardo, Pages: 646, Published: 1999
Sams Teach Yourself Computer Basics in 24 Hours: When You Only Have Time for the Answers Authors: Jill T. Freeze, Pages: 512, Published: 2001

Web:
S.O.S. Mathematics CyberBoard :: View topic - Induction (my ... S.O.S. Mathematics CyberBoard Forum Index, S.O.S. Mathematics CyberBoard ... Induction (my problem), n a positive integer, n >= 2 ...
My problems: help..sos... - The Credit Info Center Forums My problems: help..sos... Credit Repair. ... My problems: help..sos... this thread has 6 replies and has been viewed 594 times ...
SoS problem - Tech Support Guy Forums My problem is; something happened to the science program. When you click start new lesson, it gives a drop down saying: "SOS caused a ...
SOS I think My Smart Clip is dead ! [Archive] - GSM-Forum [Archive] SOS I think My Smart Clip is dead ! Smart-Clip. ... Thet is olso my problem, today olso like your GSM SNIPER, my smart clip ist ...
SOS - After Effects Corrupted PNG Render Problem : Adobe After Effects SOS - After Effects Corrupted PNG Render Problem by Chris Dortch on Sep 17, 2008 at 6:47:54 pm My computer specs: Mac OS X 2x3.2 GHz Quad-Core Intel Xeon 18 ...
SOS!! some of my php portals show source in browser and do not ... SOS!! some of my php portals show source in browser and do not work! .... but some of my portals work properly and have not any problem ...
S.O.S. Mathematics CyberBoard :: View topic - Solve my problem S.O.S. Mathematics CyberBoard Forum Index, S.O.S. Mathematics CyberBoard ... Posted: Tue, 26 Dec 2006 11:42:44 UTC Post subject: Solve my problem ...
Welcome to SOS Computer Services! "I was having problems with my computer, had SOS come by the house and was up and running in less than an hour. Very knowledgable and the best at ...
Nurse Angel Ririka SOS - MyAnimeList.net And one of those animes was Nurse Angel Ririka SOS. My major problem was not that it was aimed at kids. I watch a lot of shows that are aimed at kids. ...
"Data Access Error" problem!! SOS!!! - Xtreme Visual Basic Talk Default Re: "Data Access Error" problem!! SOS! ... My problem solved by other helpful people. Thanks for everyone anyway. ...

Videos:
(MMV) S.O.S. OMGG Happy Halloween People =] Sit back, eat some candy, and enjoy the show! =D This took me forever because of a coupla problems: My sister was hogg...
The Melancholy of Haruhi Suzumiya- SOS Brigade's Secrets My 5th AMV! ALL SUBTITLES WERE PURPOSLY PUT IN THE AMV I was bored so I decided to do a quick AMV for funzies (yes I like to use that word). It's no...
Shadow of the Day SOS Brigade/Host Club New AMV Took me a while and there were WAY too many problems with this one so it didn't turn out great. I'll be honest with everyone when i was mak...
Summer Solstice - SOS - MAYDAY An appeal for help and a new strategy to end my legal problems this summer.
Hello, Jonas Love Epsiode 84! did anyone watch american idol!!!!!??!?!?!? ohmyjonas! not only were the jonas brothers on(they were amazing and i was crying and screamingg) BUT DAV...
Capture Card problems *PROBLEM SOLVED* http://cdn.pinnaclesys.com/SupportFiles/Hardware_Installer/readmeHW10.htm That's where I got the patch I have Studio 10 with my ...
SOS a Jonas Brothers Love Story ep24 **gun shoots* Kevin:NNOOOOOOO!! Joe:NICK! Gabby:no way! (*when Nick was about to get hit with the gun a tube that was n the silling fell on top of hi...
S.O.S Movie Preview My laptop is broken... again...with the same problem. Ok so here it is. I've also been making a lot of movies/series previews and i want to narrow it...
SOS Brigade Vs AVP ok it took me three trys to do this, and on my third try it came out this well? ok i won this fight so well that i let private get in the powerloader...
Guinean School Renovation (French) DSEE talks about the need to fix the local elementary school. Translation: My name is Mamadou Mouctar Baldé. I am the DSEE (Director of Primary Sch...




Search This Site:










install problem - resourcepool not supported

trouble with dnn 4.0

dotnetnuke books

dnnv4 starter kit w/ xp home - anyone done it? advice needed...

general asp.net functionality

documents modules does not allow mp3s?

another newbie question regarding usage of dnn

what are "best practices" for deploying a site using vwd 2005 express and the starter kit?

error: edit text/html is currently unavailable.

urgent! - instaling dnn on windows 2003 server

how can i change what fields are required when a user registers?

redirect page in 5 seconds

deployment confusion (redirection to localhost) [dnn 4.0]

not authorised to view this page

permission error creating child portals

error to install

url woes

login error

error during build and browse in vs.net

unauthorizedaccessexception... little help please

email set up

url rewriting

continually getting message "the assembly version ( [assemblyversion] ) does not match the database version ( [databaseversion] ) "

dnn on pc and mac, browsers

http error 403.1 (iis and dnn 4.01)

dnn:label without help

frontpage components

error:....database 'dotnetnuke' cannot be opened because it is version 611. this server supports version 607 and earlier.

help! i changed my login page!

mozilla compatibility with border set

  Privacy | Contact Us
All Times Are GMT