The currently active Carbon Black File Reputation (CDC) Key needs to be replaced and can't be edited from the console
When the App Control server is activated with the CDC a key is generated, that marks your server as a unique connection. If this key needs to be converted from an Evaluation License, or a clone of the server is running with the same key, a new one may need to be generated.
use das;
EXEC dbo.UpdateShepherdConfig 'ActivationVerified', 'false'
EXEC dbo.UpdateShepherdConfig 'ActivationState', '0'
DELETE FROM dbo.shepherd_configs WHERE NAME IN ('ActivationKey')