NI 5680 Read Error

I am reading from a NI 5680 RF power meter in a while loop and sometimes the ni568x Read vi returns error -1073807339 which is a timeout before operation completed problem. Normally a read takes approx. 100 ms and when the error occurs it is at approx. 1.5 s. Obviously even 1.5 s indicates a problem but I'm also not sure why it does not wait the 5 seconds embedded inside the read vi before returning an error. What might cause this problem?

I'm seeing the same problem: intermittent time-out after only 1.5 seconds.
Error -1073807339 occurred at ni568x Read.vi
Possible reason(s):
Error: (Hex 0xBFFF0015) Timeout expired before operation completed.
I'm attaching the VI that I used, with the defaults saved for one of the failure runs (ran 3x, failed on two of them).  Actually, I'll attach 2 VIs.  Another way I've seen this is a timeout (just over 1.5 seconds) during ni568x Configure Correction Frequency.vi, but this VI is written a little differently.
My machine is a Dell Precision 390.  I first saw this problem a long time ago, and it seems like it went away after a while. Maybe I started setting the number of averages to something other than 0.  I'll attach one more version of the VI that shows my results when I use 3 averages instead of 1.  I still get funny timing (most measurements take 250 ms, some take 1.5 s), but at least I don't get an error.  Maybe that work-around will help until the root cause is found and fixed.
Attachments:
Frequency Sweep and Measure (timeout on read).vi ‏36 KB
Frequency Sweep and Measure (timeout on configure).vi ‏34 KB
Frequency Sweep and Measure (3 avgs, timeout timing, but no error).vi ‏38 KB

Similar Messages

  • Got reading error when deploying a web Dynpro project

    Hi everyone,
    I'm working on NWDS 7.1 CE.  After I synchronized a project (using the "Create Project" option), then Build and Deploy it under the Development Infrastructure perspective, I can run it by choosing the "Run" option of the web Dynpro project's application. But once I chose "Deploy new arcihve and run", I got the following error message:
    [ERROR CODE DPL.DC.3095] A reading error occurred while loading the SDU 'D:/usr/sap/DW1/J00/j2ee/cluster/server0/temp/tcbldeploy_controller/archives/3888/dow.comgcacmpprofitcenterui.ear'.; nested exception is:
         com.sap.engine.services.dc.util.readers.sdu_reader.SduReaderException: [ERROR CODE DPL.DC.3388]
    The specified file D:/usr/sap/DW1/J00/j2ee/cluster/server0/temp/tc~bl~deploy_controller/archives/3888/dow.com~gca~cmp~profitcenter~ui.ear is not a valid SAP deployable unit. In case it is Java Enterprise application, please convert it to SAP compatible deloyable unit first.
    Additional information: 'The information about the development component found in the manifest is either missing or incomplete!
    Manifest attributes are missing or have badly formatted value:
    attribute keylocation is missing
    attribute keyname is missing
    attribute keyvendor is missing
    attribute keycounter is missing
    Does anyone know what happens here? What's the difference of the Build/Deploy commands under Web Dynpro perspective and under Development Infrastructure perspective? After I made changes to the project, can I just deploy it under the Development Infrastructure perspective?
    Thanks,
    James

    Hi Nilesh,
           Try opening Visual Admin if your not able to login with username(administrator) and password. Problem with NWD2004s do the following steps.
    C:\usr\sap\J2E\JC01\j2ee\configtool->configtool.bat->open it
    1. Click on Secure store
    2. Right you will find :
    admin/password/J2E->retype your admin passowrd which you gave during installation=>SAVE properly
    Restart the server and try login visual admin
           Deploy now...Other wise see this thread same error solved:
    Re: An Deploy Problem about Credentials.
    Regards
    Suresh

  • My Itunes wont open - reading error "cannot be read because it was created by a newer verdion of itunes"

    My Itunes wont open - reading error "cannot be read because it was created by a newer verdion of itunes"
    should i uninstall/ reinstal.
    will i loose all my music nd playlists?

    This technique should work...
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    tt2

  • Socket read error: connection reset by peer

    Hi.
    Has anybody experienced the error message �Socket read error: connection reset by peer�
    Please see below for detailed information.
    Appreciate your help
    Regards
    RT
    Enviroment specification
    Server: HP/UX 11.00 64-bit, Oracle RDBMS 8.1.6.0.0 64-bit
    2 firewalls between client and db.
    Client:
    Win 2000,
    SP3,
    Oracle Client 8.1.7.0.0 ,JDBC OCI (thin JDBC driver,class12.zip)
    JDK 1.3
    JRUN3.0
    The TCP protocol is being used in the communication
    Error messages
    Web Users receive:           Socket read error: connection reset by peer
    Trace files on the sever:      Read unexpected EOF ERROR on 18.
    Explanation: The error in the server sqlnet trace file, suggests that a client connection has terminated abnormally, i.e. client machine powered off, a cable removed or a network connection aborted without warning. No user has complained of such a problem and there is no client trace with an error.
    The problem
    The users of the java web application, experiencing an exception almost once or twice a day.
    The JRUN web-server reports broken connections to the db and client are receiving "connection reset by peer".
    At the moment when the errors occurs the users just have to wait a while(2-10 min) and then they can use the web application again.(no action is taken)
    This problem can not be reproduced. The problem happens only occasionally when the network is under heavy load and new DB connection is being created.
    The application
    The java web-application uses a customized connection pooling against the database. This pool is shared among all the users of the website. whenever a user process needs to fetch data from the database, a free connection from this pool is allocated. The application is testing if the connection is valid before making a transaction (select '1' from dual). When the error occurs a ORA-3113 end-of-file on communication channel is returned to the application.
    The path between the client and db involves at least two firewalls. The firewalls are opened for sql*net traffic. The network group can tell that enquiries from the app.server is not getting feedback from the db. They have not however, identified if the enquiries are reaching the db-srever, or if they are stopped earlier in the network.
    Around 1000 users, are using other applications which uses dedicated sqlnet connections against the db and they have not experienced any problems.
    Issues considered
    Connection pooling
    It is a customized connection pooling, developed by Lindorff developers.
    I have read through the source code for the connection pooling and it does the job as it should, and in case of bad connection, it tries to create a new connection.
    The log file shows that the call to the method DriverManager.getConnection() hangs until the server goes down, which is probably because of the fact that the method DriverManager.setLoginTimeout(), does not take effect and timeout value is Zero. ( According to oracle , Oracle JDBC does not support login timeouts and calling the static DriverManager.setLoginTimeout() method will have no effect).
    Firewall
    One thing to consider is when the firewall may decide to shut down the socket due to long inactivity of a connection. This will cause problems to JDBC Connection Pool because the pool is not aware of this disconnection at the TCP/IP level; until someone checks out the connection from the pool and tries to use it. The user will get a Socket read error: connection reset by peer.
    Jrun timeout paramter is less than the firewall�s timeout so the firewall will not close a connection before Jrun does.
    Number of processes the DB can handle
    Processes parameter is 1300, , they have not experienced the Oracle error msg �max # of processes reached�.
    Port redirection through a firewall:
    Since the firewall has a sql net proxy Port redirection through a firewall is not a problem. Problems with port redirection only appear at connect time, but in this situation the connections fail long after the connection is established.
    The network group
    The network people who investigaged the problem at Lindorff report that there are a significant amount of "dropped packages" between the database server and the jdbc client (web-application) 24 hrs. The reason for this is "unknown established TCP packet" which means that the firewall does not consider these packages to be part of an already established session. The network group believes this happen because one of the hosts send a RESET or FIN signal which the firewall have noticed but are not received by the other host.
    It seems like the firewall are dropping packages bacause of "Unknown
    established TCP packet" from both the JDBC client and the TNSLISTENER on the database server. The dropped packages are SQL*Net v2 traffic so clearly Oracle products are involved

    Presumably something is working.
    Thus the problem is not with your code. At least not the database part that you have control over.
    That error occurs when the other side closes the socket. Presumably you are catching lost connection exceptions and trying to restore it.

  • "A Disk Read Error Has Occured" past 239 FSB?

    The title says it all.  I'm runnin an Neo Platinum 2 and when booting up overclocked past 239 FSB I get "A Disk Read Error Has Occured" and it asks me to reboot.  Is this as simple as my SATA being overclocked too far?  I was under the impression this board had an SATA lock, but I could be wrong.  Any suggestions on getting past this?  Or have I reached my peak?

    Quote
    Originally posted by sarlen
    67 mghz?  That doesn't make any sense - giving it a try right now though.  The ram is tricky though, I hear Ballistix is unrealiable.  I'm doing 2.5-2-2-5 at 243, but nothing will make it run 255 for me (next step up to keep my cpu at 2.55).  I suppose 243 isn't bad, anyone have any ideas on getting more out of this ram though?
    my 3200XL doesn't even reach 210 with ras cas at 2 :/

  • I get "Reading Error" when using USB connection from Ipod Touch to car radio. Any ideas?

    I am trying to connect an IPOD Touch with my car radio via USB port.  Using proper cable which works.  When I connect the auto radio automatically tries to hook up with the Ipod but then displays "reading error"

    The the car-system manyfacturer say it will work with your model iPod and its iOS?
    Not all do.

  • I have received an error message when trying to install 13 new apps for Creative Cloud. It reads: "Error There was an error with this action. Try again later.  7b1f5f56-79b3-4a0d-8fd2-137b1a3e6b67" I don't know what to do.

    I have received an error message when trying to install 13 new apps for Creative Cloud. It reads: "Error There was an error with this action. Try again later.  7b1f5f56-79b3-4a0d-8fd2-137b1a3e6b67" I don't know what to do.

    AppTrial1 where are you seeing this error exactly?  For information on how to install the Adobe Creative applications included with the Creative Cloud please see Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html.

  • When i try to install iPlanet App Server on NT, I do not get screen to enter license key valid for evaluation. --- " cache File Read error"

    When i try to install iPlanet App Server on NT, I do not get screen to enter license key valid for evaluation.
    Also during installation screens an error window is displayed saying "cache File Read error -- Could not read ProductKey entry from the cache file "

    Hi,
    I also get the following message:
    "Could not read ProductKey entry from the cache file"
    I have no idea how to provide the installation software with the key. I also tried "keycheck.exe"
    Do you have a solution for this problem? Did you finish the installation?
    Christian

  • [SOLVED] Pacman "config file could not be read" error during Arch ins

    I've been attempting to get Arch setup for a while now, and after having some trouble with partitions, my wireless connecting, and setting up repos and mirrors, which the Wiki helped me solve, I've hit a bigger bump.  While updating the system using pacman as the Beginners Guide says to do, I get errors when I try to continue the update process as follows :
    btw: I'm typing this on a laptop next to my computer
    [root@McArch~]# pacman -Syu
    error: config file /etc/pacman.d/core could not be read
    error: config file /etc/pacman.d/extra could not be read
    error: config file /etc/pacman.d/community could not be read
    :: Synchronizing package databases . . .
    error: failed to updated core (unexpected error)
    error: failed to updated extra (unexpected error)
    error: failed to updated community (unexpected error)
    error: failed to synchronize any databases
    Any tips as to whats going on?  I've tried to created said files, and even insert mirrors into the file, like in the /etc/pacman.d/mirrorlist file but this doesn't seem to help
    Last edited by Windfinder (2008-09-29 20:43:29)

    Glad you got it working.
    I'm not sure what happened in your install but I just finished using an old 2007.08 iso and pacman first starts out with /etc/pacman.d/core, etc/pacman.d/extra, /etc/pacman.d/community ... etc., but I never had your problem when I did the #pacman -Syu after initial install reboot.  The pacman update removes the above mentioned repos and replaces them with a single /etc/pacman.d/mirrorlist.  You must have messed up an initial config file somehow as I couldn't get the same errors you got.  It looks like you had your /etc/pacman.conf file messed up somehow and when you pointed it to the mirrorlist it could finally work properly.  I'll just include my /etc/pacman.conf file and /etc/pacman.d/mirrorlist so you can compare.  NB*  these are from my x86_64 so for 32 bit machines i686 would replace x86_64 in the files.
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl %u > %o
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #NoPassiveFtp
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # Testing is disabled by default. To enable, uncomment the following
    # two lines. You can add preferred servers immediately after the header,
    # and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    /etc/pacman.d/mirrorlist
    # Arch Linux repository mirrorlist
    # North America
    # - United States
    Server = http://mirror.neotuli.net/arch/$repo/os/x86_64
    Server = http://holmes.umflint.edu/archlinux/$repo/os/x86_64
    Server = http://archlinux.unixheads.org/$repo/os/x86_64
    Server = ftp://ftp.archlinux.org/$repo/os/x86_64
    Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/x86_64
    Server = ftp://ftp.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/x86_64
    Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/x86_64
    Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/x86_64
    Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/x86_64
    Server = http://mirror.rit.edu/archlinux/$repo/os/x86_64
    Server = http://mirror.umoss.org/archlinux/$repo/os/x86_64
    # - Canada
    Server = ftp://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/@carch
    Well it was an interesting way to kill 30+ minutes.

  • Error in backup of C:\ during read: Error [0x80070057] The parameter is incorrect.

    Hi,
    Im trying to backup a system state in windows server 2008 R2 HAPP02 using DPM 2010 and im recieving the following error.
    Source: Backup, Event ID 5
    The backup operation that started at '‎2011‎-‎09‎-‎19T06:08:29.143748400Z' has failed with following error code '2155347997'. Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.
    I tried to run WBADMIN START SYSTEMSTATEBACKUP -backupTarget:c: and then i recieve the following error
    Creating a shadow copy of the volumes specified for backup...
    Creating a shadow copy of the volumes specified for backup...
    Please wait while system state files to back up are identified.
    This might take several minutes...
    Found (1113) files.
    Found (6575) files.
    Found (10393) files.
    Found (13356) files.
    Found (16175) files.
    Found (27117) files.
    Found (30612) files.
    Found (34342) files.
    Found (36966) files.
    Found (40656) files.
    Found (41935) files.
    Found (45428) files.
    Found (48639) files.
    Found (51805) files.
    Found (57721) files.
    Found (64792) files.
    Found (72735) files.
    Found (77340) files.
    Found (81183) files.
    Found (81254) files.
    Found (81254) files.
    Found (81254) files.
    The search for system state files is complete.
    Starting to back up files...
    The backup of files reported by 'Task Scheduler Writer' is complete.
    The backup of files reported by 'VSS Metadata Store Writer' is complete.
    The backup of files reported by 'Performance Counters Writer' is complete
    The backup of files reported by 'IIS Config Writer' is complete.
    Overall progress: 0%.
    Currently backing up files reported by 'System Writer'...
    Overall progress: 1%.
    Currently backing up files reported by 'System Writer'...
    Overall progress: 2%.
    Currently backing up files reported by 'System Writer'...
    Overall progress: 4%.
    Currently backing up files reported by 'System Writer'...
    Overall progress: 5%.
    Currently backing up files reported by 'System Writer'...
    Overall progress: 7%.
    Currently backing up files reported by 'System Writer'...
    Overall progress: 8%.
    Currently backing up files reported by 'System Writer'...
    Overall progress: 9%.
    Currently backing up files reported by 'System Writer'...
    Overall progress: 11%.
    Currently backing up files reported by 'System Writer'...
    Overall progress: 12%.
    Currently backing up files reported by 'System Writer'...
    Overall progress: 13%.
    Currently backing up files reported by 'System Writer'...
    Overall progress: 15%.
    Currently backing up files reported by 'System Writer'...
    Summary of the backup operation:
    The backup of the system state failed [2011-09-19 09:42].
    Log of files successfully backed up:
    C:\Windows\Logs\WindowsServerBackup\Backup-19-09-2011_09-36-37.log
    Log of files for which backup failed:
    C:\Windows\Logs\WindowsServerBackup\Backup_Error-19-09-2011_09-36-37.log
    The operation ended before completion.
    The parameter is incorrect.
    When i check the backup_error log file i found the following error
    Error in backup of C:\ during read: Error [0x80070057] The parameter is incorrect.
    Any ideas about the error?
    Thanks in advnace,
    Laith.

    sorry for the delay.
    This error condition has been found with Anti-virus software. 
    Use Msconfig to disable all antivirus services and Startup items [or uninstall temporarily] and test.
    Reviewing logs.
    [0]0ED8.124C::09/22/2011-14:05:02.204 [usa]HardWrite: NtWriteFile failure: 0xc000009d, 0xbb9ee000, 0x10000
    [0]ed8.124c 09/22/2011-14:05:02.208 [service CBlbBackupAsync::SetFormatStatus
    backup.cpp@4817] ERROR:Format was unable to complete successfully, final result: 57
    [0]ed8.124c 09/22/2011-14:05:02.208 [service CBlbBackupAsync::FormatMedia
    backup.cpp@4740] ERROR:Format on
    \\?\Volume{d841345f-e505-11e0-bb05-00155d646a25} failed.
    [0]ed8.124c 09/22/2011-14:05:02.208 [service CBlbBackupAsync::FormatMedia
    backup.cpp@4746] INFO:Format done
    [0]ed8.124c 09/22/2011-14:05:02.208 [service CBlbBackupAsync::MountVHD
    backup.cpp@15683] ERROR:FormatMedia
    \\?\Volume{d841345f-e505-11e0-bb05-00155d646a25} failed, hr: 0x80780046
    [0]ed8.124c 09/22/2011-14:05:02.208 [blbengutils
    BlbSecurityUtils.cpp@1203] ENTER: CBlbImpersonationHelper::Revert
    [0]ed8.124c 09/22/2011-14:05:02.208 [blbengutils CBlbImpersonationHelper::Revert
    BlbSecurityUtils.cpp@1215] INFO:No revert needed.
    [0]ed8.124c 09/22/2011-14:05:02.208 [blbengutils
    BlbSecurityUtils.cpp@1220] EXIT: CBlbImpersonationHelper::Revert
    [0]ed8.124c 09/22/2011-14:05:02.208 [service
    backup.cpp@15702] EXIT: CBlbBackupAsync::MountVHD
    [0]ed8.124c 09/22/2011-14:05:02.208 [service CBlbBackupAsync::CreateVHD
    backup.cpp@9127] ERROR:MountVHD failed for
    \\?\Volume{9f1ea684-a26b-11de-bbc7-806e6f6e6963}\WindowsImageBackup\HEIAPP02\Backup 2011-09-22 135901\9f1ea685-a26b-11de-bbc7-806e6f6e6963.vhd failed hr=0x80780046
    [0]ed8.124c 09/22/2011-14:05:02.208 [blbengutils
    BlbSecurityUtils.cpp@1203] ENTER: CBlbImpersonationHelper::Revert
    [0]ed8.124c 09/22/2011-14:05:02.208 [blbengutils CBlbImpersonationHelper::Revert
    BlbSecurityUtils.cpp@1215] INFO:No revert needed.
    [0]ed8.124c 09/22/2011-14:05:02.208 [blbengutils
    BlbSecurityUtils.cpp@1220] EXIT: CBlbImpersonationHelper::Revert
    [0]ed8.124c 09/22/2011-14:05:02.208 [service
    backup.cpp@9138] EXIT: CBlbBackupAsync::CreateVHD
    [0]ed8.124c 09/22/2011-14:05:02.208 [blbengutils
    BlbSecurityUtils.cpp@1203] ENTER: CBlbImpersonationHelper::Revert
    [0]ed8.124c 09/22/2011-14:05:02.208 [blbengutils CBlbImpersonationHelper::Revert
    BlbSecurityUtils.cpp@1215] INFO:No revert needed.
    [0]ed8.124c 09/22/2011-14:05:02.208 [blbengutils
    BlbSecurityUtils.cpp@1220] EXIT: CBlbImpersonationHelper::Revert
    [0]ed8.124c 09/22/2011-14:05:02.208 [service
    backup.cpp@9592] EXIT: CBlbBackupAsync::PrepareTargetVolumesForSSB
    [0]ed8.124c 09/22/2011-14:05:02.208 [service CBlbBackupAsync::BackupToMediaForSSB
    backup.cpp@10379] ERROR:SSB call failed with hr=0x807800c5, detailed hr=0x80780046
    [0]ed8.124c 09/22/2011-14:05:02.208 [blbsrv
    restoresystemstate.cpp@131] ENTER: CBlbsrvSystemStateRestore::StopFileLogging
    [0]ed8.124c 09/22/2011-14:05:02.208 [blbsrv
    restoresystemstate.cpp@138] EXIT: CBlbsrvSystemStateRestore::StopFileLogging
    [0]ed8.124c 09/22/2011-14:05:02.208 [service
    backup.cpp@10449] EXIT: CBlbBackupAsync::BackupToMediaForSSB
    [0]ed8.124c 09/22/2011-14:05:02.208 [service CBlbBackupAsync::PerformSystemStateBackup
    backup.cpp@17287] WARNING:SSB operation unsuccessful with hr=0x80780046
    [0]ed8.124c 09/22/2011-14:05:02.208 [service CBlbSystemStateBackupAsync::SetState
    systemstatebackup.cpp@1061] INFO:ENGINE STATE:BACKUP SYSTEM STATE:5
    [0]ed8.124c 09/22/2011-14:05:02.208 [service CBlbBackupAsync::PerformSystemStateBackup
    backup.cpp@17300] INFO:Backup has system state = 0
    [0]ed8.124c 09/22/2011-14:05:02.208 [service
    backup.cpp@17306] EXIT: CBlbBackupAsync::PerformSystemStateBackup
    [0]ed8.124c 09/22/2011-14:05:02.208 [service
    backup.cpp@17331] ENTER: CBlbBackupAsync::UpdateBackupInfoIfRequired
    [0]ed8.124c 09/22/2011-14:05:02.208 [service
    backup.cpp@17379] EXIT: CBlbBackupAsync::UpdateBackupInfoIfRequired
    [0]ed8.124c 09/22/2011-14:05:02.208 [componenthelper
    componentbackuphelper.cpp@1456] ENTER: CBlbComponentBackupHelper::BackupComplete
    [0]ed8.124c 09/22/2011-14:05:02.208 [componenthelper CBlbComponentBackupHelper::BackupComplete
    componentbackuphelper.cpp@1460] INFO:bIsBackupFailed: 0
    [0]ed8.124c 09/22/2011-14:05:02.208 [componenthelper
    componentbackuphelper.cpp@1261] ENTER: CBlbComponentBackupHelper::BuildSppBackupCompleteStateArray
    [0]ed8.124c 09/22/2011-14:05:02.208 [componenthelper
    componentbackuphelper.cpp@1323] EXIT: CBlbComponentBackupHelper::BuildSppBackupCompleteStateArray
    [0]0F3C.0EE0::09/22/2011-14:05:02.427 [asrcmn]ENTER: CVssAsrAPIBackup::GetVolumeComponents
    [0]0F3C.0EE0::09/22/2011-14:05:02.427 [asrcmn]ENTER: AsrGetSystemVolumeDevPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.427 [asrcmn]EXIT: AsrGetSystemVolumeDevPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.427 [asrcmn]ENTER: BootGetWinREVolGuid
    [0]0F3C.0EE0::09/22/2011-14:05:02.427 [asrcmn]ENTER: _GetElementData
    [0]0F3C.0EE0::09/22/2011-14:05:02.427 [asrcmn][WPP_ASR_ERROR] NT STATUS ERROR 0xc0000225(STATUS_NOT_FOUND) [status]: (bootlib.cpp:497)
    [0]0F3C.0EE0::09/22/2011-14:05:02.427 [asrcmn]EXIT: _GetElementData
    [0]0F3C.0EE0::09/22/2011-14:05:02.427 [asrcmn]EXIT: BootGetWinREVolGuid
    [0]0F3C.0EE0::09/22/2011-14:05:02.428 [asrcmn]ENTER: AsrVhd::GetDeviceDependencyInformation
    [0]0F3C.0EE0::09/22/2011-14:05:02.428 [asrsys][WPP_ASR_INFO]Disk
    \\?\Volume{9f1ea685-a26b-11de-bbc7-806e6f6e6963} is not a virtual device. Status=3225026581 (asrvhd.cpp:436)
    [0]0F3C.0EE0::09/22/2011-14:05:02.428 [asrcmn]EXIT: AsrVhd::GetDeviceDependencyInformation
    [0]0F3C.0EE0::09/22/2011-14:05:02.428 [asrcmn]ENTER: AsrVhd::GetDeviceDependencyInformation
    [0]0F3C.0EE0::09/22/2011-14:05:02.428 [asrsys][WPP_ASR_INFO]Disk
    \\?\Volume{9f1ea684-a26b-11de-bbc7-806e6f6e6963} is not a virtual device. Status=3225026581 (asrvhd.cpp:436)
    [0]0F3C.0EE0::09/22/2011-14:05:02.428 [asrcmn]EXIT: AsrVhd::GetDeviceDependencyInformation
    [0]0F3C.0EE0::09/22/2011-14:05:02.428 [asrcmn]ENTER: AsrVhd::GetDeviceDependencyInformation
    [0]0F3C.0EE0::09/22/2011-14:05:02.428 [asrsys][WPP_ASR_INFO]Disk
    \\?\Volume{d513444f-a276-11de-b33e-00155d663512} is not a virtual device. Status=3225026581 (asrvhd.cpp:436)
    [0]0F3C.0EE0::09/22/2011-14:05:02.428 [asrcmn]EXIT: AsrVhd::GetDeviceDependencyInformation
    [0]0F3C.0EE0::09/22/2011-14:05:02.428 [asrwriter][WPP_ASR_INFO]cComponents = 3 , cMaxComponents = 5 (asrwriterbackup.cpp:602)
    [0]0F3C.0EE0::09/22/2011-14:05:02.428 [asrcmn]EXIT: CVssAsrAPIBackup::GetVolumeComponents
    [0]0F3C.0EE0::09/22/2011-14:05:02.429 [asrcmn]ENTER: CVssAsrAPIBackup::GetDiskComponents
    [0]0F3C.0EE0::09/22/2011-14:05:02.429 [asrcmn]ENTER: DiskListInitialize
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrcmn]ENTER: GetDriveTypeByHandle
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrcmn]EXIT: GetDriveTypeByHandle
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrcmn]ENTER: AsrVhd::GetDeviceDependencyInformation
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrsys][WPP_ASR_INFO]Disk
    \\?\ide#diskvirtual_hd______________________________1.1.0___#5&35dc7040&0&0.0.0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b} is not a virtual device. Status=3225026581 (asrvhd.cpp:436)
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrcmn]EXIT: AsrVhd::GetDeviceDependencyInformation
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrcmn]ENTER: GetDriveTypeByHandle
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrcmn]EXIT: GetDriveTypeByHandle
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrcmn]ENTER: AsrVhd::GetDeviceDependencyInformation
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrsys][WPP_ASR_INFO]Disk
    \\?\ide#diskvirtual_hd______________________________1.1.0___#5&35dc7040&0&0.1.0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b} is not a virtual device. Status=3225026581 (asrvhd.cpp:436)
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrcmn]EXIT: AsrVhd::GetDeviceDependencyInformation
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrcmn]EXIT: DiskListInitialize
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrcmn]ENTER: DiskListMarkClusteredDisks
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrcmn]EXIT: DiskListMarkClusteredDisks
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrcmn]ENTER: DiskListPopulateLayoutInfo
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrsys][WPP_ASR_INFO]Getting disk info:
    \\?\ide#diskvirtual_hd______________________________1.1.0___#5&35dc7040&0&0.1.0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b} (asrbkup.cpp:1415)
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrcmn]ENTER: AsrpGetDiskLayout
    [0]0F3C.0EE0::09/22/2011-14:05:02.478 [asrcmn]ENTER: DiskForceDriversSync
    [0]0F3C.0EE0::09/22/2011-14:05:02.709 [asrcmn]EXIT: DiskForceDriversSync
    [0]0F3C.0EE0::09/22/2011-14:05:02.709 [asrcmn]ENTER: AsrpGetMorePartitionInfo
    [0]0F3C.0EE0::09/22/2011-14:05:02.709 [asrcmn]ENTER: GetRdisk0DeviceNumber
    [0]0F3C.0EE0::09/22/2011-14:05:02.710 [asrcmn]EXIT: GetRdisk0DeviceNumber
    [0]0F3C.0EE0::09/22/2011-14:05:02.710 [asrcmn]ENTER: AsrGetSystemVolumeGlobalRootPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.710 [asrcmn]ENTER: AsrGetSystemVolumeDevPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.710 [asrcmn]EXIT: AsrGetSystemVolumeDevPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.710 [asrcmn]EXIT: AsrGetSystemVolumeGlobalRootPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.711 [asrcmn]ENTER: DiskBuildDevicePartitionPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.711 [asrcmn]EXIT: DiskBuildDevicePartitionPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.711 [asrcmn]ENTER: MtMgrGetSymbolicNames
    [0]0F3C.0EE0::09/22/2011-14:05:02.711 [asrcmn]ENTER: MtMgrGetMountPoints
    [0]0F3C.0EE0::09/22/2011-14:05:02.711 [asrcmn]ENTER: MtMgrOpen
    [0]0F3C.0EE0::09/22/2011-14:05:02.711 [asrcmn]EXIT: MtMgrOpen
    [0]0F3C.0EE0::09/22/2011-14:05:02.711 [asrcmn]EXIT: MtMgrGetMountPoints
    [0]0F3C.0EE0::09/22/2011-14:05:02.711 [asrcmn]EXIT: MtMgrGetSymbolicNames
    [0]0F3C.0EE0::09/22/2011-14:05:02.711 [asrcmn]EXIT: AsrpGetMorePartitionInfo
    [0]0F3C.0EE0::09/22/2011-14:05:02.711 [asrcmn]EXIT: AsrpGetDiskLayout
    [0]0F3C.0EE0::09/22/2011-14:05:02.711 [asrsys][WPP_ASR_INFO]Disk device number=1 (asrbkup.cpp:1495)
    [0]0F3C.0EE0::09/22/2011-14:05:02.711 [asrsys][WPP_ASR_INFO]Getting disk info:
    \\?\ide#diskvirtual_hd______________________________1.1.0___#5&35dc7040&0&0.0.0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b} (asrbkup.cpp:1415)
    [0]0F3C.0EE0::09/22/2011-14:05:02.711 [asrcmn]ENTER: AsrpGetDiskLayout
    [0]0F3C.0EE0::09/22/2011-14:05:02.711 [asrcmn]ENTER: DiskForceDriversSync
    [0]0F3C.0EE0::09/22/2011-14:05:02.756 [asrcmn]EXIT: DiskForceDriversSync
    [0]0F3C.0EE0::09/22/2011-14:05:02.756 [asrcmn]ENTER: AsrpGetMorePartitionInfo
    [0]0F3C.0EE0::09/22/2011-14:05:02.756 [asrcmn]ENTER: GetRdisk0DeviceNumber
    [0]0F3C.0EE0::09/22/2011-14:05:02.756 [asrcmn]EXIT: GetRdisk0DeviceNumber
    [0]0F3C.0EE0::09/22/2011-14:05:02.756 [asrcmn]ENTER: AsrGetSystemVolumeGlobalRootPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.756 [asrcmn]ENTER: AsrGetSystemVolumeDevPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]EXIT: AsrGetSystemVolumeDevPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]EXIT: AsrGetSystemVolumeGlobalRootPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]ENTER: DiskBuildDevicePartitionPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]EXIT: DiskBuildDevicePartitionPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]ENTER: MtMgrGetSymbolicNames
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]ENTER: MtMgrGetMountPoints
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]ENTER: MtMgrOpen
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]EXIT: MtMgrOpen
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]EXIT: MtMgrGetMountPoints
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]EXIT: MtMgrGetSymbolicNames
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]ENTER: DiskBuildDevicePartitionPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]EXIT: DiskBuildDevicePartitionPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]ENTER: MtMgrGetSymbolicNames
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]ENTER: MtMgrGetMountPoints
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]ENTER: MtMgrOpen
    [0]0F3C.0EE0::09/22/2011-14:05:02.757 [asrcmn]EXIT: MtMgrOpen
    [0]0F3C.0EE0::09/22/2011-14:05:02.758 [asrcmn]EXIT: MtMgrGetMountPoints
    [0]0F3C.0EE0::09/22/2011-14:05:02.758 [asrcmn]EXIT: MtMgrGetSymbolicNames
    [0]0F3C.0EE0::09/22/2011-14:05:02.758 [asrcmn]EXIT: AsrpGetMorePartitionInfo
    [0]0F3C.0EE0::09/22/2011-14:05:02.758 [asrcmn]EXIT: AsrpGetDiskLayout
    [0]0F3C.0EE0::09/22/2011-14:05:02.758 [asrsys][WPP_ASR_INFO]Disk device number=0 (asrbkup.cpp:1495)
    [0]0F3C.0EE0::09/22/2011-14:05:02.758 [asrcmn]EXIT: DiskListPopulateLayoutInfo
    [0]0F3C.0EE0::09/22/2011-14:05:02.758 [asrcmn]ENTER: DiskListMarkOfflineDisks
    [0]0F3C.0EE0::09/22/2011-14:05:02.758 [asrsys][WPP_ASR_INFO]Getting Online/Offline disk:
    \\?\ide#diskvirtual_hd______________________________1.1.0___#5&35dc7040&0&0.1.0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b} (asrsys.cpp:233)
    [0]0F3C.0EE0::09/22/2011-14:05:02.758 [asrsys][WPP_ASR_INFO]Getting Online/Offline disk:
    \\?\ide#diskvirtual_hd______________________________1.1.0___#5&35dc7040&0&0.0.0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b} (asrsys.cpp:233)
    [0]0F3C.0EE0::09/22/2011-14:05:02.758 [asrcmn]EXIT: DiskListMarkOfflineDisks
    [0]0F3C.0EE0::09/22/2011-14:05:02.758 [asrcmn]EXIT: CVssAsrAPIBackup::GetDiskComponents
    [0]0F3C.0EE0::09/22/2011-14:05:02.758 [asrcmn]ENTER: CVssAsrAPIBackup::GetBcdComponent
    [0]0F3C.0EE0::09/22/2011-14:05:02.758 [asrcmn]ENTER: AsrGetSystemVolumeDevPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.759 [asrcmn]EXIT: AsrGetSystemVolumeDevPath
    [0]0F3C.0EE0::09/22/2011-14:05:02.759 [asrcmn]ENTER: GetVolumeNameFromDeviceName
    [0]0F3C.0EE0::09/22/2011-14:05:02.759 [asrcmn]EXIT: GetVolumeNameFromDeviceName
    [0]0F3C.0EE0::09/22/2011-14:05:02.759 [asrcmn]EXIT: CVssAsrAPIBackup::GetBcdComponent
    [0]ed8.f68 09/22/2011-14:05:03.228 [service
    backup.cpp@3149] ENTER: CBlbBackupAsync::QueryStatus
    [0]ed8.f68 09/22/2011-14:05:03.228 [service
    backup.cpp@3209] ENTER: CBlbBackupAsync::QueryVolumeBackupStatus
    [0]ed8.f68 09/22/2011-14:05:03.228 [componenthelper
    componentbackuphelper.cpp@1850] ENTER: CBlbComponentBackupHelper::FillComponentConsistencyStatus
    [0]ed8.f68 09/22/2011-14:05:03.228 [componenthelper
    componentbackuphelper.cpp@1944] EXIT: CBlbComponentBackupHelper::FillComponentConsistencyStatus
    [0]ed8.f68 09/22/2011-14:05:03.228 [service
    backup.cpp@3342] EXIT: CBlbBackupAsync::QueryVolumeBackupStatus
    [0]ed8.f68 09/22/2011-14:05:03.228 [service
    backup.cpp@3359] ENTER: CBlbBackupAsync::QuerySystemStateBackupStatus
    [0]ed8.f68 09/22/2011-14:05:03.228 [service
    systemstatebackup.cpp@740] ENTER: CBlbSystemStateBackupAsync::QueryStatus
    [0]ed8.f68 09/22/2011-14:05:03.228 [service
    systemstatebackup.cpp@874] EXIT: CBlbSystemStateBackupAsync::QueryStatus
    [0]ed8.f68 09/22/2011-14:05:03.228 [service
    backup.cpp@3399] EXIT: CBlbBackupAsync::QuerySystemStateBackupStatus
    [0]ed8.f68 09/22/2011-14:05:03.228 [service
    backup.cpp@3192] EXIT: CBlbBackupAsync::QueryStatus
    [0]ed8.124c 09/22/2011-14:05:03.742 [componenthelper
    componentbackuphelper.cpp@1518] EXIT: CBlbComponentBackupHelper::BackupComplete
    [0]ed8.124c 09/22/2011-14:05:03.742 [service
    backup.cpp@6290] ENTER: CBlbBackupAsync::WriteBackupComponents
    [0]ed8.124c 09/22/2011-14:05:03.742 [blbengutils
    BlbSecurityUtils.cpp@1146] ENTER: CBlbImpersonationHelper::ImpersonateCaller
    [0]ed8.124c 09/22/2011-14:05:03.742 [blbengutils CBlbImpersonationHelper::ImpersonateCaller
    BlbSecurityUtils.cpp@1178] INFO:No impersonation done.
    [0]ed8.124c 09/22/2011-14:05:03.742 [blbengutils
    BlbSecurityUtils.cpp@1183] EXIT: CBlbImpersonationHelper::ImpersonateCaller
    [0]ed8.124c 09/22/2011-14:05:03.743 [util
    systemutils.cpp@709] ENTER: BlbutilRegReadDWORD
    [0]ed8.124c 09/22/2011-14:05:03.743 [util BlbutilRegReadDWORD
    systemutils.cpp@731] WARNING:RegQueryValueEx NoTargetSnapshot unsuccessful, hr:0x80070002
    [0]ed8.124c 09/22/2011-14:05:03.743 [util
    systemutils.cpp@749] EXIT: BlbutilRegReadDWORD
    [0]ed8.124c 09/22/2011-14:05:03.755 [blbengutils
    BlbSecurityUtils.cpp@1203] ENTER: CBlbImpersonationHelper::Revert
    [0]ed8.124c 09/22/2011-14:05:03.755 [blbengutils CBlbImpersonationHelper::Revert
    BlbSecurityUtils.cpp@1215] INFO:No revert needed.
    [0]ed8.124c 09/22/2011-14:05:03.755 [blbengutils
    BlbSecurityUtils.cpp@1220] EXIT: CBlbImpersonationHelper::Revert
    [0]ed8.124c 09/22/2011-14:05:03.755 [service
    backup.cpp@6444] EXIT: CBlbBackupAsync::WriteBackupComponents
    [0]ed8.124c 09/22/2011-14:05:03.755 [service
    backup.cpp@8946] ENTER: CBlbBackupAsync::UpdateLocalCatalogAfterbackup
    [0]ed8.124c 09/22/2011-14:05:03.755 [service
    backup.cpp@7790] ENTER: CBlbBackupAsync::GetComponentsList
    [0]ed8.124c 09/22/2011-14:05:03.755 [componenthelper CBlbComponentBackupContext::GetComponentVolumeInfo
    componentbackuphelper.cpp@249] INFO:Component 'TasksStore' has data on volume '{9f1ea685-a26b-11de-bbc7-806e6f6e6963}'
    [0]ed8.124c 09/22/2011-14:05:03.755 [service CBlbBackupAsync::GetComponentsList
    backup.cpp@7856] INFO:Adding component (0) <NULL>\TasksStore.
    [0]ed8.124c 09/22/2011-14:05:03.755 [componenthelper CBlbComponentBackupContext::GetComponentVolumeInfo
    componentbackuphelper.cpp@249] INFO:Component 'WriterMetadataStore' has data on volume '{9f1ea685-a26b-11de-bbc7-806e6f6e6963}'
    [0]ed8.124c 09/22/2011-14:05:03.755 [service CBlbBackupAsync::GetComponentsList
    backup.cpp@7856] INFO:Adding component (1) <NULL>\WriterMetadataStore.
    [0]ed8.124c 09/22/2011-14:05:03.755 [componenthelper CBlbComponentBackupContext::GetComponentVolumeInfo
    componentbackuphelper.cpp@249] INFO:Component 'PerformanceCounters' has data on volume '{9f1ea685-a26b-11de-bbc7-806e6f6e6963}'
    [0]ed8.124c 09/22/2011-14:05:03.755 [service CBlbBackupAsync::GetComponentsList
    backup.cpp@7856] INFO:Adding component (2) <NULL>\PerformanceCounters.
    [0]ed8.124c 09/22/2011-14:05:03.755 [componenthelper CBlbComponentBackupContext::GetComponentVolumeInfo
    componentbackuphelper.cpp@249] INFO:Component 'WMI' has data on volume '{9f1ea685-a26b-11de-bbc7-806e6f6e6963}'
    [0]ed8.124c 09/22/2011-14:05:03.755 [service CBlbBackupAsync::GetComponentsList
    backup.cpp@7856] INFO:Adding component (3) <NULL>\WMI.
    [0]ed8.124c 09/22/2011-14:05:03.755 [componenthelper CBlbComponentBackupContext::GetComponentVolumeInfo
    componentbackuphelper.cpp@249] INFO:Component 'IISMETABASE' has data on volume '{9f1ea685-a26b-11de-bbc7-806e6f6e6963}'
    [0]ed8.124c 09/22/2011-14:05:03.755 [service CBlbBackupAsync::GetComponentsList
    backup.cpp@7856] INFO:Adding component (4) <NULL>\IISMETABASE.
    [0]ed8.124c 09/22/2011-14:05:03.755 [componenthelper CBlbComponentBackupContext::GetComponentVolumeInfo
    componentbackuphelper.cpp@249] INFO:Component 'COM+ REGDB' has data on volume '{9f1ea685-a26b-11de-bbc7-806e6f6e6963}'
    [0]ed8.124c 09/22/2011-14:05:03.755 [service CBlbBackupAsync::GetComponentsList
    backup.cpp@7856] INFO:Adding component (5) <NULL>\COM+ REGDB.
    [0]ed8.124c 09/22/2011-14:05:03.755 [componenthelper CBlbComponentBackupContext::GetComponentVolumeInfo
    componentbackuphelper.cpp@249] INFO:Component 'IISCONFIG' has data on volume '{9f1ea685-a26b-11de-bbc7-806e6f6e6963}'
    [0]ed8.124c 09/22/2011-14:05:03.755 [service CBlbBackupAsync::GetComponentsList
    backup.cpp@7856] INFO:Adding component (6) <NULL>\IISCONFIG.
    [0]ed8.124c 09/22/2011-14:05:03.768 [componenthelper CBlbComponentBackupContext::GetComponentVolumeInfo
    componentbackuphelper.cpp@249] INFO:Component 'System Files' has data on volume '{9f1ea685-a26b-11de-bbc7-806e6f6e6963}'
    [0]ed8.124c 09/22/2011-14:05:03.768 [service CBlbBackupAsync::GetComponentsList
    backup.cpp@7856] INFO:Adding component (7) <NULL>\System Files.
    [0]ed8.124c 09/22/2011-14:05:03.768 [componenthelper CBlbComponentBackupContext::GetComponentVolumeInfo
    componentbackuphelper.cpp@249] INFO:Component 'Registry' has data on volume '{9f1ea685-a26b-11de-bbc7-806e6f6e6963}'
    [0]ed8.124c 09/22/2011-14:05:03.768 [service CBlbBackupAsync::GetComponentsList
    backup.cpp@7856] INFO:Adding component (8) <NULL>\Registry.
    [0]ed8.124c 09/22/2011-14:05:03.768 [service
    backup.cpp@7917] EXIT: CBlbBackupAsync::GetComponentsList
    [0]ed8.124c 09/22/2011-14:05:03.768 [service
    backup.cpp@7943] ENTER: CBlbBackupAsync::AddComponentsToLocalCatalog
    [0]ed8.124c 09/22/2011-14:05:03.768 [service
    backup.cpp@7961] EXIT: CBlbBackupAsync::AddComponentsToLocalCatalog
    [0]ed8.124c 09/22/2011-14:05:03.768 [service
    backup.cpp@11835] ENTER: CBlbBackupAsync::SetVolumesInLocalCatalog
    [0]ed8.124c 09/22/2011-14:05:03.768 [service
    backup.cpp@1557] ENTER: CBlbVolumeBackupContext::GetOriginalAccessPath
    [0]ed8.124c 09/22/2011-14:05:03.768 [service
    backup.cpp@1585] EXIT: CBlbVolumeBackupContext::GetOriginalAccessPath
    [0]ed8.124c 09/22/2011-14:05:03.768 [service CBlbBackupAsync::SetVolumesInLocalCatalog
    backup.cpp@11894] INFO:Not adding volume C: to catalog since it failed
    [0]ed8.124c 09/22/2011-14:05:03.768 [service CBlbBackupAsync::SetVolumesInLocalCatalog
    backup.cpp@11943] ERROR:Backup of all the source volumes failed.
    [0]ed8.124c 09/22/2011-14:05:03.768 [service
    backup.cpp@11970] EXIT: CBlbBackupAsync::SetVolumesInLocalCatalog
    [0]ed8.124c 09/22/2011-14:05:03.768 [service CBlbBackupAsync::UpdateLocalCatalogAfterbackup
    backup.cpp@8986] ERROR:CBlbBackupAsync::SetVolumesInLocalCatalog failed with hr=0x80780049
    [0]ed8.124c 09/22/2011-14:05:03.768 [blbengutils
    BlbSecurityUtils.cpp@1203] ENTER: CBlbImpersonationHelper::Revert
    [0]ed8.124c 09/22/2011-14:05:03.768 [blbengutils CBlbImpersonationHelper::Revert
    BlbSecurityUtils.cpp@1215] INFO:No revert needed.
    [0]ed8.124c 09/22/2011-14:05:03.768 [blbengutils
    BlbSecurityUtils.cpp@1220] EXIT: CBlbImpersonationHelper::Revert
    [0]ed8.124c 09/22/2011-14:05:03.768 [service
    backup.cpp@9050] EXIT: CBlbBackupAsync::UpdateLocalCatalogAfterbackup
    [0]ed8.124c 09/22/2011-14:05:03.768 [service
    backup.cpp@15335] ENTER: CBlbBackupAsync::RemoveESPCache
    [0]ed8.124c 09/22/2011-14:05:03.768 [service CBlbBackupAsync::RemoveESPCache
    backup.cpp@15338] INFO:No esp cache created, so not freeing up
    [0]ed8.124c 09/22/2011-14:05:03.768 [service
    backup.cpp@15345] EXIT: CBlbBackupAsync::RemoveESPCache
    [0]ed8.124c 09/22/2011-14:05:03.768 [service BlbBackupThreadFunc
    backup.cpp@19732] INFO:BlbBackupThreadFunc took 363232 ms to complete
    [0]ed8.124c 09/22/2011-14:05:03.768 [service
    backup.cpp@15795] ENTER: CBlbBackupAsync::DismountAllVHDs
    [0]ed8.124c 09/22/2011-14:05:03.768 [service
    backup.cpp@15723] ENTER: CBlbBackupAsync::DismountVHD
    Unknown( 70): GUID=7a2b0bca-701d-904a-c23d-62f5e0f26656 (No Format Information found).
    Unknown( 68): GUID=7a2b0bca-701d-904a-c23d-62f5e0f26656 (No Format Information found).
    Unknown( 69): GUID=7a2b0bca-701d-904a-c23d-62f5e0f26656 (No Format Information found).
    Unknown( 77): GUID=7a2b0bca-701d-904a-c23d-62f5e0f26656 (No Format Information found).
    Unknown( 78): GUID=7a2b0bca-701d-904a-c23d-62f5e0f26656 (No Format Information found).
    Unknown( 74): GUID=7a2b0bca-701d-904a-c23d-62f5e0f26656 (No Format Information found).
    Unknown( 79): GUID=7a2b0bca-701d-904a-c23d-62f5e0f26656 (No Format Information found).
    Unknown( 80): GUID=7a2b0bca-701d-904a-c23d-62f5e0f26656 (No Format Information found).
    Unknown( 71): GUID=7a2b0bca-701d-904a-c23d-62f5e0f26656 (No Format Information found).
    Unknown( 72): GUID=7a2b0bca-701d-904a-c23d-62f5e0f26656 (No Format Information found).
    [0]ed8.124c 09/22/2011-14:05:03.769 [service CBlbBackupAsync::DismountVHD
    backup.cpp@15744] ERROR:CBlbVhdHelper::Dismount failed for '\\?\Volume{d841345f-e505-11e0-bb05-00155d646a25}', hr: 0x80070490
    [0]ed8.124c 09/22/2011-14:05:03.769 [service
    backup.cpp@15775] EXIT: CBlbBackupAsync::DismountVHD
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbSecurityUtils.cpp@1203] ENTER: CBlbImpersonationHelper::Revert
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils CBlbImpersonationHelper::Revert
    BlbSecurityUtils.cpp@1215] INFO:No revert needed.
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbSecurityUtils.cpp@1220] EXIT: CBlbImpersonationHelper::Revert
    [0]ed8.124c 09/22/2011-14:05:03.769 [service
    backup.cpp@15819] EXIT: CBlbBackupAsync::DismountAllVHDs
    [0]ed8.124c 09/22/2011-14:05:03.769 [service BlbBackupThreadFunc
    backup.cpp@19738] WARNING:DismountAllVHDs unsuccessful with hr=0x80070490
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbBackupTargetUtils.cpp@3225] ENTER: BlbDeleteOldBackupLogFiles
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbFsUtils.cpp@1258] ENTER: BlbDeleteOldLogFiles
    [0]ed8.124c 09/22/2011-14:05:03.769 [util
    blbtrace.cpp@637] ENTER: GetBlbTracingDirectory
    [0]ed8.124c 09/22/2011-14:05:03.769 [util
    blbtrace.cpp@589] ENTER: GetWindowsLogsDirectory
    [0]ed8.124c 09/22/2011-14:05:03.769 [util
    blbtrace.cpp@618] EXIT: GetWindowsLogsDirectory
    [0]ed8.124c 09/22/2011-14:05:03.769 [util
    blbtrace.cpp@693] EXIT: GetBlbTracingDirectory
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbFsUtils.cpp@1151] ENTER: BlbFindFiles
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils BlbFindFiles
    BlbFsUtils.cpp@1208] INFO:Found '3' log files in path 'C:\Windows\Logs\WindowsServerBackup\Backup-*'
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbFsUtils.cpp@1232] EXIT: BlbFindFiles
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils BlbDeleteOldLogFiles
    BlbFsUtils.cpp@1303] INFO:Found '3' log files in path 'C:\Windows\Logs\WindowsServerBackup', retaining '5' logs
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbFsUtils.cpp@1336] EXIT: BlbDeleteOldLogFiles
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbFsUtils.cpp@1258] ENTER: BlbDeleteOldLogFiles
    [0]ed8.124c 09/22/2011-14:05:03.769 [util
    blbtrace.cpp@637] ENTER: GetBlbTracingDirectory
    [0]ed8.124c 09/22/2011-14:05:03.769 [util
    blbtrace.cpp@589] ENTER: GetWindowsLogsDirectory
    [0]ed8.124c 09/22/2011-14:05:03.769 [util
    blbtrace.cpp@618] EXIT: GetWindowsLogsDirectory
    [0]ed8.124c 09/22/2011-14:05:03.769 [util
    blbtrace.cpp@693] EXIT: GetBlbTracingDirectory
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbFsUtils.cpp@1151] ENTER: BlbFindFiles
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils BlbFindFiles
    BlbFsUtils.cpp@1208] INFO:Found '3' log files in path 'C:\Windows\Logs\WindowsServerBackup\Backup_Error*'
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbFsUtils.cpp@1232] EXIT: BlbFindFiles
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils BlbDeleteOldLogFiles
    BlbFsUtils.cpp@1303] INFO:Found '3' log files in path 'C:\Windows\Logs\WindowsServerBackup', retaining '5' logs
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbFsUtils.cpp@1336] EXIT: BlbDeleteOldLogFiles
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbFsUtils.cpp@1258] ENTER: BlbDeleteOldLogFiles
    [0]ed8.124c 09/22/2011-14:05:03.769 [util
    blbtrace.cpp@637] ENTER: GetBlbTracingDirectory
    [0]ed8.124c 09/22/2011-14:05:03.769 [util
    blbtrace.cpp@589] ENTER: GetWindowsLogsDirectory
    [0]ed8.124c 09/22/2011-14:05:03.769 [util
    blbtrace.cpp@618] EXIT: GetWindowsLogsDirectory
    [0]ed8.124c 09/22/2011-14:05:03.769 [util
    blbtrace.cpp@693] EXIT: GetBlbTracingDirectory
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbFsUtils.cpp@1151] ENTER: BlbFindFiles
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils BlbFindFiles
    BlbFsUtils.cpp@1208] INFO:Found '0' log files in path 'C:\Windows\Logs\WindowsServerBackup\Backup_Operations*'
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbFsUtils.cpp@1232] EXIT: BlbFindFiles
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils BlbDeleteOldLogFiles
    BlbFsUtils.cpp@1303] INFO:Found '0' log files in path 'C:\Windows\Logs\WindowsServerBackup', retaining '5' logs
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbFsUtils.cpp@1336] EXIT: BlbDeleteOldLogFiles
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbBackupTargetUtils.cpp@3260] EXIT: BlbDeleteOldBackupLogFiles
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbSecurityUtils.cpp@1203] ENTER: CBlbImpersonationHelper::Revert
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils CBlbImpersonationHelper::Revert
    BlbSecurityUtils.cpp@1215] INFO:No revert needed.
    [0]ed8.124c 09/22/2011-14:05:03.769 [blbengutils
    BlbSecurityUtils.cpp@1220] EXIT: CBlbImpersonationHelper::Revert
    [0]ed8.124c 09/22/2011-14:05:03.769 [componenthelper
    componentbackuphelper.cpp@1456] ENTER: CBlbComponentBackupHelper::BackupComplete
    [0]ed8.124c 09/22/2011-14:05:03.769 [componenthelper CBlbComponentBackupHelper::BackupComplete
    componentbackuphelper.cpp@1460] INFO:bIsBackupFailed: 1
    [0]ed8.124c 09/22/2011-14:05:03.769 [componenthelper CBlbComponentBackupHelper::BackupComplete
    componentbackuphelper.cpp@1473] INFO:BackupComplete already attempted.
    [0]ed8.124c 09/22/2011-14:05:03.769 [componenthelper
    componentbackuphelper.cpp@1518] EXIT: CBlbComponentBackupHelper::BackupComplete
    [0]ed8.124c 09/22/2011-14:05:03.769 [service
    backup.cpp@13649] ENTER: CBlbBackupAsync::DeleteSourceSnapshotsIfNeeded
    [0]ed8.124c 09/22/2011-14:05:03.769 [service
    PerformanceManager.cpp@550] ENTER: CPerformanceManager::Initialize
    [0]ed8.124c 09/22/2011-14:05:03.769 [service
    PerformanceManager.cpp@281] ENTER: CPerformanceManager::QueryPerformanceSettings
    [0]ed8.124c 09/22/2011-14:05:03.770 [service CPerformanceManager::QueryPerformanceSettings
    PerformanceManager.cpp@382] INFO:Buffer size is 4. First line is <NULL>
    [0]ed8.124c 09/22/2011-14:05:03.770 [service CPerformanceManager::QueryPerformanceSettings
    PerformanceManager.cpp@389] INFO:Custom performance settings is empty.
    [0]ed8.124c 09/22/2011-14:05:03.770 [service
    PerformanceManager.cpp@484] EXIT: CPerformanceManager::QueryPerformanceSettings
    [0]ed8.124c 09/22/2011-14:05:03.770 [service
    PerformanceManager.cpp@560] EXIT: CPerformanceManager::Initialize
    [0]ed8.124c 09/22/2011-14:05:03.777 [util
    systemutils.cpp@709] ENTER: BlbutilRegReadDWORD
    [0]ed8.124c 09/22/2011-14:05:03.777 [util BlbutilRegReadDWORD
    systemutils.cpp@731] WARNING:RegQueryValueEx DoNotDeleteFFBSnapshot unsuccessful, hr:0x80070002
    [0]ed8.124c 09/22/2011-14:05:03.777 [util
    systemutils.cpp@749] EXIT: BlbutilRegReadDWORD
    [0]ed8.124c 09/22/2011-14:05:03.777 [service
    PerformanceManager.cpp@585] ENTER: CPerformanceManager::GetSettingsForVolume
    [0]ed8.124c 09/22/2011-14:05:03.777 [service
    PerformanceManager.cpp@620] EXIT: CPerformanceManager::GetSettingsForVolume
    [0]ed8.124c 09/22/2011-14:05:03.777 [service CBlbBackupAsync::DeleteSourceSnapshotsIfNeeded
    backup.cpp@14045] INFO:Deleting current snapshot (\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy8\)
    [0]ed8.124c 09/22/2011-14:05:03.931 [service
    backup.cpp@14082] EXIT: CBlbBackupAsync::DeleteSourceSnapshotsIfNeeded
    [0]ed8.124c 09/22/2011-14:05:03.933 [service
    backup.cpp@14432] ENTER: CBlbBackupAsync::SetSourceDiffAreasIfNeeded
    [0]ed8.124c 09/22/2011-14:05:03.933 [service
    backup.cpp@14539] EXIT: CBlbBackupAsync::SetSourceDiffAreasIfNeeded
    [0]ed8.124c 09/22/2011-14:05:03.933 [service
    backup.cpp@14737] ENTER: CBlbBackupAsync::ResetTargetDiffAreaSize
    [0]ed8.124c 09/22/2011-14:05:03.933 [service CBlbBackupAsync::ResetTargetDiffAreaSize
    backup.cpp@14754] INFO:Not resetting diff area
    [0]ed8.124c 09/22/2011-14:05:03.933 [service
    backup.cpp@14866] EXIT: CBlbBackupAsync::ResetTargetDiffAreaSize
    [0]ed8.124c 09/22/2011-14:05:03.963 [service BlbBackupThreadFunc
    backup.cpp@19873] ERROR:Backup operation aborted with hr=80780049
    [0]ed8.124c 09/22/2011-14:05:03.963 [service CBlbSystemStateBackupAsync::SetState
    systemstatebackup.cpp@1061] INFO:ENGINE STATE:BACKUP SYSTEM STATE:5
    [0]ed8.124c 09/22/2011-14:05:03.963 [service CBlbBackupAsync::SetState
    backup.cpp@14709] INFO:ENGINE STATE:BACKUP:12. Previous state:8
    [0]ed8.124c 09/22/2011-14:05:03.963 [util
    fileutils.cpp@1388] ENTER: BlbutilDeleteDirectory
    [0]ed8.124c 09/22/2011-14:05:03.963 [util
    fileutils.cpp@1183] ENTER: BlbutilDeleteDirectory2
    [0]ed8.124c 09/22/2011-14:05:03.970 [util
    fileutils.cpp@1344] EXIT: BlbutilDeleteDirectory2
    [0]ed8.124c 09/22/2011-14:05:03.970 [util BlbutilDeleteDirectory
    fileutils.cpp@1443] INFO:Aborting deletion of
    \\?\Volume{9f1ea684-a26b-11de-bbc7-806e6f6e6963}\WindowsImageBackup\HEIAPP02\Backup 2011-09-22 135901 as one or more diectories or files are not getting deleted
    [0]ed8.124c 09/22/2011-14:05:03.970 [util BlbutilDeleteDirectory
    fileutils.cpp@1463] INFO:Total number of files/directories deleted in
    \\?\Volume{9f1ea684-a26b-11de-bbc7-806e6f6e6963}\WindowsImageBackup\HEIAPP02\Backup 2011-09-22 135901 is 17
    [0]ed8.124c 09/22/2011-14:05:03.970 [util BlbutilDeleteDirectory
    fileutils.cpp@1465] INFO:Deleting
    \\?\Volume{9f1ea684-a26b-11de-bbc7-806e6f6e6963}\WindowsImageBackup\HEIAPP02\Backup 2011-09-22 135901 took 0 ms
    [0]ed8.124c 09/22/2011-14:05:03.970 [util
    fileutils.cpp@1467] EXIT: BlbutilDeleteDirectory
    [0]ed8.124c 09/22/2011-14:05:03.970 [service
    backup.cpp@12718] ENTER: CBlbBackupAsync::PublishAllBackupStopEvents
    [0]ed8.124c 09/22/2011-14:05:03.971 [service CBlbBackupAsync::PublishAllBackupStopEvents
    backup.cpp@13047] INFO:Backup info for Volume [hr=8078001D, detailed hr = 0, Flags=1574, backupTypeDetermined = 1, IsCritical = 1]
    [0]ed8.124c 09/22/2011-14:05:03.971 [componenthelper
    componentbackuphelper.cpp@1850] ENTER: CBlbComponentBackupHelper::FillComponentConsistencyStatus
    [0]ed8.124c 09/22/2011-14:05:03.971 [componenthelper
    componentbackuphelper.cpp@1944] EXIT: CBlbComponentBackupHelper::FillComponentConsistencyStatus
    [0]ed8.124c 09/22/2011-14:05:03.971 [service
    systemstatebackup.cpp@1526] ENTER: CBlbSystemStateBackupAsync::GetSSBTimes
    [0]ed8.124c 09/22/2011-14:05:03.971 [service
    systemstatebackup.cpp@1531] EXIT: CBlbSystemStateBackupAsync::GetSSBTimes
    [0]ed8.124c 09/22/2011-14:05:03.971 [blbengutils
    BlbSqmUtils.cpp@342] ENTER: PublishBackupSqmDatapoint
    [0]ed8.124c 09/22/2011-14:05:03.971 [service
    backup.cpp@13273] EXIT: CBlbBackupAsync::PublishAllBackupStopEvents
    [0]ed8.124c 09/22/2011-14:05:03.971 [service
    backup.cpp@15016] ENTER: CBlbBackupAsync::UpdateBackupStatInRegistry
    [0]ed8.124c 09/22/2011-14:05:03.971 [service
    backup.cpp@14895] ENTER: CBlbBackupAsync::GetLastSuccessfulBackupInfo
    [0]ed8.124c 09/22/2011-14:05:03.971 [service CBlbBackupAsync::GetLastSuccessfulBackupInfo
    backup.cpp@14960] INFO:Last successful backup stats.  utc time 0,  target name (NULL), target access path (NULL)
    [0]ed8.124c 09/22/2011-14:05:03.971 [service
    backup.cpp@14991] EXIT: CBlbBackupAsync::GetLastSuccessfulBackupInfo
    [0]ed8.124c 09/22/2011-14:05:03.971 [helper
    blbBackupStatUpdater.cpp@205] ENTER: CBlbBackupStatUpdater::SaveStatsToRegistry
    [0]ed8.124c 09/22/2011-14:05:03.971 [helper CBlbBackupStatUpdater::SaveStatsToRegistry
    blbBackupStatUpdater.cpp@233] INFO:RegOpenKeyEx was unsuccessful for HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsBackup.  hr=0x80070002
    [0]ed8.124c 09/22/2011-14:05:03.971 [helper
    blbBackupStatUpdater.cpp@368] EXIT: CBlbBackupStatUpdater::SaveStatsToRegistry
    [0]ed8.124c 09/22/2011-14:05:03.971 [service CBlbBackupAsync::UpdateBackupStatInRegistry
    backup.cpp@15058] WARNING:pBlbBackupStatUpdater->SaveStatsToRegistry unsuccessful with hr=0x80070002. This should be fine on server skus.
    [0]ed8.124c 09/22/2011-14:05:03.971 [service
    backup.cpp@15069] EXIT: CBlbBackupAsync::UpdateBackupStatInRegistry
    [0]ed8.124c 09/22/2011-14:05:03.971 [service BlbBackupThreadFunc
    backup.cpp@19957] WARNING:UpdateBackupStatInRegistry unsuccessful with hr=80070002
    [0]ed8.124c 09/22/2011-14:05:03.971 [blbsrv
    restoresystemstate.cpp@259] ENTER: CBlbsrvSystemStateRestore::FinalRelease
    [0]ed8.124c 09/22/2011-14:05:03.971 [blbsrv
    restorefiles.cpp@162] ENTER: CBlbsrvRestoreFiles::FinalRelease
    [0]ed8.124c 09/22/2011-14:05:03.971 [blbsrv
    srvutil.cpp@139] ENTER: BlbsrvFreeRestoreFileSpecs
    [0]ed8.124c 09/22/2011-14:05:03.971 [blbsrv
    srvutil.cpp@151] EXIT: BlbsrvFreeRestoreFileSpecs
    [0]ed8.124c 09/22/2011-14:05:03.971 [blbsrv
    restorefiles.cpp@210] EXIT: CBlbsrvRestoreFiles::FinalRelease
    [0]ed8.124c 09/22/2011-14:05:03.971 [blbsrv
    restoresystemstate.cpp@312] EXIT: CBlbsrvSystemStateRestore::FinalRelease
    [0]ed8.124c 09/22/2011-14:05:03.971 [service CBlbAsync::Done
    async.cpp@187] INFO:Marking async operation as completed
    [0]ed8.124c 09/22/2011-14:05:03.971 [service CBlbAsync::Done
    async.cpp@190] INFO:Calling CompleteAsyncOperation for parent operation
    [0]ed8.124c 09/22/2011-14:05:03.971 [service
    backup.cpp@19987] EXIT: BlbBackupThreadFunc
    [0]ed8.f68 09/22/2011-14:05:04.227 [service
    backup.cpp@3149] ENTER: CBlbBackupAsync::QueryStatus
    [0]ed8.f68 09/22/2011-14:05:04.227 [service
    backup.cpp@3209] ENTER: CBlbBackupAsync::QueryVolumeBackupStatus
    [0]ed8.f68 09/22/2011-14:05:04.227 [componenthelper
    componentbackuphelper.cpp@1850] ENTER: CBlbComponentBackupHelper::FillComponentConsistencyStatus
    [0]ed8.f68 09/22/2011-14:05:04.227 [componenthelper
    componentbackuphelper.cpp@1944] EXIT: CBlbComponentBackupHelper::FillComponentConsistencyStatus
    [0]ed8.f68 09/22/2011-14:05:04.227 [service
    backup.cpp@3342] EXIT: CBlbBackupAsync::QueryVolumeBackupStatus
    [0]ed8.f68 09/22/2011-14:05:04.227 [service
    backup.cpp@3359] ENTER: CBlbBackupAsync::QuerySystemStateBackupStatus
    [0]ed8.f68 09/22/2011-14:05:04.227 [service
    systemstatebackup.cpp@740] ENTER: CBlbSystemStateBackupAsync::QueryStatus
    [0]ed8.f68 09/22/2011-14:05:04.227 [service
    systemstatebackup.cpp@874] EXIT: CBlbSystemStateBackupAsync::QueryStatus
    [0]ed8.f68 09/22/2011-14:05:04.227 [service
    backup.cpp@3399] EXIT: CBlbBackupAsync::QuerySystemStateBackupStatus
    [0]ed8.f68 09/22/2011-14:05:04.227 [service
    backup.cpp@3192] EXIT: CBlbBackupAsync::QueryStatus
    [0]bf0.fe0 09/22/2011-14:05:04.228 [util
    blbtrace.cpp@853] ENTER: BlbStopTracing
    [0]bf0.fe0 09/22/2011-14:05:04.228 [util
    blbtrace.cpp@397] ENTER: BlbStopTracing
    [0]bf0.fe0 09/22/2011-14:05:04.228 [util
    blbtrace.cpp@51] ENTER: BlbAllocateEventTraceProp
    [0]bf0.fe0 09/22/2011-14:05:04.228 [util
    blbtrace.cpp@83] EXIT: BlbAllocateEventTraceProp
    Log Name:      Microsoft-Windows-Backup
    Source:        Microsoft-Windows-Backup
    Date:          9/22/2011 1:28:44 AM
    Event ID:      5
    Task Category: None
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      HEIAPP02.heimstaden.local
    Description:
    The backup operation that started at '‎2011‎-‎09‎-‎22T06:22:24.687716500Z' has failed with following error code '2155347997'. Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.
    Sumesh P - Microsoft Online Community Support

  • Server 2008 R2 Windows Server Backup. "Error in backup of Hyper-V.vhd during read: Error [0x80070001] Incorrect function.

    Hello,
    We are currently using Windows Server Backup to backup three Hyper-V guests running on a Windows 2008 R2 host.  Two guests are running Server 2008 R2 and one is running Windows 7.  I have the backups going to a dedicated external disk drive.
    WSB backs up the two 2008 R2 Hyper-V guests just fine.  However, when attempting to backup the Windows 7 Hyper-V guest, I receive the following error:
    Error in backup of <Windows 7.vhd> during read: Error [0x80070001] Incorrect function.
    I ran a "vssadmin list writers" and all the VSS writers showed "Stable" with no errors.  I have plenty of space on the external drive as well.  I've read this article:
    https://support.microsoft.com/kb/973455?wa=wsignin1.0#workaroundissue12 except that doesn't seem to be what I'm experiencing here.
    Anyone have any suggestions?

    Hi,
    As the other 2 guests could be backed up correctly, the issue should not be the Windows Server Backup feature.
    First please refer to this article:
    Backing Up and Restoring Virtual Machines
    http://msdn.microsoft.com/en-us/library/dd405549(v=vs.85).aspx
    Please check if all following requirements are met. Specifically please check if Integration Service is installed. 
    Backup (volume snapshot) Integration Service is installed and running in the child VM. The service name is "Hyper-V Volume Shadow Copy Requestor".
    Windows 2000:  Backup Integration Service is not supported.
    The child VM must be in the running state.
    The Snapshot File Location for the VM is set to be the same volume in the host operating system as the VHD files for the VM.
    All volumes in the child VM are basic disks and there are no dynamic disks.
    All disks in the child VM must use a file system that supports snapshots (for example, NTFS).
    If you have any feedback on our support, please send to [email protected]

  • Raw Read Error Rate, Errors occurred while reading raw data from a disk

    hi
    when I turn my pavilion dv6 2170ee computer on screen shows below error.
    system diognostics (F2) does not any work
    and when my windows7 comming up this error was shown.
    I install Hard Disk Sentinel software and this program shows below:
    Failure Predicted - Attribute: 1 Raw Read Error Rate, Errors occurred while reading raw data from a disk. Indicate problem with the disk surface or the read/write heads.
    There are 28 weak sectors found on the disk surface. They may be remapped any time in the later use of the disk.
    26848 errors occured during data transfer. This may indicate problem of the device or with data/power cables. It is recommended to examine and replace the cables if possible.
    Replace hard disk immediately.
    how can I fix it?
    may drive format (Fdisk) and renewing windows can fix it?
    tanx and regards
    Mohammad

    Hello mohkhosh,
    I see that you're getting an error indicating possible hard driver failure, that you have this message from 3 different sources. I will try to help you with this.
    After reviewing everything  you're looking at needing to replace the hard drive. I would suggest contacting support to see what they can do for you.
    HP Technical Support, North America 1-800-474-6836. For all other regions click here.
    Thank you for posting on the HP Forums.
    I worked on behalf of HP.

  • VM will not boot after moving using Failover Cluster Manager - "a disk read error occurred......"

    My current Configuration:
    3 node cluster, using clustered shared storage and about 22 VM's.   The Host servers are running 2012 Data Center while all guest are running 2012 Standard.  The SAN is EqualLogic and we are using HIT Kit 4.5.
    I have a CSV that is running out of space, so I created another CSV so that I could move some of the VM's to a new home.    I tested this by creating a test VM, and moved it successfully 3 times.     I then moved an actual
    LIVE VM and while it seemed to move ok, it will now not start.   The message is "a disk read error occurred Press ctrl+alt+del to restart".     I moved the test VM and it failed as well.    
    I have read several things about this, but nothing seems to relate to my specific issue.   I have verified that VSS is working and free of errors as well.    From the Settings menu for the VM, if I select "Inspect" the drive,
    the properties all look fine.    It is a VHDX and both the current file size and maximum disk size seem correct.
    The VM's were moved using the "move - virtual machine storage" option within Failover Cluster Manager.
    Suggestions?
    Thanks.

    Lets see if I can answer all of those and I appreciate the brain storming.   This really needs to work, correctly.
    1.  The Storage is moving.
    2.   VM's and SAN are on same device.
    3.  No, my  Clustered Shared Volume, CSV, is out of room, (more one that later)
    4.  No, I actually have 2 sans grouped together.   However, I'm moving the VM', form one CSV to another CSV on the Same san.  EqualLogic PS 6110 is the one I am trying to move VMS around on, and the other SAN not involved in any way except
    for it is in a SAN group is an EqualLogic PS6010.
    5.  No error During move, it took about 5-10 minutes, no error messages.   Note, I did a test and it worked GREAT 3 times.   Now both a live VM, and the test VM are doing the same thing.
    6.  No, the machine is not to large.   The test making was a 50 gig drive, just 2012 standard installed with updates.   The live VM was a 75 gig VM that was my Trend Micro Server, or anti-virus host.
    7.  Expand the existing SCV?   Yes I should be able to, but there is an issue there.   The volume was expanded correctly, Equallogic sees the added space, Fail Over cluster manager sees the added space, however disk manager only
    sort of does.    When looking at disk manager, there are 2 areas that tell you a little bit about the drive.   The top part and then the bottom part.   The top part only shows 500G, the original size, while the bottom part
    says that it is 1 TB in size.   I call Dell's technical support and after they looked at it I was told by the technician that they had seen this a couple of times and the only way to fix it was to move all the VM's to another CSV and delete the troubled
    CSV.   I thought about adding more space to the troubled CSV, but its on a production server with about 12 VM's running on it and I did not want to take a chance.   The Trend VM was running on CSV-1 and working fine.   
    I must admit that the test VM, was on CSV-2.    I moved the Test VM from csv-2 to csv-3 back and forth several times with no errors.   The Trend Server was on CSV-1 and was moved to CSV-3, however it failed.  Again, I then moved
    the test VM from CSV-2 to CSV-3 and it failed the same way.   I could not test the "TEST - VM" on csv-1 due to csv-1 not having enough space.
    8.   I did disable the network from the VM to see if that mattered it did not. 
    9.   I have not yet had a chance to connect the VHDX to a new VM, but I will do that in about an hour, hopefully.    Once I am able to test that suggestion I will post the results as well.
    Again, thanks for all the suggestions and comments, as I had rather have lots to look at and try.   I hope I answered them well enough.
    Kenny

  • MXF read errors in CC 2014.1

    Has anyone else noticed a sudden onset of MXF read errors after updating to the latest version of Premiere?  I'm getting the dreaded "Red Frames" on footage that works fine in the previous version (2014.0).  The problem doesn't occur on import, meaning the errors will show up while I'm working (indicated by the red X in the lower right corner of the screen).  The only errors I receive during import are related to unsupported file types (I'm dragging in the entire captured card, and it doesn't like the XML files).  I have maintained the same workflow successfully since Premiere Pro 5.5 with this footage, only now am I beginning to see issues that are exclusive to this version.
    The issue occurs on both converted and new projects, and I'm starting to lose my sanity - the solution I've found is simple: re-import the footage after moving it to a different location on your system, and re-link the files.  This clears up the error, telling me that it has nothing to do with the files and everything to do with how they're being read.  The files work fine in VLC, along with previous versions of Premiere that are installed on our other work machines.
    The problem with this solution is that it totally Adobe's me: that is, it wastes my time on a bug that didn't appear before a recent upgrade while working to a deadline.
    The MXF files are coming from a Canon XF300. http://www.canon.ca/inetCA/en/products/method/gp/pid/4484#_030
    MPEG2, 35Mbps (VBR) 4:2:0, 1920x1080 (30p)
    If you're noticing this issue as well, please let me know.  Perhaps there's a codec issue on my system, or perhaps this latest update should have just been avoided...  Is there any way to roll back to CC 2014.0 ?
    Operating environment:
    Windows 7 x64, SP1
    Core i7-3930k, 32gb RAM
    Nvidia Quadro 4000
    Media access:
    The files are stored locally on a mechanical drive, the Premiere is running off of an SSD. 
    Workflow:
    Copy the entire card to the computer, and then dragging the folder that it was copied to into Premiere. Wait for Premiere to conform and import.
    Where the issue is noticed:
    The problem typically occurs when footage has been nested with effects applied to it (at the root, not on the parent sequence).  The error doesn't appear on import, but rather during the scrubbing/playback.

    Hi Atkinsgj,
    Atkinsgj wrote:
    These forums are listed as an official support channel, but they're staffed primarily by volunteers...
    Yes, that's the reality. I do try and get as many employees as possible to participate, though.
    Atkinsgj wrote:
    Can I request better support on the feature request forum? 
    The feature request forum? Do you mean the Premiere Pro forum? Feel free: http://adobe.ly/feature_request
    Atkinsgj wrote:
    As my inbox continues to receive notices of other people having issues with this ancient file-format, my concern grows because this kind of issue isn't a new trend.
    Your In box grows from other people's issues? Sorry, I'm not understanding. Are you in support or education as well?
    "This kind of issue…" refers to what? File based camera formats like AVCHD, etc.? As Neil says, there are lots of things that can go wrong with these kinds of formats. Chief among them is not ingesting them correctly, via the Media Browser not File > Import.
    Atkinsgj wrote:
    ...but that's really disappointing to hear. Adobe is a 32 billion dollar company - who made over 3 billion in gross profit last year, more than the GDP of many small nations...and there is limited support for one of your flagship products...a product that was recently used to make a blockbuster hit (Gone Girl).
    I don't believe I know of any one company creating complex software that doesn't need a larger support staff. We do the best we can with what we are given. Of course, I have no control over how many support agents we have on the phones or on chat. I'm lucky now that I have a couple of agents dedicated to the forums, so you should see this situation improving.
    Atkinsgj wrote:
    If there's a better way to seek a resolution please let us know, we don't want to stretch thin valuable resources or waste time.
    Try this: Contact Customer Care
    Thanks,
    Kevin

  • What should i do about disk read errors

    Using MacBookPro (Mid 2010, 2.66 GHz Intel Core i7, 8 GB RAM, 500 GB Hitachi drive, OS X 10.9.4 (13E28)). I use Carbon Copy Cloner as part of my backup strategy. Today it reported read error: /private/var/log/asl/2014.09.06.U0.G80.asl is on a bad section of the hard disk. 1) What is the file’s function & should I worry about recovering it? 2) Ran Disk Utility before & after Mavericks upgrade last week & after CCC report; DU reportd disk appears OK. 3) Suggestions?

    The log file itself isn't vital to anything.  Most logs can safely be removed (easily using MainMenu or similar tools).   Logs are really only handy in forensics of what may be going amiss with a system, an application, or tracking user behavior.  However, the deeper issue is why that sector went bad.   Drives age -- we all know that.  But if your drive is beginning to really show some issues, it's cheaper to go ahead and replace/retire it.  Yes, reformatting after a complete bootable backup via CCC or a complete TimeMachine run is an option.  Bad sectors will be noted and written around during the reformat.  But it could also be a sign of troubled waters ahead.

Maybe you are looking for

  • Parameter gets reset and Multi-value parameter doesn't work

    Hi Two Issues: I've set the value of a Date parameter (Start Date) when moving from the home screen (Report 1) to the next screen (Report 2) as the first day of the current year (DateSerial(Year(Today),1,1). In report 2, if I try to change the Start

  • Clear block not working !! help required asap

    We have used clearblock all inside a fix command, it used to work before and when we migrated over to new server it is failing to work. It is not throwing out an error but it is not clearing. I checked the difference at the database level and found t

  • Component Video Cables vs. Fiber Optic?

    I am looking to purchase a Sony HTS-S360 Home Theater system sometime in the near future and I am looking to hook my 46" Sony Bravia XBR9 up to it.  I am wondering which would be better for such a setup, Component Cables or a Fiber Optic Cable.  I wa

  • How do you restore iphone 4s when you forget restriction password, how do you restore iphone 4s when you forget restriction password

    i lost internet on my phone and the only way to get it back is to restore the phone the only problem is there is the restriction password on there and i have no idea what it is. so how can i restore it without that password and no itunes

  • Error Accessing Accounts Pane

    Dear all, I need help, I have an error while accessing the Accounts pane under System Preferences. pls have a look to this screen shoot, https://files.me.com/boudy83/giasyo I have MacBook aluminum (Late 2008) 10.6.6 Thanks for help, Boudy,