The pre-freeze script is a .bat file with only one line "net stop MySQL56", and post-thaw is "net start MySQL56"
This was working fine on ver 8 before installing Update 2b.
Code: Select all
[13.09.2015 02:06:36] <24> Info [ScriptInvoker] Windows script exit code = '2'
[13.09.2015 02:06:36] <24> Info [ScriptInvoker] Script finished with exit code = '2'
[13.09.2015 02:06:36] <24> Error Script finished execution with unexpected exit code: 2 (System.Exception)
I've tried running "sc stop" instead of "net stop", but no luck.
This is happening to other Windows 2012R2 VM's as well. Environment is Hyper-V 2012R2. B&R is installed on the Hyper-V host. Gues OS creds are the domain admin's.