Weird... if the error doesn't come back then great.So, I just did a reload on the page in Firefox and it populated the clips.
Weird... if the error doesn't come back then great.So, I just did a reload on the page in Firefox and it populated the clips.
This even happens on the mobile app. I rolled back to version 5.7.8.2 until it’s fixed.@MikeLud1
I have the same problem with the alert list often loading very slowly since at least a few versions ago. Sometimes it also affects clip lists. Sometimes the clip list loads fast. I can't really figure out a pattern. I haven't reported it to BI support yet because I wanted to try database repair/regenerate, but that did not solve the problem yesterday so today I'll be reporting the issue.
Thanks @bp2008 I also tried database repair/regenerate and no change.@MikeLud1
I have the same problem with the alert list often loading very slowly since at least a few versions ago. Sometimes it also affects clip lists. Sometimes the clip list loads fast. I can't really figure out a pattern. I haven't reported it to BI support yet because I wanted to try database repair/regenerate, but that did not solve the problem yesterday so today I'll be reporting the issue.
@bp2008 It looks like Ken fixed the slow alert loading in version: 5.7.9.3. Thanks for reporting the issue.I investigated some more this morning and it looks like the true problem is that the alert list response size is no longer capped. In the recent past, it used to only return 1000 items. Now it returns everything, and the BI code is very much not optimized to return large alert lists like this, so it is slow. My measurements indicate that the alert list response gets exponentially slower as it grows, so for example on my system an alert list of 66k alerts takes 7 seconds, but an alert list of 164k alerts takes 37 seconds. Probably this was an accidental change and now that I've reported the issue to BI support I would expect it to be fixed soon.
Any idea what removed from view alerts failed means? It came up after updating.@bp2008 It looks like Ken fixed the slow alert loading in version: 5.7.9.3. Thanks for reporting the issue.
Also getting remove from view vehicles failed (0).Any idea what removed from view alerts failed means? It came up after updating.
cliplist
: 4096 items
alertlist
: 2048 items
(+/- a few because of some alert list weirdness)I'm getting the same.Also getting remove from view vehicles failed (0).
Also getting remove from view vehicles failed (0).
Just to confirm and for my own understanding: these new(ish) caps on the number of items in the Alertlist and Cliplist only apply to what BI passes along to UI3, correct? in other words, when working from the BI console, these new numbers don't truly restrict the actual number of Alerts or Clips accessible, right? I have access within the BI console to considerably higher numbers than that, currently using BI 5.7.8.2, and don't want to see a loss of access to those Alerts if I migrate to a newer version (currently 5.7.9.5).It appears the new limits for cliplist and alertlist responses in 5.7.9.3 are:
cliplist
:4096 items
alertlist
:2048 items
(+/- a few because of some alert list weirdness)
Just to confirm and for my own understanding: these new(ish) caps on the number of items in the Alertlist and Cliplist only apply to what BI passes along to UI3, correct? in other words, when working from the BI console, these new numbers don't truly restrict the actual number of Alerts or Clips accessible, right? I have access within the BI console to considerably higher numbers than that, currently using BI 5.7.8.2, and don't want to see a loss of access to those Alerts if I migrate to a newer version (currently 5.7.9.5).
TIA for confirming.