I have created and uploaded my website through webmatrix on an IIS 7 server, the site works perfectly without any problems but i am unable you download a local instance. I am very new to webmatrix and webdeploy hope someone is willing to help me make sence of the error log. It's uploaded to a VPS 2008 R2 server running a usual webhost setup with mssql express and fails to download to a win7 64bit machine
01-01-2013 14:08 14:09:01: Using ID '540889d4-cab6-4e94-bedc-65754cdda24e' for connections to the remote server. 14:09:37: Adding database (MSDeploy.Continous/dbFullSql[@path='data source=MAIN-PC\SQLEXPRESS;initial catalog=db_mydb;user id=sa']/sqlScript) 14:09:37: Opening SQL Connection with connection string 'data source=MAIN-PC\SQLEXPRESS;initial catalog=db_mydbs;user id=sa;pooling=False'. The 'transacted' setting for this connection is 'False'. ERROR: Unable to download the remote database. For more information, see "http://go.microsoft.com/fwlink/?LinkId=205387" 14:09:39: Unable to download the remote database. For more information, see "http://go.microsoft.com/fwlink/?LinkId=205387" 14:09:39: Could not download the remote site. Unable to download the remote database. For more information, see "http://go.microsoft.com/fwlink/?LinkId=205387" 14:09:39: Error detail: 14:09:39: An error occurred during execution of the database script. The error occurred between the following lines of the script: "688" and "690". The verbose log might have more information about the error. The command started with the following: 14:09:39: "CREATE LOGIN [VPS3170\Administrator] FROM WINDOWS " 14:09:39: Windows NT user or group 'VPS3170\Administrator' not found. Check the name again. http://go.microsoft.com/fwlink/?LinkId=178587 Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_SQL_EXECUTION_FAILURE. 14:09:39: at Microsoft.Web.Deployment.DBStatementInfo.Execute(DbConnection connection, DbTransaction transaction, DeploymentBaseContext baseContext, Int32 timeout) 14:09:39: at Microsoft.Web.Deployment.DBConnectionWrapper.ExecuteSql(DBStatementInfo sqlStatement, DeploymentBaseContext baseContext, Int32 timeout) 14:09:39: at Microsoft.Web.Deployment.SqlScriptToDBProvider.AddHelper(DeploymentObject source, Boolean whatIf) 14:09:39: at Microsoft.Web.Deployment.SqlScriptToDBProvider.Add(DeploymentObject source, Boolean whatIf) 14:09:39: at Microsoft.Web.Deployment.DeploymentObject.AddChild(DeploymentObject source, Int32 position, DeploymentSyncContext syncContext) 14:09:39: at Microsoft.Web.Deployment.DeploymentSyncContext.HandleAddChild(DeploymentObject destParent, DeploymentObject sourceObject, Int32 position) 14:09:39: at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildrenOrder(DeploymentObject dest, DeploymentObject source) 14:09:39: at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildren(DeploymentObject dest, DeploymentObject source) 14:09:39: at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildrenOrder(DeploymentObject dest, DeploymentObject source) 14:09:39: at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildren(DeploymentObject dest, DeploymentObject source) 14:09:39: at Microsoft.Web.Deployment.DeploymentSyncContext.ProcessSync(DeploymentObject destinationObject, DeploymentObject sourceObject) 14:09:39: at Microsoft.Web.Deployment.DeploymentObject.SyncToInternal(DeploymentObject destObject, DeploymentSyncOptions syncOptions, PayloadTable payloadTable, ContentRootTable contentRootTable, Nullable`1 syncPassId) 14:09:39: at Microsoft.Web.Deployment.DeploymentObject.SyncTo(DeploymentProviderOptions providerOptions, DeploymentBaseOptions baseOptions, DeploymentSyncOptions syncOptions) 14:09:39: at Microsoft.Web.Deployment.DeploymentObject.SyncTo(String provider, String path, DeploymentBaseOptions baseOptions, DeploymentSyncOptions syncOptions) 14:09:39: at Microsoft.Web.Deployment.DeploymentObject.SyncTo(DeploymentWellKnownProvider provider, String path, DeploymentBaseOptions baseOptions, DeploymentSyncOptions syncOptions) 14:09:39: at Microsoft.WebMatrix.Deployment.WebDeployWorker.Execute(CommandManager commandManager, CertificateValidationService certificateValidationService, Boolean skipHiddenFiles) 14:09:39: Windows NT user or group 'VPS3170\Administrator' not found. Check the name again. 14:09:39: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) 14:09:39: at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) 14:09:39: at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) 14:09:39: at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) 14:09:39: at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout) 14:09:39: at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite) 14:09:39: at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() 14:09:39: at Microsoft.Web.Deployment.DBStatementInfo.Execute(DbConnection connection, DbTransaction transaction, DeploymentBaseContext baseContext, Int32 timeout)