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 ...Installation Failure(s)Installation Failure(s)
Previous
 
Next
New Post
2/24/2010 4:17 AM
 

Hi, Hope someone can help.

Before I take the leap of faith and migrate my site to a new hoster, I want to install DNN on my PC and re-build my website. However, I am getting the errors as follows installing to my PC. My PC is running Windows 7.

20:11:699]Performing synchronization pass #1.
[20:11:702]Parameter entry 'AppPath/1' is applicable to 'iisApp/DotNetNuke' because of its scope.
 Details:
 name: AppPath
[20:11:703]Parameter entry 'SetAclParameter1/1' is applicable to 'setAcl/DotNetNuke' because of its scope.
 Details:
 name: SetAclParameter1
[20:11:703]Parameter entry 'Connection String/1' is applicable to 'dbFullSql/installSQL.sql' because of its scope.
 Details:
 name: Connection String
[20:11:713]Adding MSDeploy.iisApp (MSDeploy.iisApp).
 Details:
 operationType: Add
 providerName: MSDeploy.iisApp
 path: MSDeploy.iisApp
[20:11:716]Source createApp (DotNetNuke) does not match destination (Default Web Site/dotnetnuke) differing in attributes (isDest,managedRuntimeVersion['',''],enable32BitAppOnWin64['',''],managedPipelineMode['',''],applicationPool,appExists). Update pending.
[20:11:716]Updating createApp (Default Web Site/dotnetnuke).
 Details:
 operationType: Update
 providerName: createApp
 path: Default Web Site/dotnetnuke
[20:11:3]Parameter entry 'Connection String For Config/1' is applicable to 'DotNetNuke\web.config' because of its scope.
 Details:
 name: Connection String For Config
[20:11:4]Attribute 'size' equality changed to False when comparing filePath (Default Web Site/dotnetnuke\web.config) to DotNetNuke\web.config because of rule Parameterization.
 Details:
 rule: Parameterization
 attribute: size
 newEquals: False
[20:11:4]Source filePath (DotNetNuke\web.config) does not match destination (Default Web Site/dotnetnuke\web.config) differing in attributes (size['31080','31185']). Update pending.
[20:11:4]Source filePath (DotNetNuke\web.config) replaced with changed attributes (size['31080','31187']) because of rule Parameterization.
 Details:
 rule: Parameterization
[20:11:4]Updating filePath (Default Web Site/dotnetnuke\web.config).
 Details:
 operationType: Update
 providerName: filePath
 path: Default Web Site/dotnetnuke\web.config
[20:11:13]Source setAcl (DotNetNuke) does not match destination (Default Web Site/dotnetnuke) differing in attributes (isDest,setAclUser,setAclAccess). Update pending.
[20:11:13]Updating setAcl (Default Web Site/dotnetnuke).
 Details:
 operationType: Update
 providerName: setAcl
 path: Default Web Site/dotnetnuke
[20:11:663]Source dbFullSql (installSQL.sql) does not match destination (data source=.\SQLExpress;initial catalog=DotNetNuke;user id="nt authority\network service";pooling=False) differing in attributes (databaseName). Update pending.
[20:11:663]Adding dbFullSql (data source=.\SQLExpress;initial catalog=DotNetNuke;user id="nt authority\network service";pooling=False).
 Details:
 operationType: Add
 providerName: dbFullSql
 path: data source=.\SQLExpress;initial catalog=DotNetNuke;user id="nt authority\network service";pooling=False
[20:11:667]The database 'DotNetNuke' could not be created. 
Retrying operation 'Add' on object dbFullSql (data source=.\SQLExpress;initial catalog=DotNetNuke;user id="nt authority\network service";pooling=False). Attempt 1 of 5.
 Details:
 originalMessage: The database 'DotNetNuke' could not be created.
 operationType: Add
 retryAttempt: 1
 retryCount: 5
[20:11:676]The database 'DotNetNuke' could not be created. 
Retrying operation 'Add' on object dbFullSql (data source=.\SQLExpress;initial catalog=DotNetNuke;user id="nt authority\network service";pooling=False). Attempt 2 of 5.
 Details:
 originalMessage: The database 'DotNetNuke' could not be created.
 operationType: Add
 retryAttempt: 2
 retryCount: 5
[20:11:726]The database 'DotNetNuke' could not be created. 
Retrying operation 'Add' on object dbFullSql (data source=.\SQLExpress;initial catalog=DotNetNuke;user id="nt authority\network service";pooling=False). Attempt 3 of 5.
 Details:
 originalMessage: The database 'DotNetNuke' could not be created.
 operationType: Add
 retryAttempt: 3
 retryCount: 5
[20:11:734]The database 'DotNetNuke' could not be created. 
Retrying operation 'Add' on object dbFullSql (data source=.\SQLExpress;initial catalog=DotNetNuke;user id="nt authority\network service";pooling=False). Attempt 4 of 5.
 Details:
 originalMessage: The database 'DotNetNuke' could not be created.
 operationType: Add
 retryAttempt: 4
 retryCount: 5
[20:11:740]The database 'DotNetNuke' could not be created. 
Retrying operation 'Add' on object dbFullSql (data source=.\SQLExpress;initial catalog=DotNetNuke;user id="nt authority\network service";pooling=False). Attempt 5 of 5.
 Details:
 originalMessage: The database 'DotNetNuke' could not be created.
 operationType: Add
 retryAttempt: 5
 retryCount: 5
EXCEPTION: Microsoft.Web.Deployment.DeploymentClientServerException: The database 'DotNetNuke' could not be created. ---> System.Data.SqlClient.SqlException: Login failed for user 'nt authority\network service'.
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
   at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)
   at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)
   at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
   at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)
   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   at System.Data.SqlClient.SqlConnection.Open()
   at Microsoft.Web.Deployment.SqlDatabaseProvider.AddHelper(DeploymentObject source)
   --- End of inner exception stack trace ---
   at Microsoft.Web.Deployment.DeploymentObject.Add(DeploymentObject source, DeploymentSyncContext syncContext)
   at Microsoft.Web.Deployment.DeploymentSyncContext.HandleAdd(DeploymentObject destObject, DeploymentObject sourceObject)
   at Microsoft.Web.Deployment.DeploymentSyncContext.HandleUpdate(DeploymentObject destObject, DeploymentObject sourceObject)
   at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildrenOrder(DeploymentObject dest, DeploymentObject source)
   at Microsoft.Web.Deployment.DeploymentSyncContext.ProcessSync(DeploymentObject destinationObject, DeploymentObject sourceObject)
   at Microsoft.Web.Deployment.DeploymentObject.SyncToInternal(DeploymentObject destObject, DeploymentSyncOptions syncOptions, PayloadTable payloadTable, ContentRootTable contentRootTable)
   at Microsoft.Web.Deployment.DeploymentObject.SyncTo(DeploymentProviderOptions providerOptions, DeploymentBaseOptions baseOptions, DeploymentSyncOptions syncOptions)
   at Microsoft.Web.Deployment.DeploymentObject.SyncTo(DeploymentBaseOptions baseOptions, DeploymentSyncOptions syncOptions)
   at Microsoft.Web.PlatformInstaller.MSDeployProxy.Install(InstallerContext context, RemoteCredentials remoteCredentials)
 

 
New Post
2/24/2010 10:07 AM
 

Do you have SQL or SQL Express installed?  ASP.NET 3.5 SP1? Permissions set for the App Pool Identity account?

Jeff

 
New Post
2/25/2010 12:04 AM
 
Hi Jeff, SqlExpress ASP.Net 3.5 SP1 installed... Sorry. Not sure what you mean about App Pool Identity account? Can you please guide me here where to check that. Thanks, Brett
 
New Post
2/25/2010 12:09 AM
 

Hi Jeff,

SQL Express installed... Yes

ASP.NET 3.5 SP1... Yes

Permissions set for the App Pool Identity account? Sorry. can you please guide me where I can check/set this?

Thanks,

Brett

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Installation Failure(s)Installation Failure(s)


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