Service Graph Connector for Solarwinds schedule imports failing with error "No SolarWinds instance defined on sn_cmdb_int_util_service_graph_connection_property for connection alias:xxxxxxxx"Issue Service Graph Connector for SolarWinds is not working after plugin and platform upgrade. T Error "No SolarWinds instance defined on sn_cmdb_int_util_service_graph_connection_property for connection alias:b977b75073410010202627b751ab9e8a (sys_script_include.720133d59bae1610aafb07c9adf04b8c.script; line 73)" Works fine when we run test load 20 records but fails when the import schedule runs. Similar error can occur for other graph connectors also as they use the same tables to fetch the connection details.SymptomsImport schedules fail with error "No SolarWinds instance defined on sn_cmdb_int_util_service_graph_connection_property for connection alias:b977b75073410010202627b751ab9e8a (sys_script_include.720133d59bae1610aafb07c9adf04b8c.script; line 73)" Test load 20 records works fine.FactsSimilar error can occur for other graph connectors also.ReleaseLatest release of all service graph connector plugins.CauseCause is the read ACL on sn_cmdb_int_util_service_graph_connection_property and sn_cmdb_int_util_service_graph_connection table ResolutionImport schedule run as user should have cmdb_inst_admin role to run the imports successfully. As per the read ACLs on sn_cmdb_int_util_service_graph_connection_property and sn_cmdb_int_util_service_graph_connection tables, run as user should have the roles specified in these ACLs which is cmdb_inst_admin. Refer below to understand the significance of the role: https://www.servicenow.com/docs/bundle/yokohama-servicenow-platform/page/product/sgc-central/concept/sgcc-explore.html Alternate solutions: 1. Remove the run as user in the schedule import, so it executes as the system user.2. Some customers may not provide cmdb_inst_admin role to the run as user considering additional license costs if any, In such cases, they can create alternate read ACLs on above 2 tables and assign the required roles to run as users.