After specifying the "Web Services URL" in the Server definition in the WCC Configuration tab and validating it successfully, the "Agent Inventory" tab shows no Agents.
However the "DATASOURCES" button has a "Red Cross". After pushing this button, it gives you following message:
"disabled - To enable, specify "Web Services URL" for the server on the Configuration tab; validate the server”
Problem is due to upgrade issue from WCC 11.4 SP7 to WCC r12.0 SP1
Execute following SQL statements to manually update the WEBSERVICESURL and DISABLED fields as follows:
update AO_SCHEDULER set WEBSERVICESURL = '<RestWebserviceURL>' where NAME = '<servername>';
update AO_SCHEDULER set DISABLED = 0 where NAME = '<servername>';
commit;
Problem will be addressed in WCC r12.1