List Collector (slushbucket) opened from the All button on Affected CIs related list is timeing outIssue <!-- 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 After clicking the "All" button or similar UI Action on the Affected CIs Related List, the left side of the List Collector (slushbucket) has no results and instead says "List's data could not be retrieved" An xmlhttp request which taks about 15 seconds and then returns with the message "Information could not be dowloaded from the server because the transaction was canceled". Release ALL Cause A Slow query to pull back the data from cmdb or cmdb_ci for the list collector is reaching the quota time for that processor which is 15 seconds OOB. Resolution Debug SQL and Business Rules to determine if there is a before Query Business Rule which is causing the issue, or if the default filter can be edited to make the query faster. You can also change the quota rule to allow more time for the request if that query is absolutely necessary. (see below) Additional Information How to edit Quota Rules. https://docs.servicenow.com/csh?topicname=t_ConfigureATransactionQuotaRule.html&version=latest