Also during the installation of Automation Studio it comes out a pop-up that says that the Upgrade service doesn’t manage to start(and I think that is linked with the previous problem).
So basecally the problem is how can I start manually the “B&R Upgrades Service” to install the Upgrades?
Information of the installation:
-Automation studio version: 4.12
-System: Windows 11 (64 bit)
Not sure why the service wouldn’t start automatically but you can check your Task Manager under Services. If the service for AS412 is not started try starting it manually.
it seems that your current active Windows user does not have the right to change service settings, the error message “error 5 access denied” is directly thrown by Windows.
Does your Windows user have local admin rights?
Basically, I went in the properties of the service (right click in B&R upgrade service of the previous photo). And here I enabled the comunication with the desktop (because I have the installation file in the desktop)
The upgrade service should be installed when AS is installed. If it’s not available in your Services list, then something didn’t install correctly and I recommend reinstalling Automation Studio.
I’ve tried creating my own upgrade service before and the result was not pretty
Input the following to get a list of B&R Upgrade Services Get-Service | Where-Object {$_.Name -like "*BrUpgrSrv*"}
Then run the following command to start the one that best fits your version of Automation Studio. The following example is for Automation Studio 4.12. NET START BrUpgrSrvAS412