What is the actual machine its running on? We had some changes in minimum OS support levels and minimum hardware (processor) levels between those two but the fixlet should have not become relevant if it didn’t match
Not sure if this is applicable in your case but I’ve seen similar in the past while upgrading 7.2 and 8.x clients to 9.1.x on a server OS. The issue seemed to be that when the upgrade removed the previous installation, the service could not be deleted so it was marked for deletion on next reboot and left in a disabled state. The only way to clear this was a reboot which then deleted the service then repair/reinstall the client.
The BESClient service would not start, but it existed. I had not rebooted since the upgrade, so I rebooted.
Now the BESClient service no longer exists, it has been deleted, but it was not recreated. The BESClientHelper is also on this system, and it tried to start it, deleted some stuff, and tried again, but never succeeded.
It would be interesting if the BESClientHelper could run a cached installer of the BES Client in these cases, instead of being dead in the water.
Also, it seems like the BESClientHelper should make an archive of the logs folder before attempting to delete the entire __Data folder as a debug step.
This is not the end of the world on a test machine, but if it happened on a chunk of production systems, it would be a big problem.
That sounds very similar, service existed but could not start (ours were also set to disabled ). If it happens again, check for the “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BESClient\DeleteFlag”. If that exists then the service is marked for deletion.
I think there is some issue with sql server services because earlier I face similar issue when I am upgrading .At that time I tried almost all the thing and I have seen some services are not running in SQL server configuration manger and try to run any stopped service .
Try this and I am not sure whether it will work or not .
If it is working please let me know .