Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
master_t
Partner - Creator II
Partner - Creator II

Report preview/generation throws "Remote code could not be executed" error

Hello

I'm trying to preview a report fron the NPrinting Designer, but I get the following error:

The preview request failed with message: CefSharp Exception. Remote code could not be executed, error: The operation was canceled

now, the object that I'm trying to use is a third-party extension, and I've read in the documentation that those need to meet some requirements in order to work in NPrinting, namely:

Qlik NPrinting does not support the exporting or printing of visualization extensions that use:

  • External resources.
  • Internal and undocumented JavaScript modules or APIs.

However, I don't think that is the problem, because of two reasons:

1) Exporting the same extension on a different QlikSense/NPrinting installation works fine

2) I've written the extension myself, and it doesn't use internal modules (other than the usual "js/qlik" and "jquery" ones). As for "external resources"... I don't exactly know what they mean by that, but all my javascript is in local files, I'm not loading stuff from CDNs or similar.

0 Replies