[CMDB\QueryBuilder] Error "Problem running query" while running/saving the CMDB Query BuilderDescription<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms While creating and attempting to run a query using the CMDB Query Builder, you may find the below errors: Error#1: Saved query with this sys id does not exist Error#2: Problem running query Release All versions. Description A new query created by a usr through the CMDBQueryBuilder application generates an entry for that particular query for that user in the [qb_query_status] table. When the query is run, this produces a REST API call to get the data that match with the criteria, and saves the output into the table [qb_query_result]. The final result set is given back to the CMDBQueryBuilder page. In certain conditions the ACLs on the above tables (/sys_security_acl_list.do?sysparm_query=nameSTARTSWITHqb_query_) may fail validating, falling back into the default OOB ACL "*.*", which do not grant any access to create the system records in the qb_query tables, ultimately interrupting the query builder. Resolution Create a new ACL on the table [qb_query_status] as follows: Operation: create Type: record Name: qb_query_status.* Requires Roles: cmdb_query_builder Additional Information https://docs.servicenow.com/csh?topicname=use-cmdb-query-builder.html&version=latest https://docs.servicenow.com/csh?topicname=cmdb-query-builder-settings.html&version=latest