Trying to run Volume Consistency Checker 8.0.0.3 on LF 9 repository and it is giving me an error = Input string was not in a correct format.
From the run log of the utility I see this:
DefaultSource Information 0 ValidatePage(1, E:\GABC-VOLU\, ImageFiles, False)
DefaultSource Information 0 Calculating storeidend based on the volume paths
DefaultSource Information 0 Hex storeidend = SubscribrLogsSubscriberLogsGABCIIS0100
DefaultSource Information 0 Attempted to get integer from the hex string: SubscribrLogsSubscriberLogsGABCIIS0100
DefaultSource Information 0 System.FormatException: Input string was not in a correct format.
at VolCon8.Main.GetIntegerFromHexString(String str)
at VolCon8.Form1.ValidatePages(Int32 volid, String volpath, ValidateType type, Boolean IgnoreNonLF)
at VolCon8.Form1.ValidateVolume()