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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
agni_gold
Specialist III
Specialist III

How to use post /tasks/{taskId}/executions API

How to use 

post /tasks/{taskId}/executions

 

i want to trigger NPrinting task just after finish of QMC job.

 

Please send any example to understand better.

25 Replies
pradosh_thakur
Master II
Master II

i guess the code itself will do refresh the connection if local
Learning never stops.
agni_gold
Specialist III
Specialist III
Author

Actually, i have made the dependent task in QMC , and reloaded my dashboard, and after that NPrinting loader ran, but the refreshed chart did not come to email, old data came in my email . while in dashboard data got refreshed.
After that, i go to NPrinting connection and refreshed metadata again, and then ran Nprinting Task loaded app , then it send me correct information
pradosh_thakur
Master II
Master II

Is your Nprinting connection local ? Is your dependent task runs the metadata as well ? If you are using a local connection meta data need to be reloaded before any task to update the data.
Learning never stops.
agni_gold
Specialist III
Specialist III
Author

NPrinting & Qlikview are not from local, they all from Server.
pradosh_thakur
Master II
Master II

I was asking about the local/qvp/cluster connection.

https://help.qlik.com/en-US/nprinting/November2018/Content/NPrinting/GettingStarted/HowCreateConnect...
Learning never stops.
agni_gold
Specialist III
Specialist III
Author

My connection for Qlikview document is something like below :

\\VSRIWQLKTESTFIL\QlikView\Backup\Agnivesh\Governance Prod Copy reload after making changes\Test.qvw

VSRIWQLKTESTFIL is my file server for QlikView

agni_gold
Specialist III
Specialist III
Author

ohh sorry , now i got it , my connection is local
pradosh_thakur
Master II
Master II

please create a (qvp://your document's_qvp_path ) QVP connection and the metadata reload is not required. Looks like your connection is local . That's why the relaod.
Learning never stops.
agni_gold
Specialist III
Specialist III
Author

In that case , my all qlikview files should be published (means they should come in user document) ?
What if i want to do with non published file ?
pradosh_thakur
Master II
Master II

You need to reload the metadata for non published files/local connection, even if running manually from nprinting directly without apis. I can't open the reference qvw but with a few tweaking you can run the metadata before the task runs and task in qmc will not get successful until and unless task in nprinting is running .
Learning never stops.