While using ADA with CAPC you may run into a sync issue. If you check the D:/CA/SuperAgentSync logs, you may see: Column 'AGG_NAME' cannot be null
Component : NQSAMC - NETQOS SA MGMT CONSOLE
Remove the dubious group:
mysql netqosportal
select * from t_group where ItemName='';
The groups should be dubious. Remove the group by doing a delete as long as you are sure that the group is dubious.
Contact Broadcom Support if you have any doubts.