Comments

  • Failed Restore from S3 > Virtual Disk
    Ok, I've sent the diagnostic to support. I'm using build 6.0.0.249.
  • Failed Restore from S3 > Virtual Disk
    Thanks for the quick response. My steps are similar to the above doc page. This is a restore of a bare metal image to a Virtual Disk file on a local disk destination (not a mounted USB). I've also tried writing to a NAS with the same result, as well as restoring all disks, not just the MBR drive.

    Here's the callstack I'm seeing in the log. From experience, I'd say you have a string format spec in the code that doesn't match the number of arguments given.


    2019-03-27 11:23:54,160 [PL] [8] ERROR - Error occurred on restore
    System.FormatException
    Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
    at System.Text.StringBuilder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args)
    at System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args)
    at Oz.a(Int32 )
    at Oz.gR(Int32 )
    at aZY.A(Nullable`1 )
    at aZY.Read(Byte[] , Int32 , Int32 )
    at DiscUtils.BuiltStream.Read(Byte[] buffer, Int32 offset, Int32 count)
    at DiscUtils.SnapshotStream.Read(Byte[] buffer, Int32 offset, Int32 count)
    at DiscUtils.SubStream.Read(Byte[] buffer, Int32 offset, Int32 count)
    at DiscUtils.BuiltStream.Read(Byte[] buffer, Int32 offset, Int32 count)
    at DiscUtils.Utilities.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 length)
    at DiscUtils.StreamPump.RunSparse()
    at BbL.gm(DiskImageFileSpecification )
    at Bbk.SX(SparseStream )
    at BbH.A(aAm , aCW , Bbh )
    at OQ.Fu()
    at aCX.Ls()
    at aEp.D()