Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...impossible..DotNetNuke 5 install error =,="impossible..DotNetNuke 5 install error =,="
Previous
 
Next
New Post
5/14/2009 5:48 AM
 

Hello,

My plan is used to DNN5+SQL2005 in Win2003, and editing web.config:

in <connectionStrings> section, i have edit and testing this information:
<add name="SiteSqlServer" connectionString="Server=(local);Database=DotNetNuke;uid=dotnetnuke;pwd=abcdef;" providerName="System.Data.SqlClient" />
or
<add name="SiteSqlServer" connectionString="Data Source=AAAAA;Initial Catalog=DotNetNuke;Integrated Security=True" providerName="System.Data.SqlClient" />


in <appSettings> section, i have edit and testing this information:
<add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;uid=dotnetnuke;pwd=adcdef;"/>  
or
<add key="SiteSqlServer" value="Data Source=AAAAA;Initial Catalog=dotnetnuke;Integrated Security=True" />


Finally, i will startup this DNN application, enter the URL in IE browser
"http://localhost:8000" or "http://AAAAA:8000"

 

but the error message to occurs:

"This site is currently Unavailable
Please check back later"


Why to appear this problem, please give me suggestions~
thanks a lot!!

 

 
New Post
5/14/2009 9:35 AM
 
  • do not touch web.config file manually, this will be handed by the DOtNetNuke installation wizard
  • be sure to know, how you'd like to attach your database. if you created a blank database, use proper authentication (IntegratedSecurity means using "Network Service" windows account).

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
5/14/2009 10:29 PM
 

Sebastian Leupold wrote
 

  • do not touch web.config file manually, this will be handed by the DOtNetNuke installation wizard
  • be sure to know, how you'd like to attach your database. if you created a blank database, use proper authentication (IntegratedSecurity means using "Network Service" windows account).

 

Hello Sebastian Leupold,
 

Thanks for your reply, but i had use the DNN5 "Auto" installation wizard,

the error message said: Could not connect to database specified in connectionString for SqlDataProvider..

 

I had created a blank database is called "dotnetnuke", and created the Network Service and dotnetnuke login ID, and startup the "db_owner"

but today restart DNN, to occurs:

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:  'dbo.vw_Portals'。

Source Error:

Line 127:
Line 128:            ' all of the logic which was previously in Application_Start was moved to Init() in order to support IIS7 integrated pipeline mode ( which no longer provides access to HTTP context within Application_Start )
Line 129:            Initialize.Init(app)
Line 130:
Line 131:            'run schedule if in Request mode

Source File: C:\Inetpub\DotNetNuke\App_Code\Global.asax.vb    Line: 129

Stack Trace:

[SqlException (0x80131904): 無效的物件名稱 'dbo.vw_Portals'。]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +1950890
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4846875
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194
   System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2392
   System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +33
   System.Data.SqlClient.SqlDataReader.get_MetaData() +83
   System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
   System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +954
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
   System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +141
   System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +70
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership) +541
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) +234
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText) +48
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) +279
   DotNetNuke.Data.SqlDataProvider.GetPortals() +71
   DotNetNuke.Entities.Portals.PortalController.GetPortals() +28
   DotNetNuke.Common.Initialize.CacheMappedDirectory() +38
   DotNetNuke.Common.Initialize.InitializeApp(HttpApplication app) +604
   DotNetNuke.Common.Initialize.Init(HttpApplication app) +152
   DotNetNuke.Common.Global.Global_BeginRequest(Object sender, EventArgs e) in C:\Inetpub\DotNetNuke\App_Code\Global.asax.vb:129
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

Server Error in '/' Application.

 'dbo.vw_Portals'。

 

 
New Post
5/15/2009 3:42 AM
 

 sorry, I never use "Auto" option, always "custom" to be able to suit my configuration.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
5/15/2009 5:57 AM
 

Sebastian Leupold wrote
 

 sorry, I never use "Auto" option, always "custom" to be able to suit my configuration.

 

I used to "Custom" installation method, but to occurs:

Run Database Installation Scripts
The installation of the database scripts should have started when this page loaded. The Next button will be disabled until the Installation of the Scripts is complete.


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


Installing Database Scripts.....

Installing Database - Version 5.0.0...Success
undefined...Success
undefined...Success
undefined...Success
undefined...Success
undefined...Success
undefined...Success
undefined...Success
undefined...FAILURE  -
 

why loading in a long time a long time....?? and no response?

can you help me, thanks.

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...impossible..DotNetNuke 5 install error =,="impossible..DotNetNuke 5 install error =,="


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out