Loading...
Loading...
This problem has been fixed. If you are able to upgrade, review the Fixed In section to determine the latest version with a permanent fix your instance can be upgraded to. If you cannot upgrade to a fixed release, the workaround is to reduce the value of the below properties to 1: glide.service_mapping.recomputation.job_count glide.service_mapping.fast_recomputation.job_count In addition the Below BR should help with some relief as well: Create a new Business Rule which is defined as "Before Query" on the svc_model_assoc_ci table and should contain the following script: (function executeRule(current, previous /*null when async*/) { var query = current.getEncodedQuery(); if (query != 'purpose=EntryPoints') return; var jobName = (typeof g_schedule_record != 'undefined') ? g_schedule_record.getValue('name') : ''; if (!jobName.includes('Recomputation')) return; gs.info('svc_model_assoc_ci: removing manual entry points from result (query=' + query + ', jobname=' + jobName + ')'); current.addQuery('ci_id.sys_class_path', 'NOT LIKE', GlideDBObjectManager.get().getClassPath('cmdb_ci_endpoint_manual') + '%'); })(current, previous);
PRB1497942
Click on a version to see all relevant bugs
ServiceNow Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.