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)