Some of my clients were not seeing a new license that was installed a few weeks ago. These seemed to be clients that updated to 8.0.1603.
So I updated my Admin Console (now shows Nov2013 8.0.367). Now, I try to log into the admin console and it doesn’t detect the server! Yes I did reboot after installing. I go to maintenance and I get errors connecting to, checking, repairing, etc the db and trying to rebuild the db. Log is attached. I did create a new certificate when installing…
All the services are running EXCEPT the Avast Enterprise Administration Server. Its starting is marked as Automatic. When I try to start it I get an error…
Could not start on local computer…
Error 42000 0xa410
It is a SQL server related problem. Check if the SQL server instance running. You could do this from the Services MMC console, the service name should be something like: SQL Server (INSTANCENAME).
If the service is running, try to reset the SQL SA password:
Open CMD (Command Prompt).
Type the following command: sqlcmd -S (local)\INSTANCENAME
Reset the password with the following commands:
use master
go
alter login sa with password=“Pass123”
go
exit
Change the SQL server credentials from Start > All Programs > avast! Enterprise Administration > AES Maintenance > SQL Conn…
The details should be as following:
SQL Server instance: (local)\INSTANCENAME e.g. (local)\AVAST
SQL Server (AVAST) was running and SQL Server Agent (AVAST) was not. When I tried to start the Server Agent, it stopped right away. I stopped SQL Server, and then started SQL Server Agent, and then they both were running. I tried getting into the Console again but still doesn’t see the server.
Can you explain or give an example of what (local)\INSTANCENAME means? I typed that literally and I get an error the that the server is not found or not available.
That’s good. Now try to login into the console, but instead of finding the management server address, just type the IP address or the FQDN of the server.
The default administrator credentials are:
Username: Administrator
Password: admin
Not sure which service you mean. All Avast services were running except [avast! Enterprise Administration Server]. I started that and still could not log in. Note: that service seems to shut itself off? After trying to log in, I went back to the services and it was stopped again.
The service [avast! Enterprise Administration Server] is not running, and it stops as soon as I start it. I get the attached message in the event log when I try to start the service.
Also I saw this other message from the event log about the SQL starting up when re-booting the computer. Not sure if this is normal.