I’m running 11a on an Enterprise sub on Server 2016. Initially, I was trying to upgrade 11a (11.0.1.1261 P20230227) to the latest 12.1.2 via ISO, but later I updated to 11.0.1.1261 P20240304 just to see if the 12.1.2 upgrade would work.
Everything is fine until after I select my license. At that point, I get the error that “Version string portion was too short or too long. (Parameter 'input')” and the installer crashes out. I’ve got a support case open, but it’s been a week and we aren’t making any progress.
I’m wondering if anyone else has come across this? Should I just uninstall everything and then hope the existing DB will update successfully when I install 12.1.2 and point it to the DB?
ERROR] System.ArgumentException: Version string portion was too short or too long. (Parameter 'input')
at System.Version.ParseVersion(ReadOnlySpan`1 input, Boolean throwOnFailure)
at System.Version.Parse(String input)
at System.Version..ctor(String version)
at Veeam.Setup.PrereqEngine.PrereqEngineUtil.RegistryCheckVersion(String strRegKey, String strRegValue, Version version, RegistryView view, Boolean RemoveFirstChar)
at Veeam.Setup.PrereqEngine.PackageProcessors.PackageProcessorWebView2Runtime.CheckStatus()
at Veeam.Setup.PrereqEngine.PackageInstaller.CheckStatus(String prereqID)
at Veeam.Setup.PrereqEngine.PrereqEngine.SetPrereqList(List`1 prereqList)
at Veeam.Setup.Wizard.PrereqEngineManager.SetPrereqList(List`1 prereqList)
at Veeam.Setup.Wizard.WPF.Pages.SystemConfigurationPageViewModel.IsEnabled()
at Veeam.Setup.Wizard.WPF.WizardViewModel.MaybeSwitchToNextEnabledPage()
at Veeam.Setup.Wizard.WPF.WizardViewModel.ProcessPageSwitchRequest(PageSwitchRequestedEventArgs args)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)