VMwareResourcePopulateScheduledJob fails if cmdb_ci_vcenter_folder records are missing a fullpath valueDescriptionThe CloudResourceDashboardUtil script include uses a database view sn_disco_cd_vcenter_folder_analytics_db_view, which joins the cmdb_ci_vcenter_folder table. If the Full path field is empty, the script fails in the _mapResourceAttributes function, which is seen in syslog and the app node localhost log:SEVERE *** ERROR *** sn_disco_cd (): VMwareResourcePopulateScheduledJob with sys_id: <sn_disco_cd_cloud_dashboard_job_status sys_id> failed. TypeError: Cannot convert null to an object.The vmware provider job status records will show status "Failure"/sn_disco_cd_cloud_dashboard_job_status_list.do?sysparm_query=provider%3Dvmware&sysparm_view= You can see if you have any records that would cause this problem here:/cmdb_ci_vcenter_folder_list.do?sysparm_query=fullpath%3DNULL&sysparm_view=This script is used for populating the Cloud resources Dashboard, which may show No records to display, or incomplete results for some widgets because of this.Steps to Reproduce - On an instance that has a VMware vCenter Folder records with no Full path value /cmdb_ci_vcenter_folder_list.do?sysparm_query=fullpath%3DNULL&sysparm_view=- Install CPG, and the Performance Analytics Content Pack for Cloud Resources v1.2.2- in sysauto_script, open VMwareResourcePopulateScheduledJob , and execute itActual behaviour:Processing stops with the Error, and the job status is set to Failure.Expected behaviour:At worst a warning should be shown for the specific record missing the value, if this is something that should be present always (is it actually mandatory?), and then carry on looping through the rest of the data.WorkaroundThis problem has no workaround, is currently under review and targeted to be fixed in a future release. Subscribe to this Known Error article to receive notifications when more information will be available. To avoid the problem, add a full path value to the records in:/cmdb_ci_vcenter_folder_list.do?sysparm_query=fullpath%3DNULL&sysparm_view=Related Problem: PRB1627217