When creating or editing a replication job there is a .net error with the date and time format.
Error string is similar to the following:
************** Exception Text **************
System.Exception: Could not convert Start Time. Exception: System.FormatException: The string was not recognized as a valid DateTime. There is a unknown word starting at index 6.
at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at System.Convert.ToDateTime(String value)
at Vizioncore.Windows.Forms.Controls.RecurrenceScheduler.ConvertStringToDateTime(String time)
at Vizioncore.Windows.Forms.Controls.RecurrenceScheduler.ConvertStringToDateTime(String time)
at Vizioncore.Windows.Forms.Controls.RecurrenceScheduler.ResetStartTimeCombo()
at Vizioncore.Windows.Forms.Controls.RecurrenceScheduler.InitializeControls()
at Vizioncore.Windows.Forms.Controls.RecurrenceScheduler.Setup(Appointment appointmentIn, AppointmentRecurrence recurrence, Boolean allowNoEndDate)
at Vizioncore.vRanger.Client.JobWizardModule.Common.Presenters.RecurrenceScheduleView_Presenter.UpdateRecurrenceScheduleSettings(RecurrenceScheduler recurrenceSchedulerControl)
at Vizioncore.vRanger.Client.JobWizardModule.Common.Views.RecurrenceScheduleView.RecurrenceScheduleView_Load(Object sender, EventArgs e)
at System.Windows.Forms.UserControl.OnLoad(EventArgs e)
at System.Windows.Forms.UserControl.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at Vizioncore.Windows.Forms.Wizard.Wizard.ActivatePage(WizardPage page)
at Vizioncore.Windows.Forms.Wizard.Wizard.ActivatePage
This issue occurs when the System Locale is set to specific locations, and vRanger cannot parse the date format of the locale. It occurs only with 5.3.x release of vRanger.
This problem has been observed on system with the System Locale set to New Zealand, or to Honduras/Tegucigalpa/Spanish.
This problem will be resolved in the 5.4 release of vRanger.
A workaround is to set the system locale to English (United States)