Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
stanlyrj
Contributor III
Contributor III

Error from Engine

Hi Community,

Here I have used container extension which is using variables in my application.

When I'm applying and removing filters I'm getting an error:

And it consumes a lot of time to apply filters and get the result.

Error from Engine:

  1. {jsonrpc: "2.0", id: 58, error: {…}}
    1. error:{code: 15, parameter: "Failure", message: "Request aborted"}
    2. id:58
    3. jsonrpc:"2.0"
    4. __proto__:Object

Error from Engine: {jsonrpc: "2.0", id: 105, error: {…}}

40.8e64cfe8993264ccfc07.js:7 Error from Engine: {jsonrpc: "2.0", id: 109, error: {…}}

40.8e64cfe8993264ccfc07.js:7 Error from Engine: {jsonrpc: "2.0", id: 107, error: {…}}

40.8e64cfe8993264ccfc07.js:7 Error from Engine: {jsonrpc: "2.0", id: 108, error: {…}}

40.8e64cfe8993264ccfc07.js:7 Error from Engine: {jsonrpc: "2.0", id: 111, error: {…}}

40.8e64cfe8993264ccfc07.js:7 Error from Engine: {jsonrpc: "2.0", id: 110, error: {…}}

40.8e64cfe8993264ccfc07.js:7 Error from Engine: {jsonrpc: "2.0", id: 128, error: {…}}

40.8e64cfe8993264ccfc07.js:7 Error from Engine: {jsonrpc: "2.0", id: 121, error: {…}}

40.8e64cfe8993264ccfc07.js:7 Error from Engine: {jsonrpc: "2.0", id: 113, error: {…}}

40.8e64cfe8993264ccfc07.js:7 Error from Engine: {jsonrpc: "2.0", id: 118, error: {…}}

40.8e64cfe8993264ccfc07.js:7 Error from Engine: {jsonrpc: "2.0", id: 120, error: {…}}

40.8e64cfe8993264ccfc07.js:7 Error from Engine: {jsonrpc: "2.0", id: 114, error: {…}}

40.8e64cfe8993264ccfc07.js:7 Error from Engine: {jsonrpc: "2.0", id: 116, error: {…}}

40.8e64cfe8993264ccfc07.js:7 Error from Engine: {jsonrpc: "2.0", id: 134, error: {…}}

40.8e64cfe8993264ccfc07.js:7 Error from Engine: {jsonrpc: "2.0", id: 115, error: {…}}

40.8e64cfe8993264ccfc07.js:7 Error from Engine: {jsonrpc: "2.0", id: 117, error: {…}}

Can anyone suggest any possible solution for this.

Any help is greatly appreciated.

Thanks in advance.

Stan

1 Solution

Accepted Solutions
Øystein_Kolsrud
Employee
Employee

You get "Request aborted" if you modify the selection set while a GetLayout is in progress. It's rather misleading that this is returned as an error as it is the expected behavior of the system. It is up to the users to deal with such aborted computations as they see fit. The typical action would be to simply reissue the GetLayout request.

View solution in original post

5 Replies
petter
Partner - Champion III
Partner - Champion III

You should contact those who developed the extension - this is my best advice. They might not be monitoring this Community site regularly.

Øystein_Kolsrud
Employee
Employee

You get "Request aborted" if you modify the selection set while a GetLayout is in progress. It's rather misleading that this is returned as an error as it is the expected behavior of the system. It is up to the users to deal with such aborted computations as they see fit. The typical action would be to simply reissue the GetLayout request.

mborsadw
Partner - Creator
Partner - Creator

We are seeing a similar intermittent error on certain Qlik charts (not extensions) around the time the app gets refreshed. We are using Feb2018 patch2 of the Qlik Sense Server. The chart then displays the message that there is no data. Changing filter selections makes the chart reappear.
Øystein_Kolsrud
Employee
Employee

Is there any particular type of chart where you have seen this?

mborsadw
Partner - Creator
Partner - Creator

Line Charts