The CMDB Visualizer fails to get the graph.
Release : 17.3
Component : SERVICE DESK MANAGER
The root cause is the entries in the ca_company table which has a null\blank company name. From SDM perspective, the company name is a REQUIRED field, so we cannot create a company with a null company name from SDM via any interface WebUI, SOAP or REST.
1. Run the below SQL query to update the affected ca_company records
UPDATE ca_company SET company_name='BLANKCOMPANY' WHERE company_name IS NULL
2. Restart the services or Stop and start the visualizer tomcat process.
pdm_tomcat_nxd -c STOP -t VIZ
pdm_tomcat_nxd -c START -t VIZ