DPM 2012 with Remote SQL

hi all,
I am trying to install DPM 2012 beta on a hyper-v VM that has 4 GB of RAM and 4 Procs.
I am trying not to install SQL on the same VM, and instead use a SQL that we have on the network. it's running windows server 2008 R2 and server server 2008 R2 enterprise.
The setup seems to be going but then it erros at the end and gives this error message:
Data Protection Manager installation has failed. To return the server to its original state, you must uninstall Data Protection Manager by using Add or Remove Programs in Control Panel. This will remove all files and components copied during installation.
For details, click the Error tab.
on the error tab I see this message:
The DPM database was not created.
Use Add or Remove Programs in Control Panel to remove the DPM files and registry entries that were created during Setup. Verify that SQL Server is properly installed and that it is running, and then run Setup again.
ID: 811
so I opened the setup log file and here's the last part which belongs to the last attept:
[1/18/2012 11:58:42 PM] Information : MsiInstallProduct returned 0.
[1/18/2012 11:58:42 PM] Information : End install.
[1/18/2012 11:58:42 PM] Information : **************************************************************************************
[1/18/2012 11:58:42 PM] Information : **************************************************************************************
[1/18/2012 11:58:42 PM] Information : Start configuration.
[1/18/2012 11:58:42 PM] Information : Starting Service:MSSQLSERVER on machine:rcnoraspsql flag restart:False
[1/18/2012 11:58:42 PM] Information : Starting Service:SQLSERVERAGENT on machine:rcnoraspsql flag restart:False
[1/18/2012 11:59:42 PM] Data : dbScriptsPath = C:\Program Files\Microsoft DPM\DPM\Setup\DB
[1/18/2012 11:59:42 PM] Data : sqlcmdPath = "C:\Program Files\Microsoft DPM\SQL\100\Tools\Binn\SQLCMD.EXE"
[1/18/2012 11:59:42 PM] Data : instanceName = rcnoraspsql
[1/18/2012 11:59:42 PM] Information : Deleting schedules
[1/18/2012 11:59:42 PM] * Exception :  => System.Data.SqlClient.SqlException: The specified @category_name ('DPM_814c0e35-a52b-471a-9b20-da87a9a94fab') does not exist.
   at System.Data.SqlClient.SqlConnection.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.SqlDataReader.ConsumeMetaData()
   at System.Data.SqlClient.SqlDataReader.get_MetaData()
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.InternalExecuteReader()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteReader()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.DeleteSchedules(Boolean needImpersonation, String categoryName)
[1/18/2012 11:59:42 PM] Information : Creating database
[1/18/2012 11:59:45 PM] Information : Executing query to create database
[1/18/2012 11:59:45 PM] Data : Database creation query = CREATE DATABASE DPMDB_DPM2012
                            ON
                                NAME=MSDPMV4Beta$DPMDB_DPM2012_dat,
                                FILENAME='C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\MSDPMV4Beta$DPMDB_DPM2012.mdf',
                                SIZE=400MB
                            LOG ON
                                NAME=MSDPMV4Beta$DPMDB_DPM2012Log_dat,
                                FILENAME='C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\MSDPMV4Beta$DPMDB_DPM2012_log.ldf',
                                SIZE=500MB
[1/18/2012 11:59:45 PM] Information : Creating the required roles
[1/18/2012 11:59:45 PM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the role 'MSDPMExecRole', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.CreateRole(SqlContext ctx, String roleName)
[1/18/2012 11:59:45 PM] Information : MSDPMExec role created
[1/18/2012 11:59:45 PM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the role 'MSDPMReaderRole', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.CreateRole(SqlContext ctx, String roleName)
[1/18/2012 11:59:45 PM] Information : MSDPMReader role created
[1/18/2012 11:59:45 PM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the role 'MSDPMRecoveryRole', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.CreateRole(SqlContext ctx, String roleName)
[1/18/2012 11:59:45 PM] Information : MSDPMRecovery role created
[1/18/2012 11:59:45 PM] Information : Changing temp table names
[1/18/2012 11:59:45 PM] Information : Creating tables
[1/18/2012 11:59:45 PM] Information : Execute the SQL script
[1/18/2012 11:59:45 PM] Data : FileName = "C:\Program Files\Microsoft DPM\SQL\100\Tools\Binn\SQLCMD.EXE"
[1/18/2012 11:59:45 PM] Data : Arguments = -b -E -d DPMDB_DPM2012 -i master.sql -r -S rcnoraspsql
[1/19/2012 12:01:22 AM] Data : Error code = 0
[1/19/2012 12:01:23 AM] Data : dbScriptsPath = C:\Program Files\Microsoft DPM\DPM\Setup\DB
[1/19/2012 12:01:23 AM] Data : sqlcmdPath = "C:\Program Files\Microsoft DPM\SQL\100\Tools\Binn\SQLCMD.EXE"
[1/19/2012 12:01:23 AM] Data : instanceName = rcnoraspsql
[1/19/2012 12:01:23 AM] Information : Populate database with error strings
[1/19/2012 12:01:23 AM] Information : Register verbs
[1/19/2012 12:01:28 AM] Information : Set purchased agent licenses entry
[1/19/2012 12:01:29 AM] Information : Set the InventoryHouseKeepingJobStartTime entry to 01/19/2012 09:00:00
[1/19/2012 12:01:29 AM] Information : Set the value of libraryInventory needed to True
[1/19/2012 12:01:29 AM] Information : Set the value of IsPruningNeeded in the DB
[1/19/2012 12:01:29 AM] Information : **************************************************************************************
[1/19/2012 12:01:29 AM] Information : Start configuration.
[1/19/2012 12:01:29 AM] Information : Starting Service:MSSQLSERVER on machine:rcnoraspsql flag restart:False
[1/19/2012 12:01:29 AM] Information : Starting Service:SQLSERVERAGENT on machine:rcnoraspsql flag restart:False
[1/19/2012 12:01:29 AM] Information : Starting Service:ReportServer on machine:rcnoraspsql flag restart:False
[1/19/2012 12:01:29 AM] Information : Create a registry containing sql agent account information
[1/19/2012 12:01:29 AM] Information : Querying WMI Namespace:
\\rcnoraspsql\root\cimv2 for query: SELECT * FROM Win32_Service WHERE Name='SQLSERVERAGENT'
[1/19/2012 12:01:30 AM] Information : Sql Agent account name = appvtrial.com\SQLAdmin
[1/19/2012 12:01:30 AM] Information : Create a registry containing the trigger job path information
[1/19/2012 12:01:30 AM] Data : TriggerJobPath = C:\Program Files\Microsoft Data Protection Manager\DPM2012\SQLPrep
[1/19/2012 12:01:30 AM] Information : Add user: appvtrial.com\SQLAdmin to local group: Distributed COM Users on server: DPM2012
[1/19/2012 12:01:30 AM] Information : Give user: appvtrial.com\SQLAdmin read and execute permissions on file: C:\Program Files\Microsoft DPM\DPM\bin\msdpm.exe
[1/19/2012 12:01:30 AM] Information : Creating group DPMDBAdministrators on remote SQL Server machine rcnoraspsql
[1/19/2012 12:01:30 AM] Information : Adding local group DPMDBAdministrators$DPM2012 on server rcnoraspsql
[1/19/2012 12:01:30 AM] Information : Deleting local group DPMDBAdministrators$DPM2012 on server rcnoraspsql
[1/19/2012 12:01:30 AM] * Exception : Ignoring the following exception intentionally => An error occurred while trying to configure DPM.Uninstall DPM by using Add or Remove Programs in Control Panel, and then run DPM Setup again.Microsoft.Internal.EnterpriseStorage.Dls.Setup.Exceptions.BackEndErrorException:
Exception of type 'Microsoft.Internal.EnterpriseStorage.Dls.Setup.Exceptions.BackEndErrorException' was thrown.
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.SecurityConfigurationHandler.DeleteLocalGroup(String serverName, String localGroupName)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.SecurityConfigurationHandler.AddLocalGroup(String serverName, String localGroupName)
*** Mojito error was: DpmSetupConfigurationError; 2220; WindowsAPI
[1/19/2012 12:01:30 AM] Information : Add user: APPVTRIAL\sqladmin to local group: DPMDBAdministrators$DPM2012 on server: rcnoraspsql
[1/19/2012 12:01:30 AM] Information : Adding local group MSDPMTrustedUsers on server DPM2012
[1/19/2012 12:01:30 AM] Information : Deleting local group MSDPMTrustedUsers on server DPM2012
[1/19/2012 12:01:30 AM] * Exception : Ignoring the following exception intentionally => An error occurred while trying to configure DPM.Uninstall DPM by using Add or Remove Programs in Control Panel, and then run DPM Setup again.Microsoft.Internal.EnterpriseStorage.Dls.Setup.Exceptions.BackEndErrorException:
Exception of type 'Microsoft.Internal.EnterpriseStorage.Dls.Setup.Exceptions.BackEndErrorException' was thrown.
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.SecurityConfigurationHandler.DeleteLocalGroup(String serverName, String localGroupName)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.SecurityConfigurationHandler.AddLocalGroup(String serverName, String localGroupName)
*** Mojito error was: DpmSetupConfigurationError; 2220; WindowsAPI
[1/19/2012 12:01:30 AM] Information : Adding local group DPMSCOM on server DPM2012
[1/19/2012 12:01:30 AM] Information : Deleting local group DPMSCOM on server DPM2012
[1/19/2012 12:01:30 AM] * Exception : Ignoring the following exception intentionally => An error occurred while trying to configure DPM.Uninstall DPM by using Add or Remove Programs in Control Panel, and then run DPM Setup again.Microsoft.Internal.EnterpriseStorage.Dls.Setup.Exceptions.BackEndErrorException:
Exception of type 'Microsoft.Internal.EnterpriseStorage.Dls.Setup.Exceptions.BackEndErrorException' was thrown.
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.SecurityConfigurationHandler.DeleteLocalGroup(String serverName, String localGroupName)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.SecurityConfigurationHandler.AddLocalGroup(String serverName, String localGroupName)
*** Mojito error was: DpmSetupConfigurationError; 2220; WindowsAPI
[1/19/2012 12:01:30 AM] Information : Adding local group DPMDBReaders$DPM2012 on server rcnoraspsql
[1/19/2012 12:01:30 AM] Information : Deleting local group DPMDBReaders$DPM2012 on server rcnoraspsql
[1/19/2012 12:01:30 AM] * Exception : Ignoring the following exception intentionally => An error occurred while trying to configure DPM.Uninstall DPM by using Add or Remove Programs in Control Panel, and then run DPM Setup again.Microsoft.Internal.EnterpriseStorage.Dls.Setup.Exceptions.BackEndErrorException:
Exception of type 'Microsoft.Internal.EnterpriseStorage.Dls.Setup.Exceptions.BackEndErrorException' was thrown.
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.SecurityConfigurationHandler.DeleteLocalGroup(String serverName, String localGroupName)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.SecurityConfigurationHandler.AddLocalGroup(String serverName, String localGroupName)
*** Mojito error was: DpmSetupConfigurationError; 2220; WindowsAPI
[1/19/2012 12:01:30 AM] Data : dbScriptsPath = C:\Program Files\Microsoft DPM\DPM\Setup\DB
[1/19/2012 12:01:30 AM] Data : sqlcmdPath = "C:\Program Files\Microsoft DPM\SQL\100\Tools\Binn\SQLCMD.EXE"
[1/19/2012 12:01:30 AM] Data : instanceName = rcnoraspsql
[1/19/2012 12:01:30 AM] Information : Grant permissions on database
[1/19/2012 12:01:30 AM] Data : Database connection string = Integrated Security=SSPI;server=rcnoraspsql;Pooling=false;database=DPMDB_DPM2012;Pooling=false
[1/19/2012 12:01:30 AM] Data : Account name = rcnoraspsql\DPMDBReaders$DPM2012
[1/19/2012 12:01:30 AM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the login 'rcnoraspsql\DPMDBReaders$DPM2012', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.RevokeSqlLogin(SqlContext ctx, String loginName)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.CreateSqlLoginAndGrantDBAccess(SqlContext sqlContext, String loginName, String nameInDatabase)
[1/19/2012 12:01:31 AM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the user 'rcnoraspsql\DPMDBReaders$DPM2012', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.RevokeDatabaseAccess(SqlContext ctx, String nameInDatabase)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.GrantDatabaseAccess(SqlContext ctx, String loginName, String nameInDatabase)
[1/19/2012 12:01:31 AM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the user 'DPMDBReaders$DPM2012', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.RevokeDatabaseAccess(SqlContext ctx, String nameInDatabase)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.GrantDatabaseAccess(SqlContext ctx, String loginName, String nameInDatabase)
[1/19/2012 12:01:31 AM] Data : Account name = APPVTRIAL\DPM2012$
[1/19/2012 12:01:31 AM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the login 'APPVTRIAL\DPM2012$', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.RevokeSqlLogin(SqlContext ctx, String loginName)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.CreateSqlLoginAndGrantDBAccess(SqlContext sqlContext, String loginName, String nameInDatabase)
[1/19/2012 12:01:31 AM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the user 'APPVTRIAL\DPM2012$', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.RevokeDatabaseAccess(SqlContext ctx, String nameInDatabase)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.GrantDatabaseAccess(SqlContext ctx, String loginName, String nameInDatabase)
[1/19/2012 12:01:31 AM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the user 'APPVTRIAL\DPM2012$', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.RevokeDatabaseAccess(SqlContext ctx, String nameInDatabase)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.GrantDatabaseAccess(SqlContext ctx, String loginName, String nameInDatabase)
[1/19/2012 12:01:31 AM] Data : Account name = rcnoraspsql\DPMDBAdministrators$DPM2012
[1/19/2012 12:01:31 AM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the login 'rcnoraspsql\DPMDBAdministrators$DPM2012', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.RevokeSqlLogin(SqlContext ctx, String loginName)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.CreateSqlLoginAndGrantDBAccess(SqlContext sqlContext, String loginName, String nameInDatabase)
[1/19/2012 12:01:31 AM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the user 'rcnoraspsql\DPMDBAdministrators$DPM2012', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.RevokeDatabaseAccess(SqlContext ctx, String nameInDatabase)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.GrantDatabaseAccess(SqlContext ctx, String loginName, String nameInDatabase)
[1/19/2012 12:01:31 AM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the user 'DPMDBAdministrators$DPM2012', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.RevokeDatabaseAccess(SqlContext ctx, String nameInDatabase)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.GrantDatabaseAccess(SqlContext ctx, String loginName, String nameInDatabase)
[1/19/2012 12:01:31 AM] Data : Database connection string = Integrated Security=SSPI;server=rcnoraspsql;Pooling=false;database=master;Pooling=false
[1/19/2012 12:01:31 AM] Data : Account name = APPVTRIAL\DPM2012$
[1/19/2012 12:01:32 AM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the user 'APPVTRIAL\DPM2012$', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.RevokeDatabaseAccess(SqlContext ctx, String nameInDatabase)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.GrantDatabaseAccess(SqlContext ctx, String loginName, String nameInDatabase)
[1/19/2012 12:01:32 AM] Information : Configuration.DBConfigurator: Setting Read_Committed_SnapShot ON
[1/19/2012 12:01:32 AM] Information : Creating tables
[1/19/2012 12:01:32 AM] Information : Execute the SQL script
[1/19/2012 12:01:32 AM] Data : FileName = "C:\Program Files\Microsoft DPM\SQL\100\Tools\Binn\SQLCMD.EXE"
[1/19/2012 12:01:32 AM] Data : Arguments = -b -E -d DPMDB_DPM2012 -i MiniSetupDBConfiguration.sql -r -S rcnoraspsql
[1/19/2012 12:01:32 AM] Data : Error code = 0
[1/19/2012 12:01:32 AM] Information : Adding DPM Server entry in tbl_AM_Server table
[1/19/2012 12:01:32 AM] Information : Preloading Microsoft.Internal.EnterpriseStorage.Dls.AgentManager.DB.InstalledAgents
[1/19/2012 12:01:32 AM] Information : Preloading Microsoft.Internal.EnterpriseStorage.Dls.EngineUICommon.DpmThreadPool
[1/19/2012 12:01:33 AM] Data : Database connection string = Integrated Security=SSPI;server=rcnoraspsql;Pooling=false;database=DPMDB_DPM2012;Pooling=false
[1/19/2012 12:01:33 AM] Information : Grant execute permissions on dbo.prc_MOM_ProductionServer_Get to DPMDBReaders$DPM2012
[1/19/2012 12:01:33 AM] Information : Grant execute permissions on dbo.prc_MOM_HeartBeat_Get to DPMDBReaders$DPM2012
[1/19/2012 12:01:33 AM] Information : Configuration.DBConfigurator: Registering DPM category
[1/19/2012 12:01:33 AM] Information : Configuration.DBConfigurator: Adding DPM Category to GlobalSettings table
[1/19/2012 12:01:33 AM] Information : Add job definitions
[1/19/2012 12:01:43 AM] Information : Creating schedules
[1/19/2012 12:02:20 AM] * Exception :  => System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x800706BE): The remote procedure call failed. (Exception
from HRESULT: 0x800706BE)
   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
   at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CProxyUtils.HandleErrors(Int32 hr, tagSAFEARRAY* exceptionResult)
   at Microsoft.Internal.EnterpriseStorage.Dls.Engine.SchedulerServicesProxy.Register(String scheduleXml)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.RegisterScheduleXml(String scheduleXml)
[1/19/2012 12:02:20 AM] * Exception :  => The DPM database was not created.Use Add or Remove Programs in Control Panel to remove the DPM files and registry entries that were created during Setup. Verify that SQL Server is properly installed and that
it is running, and then run Setup again.Microsoft.Internal.EnterpriseStorage.Dls.Setup.Exceptions.BackEndErrorException: exception ---> Microsoft.Internal.EnterpriseStorage.Dls.Setup.Exceptions.DatabaseConfigurationException: exception ---> System.Reflection.TargetInvocationException:
Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x800706BE): The remote procedure call failed. (Exception from HRESULT: 0x800706BE)
   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
   at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CProxyUtils.HandleErrors(Int32 hr, tagSAFEARRAY* exceptionResult)
   at Microsoft.Internal.EnterpriseStorage.Dls.Engine.SchedulerServicesProxy.Register(String scheduleXml)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.RegisterScheduleXml(String scheduleXml)
   --- End of inner exception stack trace ---
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.RegisterScheduleXml(String scheduleXml)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.RegisterSchedule(String scheduleXmlFile)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.PopulateDefaultScheduleDefinitionsInDatabase(DBConfigurationReader dbCfgReader)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.AddJobAndScheduleDefinitions()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.MiniSetupConfiguration.PopulateDB(Boolean upgrading, Boolean isRemoteDb, String sqlServerMachineName)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.BackEnd.MachineSpecificConfiguration(Boolean existingDB, Boolean upgrading, Boolean isRemoteDb, String sqlServerMachineName, String instanceName)
*** Mojito error was: DatabaseCreateFailed; 0; None
   --- End of inner exception stack trace ---
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.BackEnd.MachineSpecificConfiguration(Boolean existingDB, Boolean upgrading, Boolean isRemoteDb, String sqlServerMachineName, String instanceName)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.BackEnd.Configure(Boolean existingDB, Boolean upgrading, String databaseLocation, String sqlServerMachineName, String instanceName, Boolean oemSetup)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.DpmInstaller.Configure()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.ProgressPage.InstallDpm()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.ProgressPage.InstallerThreadEntry()
*** Mojito error was: DatabaseCreateFailed; 0; None
[1/19/2012 12:02:20 AM] *** Error : The DPM database was not created.
Use Add or Remove Programs in Control Panel to remove the DPM files and registry entries that were created during Setup. Verify that SQL Server is properly installed and that it is running, and then run Setup again.
ID: 811
[1/19/2012 12:02:20 AM] Information : Data Protection Manager installation has failed. To return the server to its original state, you must uninstall Data Protection Manager by using Add or Remove Programs in Control Panel. This will remove all files and components
copied during installation.
For details, click the Error tab.
=====================
any ideas as to how to make this work are much appreciated.
Thanks
MJ
Mohsen Almassud

I just redone everything to make sure that I didn't miss anything and I am still getting the same result.
here's what I got:
====================
Data Protection Manager installation has failed. To return the server to its original state, you must uninstall Data Protection Manager by using Add or Remove Programs in Control Panel. This will remove all files and components copied during installation.
For details, click the Error tab.
====================
[1/19/2012 8:03:35 AM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the user 'rcnoraspsql\DPMDBAdministrators$DPM2012', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.RevokeDatabaseAccess(SqlContext ctx, String nameInDatabase)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.GrantDatabaseAccess(SqlContext ctx, String loginName, String nameInDatabase)
[1/19/2012 8:03:35 AM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the user 'DPMDBAdministrators$DPM2012', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.RevokeDatabaseAccess(SqlContext ctx, String nameInDatabase)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.GrantDatabaseAccess(SqlContext ctx, String loginName, String nameInDatabase)
[1/19/2012 8:03:35 AM] Data : Database connection string = Integrated Security=SSPI;server=rcnoraspsql;Pooling=false;database=master;Pooling=false
[1/19/2012 8:03:35 AM] Data : Account name = APPVTRIAL\DPM2012$
[1/19/2012 8:03:35 AM] * Exception : Ignoring the following exception intentionally => System.Data.SqlClient.SqlException: Cannot drop the user 'APPVTRIAL\DPM2012$', because it does not exist or you do not have permission.
   at System.Data.SqlClient.SqlConnection.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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.RevokeDatabaseAccess(SqlContext ctx, String nameInDatabase)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Helpers.SetupDatabaseHelper.GrantDatabaseAccess(SqlContext ctx, String loginName, String nameInDatabase)
[1/19/2012 8:03:35 AM] Information : Configuration.DBConfigurator: Setting Read_Committed_SnapShot ON
[1/19/2012 8:03:35 AM] Information : Creating tables
[1/19/2012 8:03:35 AM] Information : Execute the SQL script
[1/19/2012 8:03:35 AM] Data : FileName = "C:\Program Files\Microsoft DPM\SQL\100\Tools\Binn\SQLCMD.EXE"
[1/19/2012 8:03:35 AM] Data : Arguments = -b -E -d DPMDB_DPM2012 -i MiniSetupDBConfiguration.sql -r -S rcnoraspsql
[1/19/2012 8:03:36 AM] Data : Error code = 0
[1/19/2012 8:03:36 AM] Information : Adding DPM Server entry in tbl_AM_Server table
[1/19/2012 8:03:36 AM] Information : Preloading Microsoft.Internal.EnterpriseStorage.Dls.AgentManager.DB.InstalledAgents
[1/19/2012 8:03:36 AM] Information : Preloading Microsoft.Internal.EnterpriseStorage.Dls.EngineUICommon.DpmThreadPool
[1/19/2012 8:03:36 AM] Data : Database connection string = Integrated Security=SSPI;server=rcnoraspsql;Pooling=false;database=DPMDB_DPM2012;Pooling=false
[1/19/2012 8:03:36 AM] Information : Grant execute permissions on dbo.prc_MOM_ProductionServer_Get to DPMDBReaders$DPM2012
[1/19/2012 8:03:36 AM] Information : Grant execute permissions on dbo.prc_MOM_HeartBeat_Get to DPMDBReaders$DPM2012
[1/19/2012 8:03:36 AM] Information : Configuration.DBConfigurator: Registering DPM category
[1/19/2012 8:03:37 AM] Information : Configuration.DBConfigurator: Adding DPM Category to GlobalSettings table
[1/19/2012 8:03:37 AM] Information : Add job definitions
[1/19/2012 8:03:46 AM] Information : Creating schedules
[1/19/2012 8:04:10 AM] * Exception :  => System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x800706BE): The remote procedure call failed. (Exception
from HRESULT: 0x800706BE)
   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
   at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CProxyUtils.HandleErrors(Int32 hr, tagSAFEARRAY* exceptionResult)
   at Microsoft.Internal.EnterpriseStorage.Dls.Engine.SchedulerServicesProxy.Register(String scheduleXml)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.RegisterScheduleXml(String scheduleXml)
[1/19/2012 8:04:10 AM] * Exception :  => The DPM database was not created.Use Add or Remove Programs in Control Panel to remove the DPM files and registry entries that were created during Setup. Verify that SQL Server is properly installed and that
it is running, and then run Setup again.Microsoft.Internal.EnterpriseStorage.Dls.Setup.Exceptions.BackEndErrorException: exception ---> Microsoft.Internal.EnterpriseStorage.Dls.Setup.Exceptions.DatabaseConfigurationException: exception ---> System.Reflection.TargetInvocationException:
Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x800706BE): The remote procedure call failed. (Exception from HRESULT: 0x800706BE)
   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
   at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CProxyUtils.HandleErrors(Int32 hr, tagSAFEARRAY* exceptionResult)
   at Microsoft.Internal.EnterpriseStorage.Dls.Engine.SchedulerServicesProxy.Register(String scheduleXml)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.RegisterScheduleXml(String scheduleXml)
   --- End of inner exception stack trace ---
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.RegisterScheduleXml(String scheduleXml)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.RegisterSchedule(String scheduleXmlFile)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.PopulateDefaultScheduleDefinitionsInDatabase(DBConfigurationReader dbCfgReader)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Configuration.DBConfigurator.AddJobAndScheduleDefinitions()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.MiniSetupConfiguration.PopulateDB(Boolean upgrading, Boolean isRemoteDb, String sqlServerMachineName)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.BackEnd.MachineSpecificConfiguration(Boolean existingDB, Boolean upgrading, Boolean isRemoteDb, String sqlServerMachineName, String instanceName)
*** Mojito error was: DatabaseCreateFailed; 0; None
   --- End of inner exception stack trace ---
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.BackEnd.MachineSpecificConfiguration(Boolean existingDB, Boolean upgrading, Boolean isRemoteDb, String sqlServerMachineName, String instanceName)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.BackEnd.Configure(Boolean existingDB, Boolean upgrading, String databaseLocation, String sqlServerMachineName, String instanceName, Boolean oemSetup)
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.DpmInstaller.Configure()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.ProgressPage.InstallDpm()
   at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.ProgressPage.InstallerThreadEntry()
*** Mojito error was: DatabaseCreateFailed; 0; None
[1/19/2012 8:04:10 AM] *** Error : The DPM database was not created.
Use Add or Remove Programs in Control Panel to remove the DPM files and registry entries that were created during Setup. Verify that SQL Server is properly installed and that it is running, and then run Setup again.
ID: 811
[1/19/2012 8:04:10 AM] Information : Data Protection Manager installation has failed. To return the server to its original state, you must uninstall Data Protection Manager by using Add or Remove Programs in Control Panel. This will remove all files and components
copied during installation.
For details, click the Error tab.
=====================
Mohsen Almassud

Similar Messages

  • Problems install SCCM 2012 with remote sql 2008 r2 sp2

    I am having issues installing sccm 2012 on a remote sql 2008 r2 sp2 server on a seperate instance.
    I get the error "The network path was not found"  
    if i point it at the primary instance it will let me continue but i cannot install sccm into that instance.
    I have turned off dynamic ports and set a static port but I do not see where i can enter that in the installer.
    I cannot seem to verify is the ssb port is working correctly or not.
    my account is local admin on both servers and a sql sysadm.
    There is no firewall between servers.
    Any suggestions?
    Regards
    Don

    SPN is setup to AUTO register and is working.  remote sql is not a cluster.  Windows firewall on both servers is disabled.  Sql browser is enabled and started.  we have a group for system center that contains site servers and this group
    is in the local admin of both servers and sysadm inside of sql server.
    Why  we are consolidating all or our lesser sql servers into a larger one.
    Snipt of the log.
    12/12/2012 2:57:37 PM: ConfigMgrSetupWizard Error: 1 : Exception message: [The network path was not found.
    ], Exception details: [System.IO.IOException: The network path was not found.
    Server stack trace: 
       at Microsoft.Win32.RegistryKey.Win32ErrorStatic(Int32 errorCode, String str)
       at Microsoft.Win32.RegistryKey.OpenRemoteBaseKey(RegistryHive hKey, String machineName)
       at Microsoft.SystemCenter.ConfigMgr.Setup.DatabaseUtility.GetSqlConnection(String databaseName, String serverName, Boolean encrypt)
       at Microsoft.SystemCenter.ConfigMgr.Setup.DatabaseUtility.CheckSqlConnection(String serverName, String instanceName)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
       at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
       at Microsoft.SystemCenter.ConfigMgr.Setup.CheckSqlAsync.EndInvoke(IAsyncResult result)
       at Microsoft.SystemCenter.ConfigMgr.Setup.DatabasePage.ValidatePage()
       at Microsoft.SystemCenter.ConfigMgr.SetupFramework.WizardForm.ActivatePage(String pageId, Boolean goingNext)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.Controls.Button.OnClick()
       at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
       at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
       at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
       at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)].
    12/12/2012 3:01:42 PM: ConfigMgrSetupWizard Information: 1 : Creating SQL connection to database ADMIN\master on server YSQL030.srf.local.
    12/12/2012 3:01:42 PM: ConfigMgrSetupWizard Error: 1 : Exception message: [The network path was not found.
    ], Exception details: [System.IO.IOException: The network path was not found.

  • Can DPM share a remote SQL Instance with other System Centre Products?

    Firstly, apologies if this has been answered elsewhere but I can't seem to find a definitive line on it.
    I am about to install and start implementing DPM 2012 R2 and have restricted access to SQL instances and the creation of. Can DPM share a SQL instance? Mainly can it share an instance shared with other System Centre products?
    Does it really need a dedicated DB engine and Reporting services instance?

    Hi,
    No, Each DPM server requires it's own dedicated instance name.  You can have a single remote SQL server, but with seperate instances for each DPM server, or other System Center products.
    Make sure that names of your instances does not contains an underscore in the instance name.
    http://technet.microsoft.com/en-us/library/dn554221.aspx
    Hope this helps.
    Note: This posting is provided 'AS IS' with no warranties or guarantees, and confers no rights. Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable. This helps the community, keeps the forums tidy, and
    recognises useful contributions.

  • SCCM 2012 R2 Installation with Remote SQL Instance

    I am trying to install SCCM 2012 R2 and during the install it asks for your SQL Server Name.  I have a remote SQL Server which I can ping all day but the installation is telling me "The network path was not found".  I turned the firewall
    off on the SQL Server and the install proceeded to the next step so that told me it was a firewall issue.
    On my SQL Server I opened the following ports but still the install doesn't get through until I completely disable the firewall.  
    TCP and UDP 1434
    TCP and UDP 1433
    80
    443
    TCP and UDP 135
    TCP and UDP 2383
    TCP and UDP 2382
    TCP and UDP 4022
    I know this is a little excessive but its ports I've seen suggestions for to open but I'm out of ideas.  I even tried suggestions from earlier posts by Jason Sandy's to setspn and I've verified it is correct with setspn -L but still nothing.  Any
    suggestions on what ports are needed during install?  As mentioned, firewall off it works great but as soon as firewall is turned on (even with ports open above) I get no where.
    Be kind and Mark as Answer if I helped.

    Thanks for everyone' reply's.  It is using the default instance (i'm leaving the field blank as it specifies).  I have checked SQL Server Manager and ensured that under TCP/IP and the IP Address's tab that all the IP1, IP2, IP3, IPALL has nothing
    (not even a 0) in TCP Dynamic Ports and the TCP port is specified as 1433 for all those.  I even made ODBC connections that "tested successfully" to the remote sql server.  I'm just confused.
    I tried netstat and didn't get any viable results but maybe i'm missing a switch.  With firewall on or off during installation it was making established connections to ports  49320, 49321, 49322, 49323, 49254, 49278, 49302, 49220, 49223, 49224,
    49259, 49262, 49263, 49295, 49304, 49332, 49154 and so on.  Obviously I don't think these are relevant and just normal chatter between the two servers.  Its on a VM so i snapshotted the SQL and CM box before the install so I'm able to revert back
    (or even reload both boxes if necessary).  I'm going to try a few more things but any more suggestions are more than welcome.  
    Be kind and Mark as Answer if I helped.

  • Can DPM 2012 R2 backup SQL Server 2012 AlwaysOn enabled databases

    Is it possible to use DPM 2012 R2 for backing up
    SQL Server 2012 AlwaysOn enabled databases ?
    Because if Alwayson configured for any Database , particular database is not available to select for backup.

    Hi,
    Yes, starting with DPM 2012 SP1 SQL AlwaysOn enabled databases can be protected as long as they are not part of sharepoint farm. DPM shows the Availability Groups under Cluster Group.
    You must explicitly add the system account NTAuthority\System or NT AUTHORITY\DPMRA to the Sysadmin group on SQL Server.
    Protecting SQL Server Data
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.

    I am trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    WSUS Server : Windows Server 2012 R2
    Remote SQL Server: 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Please let me know if anyone has experienced this issue.

    We were trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    Same error even after rebooting the server multiple times.
    WSUS Server : Windows Server Standard2012 R2
    Remote SQL Server: Windows Server 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Event ID 7000:
    The Windows Internal Database service failed to start due to the following error:
    The service did not start due to a logon failure.
    Event ID 7041
    The MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID with the currently configured password due to the following error:
    Logon failure: the user has not been granted the requested logon type at this computer.
    Service: MSSQL$MICROSOFT##WID
    Domain and account: NT SERVICE\MSSQL$MICROSOFT##WID
    This service account does not have the required user right "Log on as a service."
    User Action
    Assign "Log on as a service" to the service account on this computer. You can use Local Security Settings (Secpol.msc) to do this. If this computer is a node in a cluster, check that this user
    right is assigned to the Cluster service account on all nodes in the cluster.
    If you have already assigned this user right to the service account, and the user right appears to be removed, check with your domain administrator to find out if a Group Policy object associated
    with this node might be removing the right.
    I found following article:
    "MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID" error when you install WID in Windows Server 2012
    http://support.microsoft.com/kb/2832204/en-us
    To work around the issue, use one of the following methods:
    Assign the Log on as a service user right to NT SERVICE\ALL SERVICES in the GPO that defines the user right.
    Exclude the computer from the GPO that defines the user right.
    We moved the SCCM server to OU where no policies were getting applied and then applied the new GPO to that OU. Restarted the server and we were able to install WSUS role.
    Regards
    PR

  • DPM 2012 R2 CU4 protecting SQL 2014 AlwaysOn AG with Failover Cluster vs. DR location

    Hello!
    We have a problem protecting any Database of SQL 2014 AlwaysOn Availability Group with SQL Failover Cluster Instance when moved to DR location. Everything is protected using DPM 2012 R2 CU4 from Primary location.
    FACTS
    - all servers are Windows Server 2012 R2
    - all servers are Virtual (except Hyper-V hosts obviously:)
    - that means virtualization is based on Windows Server 2012 R2 Hyper-V
    - all clusters (SQL, Exchange,...) are Guest Clusters on Hyper-V
    - SQL 2014
    - DPM 2012 R2 CU4
    - Primary and DR location 
    SETUP
    SQL
    - Primary location: SQL 2014 Guest Cluster with SQL Failover Cluster Instance using Shared VHDX disks
    - DR location: SQL 2014 Standalone using VHDX disks
    - AlwaysOn Availability Group expands between the primary and DR location.
    DPM
    - Primary location: DPM 2012 R2 CU4
    - DPM 2012 R2 CU4 Agents installed on every possible SQL 2014 Server.
    SCENARIO
    - DPM is backing up all the SQL Databases normally as long as they exist on any SQL Cluster Node on Primary location.
    - As soon as any Database is moved to DR location, that Database is not backed up anymore with the following error.
    DPM ERROR
    Starting synchronization on SqlServerName\DatabaseName failed:
    Error 104: An unexpected error occurred while the job was running.
    Error details: The system cannot find the path specified (0x80070003)
    Recommended action: Retry the operation.
    TROUBLESHOOTING
    - Tried to modify SQL Protection Group in DPM Server while Database was active on DR location
    > error enumerating volumes or drives D:\, E:\, F:\ (I don't have exact error atm)
    > this looks like DPM is not aware that DPM is active on DR location to me
    - Checked Technet, blogs and forums; no useful information
    QUESTION
    Is this expected or by-design behavior? Is this a bug? I am aware there were quite some issues backing up AG's from DPM 2012 SP1 ans SQL 2012 on.
    Does anybody have a lab of that kind to try it out?
    Thank you!
    Best Regards,
    Damjan Grimšič
    Lpd

    OK. The issue has been resolved. Issue was related to possible Disks Owners in Failover Cluster Manager Console for SQL Cluster.
    In Primary's site SQL Cluster Failover Manager Console / Storage / Disks.
    SQL Server(s) from Secondary location need(s) to be unchecked as Possible owner(s) in Advanced Policies for all relevant Volumes.
    Lpd

  • Dpm 2012 remote administration - windows 7

    HI,
    I am doing a POC with DPM 2012 RC.  DPM2012 server has been setup and is working so far. I am trying to connect the DPM console for administration using Remote administration feature installed on my windows 7 machine. I am unable to connect and getting
    the error as:
    Unable to connect to <dpm server name with FQDN >(ID:948)
    Verify that the DPM service is running on this computer.
    I dont see any service being installed on windows 7, am I missing anything or any help appreciated.
    Thanks.

    Hi Newspleaner,
    I did fresh install of windows 7 SP1, then i installed DPM 2012 (RTM) Remote Administration Console. 
    Everything is working... I could open the console and connect to DPM2012 server with FQDN name.
    Communication between Remote Administration Console and DPM server use TCP dynamic port. You should verify that you don't have FW/Router that filtrated TCP Dynamic ports. 
    Stephane
    Please remember to click “Mark as Answer” on the post that helps you. This posting is provided "AS IS" with no warranties. knowledge is valid only if it is shared by All.

  • DPM 2012 setup to remote SQL 2012. SSL cert error

    First of all, the category I selected, which was for SQL server reporting services was as close as I could get. There wasn't a way to select System Center DPM server from the list. As this relates to the Report Server portion of the setup, I chose this category.
    I am setting up DPM 2012 SP1 on a single use server (Windows Server 2102 R2 Standard) and remotely connecting to a new DB server (MSSQL 2012). I keep getting error ID:812 when trying to install, and the logs show that it is trying to set up report server,
    but that it cannot establish a trust relationship for SSL/TLS.
     * Exception :  => System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS
    secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
    I'm not clear on how to proceed. Invalid cert means it wants something very specific.
    I have installed a domain issued cert from the DC on the SQL reporting server and have bound that cert to SSL using report server configuration. I then imported the cert into the DPM server in the trusted and personal certs. The DPM server has our DC as
    a trusted source. That clearly doesn't work.
    Thinking I may not be able to use a self-signed cert, I then installed our wildcard cert onto both the SQL server and the DPM server. I ran through the Report Server configuration again and bound that wildcard. This is a Godaddy wildcard cert.
    Same problem no matter what I do. Clearly, this is matter of a cert issue, but I'm lost. There are zero instructions I've found on how to ensure Windows server 2012 cert requirements are met as it relates to SQL and DPM.
    Thanks for your advice.
    Kaden

    Hi Kaden,
    This thread is for reporting service and I hope i can provide some useful informaiton from reporting service side while i don't work on DPM at all. You may still need to find out the forum for the DPM and check there.
    Regardingless of DPM, Reporting Service can usually create HTTP link and HTTPS link together. For the HTTP one, a certificate is needed. HTTPS is not needed excep you have the concern with  security.
    Usually application like DPM/SCOM will connect to the web service link provided by Reporting Service and work on that.
    If the application requires a HTTPS link, then same thing has to be setup on reporting.
    You need to install a certificate and add it to trust store and then configure reporting service to listening on HTTPs 443 port from the reporting service configuration manager.
    You can find the steps here.http://technet.microsoft.com/en-us/library/ms345223(v=sql.110).aspx
    After you create the HTTPS link successful, try to open the https web service link both remotely or locally from IE. If you can open it there without any error, reporting service is working fine.
    For some applications, they would need special  certificates installed on reporting service and used. You may check with the related product on this then.
    In a summary, if you can configure a HTTPS link for reporting service can open it correctly, configuration steps on reporting service is fine.
    If there is still any error from DPM, you would need check additional resource from DPM part.
    Thanks,

  • System Center 2012 R2 DPM Support Files installation has failed when running Remote SQL Prep on SQL server

    I am trying to install DPM 2012 R2 and one of the pre-reqs is to run 'DPM Remote SQL Prep' before kicking off the DPM installation. My SQL server is 2012 SP1 and when I select this option, I get an error straight away telling me 'System Center 2012
    R2 DPM Support Files installation has failed'.
    Not sure how to troubleshoot this as doing a search did not bring up anything.

    I am trying to install DPM 2012 R2 and one of the pre-reqs is to run 'DPM Remote SQL Prep' before kicking off the DPM installation. My SQL server is 2012 SP1 and when I select this option, I get an error straight away telling me 'System Center 2012
    R2 DPM Support Files installation has failed'.
    Not sure how to troubleshoot this as doing a search did not bring up anything.
    Ignore this.
    I launched the setup as Administrator and it worked!

  • How to protect (take backups) SQL 2014 AAG databases from DPM 2012 R2 with RU2

    We have just upgraded / replaced our SQL Server plattform in the following way:
    SQL Servers:
    3 Servers running Windows 2008 R2 + SQL Server 2012 CU9
    Upgraded to SQL 2014 so the system databases were up to the latest level
    Removed all AlwaysOn AAG, destroyed cluster etc
    Then total reinstall of all servers with Windows 2012 R2 + fresh install of SQL 2014
    Replaced the fresh system databases with the old upgraded databases
    Upgraded SQL 2014 With CU2
    Re-setup a New cluster and AlwaysOn. All SQL Servers are running fine
    DPM 2012 R2 With RU2:
    Removed all previous backups of both AAG, Bare Metal etc related to the old servers.
    Uninstall the DPM agents 
    Reinstalled agents after the 3 new serves where ready
    Added Bare Metal backup. Works fine.
    Added SQL Server backup of databases not part of any AAGs. Works fine.
    Then comes the problem: I try to add protection of the new AAG's in DPM. I can see the new cluster and the AAG's, but when I try expand each Group, nothing shows up. It takes around 20 sec or so after I try to expand.
    Any clue about what can be wrong?
    Per

    Part 2
    115C 1B84 07/14 02:06:50.519 61 neapplicationnamespace.cpp(500) [000000000126FA30]  NORMAL ==>CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.520 61 neapplicationnamespace.cpp(500) [000000000126FA30]  NORMAL <--CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.520 61 neapplicationnamespace.cpp(500) [0000000001275B40]  NORMAL ==>CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.520 61 neapplicationnamespace.cpp(1110) [0000000001275B40]  NORMAL Failed to get size of [%SystemRoot%\Vss\Writers\*.xml]
    115C 1B84 07/14 02:06:50.520 61 neapplicationnamespace.cpp(1059) [0000000001275B40]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : hr
    115C 1B84 07/14 02:06:50.520 61 neapplicationnamespace.cpp(991) [0000000001275B40]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : GetFileSize(bstrFilespec, bstrPathDir, llFileSize)
    115C 1B84 07/14 02:06:50.520 61 neapplicationnamespace.cpp(500) [0000000001275B40]  NORMAL <--CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.520 61 neapplicationnamespace.cpp(500) [00000000034BD250]  NORMAL ==>CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1110) [00000000034BD250]  NORMAL Failed to get size of [%SystemRoot%\System32\Prfc????.dat]
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1059) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : hr
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(991) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : GetFileSize(bstrFilespec, bstrPathDir, llFileSize)
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1110) [00000000034BD250]  NORMAL Failed to get size of [%SystemRoot%\System32\Prfd????.dat]
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1059) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : hr
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(991) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : GetFileSize(bstrFilespec, bstrPathDir, llFileSize)
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1110) [00000000034BD250]  NORMAL Failed to get size of [%SystemRoot%\System32\Prfh????.dat]
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1059) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : hr
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(991) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : GetFileSize(bstrFilespec, bstrPathDir, llFileSize)
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1110) [00000000034BD250]  NORMAL Failed to get size of [%SystemRoot%\System32\Prfi????.dat]
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1059) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : hr
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(991) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : GetFileSize(bstrFilespec, bstrPathDir, llFileSize)
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(500) [00000000034BD250]  NORMAL <--CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(500) [00000000034BD6D0]  NORMAL ==>CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.522 61 neapplicationnamespace.cpp(500) [00000000034BD6D0]  NORMAL <--CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.522 61 neapplicationnamespace.cpp(500) [00000000034BD820]  NORMAL ==>CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.530 61 neapplicationnamespace.cpp(500) [00000000034BD820]  NORMAL <--CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.530 61 neapplicationnamespace.cpp(500) [00000000034BE920]  NORMAL ==>CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.539 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.539 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.542 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.542 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.545 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.545 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.547 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.547 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.548 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.548 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.549 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.549 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.552 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.552 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.555 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.555 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.555 61 neapplicationnamespace.cpp(2250) [00000000034BE920]  NORMAL InitializeSQLQueryHelper: SQL Query Helper is initialized to SQL Instance [SQL1234\TEST] from SQL Instance []
    115C 1B84 07/14 02:06:50.573 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 1, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.581 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.581 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.584 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.584 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.587 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.587 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.590 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.590 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.591 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.591 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.592 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.592 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.594 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.594 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.597 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.597 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.598 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.606 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.606 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.609 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.609 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.612 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.612 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.614 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.614 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.615 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.615 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.616 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.616 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.619 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.619 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.621 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.621 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.623 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 1, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.631 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.631 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.633 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.633 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.636 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.636 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.639 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.639 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.640 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.640 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.640 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.640 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.643 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.643 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.646 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.646 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.647 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.655 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.655 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.658 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.658 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.661 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.661 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.664 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.664 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.665 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.665 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.665 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.665 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.668 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.668 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.671 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.671 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.672 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 1, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.680 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.681 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.683 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.683 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.686 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.686 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.688 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.688 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.689 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.689 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.690 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.690 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.693 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.693 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.695 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.695 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.697 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.705 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.705 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.707 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.707 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.710 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.710 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.713 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.713 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.714 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.714 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.715 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.715 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.717 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.717 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.720 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.720 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.722 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.730 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.730 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.732 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.732 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.735 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.735 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.737 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.737 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.738 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.738 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.739 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.739 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.742 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.742 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.745 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.745 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.746 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 1, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.754 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.754 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.757 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.757 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.760 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.760 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.762 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.762 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.763 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.763 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.764 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.764 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.767 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.767 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.769 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.769 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.771 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.779 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.779 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.782 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.782 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.784 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.784 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.787 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.787 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.788 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.788 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.789 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.789 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.792 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.792 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.794 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.794 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.796 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.804 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.804 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.807 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.807 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.809 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.809 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.812 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.812 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.813 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.813 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.814 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.814 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.816 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.816 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.819 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.819 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.820 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.828 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.828 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.831 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.831 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.833 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.833 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.836 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.836 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.837 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.837 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.838 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.838 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.840 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.840 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.842 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.842 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.844 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.851 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.851 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.854 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.854 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.857 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.857 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.859 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.859 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.860 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.860 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.861 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.861 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.864 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.864 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.866 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.866 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName

  • SCCM 2012 SP1 with remote WSUS on Server 2012 and SQL Server 2012

    I am rebuilding my SCCM 2012 lab on Server 2012 R2 x64 OS now.
    I have 1 primary site, remote SQL server 2012, and remote WSUS server.
    Is the WSUS console still required on my primary site running server 2012? If so are the below the correct steps to get this working?
    Install Console on primary server:
    Go to Server Manager à Add Roles and features, Navigate to the features section.
    Remote Server Manager tools
    >Role Administration Tools
    --Select Windows Server Update Services Tools Only
    Are there any post hotfixes to install?
    Intalling WSUS full version on remote server:
    Go to Server Manager à Add Roles and features, Server Roles section.
    Windows Server Update Services
    Do I need to select this as well on the remote wsus server? >Role Administration Tools -Select Windows Server Update Services Tools Only
    Since my SQL server is on a remote server do I select the below only?
    Are there any post hotfixes to install?

    Hi,
    One Part of the question is already answered. The second part is: If you want to use a remote SQL Server you need to select exactly what you selected in your screenshot.
    Regards,
    Thomas
    Thomas Hanrath [MCT | Regional Lead Germany] |
    http://www.hanrath.de
    Microsoft Learning Blog |
    http://blog.microsoftlearning.de

  • Backing up virtualised SQL Cluster on Hyper-V with DPM 2012 R2

    I'm sure this must have been answered but I can't find it so far. I have a Server 2012 R2 Hyper-V cluster. On that cluster is a virtual SQL 2012 cluster. What is best practise for protecting the SQL cluster? Do I protect the VM through Hyper-V Host backups,
    protect the Hyper-V guests directly, etc.?? Are there any good articles on this?
    Thanks
    Mark

    Hi,
    i would install a DPM Agent on all SQL Cluster Nodes an Backup the SQL Databases.
    Additionally for Desaster Recovery, i would protect the VM, if your Disk space ist not enought for this, just Backup Systemstate of the CluserNodes
    Seidl Michael | http://www.techguy.at |
    twitter.com/techguyat | facebook.com/techguyat

  • DPM remote SQL Prep

    Hello,
    I need help with SC DPM 2012 R2.
    I have remote SQL instaled on Windows core. SQL is 2012 with SP1 This is working, and I succeed to install  VMM on that SQL.
    Is it possible to install this DPM Remote SQL Prep from DPM install to that SQL on core Windows. So that I can install DPM :-)
    Maybe not with that GUI wizzard from DPM, but I hope that is posible to install it from shell or CLI.
    If anyone can explain me how, step by step, I will appreciate it
    Thank you in advance

    Hi
    I know this is an old post but did you ever come right? do you still need help?
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Azure remote App with Azure SQL Backend

    Hi, If I had an application which utilised a SQL backend could I host the front end in Azure remote app and the backend on an Azure SQL database or would I need to use IAAS to provide the backend?
    Many thanks
    James 

    Hi James,
    If the application is designed to be compatible with Azure SQL Database then yes, you can use Azure RemoteApp for the frontend and Azure SQL Database for the backend.  If the application is not compatible with Azure SQL Database then you would
    need to use SQL Server running in an IaaS VM, or SQL Server running in an on-premises VM.  The IaaS VM or SQL Database should be in the same Azure region as the RemoteApp collection in order to minimize latency.
    For example, say you have an internally-developed application that uses SQL Server 2012 as its backend database.  Before you would be able to use Azure SQL Database you would first need to migrate the database to Azure SQL Database and make any changes
    necessary to the application and/or database for compatibility.  The SQL Database Migration Wizard is helpful for this process.
    -TP

Maybe you are looking for

  • Populate & Retrieve in one Select - problems !!!

    Hi There. What I would like to be able to do is populate a row in a table (via a function) and retrieve that row all in one Select statement. Unfortunately I don't get any data returned from the Select. I have in mind something like the following:- S

  • S_P00_07000134  - Generic Withholding Tax Report

    Hi The issue is with the S_P00_0700134 – Generic withholding tax report. Two Vendor invoices have been reversed but the reverse is not affected in the report. The report just shows the origninal invoice amounts. Thanks & Rgds NW

  • Data merge issues in InDesign CS4

    Hello I'm having an issue with a data merge document that I've made. The issue  I'm having is when ever I "update content in data fields" items are  deleted off of the page. I have rebuilt it several times but always get  the same issue, any ideas? C

  • Add and remove modules in Apache

    Is it possible to add and remove modules within Apache (actually compile an relink Apache) with a source download form Apache.org (1.3.28?) and incorporate the necessery modules and configuration from Oracle?. I have looked for some kind of documenta

  • Safari comin up with weird alert message after 10.4.3 update

    after installing the OS 10.4.3 update safari comes up with alert message when launched: Safari 2.0.2 (v416.12) has not been tested with the plugin (null) (null) (v0.51). As a precaution, it has not been loaded. Please contact the plugin developer for