DiskPart Format : Parameter is incorrect

I am trying to format a virtual disk & I get an error. I have selected the partition to operate on & ran the format command in a variety of ways [recommended, ntfs, fat, also combined with quick].
I can't for the life of me figure out whats wrong. Is it that DiskParted is bugged here? or am I missing something?
This issue happens in Windows 8.1 & Windows 10 Beta. Never tried 7, but I assume the same would occur
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
Disk 0 Online 167 GB 1024 KB
Disk 1 No Media 0 B 0 B
* Disk 2 Online 200 MB 0 B
DISKPART> list partition
Partition ### Type Size Offset
* Partition 1 Primary 198 MB 64 KB
DISKPART> format fs=ntfs unit=4096 quick
0 percent completed
DiskPart has encountered an error: The parameter is incorrect.
See the System Event Log for more information.
DISKPART> format recommended
0 percent completed
DiskPart has encountered an error: The parameter is incorrect.
See the System Event Log for more information.

Hi RandomClown,
Format command could be used directly from the CMD Window, no need to under the Diskpart Session.
You may try to format in this way:
format <Volume> [/fs:{FAT|FAT32|NTFS}] [/v:<Label>] [/q] [/a:<UnitSize>] [/c] [/x] [/p:<Passes>]
More information, please check:
Format
To use the Diskpart command, we need first select(not the list command, use the select command) the disk that we want to format, for example,
To use the command line to bring a disk online, create a partition, and format it, you may try the following commands:
C:\> Diskpart
DISKPART> list disk
DISKPART> select disk (id)
DISKPART> online disk (if the disk is not online)
DISKPART> attributes disk clear readonly
DISKPART> clean
DISKPART> convert mbr (or gpt)
DISKPART> create partition primary
DISKPART> select part 1
DISKPART> active (if this is the boot partition)
DISKPART> format fs=ntfs label=(name) quick
DISKPART> assign letter (letter)
DISKPART> list volume
More information about Diskpart command, please see:
DiskPart Commands.
Best regards
Michael Shao
TechNet Community Support

Similar Messages

  • 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

  • Wbadmin System State Backup "Parameter is incorrect"

    Hello,
    We have two physical Windows Server 2008 R2 x64 Standard Domain Controllers and the system state backup on both fails with the same error.
    We issue the command:
    wbadmin start systemstatebackup -backuptarget:c:
    (NOTE: We did the REG fix to allow backups to the system volume)
    and we get  this as the output:
    C:\Windows\system32>wbadmin start systemstatebackup -backuptarget:c:
    wbadmin 1.0 - Backup command-line tool
    (C) Copyright 2004 Microsoft Corp.
    Starting to back up the system state [28/02/2010 21:26]...
    Retrieving volume information...
    This will back up the system state from volume(s) System(C:) to c:.
    Do you want to start the backup operation?
    [Y] Yes [N] No y
    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...
    Summary of the backup operation:
    The backup of the system state failed [28/02/2010 21:27].
    Log of files successfully backed up:
    C:\Windows\Logs\WindowsServerBackup\Backup-28-02-2010_21-26-31.log
    Log of files for which backup failed:
    C:\Windows\Logs\WindowsServerBackup\Backup_Error-28-02-2010_21-26-31.log
    The operation ended before completion.
    The parameter is incorrect.
    C:\Windows\system32>
    This happens on both servers and the two backup log files mentioned in the output are both empty.
    There's no other information that I can find so I don't know what the "parameter" is or why it is incorrect.
    Has anyne come across this problem and know what the error is referring to?
    Thanks
    Sunil

    I received a PowerShell script from Suhas and ran it on the affected server, the script output gave:
    1.
         Service Name    : RMAGENT
         Service Caption : RMAGENT
         Registry key    : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RMAGENT\ImagePath
         Value           : \\PRIMARY\admin$\Microsoft DPM SRT\RFCAgent.exe
         Reason          : The service path contains a double slash. Network paths or paths containing a double slash are not supported.
    2.
         Service Name    : RMAGENT
         Service Caption : RMAGENT
         Registry key    : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RMAGENT\ImagePath
         Value           : \\PRIMARY\admin$\Microsoft DPM SRT\RFCAgent.exe
         Reason          : The service path does not have a proper path format. Only paths beginning with [<Drive>]:\ format are supported.
    The "RMAgent" is from Microsoft Data Protection Manager 2007 System Recovery Tool (DPM-SRT) and I think is the remote agent that DPM-SRT uses to backup the remote system.
    The DPM-SRT RMAgent isn't supported and doesn't work on Windows Server 2008 R2 systems and I am not sure how it ended up installed on the server. Removing this service should solve the problem and allow the System State Backups to work. The DPM-SRT agent wasn't listed in the "Programs and Features" and so couldn't be installed from there (if it was I would have spotted this a long time ago and probably solved the problem). Instead, I used the information at:
    http://www.howtogeek.com/howto/windows-vista/how-to-delete-a-windows-service-in-vista-or-xp/
    To delete the RMAgent service: sc delete "RMAgent" in an Administrator CMD prompt. This removed the registry entries shown in the script output above. When this was done, I ran the script again just to be sure there was nothing else and indeed the RMAgent entries had gone and there were no other items that needed attention.
    Finally, I tried "webadmin start systemstatebackup -backuptarget:C:" again in an administrator CMD prompt and it completed successfully.
    I would like to thank Abhinav Mathur and Suhas Rao in particular for their very helpful script.
    Sunil

  • [SOLVED] OSCDIMG Tool Does Not Work on Windows 10? ReadFile() fails with error code 87. (The parameter is incorrect) on ReFS Storage Space Mirror

    Hello,
    What could be the reason of OSCDIMG premastering tool not working in Windows 10?
    I'm trying to rebuild ISO from the admin setup point and having problems with OSCDIMG failing to read files from the master folder:
    E:\Images>bin\oscdimg.exe -bootdata:2#p0,e,b"D:\ISOFOLDER\boot\etfsboot.com"#pEF,e,b"D:\ISOFOLDER\efi\Microsoft\boot\efisys.bin" -o -h -m -u2 -udfver102 -lwinsetup D:\ISOFOLDER test.iso
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    Scanning source tree (500 files in 15 directories)
    Scanning source tree complete (950 files in 95 directories)
    Computing directory information complete
    Image file is 3591864320 bytes (before optimization)
    Writing 950 files in 95 directories to test.iso
    0% complete
    ReadFile failed (\\?\E:\Images\ISOFOLDER\autorun.inf, off=0 len=800 status=103)
    Error 87: The parameter is incorrect.
    Thank you.
    Well this is the world we live in And these are the hands we're given...

    Figured it myself.
    For some reason, the tool does NOT support source locations on ReFS formatted drives. Move the D:\ISOFOLDER location to NTFS formatted drive, and the tool works flawless:
    E:\Images>bin\oscdimg.exe -bootdata:2#p0,e,b"D:\ISOFOLDER\boot\etfsboot.com"#pEF,e,b"D:\ISOFOLDER\efi\Microsoft\boot\efisys.bin" -o -h -m -u2 -udfver102 -lwinsetup D:\ISOFOLDER D:\TEMP\test.iso
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    Scanning source tree (500 files in 15 directories)
    Scanning source tree complete (950 files in 95 directories)
    Computing directory information complete
    Image file is 3591864320 bytes (before optimization)
    Writing 950 files in 95 directories to D:\TEMP\test.iso
    100% complete
    Storage optimization saved 45 files, 16310272 bytes (1% of image)
    After optimization, image file is 3577761792 bytes
    Space saved because of embedding, sparseness or optimization = 16310272
    Done
    Well this is the world we live in And these are the hands we're given...

  • Remote App can't print- Error: The parameter is incorrect

    good morning everyone!
    I have a server 2012R2 with RDS and I published remoteapp in RD Web also my users can access but...
    When they log in their sessions from their computers want to print (for example in notepad) it gives the next message: "The parameter is incorrect".
    They connect through a VPN SSL using a FG.
    have anyone have this issue?
    thanks for your time.

    1. You can try reinstalling Printer drivers.
    2. Reconfigure printer on client machine
       remove printer -> add printer -> local
    3. Check the RDS server, Whether Printer redirection is enabled or not,
    host machine: Computer configuration -> windows components -> remote desktop services -> remote desktop session host -> printer redirection
    set "use remote desktop easy print printer driver first" to disabled
    Restart client machine
    Regards,
    Manjunath Sullad

  • Using MSXML2.ServerXMLHttp in MS SQL 2012 - receiving error "The Parameter is incorrect".

    I have a procedure used to make http post requests to a REST web service external to my SQL server, using MSXML2.ServerXMLHttp via POST request. This procedure works without issue in SQL 2008 r2, but upon upgrade to 2012, begins to fail with the message
    : "The Parameter is incorrect."
    It is failing when I attempt to exec the 'send' method on line 137. I cannot find any documentation about how the MSXML2.ServerXMLHttp object needs to be treated differently in 2012. I found a similar question here: http://social.technet.microsoft.com/Forums/sqlserver/en-US/a6de1eea-5fe9-4087-809b-524c98f20a4d/msxml6dll-methodsend-dont-work-in-windows-server-2012-and-sql-2008r2?forum=sqlxml 
    But it isn't resovled - just indications to file a bug report - and one solution that says to just copy the DLL from 2008 over to 2012 to fix the issue. Is that really the right solution here or does someone have information on how to do this properly with
    2012?
    Here is my procedure:
    CREATE procedure [dbo].[HTTP_REQUEST](@response varchar(4000) out, 
    @method varchar(64),
    @p1name varchar(256) = null,
    @p1value varchar(max) = null,
    @p2name varchar(256) = null,
    @p2value varchar(max) = null,
    @p3name varchar(256) = null,
    @p3value varchar(max) = null,
    @p4name varchar(256) = null,
    @p4value varchar(max) = null,
    @p5name varchar(256) = null,
    @p5value varchar(max) = null,
    @p6name varchar(256) = null,
    @p6value varchar(max) = null,
    @parent_table varchar(30) = null
    As
    Declare
    @obj int
    ,@hr int
    ,@status int
    ,@msg varchar(255)
    ,@apiKey varchar (64)
    ,@params varchar (max)
    SET @apiKey = (Select a.default_value from T_DEFAULTS a WHERE a.parent_table = @parent_table AND a.field_name = 'm2apiKey')
    SET @params = ''
    If @apiKey is null
      Begin
    select @msg = 'Invalid mail2 APIKey'
    RAISERROR(@msg, 11, 2) WITH SETERROR
    return -101
      End
    If @method is null
      Begin
    select @msg = 'No valid mail2 API method provided'
    RAISERROR(@msg, 11, 2) WITH SETERROR
    return -101
      End
    exec @hr = sp_OACreate 'MSXML2.ServerXMLHttp', @obj OUT
    if @hr <> 0 begin Raiserror('sp_OACreate MSXML2.ServerXMLHttp.3.0
    failed', 16,1) return end
    exec @hr = sp_OAMethod @obj, 'open', NULL, 'POST', 'http://api.someapiurl.net/REST/', true
    if @hr <>0 begin set @msg = 'sp_OAMethod Open failed' goto eh end
    exec @hr = sp_OAMethod @obj, 'setRequestHeader', NULL, 'Content-Type',
    'application/x-www-form-urlencoded'
    if @hr <>0 begin set @msg = 'sp_OAMethod setRequestHeader failed' goto
    eh end
    --Set Timeouts
    exec @hr = sp_OAMethod @obj, 'setTimeouts',NULL,5000,5000,10000,10000
    if @hr <>0 begin set @msg = 'sp_OAMethod setTimeouts failed' goto
    eh end
    --Add Method
    SET @params = '&method='+@method
    --Add API key
    SET @params = @params + '&key='+@apiKey
    --Add p1 if present
    IF @p1name IS NOT NULL
    BEGIN
    SET @params = @params + '&' + @p1name + '=' + @p1value
    END
    --Add p2
    IF @p2name IS NOT NULL
    BEGIN
    SET @params = @params + '&' + @p2name + '=' + @p2value
    END
    --Add p3
    IF @p3name IS NOT NULL
    BEGIN
    SET @params = @params + '&' + @p3name + '=' + @p3value
    END
    --Add p4
    IF @p4name IS NOT NULL
    BEGIN
    SET @params = @params + '&' + @p4name + '=' + @p4value
    END
    --Add p5
    IF @p5name IS NOT NULL
    BEGIN
    SET @params = @params + '&' + @p5name + '=' + @p5value
    END
    --Add p6
    IF @p6name IS NOT NULL
    BEGIN
    SET @params = @params + '&' + @p6name + '=' + @p6value
    END
    --SELECT @params
    --Send the request
    exec @hr = sp_OAMethod @obj, send, NULL, @params
    if @hr <>0 begin set @msg = 'sp_OAMethod Send failed' goto eh end
    --Get the status
    exec @hr = sp_OAGetProperty @obj, 'status', @status OUT
    if @hr <>0 begin set @msg = 'sp_OAGetProperty read status failed on get status' goto
    eh
    end
    if @status <> 200 begin set @msg = 'sp_OAMethod http status ' +
    str(@status) goto eh end
    if @status = 200 begin print 'sp_OAMethod http status is 200:Successful ' +
    str(@status) + @params end
    exec @hr = sp_OAGetProperty @obj, 'responseText', @response OUT
    if @hr <>0 begin set @msg = 'sp_OAGetProperty read response failed on get response text error code' + convert(varchar,@hr) goto
    eh end
    exec @hr = sp_OADestroy @obj
    return
    eh:
    exec @hr = sp_OADestroy @obj
    Raiserror(@msg, 16, 1)
    return
    Many thanks for the input - 
    Chris

    How can I fix the problem? changing the OS? I just bought the new server. I do?
    thanks
    Miky
    Rambaldi

  • An unexpected error occurred while the job was running. (ID 104 Details: The parameter is incorrect (0x80070057))

    We are using DPM Version: 4.1.3465.0 with System Center 2012 Service Pack 1 to back up VMs in our Hyper V Cluster. We have a total of 37 VMs with a combination of 2008r2 servers and 2012 servers. One of our 2012 servers will not backup, and we consistently
    get the message "An unexpected error occurred while the job was running. (ID 104 Details: The parameter is incorrect (0x80070057))". I have seen this error message when I Googled it, but cannot get past it. I have deleted the Protection Group and
    data and tried to re-create, but get the same errors. I also thought the the server might be mis-reporting the data size, but I expanded that to cover the replication data. I have also tried to perform consistancy checks multiple times with no luck. I have
    not seen a difinitive answer from my Google searches, so was hopeful someone has seen this also, and have had success in resolving. Currently this server has no backup recovery points, so I am worried if it does crash. I think I have the rollups installed
    as well.

    Hi Kelly,
    does the issue still persists?

  • SQL The Parameter is incorrect

    Hi!
    I have installed the latest SQL MP (6.5.4.0) at a Swedish customer that before have a lot of running script errors that was caused by the SQL MP difference scripts. Now we only get one of this alarm left. The alarm is "Operations manager failed to start
    a process" from many of the SQL servers. We get two difference text descriptions:
    1) The text says that the "The parameter is incorrect" the workingflow is from
    Microsoft.SQLServer.2012.DBEngine.ServiceMonitor
    Microsoft.SQLServer.2008.Database.ServiceMonitor
    2) The text says that the "Processes is ending with 0" the workingflow is from
    Microsoft.SQLServer.2012.Database.Configuration.TomPagrDetection
    Microsoft.SQLServer.2012.DBEngineDiscoveryRule.Server
    //Mats A

    Hi Mats,
    Please first update the Monitor Agent:
    Update Rollup for Microsoft Monitoring Agent (KB 3032946)
    https://support.microsoft.com/en-us/kb/3032946
    Is there any event log error? Please also help capture a screenshot.
    Btw, did you see any performance issue on the mointor servers? If so, please increase the desktop heap on the mointor servers.
    1. Open regedit and take a backup.
    2. Go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems\Windows. Export it for backup purpose.
    3. The default data for this registry value will look something like the following (all on one line):
    %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,20480,768 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=sxssrv,4 ProfileControl=Off MaxRequestThreads=16
    4. Modify the SharedSection to SharedSection=1024,20480,1536
    5. Save and reboot the machine.
    Thanks.
    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.

  • Using a variable for the "format" parameter for disk/directory name

    In the interest of maintainability, I'm trying to use an environment variable in the format parameter. I've found that RMAN is able to interpret the $ORACLE_HOME and $ORACLE_BASE variables, but others give the error:
    RMAN-03006: non-retryable error occurred during execution of command: backup
    RMAN-07004: unhandled exception during command execution on channel t1
    RMAN-10035: exception raised in RPC: ORA-07217: sltln: environment variable cannot be evaluated.
    RMAN-10031: ORA-19583 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
    Is there any more specific documentation about what variables are supported within RMAN? (I've found nothing in the manuals beyond the excerpt I included below.) Does anyone know if the "port-specific directory" mentioned in the excerpt below
    can be modified/customized?
    Thanks....
    format 'format_string'
    specifies the filename to use for the backup piece. Any name that is legal as a sequential filename on the platform is allowed, provided that each backup piece has a unique name. If backing up to disk, then any legal disk filename is allowed, provided it is unique. If you do not specify the format parameter, RMAN stores the backup pieces in a port-specific directory ($ORACLE_HOME/dbs on UNIX).

    i have used a different directory other then port-specific one and i am able to backup .
    format '/disk2/app/oracle/test/%d_%s_%t' , i have given full path names instead of substitution variables. i am not sure how
    they(variables) will work though in rman.

  • Error while opening HFM Application "The Parameter is Incorrect"

    I have recently installed HFM 11.1.2.1 and created an applicatiion. When I try to open that application, system is giving an error message stating "The Parameter is Incorrect"
    Error Reference Number: {DB65561D-1ECC-4227-9361-BB662D71078A};User Name: admin@Native Directory
    Num: 0x80070057;Type: 0;DTime: 8/24/2011 5:08:09 PM;Svr: HYPERION;File: CHsxServerImpl.cpp;Line: 2025;Ver: 11.1.2.1.000.3082;
    Num: 0x80070057;Type: 0;DTime: 8/24/2011 5:08:15 PM;Svr: HYPERION;File: CHsxServerImpl.cpp;Line: 2361;Ver: 11.1.2.1.000.3082;
    Num: 0x80070057;Type: 0;DTime: 8/24/2011 5:08:15 PM;Svr: HYPERION;File: CHsxServerImpl.cpp;Line: 4092;Ver: 11.1.2.1.000.3082;
    Num: 0x80070057;Type: 1;DTime: 8/24/2011 5:08:15 PM;Svr: HYPERION;File: CHsxServer.cpp;Line: 1460;Ver: 11.1.2.1.000.3082;DStr: OpenApplication: DEMOAPP;
    Num: 0x80070057;Type: 0;DTime: 8/24/2011 5:08:15 PM;Svr: HYPERION;File: CHsxClient.cpp;Line: 2417;Ver: 11.1.2.1.000.3082;
    Did I do something wrong in the installation?

    After upgrading to version 9.3.3, 11.1.1.3.50 or 11.1.2.1 this error could occur with the below scenario...
    The cause was due to a program change in these upgrade version, with how logins work when accessing HFM via workspace. Any login to HFM that does not go through workspace, will inconsistently cause this error.
    To resolve this issue in version 11.1.2.1, download and apply Patch 12865428.
    Refer : Financial Management Error "The Parameter Is Incorrect" Appears Frequently in HsvEventlog.log After Upgrade to Version 9.3.3, 11.1.1.3.50 or 11.1.2.1 (Doc ID 1290122.1)

  • Windows Backup no longer works. Trying to change settings results in "The parameter is incorrect. (0x80080057)"

    I tried to backup my computer and it didn't make any progress for many hours. After a few hours I gave up and closed the backup panel. I restarted the computer and now the panel comes blank with the external backup drive plugged in.  If I double click
    the backup folder on the external drive and click restore I keep getting the error dialogue, "The parameter is incorrect. (0x80080057)".
    If I don't plug in the drive it and click Options > Change backup settings I get the same error dialogue. Note, the backup control panel displays and says the drive is not plugged in and shows the last time I attempted to backup. It says that backup was
    complete but some files were skipped. The error code is 0x8100002F.
    I tried to solve the problem using: http://support.microsoft.com/kb/982736/en-us It did not help.
    I have looked into some of the logs and found this:
    Description
    Windows Backup failure
    Problem signature
    Problem Event Name: WindowsBackupFailure
    Operation: Backup
    AppVer: 6.1.7601
    HRESULT: 0x81000015
    TargetType: 11
    OS Version: 6.1.7601.2.1.0.256.48
    Locale ID: 1033
    Files that help describe the problem
    WindowsBackup.1.etl
    This is the second to last time I backed up. 
    Someone else had this problem: http://www.techsupportforum.com/forums/f299/solved-windows-7-backup-0x80070057-error-546542.html
    They had a restore image and could go back to an earlier time. I do not have this option.
    What can I do?

    Hi,
    I doubt this was External harddrive problem. Please check Event log about VSS error log. If there is any error message with VSS.
    If so, please refer to the link below for more details about VSS error.
    http://technet.microsoft.com/en-us/library/ee692290(v=ws.10).aspx
    In addition, please also try to backup your system to other location for test if it had same problem. If not, it should be external drive problem.
    Roger Lu
    TechNet Community Support

  • Parameter is incorrect compile problem in virtual box

    Hi, since Linux support for flash builder (flex builder at the time) was dropped longer ago, we Linux users are forced to use virtualbox to run flash builder. Latest virtualbox 4.1 has an issue to build flex projects.
    I spent hours yestarday to try to solve this and finally only working solution I found was to downgrade back virtualbox to version 4.0
    Stuff I tried after upgrading to VB4.1
    1. building existing flex project in existing installation of flash builder 4.5
    2. using 4.5.0 sdk and 4.5.1 SDK to compile.
    3. trying to set lower flash target, and changing other deployment params
    4. getting rid or any aditional compiler parameters
    5. setting up same project again using same fodler with files
    6. setting up project from scratch with project source files got fresh from repo
    7. trying with new flash builder installation 4.6 trial with 4.6 flex sdk
    none of these helped and all resulted in compilation error
    Parameter is incorrect, flex problem, location "Unknown".
    As this thread explaines http://forums.adobe.com/thread/982266
    there may be other solution which is to setup new windows virtual machine and install flex there.
    but for me this is just another bad solution as mine so far (not upgrading VB)
    After downgrading back to VB 4.0 all even existing projects in both 4.5 and 4.6 built with no problems.
    Just to complete I'm using Windows 7 as OS in VM.
    If anyone finds acceptable solution please share..
    thanks.

    So for those interested, I solved this problem by creating another blank Windows VM, re-installing Flash Builder and importing my project again.
    It seems that Adobe Flash Builder has built in something obscure that does not like you migrating a VM to another host.  I did un-register and re-register my product between the VM's by the way - that also did not work.

  • Error Message: "The parameter is incorrect" when trying to modify SSLs

    Like I wrote in my subject line, RoboHelp pop-ups the error message “The Parameter is incorrect” when I try to modify any SSL.
    What happens next, is that the “Print Document General” window opens, but does not allow me to select anything (the fields are blank).
    If I close the window and open it again, it seems to work until I have to select the styles from our Microsoft Word Template.
    Then the error message “The parameter is incorrect” appears again, and RoboHelp does not allow me to select anything but a stylesheet
    (which is not what I need).
    This is very strange, because not only  until recently I was able to build Word documents and PDFs, but also my colleagues are able to
    produce them out of my source.
    Even the old projects, that I was able to build, now I cannot.
    I do not have any problem in generating CHMs.
    Until now I have tried everything I found in the forum:
    I deleted the PSS file (also following the advice in your snippet number 14 from 10 – RoboHelp HTML –Features and Use).
    http://forums.adobe.com/thread/120022
    I reinstalled RoboHelp and the Adobe Technical Communication Suite (I also used CCleaner to delete the registries).
    http://forums.adobe.com/thread/598335
    I gave Administrator rights to all users in my computer (what seemed to work for some SSLs, but not for all)
    http://forums.adobe.com/thread/870339
    I am also looking at all programs that I installed since the last time I was able to build .docs in case there is a conflict, but I do not find anything!
    My computer has Windows 7 installed and I use the Adobe Technical Communication Suite 3.5, with RoboHelp 9.
    My Microsoft Office is 2010.
    Can somebody please help me? Did someone have the same problem?
    Thanks in advance.

    Hi there
    I know you said you reinstalled, but did you reinstall before or after you gave administrator rights to all users on your computer? And how many users *ARE* on your computer?
    Often you need administrator rights to properly install things.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • One section of one web site gives "The parameter is incorrect" only after I log into the site and only a blank screen?

    "The parameter is incorrect" is the error msg. on a blank screen when I log in to a particular web site.
    Of many tabs at the site only one gives this error.
    Without logging in I can navigate as I desire.
    I access this site on a daily basis. Using Safari is no problem at all.
    FF 16.0.2 on a mac 10.6.8 this also occurred before upgrade to 16.0.2
    I have not applied any bells or whistles to FF . . to my knowledge.
    Bob

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"

  • What is the Cause of: Parameter is Incorrect error

    Using XP, RH6, RoboSource Control
    I had posted previously inquiring about the "Parameter is
    Incorrect" error occurring when selecting the Printed Documentation
    option on the Primary Layout list. Clicking OK did not clear the
    error, and had to terminate RH in Task Manager. After reopening the
    project the error still occurred. The resolution posted to that was
    deleting the PSS file from my PC (the file was/is not on the
    RoboSource machine). Which did clear the problem.
    The problem came back after about a month. I'm just trying to
    determine if there is a know reason for this error? Is it a
    workflow issue, or a bug, or ??
    Thanks for any help that can be offered.
    Joe

    The problem I ran into was the following line in the PSS
    file:
    Language=C:\<pathname>\RoboHHRE.lng
    If the pathname didn't match up to reality on my PC, then I'd
    get errors. The reason for the pathname not matching up was that
    the project had been moved from one location to another. There are
    other paths listed in that file, but RH seems to handle those a
    little better.
    Take a look using Notepad and see if the RoboHHRE.lng file is
    indeed located where the PSS file says it is. If not, then go ahead
    and delete the PSS file again. If it is, then you have a different
    issue.
    I suppose I'd classify this as a bug, but at least there's a
    workaround.
    G

Maybe you are looking for