I would like to update CommCell from 11.40.xx to 11.44.xx.
Unfortunately, I keep running into this problem (with several customers already).
Even though the service is running.
CommServer PreUpgrade Report Verify SQL Server Agent is started. Failed
Best answer by Pradeep
Hi
The CheckSQLAgent script is unable to correctly identify the SQL Server service status because the operating system language is set to German. As a result, the script cannot match the expected service status values.
Kindly follow the steps below to update the service status name accordingly and then re-run Setup.exe to proceed with the installation:
Execute admin Terminal:
Set-Service -Name 'SQLAgent$COMMVAULT' -DisplayName 'SQL Server Agent (COMMVAULT)'
Then rerun query from sql studio SELECT * FROM sys.dm_server_services WITH (NOLOCK)
Ensure that query output shows SQL Server Agent (COMMVAULT)
Once the above steps are completed resume the upgrade and let us know the results.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

