Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. READ MORE

Qlik Sense: Error Code -2 Object Not found in mashups/extensions

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Damien_V
Support
Support

Qlik Sense: Error Code -2 Object Not found in mashups/extensions

Last Update:

Jul 5, 2022 8:46:41 AM

Updated By:

Sonja_Bauernfeind

Created date:

Apr 12, 2021 10:37:22 AM

Error Code -2 (Object Not found) is randomly displayed in mashups/extensions in Qlik Sense Enterprise for Windows.

Environments:

Qlik Sense Enterprise on WindowsJune 2019 and higher

 

Resolution

 

This is working as designed. A workaround is possible.

 

Workaround:

The workaround is to manually catch the error and suppress it with app.on()

app.on('error', (er) => {YourErrorHandler})

on method

 

Internal Investigation ID(s):

QB-3983
QB-4236

Labels (1)
Comments
sheavero
Partner - Contributor II
Partner - Contributor II

Has there been a resolution to this bug?

Sonja_Bauernfeind
Digital Support
Digital Support

Hello @sheavero 

This has been investigated and is working as designed. The provided workaround is the only method known to work around it.

All the best,
Sonja 

rnorris
Partner - Creator
Partner - Creator

I don't understand this workaround. I have an extension object, which apparently is causing the issue. What do I do? 

Sonja_Bauernfeind
Digital Support
Digital Support

Hello @rnorris 

We are unfortunately unable to assist directly without further details. I recommend posting about your issue with details (your setup, versions used, issues you encounter with error messages) in the appropriate forum. There, our active user base and support engineers can be of more help.

All the best,
Sonja 

rnorris
Partner - Creator
Partner - Creator

To anyone else who ends up here and isn't sure what it's talking about, it means to edit the javascript of the extension object. To do this from Qlik, you need to open the Dev Hub:


https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/Dev-Hub/Content/Sense_Dev-Hub/dev-hub...

 

 

Version history
Last update:
‎2022-07-05 08:46 AM
Updated by: