Quantcast
Viewing all articles
Browse latest Browse all 8539

SBS 2011 getting error: The backup operation that started at '‎'has failed with following error code '2155347997'. when running a system state backup from command line

Hi,

as listed in the Title I'm having an issue with completing a command line initiated system state backup on a SBS 2011 server.

The specific error in the windows Backup\OPerational eventvwr log is;

The backup operation that started at '‎2013‎-‎03‎-‎20T00:55:26.195390300Z' 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.

The XML View is;

-<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
-<System>
<ProviderName="Microsoft-Windows-Backup" Guid="{1DB28F2E-8F80-4027-8C5A-A11F7F10F62D}" />
<EventID>5</EventID>
<Version>2</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x4000000000000000</Keywords>
<TimeCreatedSystemTime="2013-03-20T00:57:43.694671700Z" />
<EventRecordID>1041</EventRecordID>
<Correlation/>
<ExecutionProcessID="11844" ThreadID="15516" />
<Channel>Microsoft-Windows-Backup</Channel>
<Computer>ORBIT-SVR.orbit.local</Computer>
<SecurityUserID="S-1-5-18" />
</System>
-<EventData>
<Data Name="BackupTemplateID">{4647A69F-92EB-475D-85A2-BB42555885E3}</Data>
<Data Name="HRESULT">2155347997</Data>
<Data Name="BackupState">12</Data>
<Data Name="BackupTarget">E:</Data>
<Data Name="NumOfVolumes">1</Data>
<Data Name="BackupTime">2013-03-20T00:55:26.195390300Z</Data>
<Data Name="HRESULT2">2155347997</Data>
<Data Name="VolumesInfo"><VolumeInfo><VolumeInfoItem Name="C:" OriginalAccessPath="C:" State="7" HResult="-2139619299" DetailedHResult="0" PreviousState="15" IsCritical="1" IsIncremental="0" BlockLevel="0" HasFiles="0" HasSystemState="1" IsCompacted="0" IsPruned="0" IsRecreateVhd="0" FullBackupReason="2" DataTransferred="0" NumUnreadableBytes="0" TotalSize="0" TotalNoOfFiles="0" Flags="1574" BackupTypeDetermined="1" SSBTotalNoOfFiles="0" SSBTotalSizeOnDisk="0" /></VolumeInfo></Data>
<Data Name="DetailedHRESULT">2147942487</Data>
<Data Name="SourceSnapStartTime">2013-03-20T00:55:26.195390300Z</Data>
<Data Name="SourceSnapEndTime">2013-03-20T00:55:42.513094900Z</Data>
<Data Name="PrepareBackupStartTime"><TimesList><Time Time="1601-01-01T00:00:00.000Z" /></TimesList></Data>
<Data Name="PrepareBackupEndTime"><TimesList><Time Time="1601-01-01T00:00:00.000Z" /></TimesList></Data>
<Data Name="BackupWriteStartTime"><TimesList><Time Time="1601-01-01T00:00:00.000Z" /></TimesList></Data>
<Data Name="BackupWriteEndTime"><TimesList><Time Time="1601-01-01T00:00:00.000Z" /></TimesList></Data>
<Data Name="TargetSnapStartTime">1601-01-01T00:00:00.000000000Z</Data>
<Data Name="TargetSnapEndTime">1601-01-01T00:00:00.000000000Z</Data>
<Data Name="DVDFormatStartTime"><TimesList></TimesList></Data>
<Data Name="DVDFormatEndTime"><TimesList></TimesList></Data>
<Data Name="MediaVerifyStartTime"><TimesList></TimesList></Data>
<Data Name="MediaVerifyEndTime"><TimesList></TimesList></Data>
<Data Name="BackupPreviousState">8</Data>
<Data Name="ComponentStatus"><ComponentStatus><ComponentStatusItem Name="d6ec9a78-dd48-45ee-89d5-c0712a95d49f" LogicalPath="Microsoft Exchange Server\Microsoft Information Store\ORBIT-SVR" AppId="Exchange" WriterId="{76fe1ac4-15f7-4bcd-987e-8e1acb462fb7}" ConsistencyCheckResult="0" ConsistencyCheckResultDetailed="0"/><ComponentStatusItem Name="6f9d16d4-3931-4de8-9439-8e9eb0888d32" LogicalPath="Microsoft Exchange Server\Microsoft Information Store\ORBIT-SVR" AppId="Exchange" WriterId="{76fe1ac4-15f7-4bcd-987e-8e1acb462fb7}" ConsistencyCheckResult="0" ConsistencyCheckResultDetailed="0"/></ComponentStatus></Data>
<Data Name="SSBEnumerateStartTime">2013-03-20T00:57:38.531038600Z</Data>
<Data Name="SSBEnumerateEndTime">2013-03-20T00:57:42.243862400Z</Data>
<Data Name="SSBVhdCreationStartTime">1601-01-01T00:00:00.000000000Z</Data>
<Data Name="SSBVhdCreationEndTime">1601-01-01T00:00:00.000000000Z</Data>
<Data Name="SSBBackupStartTime">1601-01-01T00:00:00.000000000Z</Data>
<Data Name="SSBBackupEndTime">1601-01-01T00:00:00.000000000Z</Data>
<Data Name="SystemStateBackup"><SystemState IsPresent="1" HResult="-2139619299" DetailedHResult="-2147024809" /></Data>
<Data Name="BMR">false</Data>
<Data Name="VssFullBackup">false</Data>
<Data Name="UserInputBMR">false</Data>
<Data Name="UserInputSSB">true</Data>
<Data Name="BackupSuccessLogPath">C:\Windows\Logs\WindowsServerBackup\Backup-20-03-2013_13-55-26.log</Data>
<Data Name="BackupFailureLogPath">C:\Windows\Logs\WindowsServerBackup\Backup_Error-20-03-2013_13-55-26.log</Data>
<Data Name="EnumerateBackupStartTime"><TimesList><Time Time="1601-01-01T00:00:00.000Z" /></TimesList></Data>
<Data Name="EnumerateBackupEndTime"><TimesList><Time Time="1601-01-01T00:00:00.000Z" /></TimesList></Data>
<Data Name="PruneBackupStartTime"><TimesList><Time Time="1601-01-01T00:00:00.000Z" /></TimesList></Data>
<Data Name="PruneBackupEndTime"><TimesList><Time Time="1601-01-01T00:00:00.000Z" /></TimesList></Data>
</EventData>

</Event>

The command line I'm using is;

wbadmin start systemstatebackup -backupTarget:E:

Where E: is a NTFS formatted external USB drive, the command windows is opened as runas administrator.

I've looked at MS hotfix provided for error: 2155347997 (KB2182466) but it is not for SBS 2011 and our ver of wbengine.exe is v 6.1.7601.17514

Is anyone able to help out here?

Thanks in advance Gerard


Viewing all articles
Browse latest Browse all 8539

Trending Articles