Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
matthijsbakker
Partner - Contributor
Partner - Contributor

Random object not found errors in mash-up

Hi,

I created a Sense mash-up which works most of the time. About 10% of the page visits lead to an 'object not found' error.

The error is 'No object with Id [xxxxx]  found' (where xxxx is an object id).

If I refresh the error is gone and everything works smooth. If I keep on refreshing (or navigating) I will get a new error. Sometimes it is one object that cannot be found, sometimes multiple.

Any ideas? Thanks!

3 Replies
Digvijay_Singh
MVP
MVP

I have seen this error many a times but we used to get when object ID was changed in sense app but mashup was using old ID. Whenever a sense object is deleted and created new one, the new ID needs to be used in mashup.

ErikWetterberg
Master
Master

Hi,

Sounds like a race condition. What Qlik Sense version are you using? You could probably use the undocumented waitForOpen promise to fix this, but it shouldn't really be necessary.

Erik Wetterberg

matthijsbakker
Partner - Contributor
Partner - Contributor
Author

Hi,

Thanks for your response. I do not think this is the issue, because it are random objects that are not shown and 99% of the time the object that does not show up will be shown after a refresh.