Cloud sub-accounts refresh not workingIssue Sub-accounts refresh is not working. The syslog returns warning: MIDServerSystemCommandUtil.issueSystemCommandToSpecificMID() found nil mid_name CauseEmpty mid server name causing the issue. Script Include: MIDServerSystemCommandUtil thrown the warning messagehttps://<INSTANCE>.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=ebdd7f2eb7ef2300883bca11ee11a92d Snippet: issueSystemCommandToSpecificMID: function(system_command_name, mid_name) {if (JSUtil.nil(system_command_name)) {gs.warn('MIDServerSystemCommandUtil.issueSystemCommandToSpecificMID() found nil system_command_name');return;}if (JSUtil.nil(mid_name)) {gs.warn('MIDServerSystemCommandUtil.issueSystemCommandToSpecificMID() found nil mid_name');return;}ResolutionThe syslog returns warning: MIDServerSystemCommandUtil.issueSystemCommandToSpecificMID() found nil mid_name This could be related to mid servers with "empty" name as the Script Include: MIDServerSystemCommandUtil: https://<INSTANCE>.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=ebdd7f2eb7ef2300883bca11ee11a92dthat tries to check the mid server name. Delete mid servers with an empty name.