Basic questation about backup SQL database

Hi I have basic questation about backup database . If I set DPM to backup database and the database have full model and another application truncate log. Detect this dpm and create full backup or create error ?
Falcon

Hi,
If you want another backup process to truncate the logs instead of DPM, you can just configure DPM to synchronize
just before a recovery point.  That basically tells DPM to just perform express full backups which will not truncate logs.
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.

Similar Messages

  • Basic questation about VSS and windows backup

    hi all, basic questation about backup and VSS
    Environment:
    windows 2008r2,NAS backup disk connected with iSCSI
    If i create in the windows backup server job , where i backup disk D , target is NAS disk and start it . Windows backup is requester and is created shadow copy . This shadow copy is created in the disk D or in the NAS disk ? If in the disk D is created for
    everyone application snapshot ? After created snapshot the windows backup copy data from snapshot to windowsimagebackup ? And If windows backup create different snapshot how detect which files is changed ? 
    thank you
    Falcon

    Hi,
    Windows Server Backup stores backup versions in volume shadow copies. After the data write is complete, Windows Server Backup creates a shadow copy of the volume where the backup is stored using Volume Shadow Copy Service (VSS). This shadow copy retains the
    state of the storage volume as a “backup version” or “point-in-time” of the backup and must restore using this backup version.
    You could refer to the article below to know the steps of a back up operation performs: 
    Backup Version and Space Management in Windows Server Backup
    http://blogs.technet.com/b/filecab/archive/2009/06/22/backup-version-and-space-management-in-windows-server-backup.aspx
    Windows Server Backup uses Volume Shadow Copy Service (VSS) and block-level backup technology to back up and recover your operating system, files and folders, and volumes. The Volume Shadow Copy Service is used to differentiate between backup sets, and to track
    where the various blocks are being written to within the shadow copy storage.
    For more information about the incremental backup technology, please see:
    Learn more about system image backup
    http://blogs.technet.com/b/filecab/archive/2009/10/31/learn-more-about-system-image-backup.aspx
    Backup and Recovery Issues with Windows Server 2008 (Part 2)
    http://www.windowsnetworking.com/articles-tutorials/windows-server-2008/Backup-Recovery-Issues-Windows-Server-2008-Part2.html
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Best Regards,
    Mandy 
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Basic questation about collation

    HI all,
    I have basic questation about create colletion . I want read and compare value from enviromnemt variables . But in the query i find "select *  from  SMS_R_System inner join SMS_G_System_ENVIRONMENT on SMS_G_System_ENVIRONMENT.ResourceId =
    SMS_R_System.ResourceId where SMS_G_System_ENVIRONMENT.VariableValue = xzy " But where is the name for this value . I want etc. variable name PUBLIC value = "c:\public"
    thanx
    Falcon

    OK, I think I follow now:
    SELECT SMS_G_System_ENVIRONMENT.ResourceId
    FROM SMS_G_System_ENVIRONMENT
    WHERE SMS_G_System_ENVIRONMENT.Name = "FP_NO_HOST_CHECK"
    AND SMS_G_System_ENVIRONMENT.VariableValue = "Yes"
    Jason | http://blog.configmgrftw.com

  • Basic questation about sql backup

    HI all, sorry for my englisch . I have quetstaion about DPM and SQL 2012 database recovery model .
    If I select recovery model simple , that DPM always backup full backup ... This create with vss providera ?
    If I select full backup what work synchranization ? Every log files is copy to replica , and after copy truncate log ? 
    thanx
    Falcon

    For application data that support incremental backups (exchange, SQL Db's in full recovery mode) there are two job types.
    A) Synchronization - This is equivalent of an incremental backup and only brings over log changes.  Each incremental synchronization is equivalent to a recovery point.  Each incremental synchronization results in application log truncation which
    is performed by the application (SQL / Exchange)
     B) Express full - This is equivalent to FULL backup, however only brings over Database changed blocks and applies them to the replica volume then makes a snapshot  Each express full backup is recoverable.  Express full backups do not result
    in log truncation by the application.  There is a 512 snapshot limit for express full backups.
    For applications that do not support incremental backups (SharePoint, SQL Db's in simple recovery mode, Hyper-V VMs)  always use express full backups.
    http://social.technet.microsoft.com/Forums/en-US/b767a3fb-ce59-4599-a92e-2e5e7e1c8b98/help-to-understand-the-difference?forum=dpmfilebackup
    Backing up SQL with DPM
    SCDPM: Backup SQL and Truncate SQL Logs
    Does DPM Clear transaction Log when Backup?
    Have a nice day !!!

  • Backup SQL Database

    Hi SQL Server Expert,
    Our company is using the SQL Server 2012 for the Navision Database. I am new to the ERP and CRM. thus, it would be very appreciate if you could guide me on how to perform the backup and restore on the SQL database.
    Thanks so much.
    Regards,
    Henry

    may I know is it possible to create the schedule that will run automatically using the SSMS? what is actually the best practice of doing backup for the database.
    Hi Henry2050,
    It is possible to create the schedule to back up your database automatically by maintenance plan. Below are the steps about how to use maintenance plan.
    1. Expand the server where you want to create your management plan and expand the Management folder.
    2. Right-click the Maintenance Plans folder and select Maintenance Plan Wizard.
    3. On the SQL Server Maintenance Plan Wizard page, click Next. On the Select Plan Properties page:
    a. Enter the name of the maintenance plan, briefly describe your maintenance plan and specify the credential that Microsoft SQL Server Agent uses when executing the maintenance plan.
    b. Select either Separate schedules for each task or Single schedule for the entire plan or no schedule
    c. If you selected Single schedule for the entire plan or no schedule, under Schedule, click Change and click next.
    4. On the Select Target Servers page, select the servers where you want to run the maintenance plan.
    5. On the Select Maintenance Tasks page, select maintenance task Back Up Database(Differential, Full or Transaction Log) to add to the plan. Then click Next and select the database you want to backup and click Next. If you select Separate schedules for each
    task, you will need to follow the steps in c.
    6. Select Report Options and Complete the Wizard. For more information about the process, please refer to the article:
    http://msdn.microsoft.com/en-us/library/ms191002.aspx
    Below are the recommendations for best practices of backup.
    1.Make sure you are not storing your backups in the same physical location as the database files.
    2.Make sure you have a proper backup schedule established according to the needs of the application and business requirements.
    3.Make sure to actually restore the backups on a test server and verify that you can restore with all the options and conditions you need to use during a planned or un-planned downtime.
    4.Use the verification options provided by the backup utilities.
    5.Use advanced features like BACKUP CHECKSUM to detect problems with the backup media itself. For more information about the process, please refer to the article:
    https://support.microsoft.com/kb/2027537/en-us
    Regards,
    Michelle Li

  • Basic questation about MBAM

    HI all , sorry for basic questation .
    I try set with gpo mbam client in the windows 7 . I set requerid encrypt os drive and fixed drivers .and questtaion :
    in the error log is write :
    detect OS volume encryption policies conflict . check bitlocker anb MBAM policies related OS drive protectors . 
    I set MBAM only in MBAM GPO .
    an second quetstaion . 
    I cannot enable bitlocker only with GPO ? I must enable manualy ? 
    thanx
    Falcon

    Recovery key and the PIN are two different protectors. PIN is something you set to unlock your machine at boot. It provides an additional protection. You can always change the PIN choosing option, bitlocker drive encryption option from control panel.
    Recovery key is to log in the machine if your machine goes into the recovery mode. If you will not be able to access your OS Drive how you will be able to boot. TPM string is called as the Ownership Hash password which is different from the recovery string
    of the OS Drive which is a 48 digit numerical password.
    Gaurav Ranjan

  • Backup SQL database by php mssql driver ERROR

    SQL QUERY
    backup database baza_programu to disk='d:\arh\baza_programu.bak'
    In SQL Server management studio it's OK.
    Processed 2840 pages for database 'baza_programu', file 'baza_programu' on file 1.
    Processed 2 pages for database 'baza_programu', file 'baza_programu_log' on file 1.
    BACKUP DATABASE successfully processed 2842 pages in 3.932 seconds (5.644 MB/sec).
    BY PHP MSSQL DRIVER
    Error in executing query.
    Array (    [0] => Array        (            [0] => 01000            [SQLSTATE] => 01000           
    [1] => 4035            [code] => 4035            [2] => [Microsoft][SQL Server Native Client 10.0][SQL Server]Processed 2840 pages for database
    'baza_programu', file 'baza_programu' on file 2.            [message] => [Microsoft][SQL Server Native Client 10.0][SQL Server]Processed 2840 pages for database 'baza_programu', file 'baza_programu'
    on file 2.        ) )
    ( notice. no include baza_programu.log file   )
     Pawel.

    Hello,
    Please try to put = usleep(300) after sqlsrv_query.
    Make sure D drive has enough space for the backup.
    The following article may be useful.
    http://blogs.msdn.com/b/brian_swan/archive/2010/04/06/backup-and-restore-with-the-sql-server-driver-for-php.aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Some basic questation about mbam and bitlocker

    Sorry for questation . What doing options Auto-unlock ?
    allow auto-unlock and require auto-unlock .
    and exist some construction betwen setting fixed drive and os drive . If I disable encrypting fixed drive or set only read fixed drive it mean that os drive is set to ?
    and about bitocker:
    exist solution how i enforce encrypting ? 
    thank you
    Falcon

    Recovery key and the PIN are two different protectors. PIN is something you set to unlock your machine at boot. It provides an additional protection. You can always change the PIN choosing option, bitlocker drive encryption option from control panel.
    Recovery key is to log in the machine if your machine goes into the recovery mode. If you will not be able to access your OS Drive how you will be able to boot. TPM string is called as the Ownership Hash password which is different from the recovery string
    of the OS Drive which is a 48 digit numerical password.
    Gaurav Ranjan

  • Basic questions about PL/SQL web services and datasource names

    Hi there,
    I successfully generated a web service for a PL/SQL packaged procedure in JDeveloper 11.1.1.3.0).
    In the web service base class the following code was generated:
    __dataSource = (javax.sql.DataSource) __initCtx.lookup("java:comp/env/jdbc/dbconnectionDS");However in the weblogic server the datasource name is jdbc/somethingelse so the deployment fails at first.
    What is the recommended procedure to solve this issue? The obvious solution is to manually edit the source -- that is what I did and it worked fine. However if I re-generate the web service I will lose my change. Is there a better way to do this?
    Another question -- in the generated web.xml file, there is a resource-ref for the datasource. I was hoping that changing the datasource name there would help but it didn't work. What is it used for in this context?
    Thanks
    Luis

    Hi Vishal,
    I did as you suggested but it didn't work... see below more details.
    Thanks
    Luis
    1 - I re-generated the web service from the PL/SQL package. The constructor in CFBTestWSBase class looks likes this:
    public CFBTestWSBase() throws SQLException
      {  try {
    javax.naming.InitialContext __initCtx = new javax.naming.InitialContext();
    __dataSource = (javax.sql.DataSource) __initCtx.lookup("java:comp/env/jdbc/custfeedbackDS");
    } catch (Exception __jndie) {
    throw new java.sql.SQLException("Error looking up <java:comp/env/jdbc/custfeedbackDS>: " + __jndie.getMessage());
    }2 - I added the following section to weblogic.xml:
      <resource-description>
        <res-ref-name>comp/env/jdbc/custfeedbackDS</res-ref-name>
        <jndi-name>jdbc/DataSource</jndi-name>
      </resource-description>3 - I got the following error when during deployment to weblogic server:
    [HTTP:101216]Servlet: "CFBTestWSPort" failed to preload on startup in Web application: "CustFeedbackTestWS.war".
    java.sql.SQLException: Error looking up <java:comp/env/jdbc/custfeedbackDS>: While trying to look up comp/env/jdbc/custfeedbackDS in /app/webapp/CustFeedbackTestWS.war/346617503.
    at cfbtestws.CFBTestWSBase.<init>(CFBTestWSBase.java:33)
    at cfbtestws.CFBTestWSUser.<init>(CFBTestWSUser.java:11)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    ...

  • Basic questation about how works DPM

    HI all,
    sorry how DPM detect which files is changed I must copy to replika ? Or how is created replika . DPM also reguester create full backup and then use incremental backup copy-and-write method ? 
    thanx
    Falcon

    Closing for housekeeping.
    DPM uses a file system filter driver (DPMFilter) to track block level changes between backup times and only transmits changed file blocks during synhronizations for file data.  DPM never transfers the whole file except for initial replica
    creation.  
    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.

  • Getting error while backing up SQL database using powershell

    I am trying to backup SQL database but strange thing is taking lpace, few databases i can backup with powershell but few i am getting error
        Exception calling "SqlBackup" with "1" argument(s): "Backup failed for Server 
        'Server1'. "
        At C:\_Scripts\defaultbackup.ps1:40 char:1
        + $smoBackup.SqlBackup($server)
        + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : FailedOperationException
        $dbToBackup = "test"
        #clear screen
        cls
        #load assemblies
        #note need to load SqlServer.SmoExtended to use SMO backup in SQL Server 2008
        #otherwise may get this error
        #Cannot find type [Microsoft.SqlServer.Management.Smo.Backup]: make sure
        #the assembly containing this type is loaded.
        [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SqlServer.SMO") | Out-Null
        [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SqlServer.SmoExtended") | 
        Out-Null
        [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SqlServer.ConnectionInfo") 
        | Out-Null
        [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SqlServer.SmoEnum") | Out-  
        Null
        #create a new server object
        $server = New-Object ("Microsoft.SqlServer.Management.Smo.Server") "(local)"
        $backupDirectory = $server.Settings.BackupDirectory
        "Default Backup Directory: " + $backupDirectory
        $db = $server.Databases[$dbToBackup]
         $dbName = $db.Name
         $timestamp = Get-Date -format yyyyMMddHHmmss
        $smoBackup = New-Object ("Microsoft.SqlServer.Management.Smo.Backup")
        #BackupActionType specifies the type of backup.
        #Options are Database, Files, Log
        #This belongs in Microsoft.SqlServer.SmoExtended assembly
        $smoBackup.Action = "Database"
        $smoBackup.BackupSetDescription = "Full Backup of " + $dbName
        $smoBackup.BackupSetName = $dbName + " Backup"
        $smoBackup.Database = $dbName
        $smoBackup.MediaDescription = "Disk"
        $smoBackup.Devices.AddDevice($backupDirectory + "\" + $dbName + "_" + $timestamp +   
        ".bak",   
        "File")
        $smoBackup.SqlBackup($server)
        #let's confirm, let's list list all backup files
        $directory = Get-ChildItem $backupDirectory
       $smoBackup.Devices.AddDevice($backupDirectory + "\" + $dbName + "_" + $timestamp + ".bak", "File")
    $smoBackup.SqlBackup($server)
    #let's confirm, let's list list all backup files
    $directory = Get-ChildItem $backupDirectory
    #list only files that end in .bak, assuming this is your convention for all backup files
        $backupFilesList = $directory | where {$_.extension -eq ".bak"}
        $backupFilesList | Format-Table Name, LastWriteTime
        $backupFilesList = $directory | where {$_.extension -eq ".bak"}
        $backupFilesList | Format-Table Name, LastWriteTime
    I read on internet that by using this in the script this problem can be sorted but i am
    not sure where exactly to put this line in above script set the ConnectionContext.StatementTimeout to 0
                  

    Hi Srk,
    I found the similar issue in this article, which had been sovled by adding the script below:
    $server = New-Object ("Microsoft.SqlServer.Management.Smo.Server") $dbInstance
    $server.ConnectionContext.StatementTimeout = 0
    Refer to:
    Exception calling "SqlBackup" with "1" argument(s)
    Please feel free to let me know if this method can not work.
    Best Regards,
    Anna Wang

  • Basic questation

    HI ,
    I have 2 basic questation about adobe premiere element 7 . Can I intergarte 2 clips to one clips ? And can I cahnge speed of the clip with the keyframe ? I wan in the begin clip slow and accelerate .....
    thanx

    Marek,
    To elaborate on what Steve says in Post 10, what you have on your Timeline is a pair "virtual" Clips. They appear as separate on the Timeline only, but Premiere is referencing back to your original Clip, which is in your Project Panel. It has not been physically cut, but has just had references added to it for editing.
    When you Delete the second Clip, the one you "created," and drag the end of the first Clip back out, you are just erasing those references. Your Clip is essentially now unchanged.
    The Undo (Ctrl-z) works while you are editing. If you Save your Project and close it, you cannot use the Undo. You can also use your History Palette (Window>History) to have multiple Undo's. These also disappear when you Save and Close, then reopen PE.
    Hunt

  • Can't create SQL Database on Free Trial

    "The operation is not supported for your subscription offer type."
    What the heck is this? Azure front page flames that I can try this stuff for free and now I can't without paying full price?
    Has anyone tried MS SQL on other cloud service providers such as Amazon?

    Hi,
    When the period for the trial ends, we can't create SQL Database, refer to
    http://blogs.msdn.com/b/mast/archive/2013/10/12/windows-azure-30-day-s-free-trial-uncovered.aspx for more information about the 30 days free trial, I don't familiar with Amazon, but you could find a lot of resources about the difference between Azure and
    Amazon, for more information about Azure SQL Database benefits, see
    Azure SQL Database.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Basic question on SQL database file structure

    I'm learning to use JDBC / databases . I'm using JBuilder3 professional and HSQL (aka Hypersonic). I've
    been following the Java Tutorial on learning databases.
    So far I've sucessfully
    set up the drivers / URL etc
    connected to the URL
    created a database (COFFEEBREAK , as per the tutorial)
    added tables
    added data
    queried the database
    ------------- with the tutorial , so far so good. --------
    My only database experience prior to this was using Microsoft access, where tables, data, queries etc are all
    stored in one file <myfile.mdb>
    But with the example I am following, not one but 4 files have been created:
    COFFEEBREAK.data
    COFFEEBREAK.backup
    COFFEEBREAK.properties
    COFFEEBREAK.script
    the COFFEEBREAK.data file, looks like this (one line) in a text editor:
    padding="0" cell
    After I added data , using SQL ,I was expecting this file to grow ("as data rows were added") , but no change at all - still just one line.
    The file that DOES change is the COFFEEBREAK.script file. The SQL instructions get added to the end of the file eg :
    <various lines>
    INSERT INTO FILES VALUES('.\COFFEEBREAK.properties','COFFEEBREAK.properties')
    INSERT INTO FILES VALUES('.\COFFEEBREAK.data','COFFEEBREAK.data')
    INSERT INTO COFFEES VALUES('French_Roast',49,8.99,0,0)
    INSERT INTO COFFEES VALUES('Espresso',150,9.99,0,0)
    INSERT INTO COFFEES VALUES('Colombian_Decaf',101,8.99,0,0)
    INSERT INTO COFFEES VALUES('French_Roast_Decaf',49,9.99,0,0)
    I had been expecting a single file ( a la Microsoft access) , with the data in it and not readable in ascii form.
    Am I misunderstanding the structure of SQL / DBMS files , or is this just a pecularity of Hypersonic ??
    How do I ship a finished Java application where a database can be interrogated - will the *.script file have to be shipped too? If so , all the data is there , so how is the DBMS password protected?
    I'm confused ! Thanks in advance
    M.

    Thanks again for the response trejkaz.
    If the database were encrypted, you could just use an ordinary SQL query tool to dump >> all the records to a text file, which would be just as readable as the .script file!I had in mind if the user name was "Bill" with his (self selected ) password "hisPass" then the encryption key would be derived from a mangled version of those two bits of data (eg qazBillwsxhisPass or whatever). As long as the mangling mechanism was secret hopefully that would stop access through regular SQL query tools.
    You're giving them the software to read the database anyway .. what's the difference if they >> read the info from the flat file, compared to reading it through a program? Through the program the data is view only (maybe with a limited subset of the fields for printing). With a flat file a potential competitor gets a jump start by having an electronic copy to bootleg.
    Two examples occurred to me, one simple & one closer to what I'm trying to achieve
    1) An example of a multiple choice database for students where the computer tells them how they have done - couldnt the students just look up the answers beforehand in the script file ?
    2) (hypothetical example) Suppose I'm an expert on gardening & I want to set up 'electronic garden advice' Inc. I prepare a database, say about 3000 records. A typical record may have a layout based on :
    question
    question ref. number
    region
    garden style ref.
    plant type main
    plant type sub
    disease-prone?
    commercial/non commercial
    criticality weighting %
    substitute plants
    recommended treatments
    preferred season
    etc . Most of us can imagine more possible fields
    Anyone can pay the $ , download the database & set themselves up as an expert, maybe extracting sub sets of the data, depending on their customers needs.
    But any printouts might only have say the question & question number so the whole database woulnd't be printed to a text file from my Java app . (The non printed fields are used within the Java app say for cross referencing alternatives etc) so the whole database couldn't be downloaded via a print routine to a text file.
    At the moment my options seem to be:
    1) different SQL database , where the data isnt stored in ascii readable form
    2) Just use a csv text file instead of dbms & write my own encryption
    3) Encrypt the HSQL script file, have the java app decrypt it to a temp scratch file & load that way . (the problem there seems that in a multitasking OS, the user just copies the scratch file)
    4) somehow do the decryption after loading from an encrypted script file but before presenting the data on screen.
    5) any other ideas you can recommend...?!
    Apologies for the long response, my thoughts on this are still evolving
    Thanks again
    Mike2z

  • 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

Maybe you are looking for

  • Creating pl/sql procedure problems

    Dear all, I have problems with creating a procedure which select returns more then one row. CREATE OR REPLACE PROCEDURE ECM_DATA.check_padrones_datos IS   v_padron_check   VARCHAR2(50);   v_padron_number   VARCHAR2(50); BEGIN    SELECT count(pd.estad

  • 3GS phone is stuck on "connect to iTunes" graphic, iTunes doesn't recognize it

    During IOS 5 upgade process, after iTunes performed backup and wipe, screen went to "connect to iTunes" graphic, however, iTunes will not recognize it.  I can't perform a restore until I can get iTunes to recognize it.  Can someone give me detailed d

  • Phone states 'OTHER' storage is taking up most of the space on her iphone 4, how do i find it to make more space?

    Ok this may be a simple fix but I cant figure it out.  I am trying to give my wife more room on her phone to take photos of our new baby, so I synced her phone to iTunes it shows the bar of whats taking up space on it, and 3/4ths of the phone space i

  • Field Tables

    hi freinds, I have a requirement to get the previous delivery referance(delivery note) in a report.. Here the field of the delivery note is LFSNR. and the table is in GOHEAD( but it is structure). Is it possible to retrieve data from a structure by w

  • "The request failed with HTTP Status 400: Bad Request." when running reports

    Hi, I installed reporting services and the install went fine.  The Reporting Services are located on a different server.  I can see all the reports in SCCM but when I try to run them I get the "400" error with the following details: System.Net.WebExc