After upgrading to Server version 8.11.0 the Web Console displays error message similar to:
Your Demo of Carbon Black App Control has expired. Contact Global Customer Assistance to purchase a copy.
I. A valid server license is required to resolve the Demo Expired message.
USE das; EXECUTE dbo.UpdateLicense 'UPDATE VALUE FROM LIC', '0'
II. If getting this error with a valid license, confirm these:
USE das; SELECT value FROM shepherd_configs (NOLOCK) WHERE name like 'WebServerAddress'
USE das;EXEC dbo.updateshepherdconfig @name = 'WebServerAddress', @value = 'APPCServer.example.com';
127.0.0.1 AppCServer.example.com
::1 AppCServer.example.com
ping -4 AppCServer.example.com
ping -6 AppCServer.example.com