Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all!
is there a function or sql command line or a batch file... that returns 0 or 1 depending on the status (success or failure) of the jobs on QlikView Publisher ? (screenshot)
I need to get the result on a remote computer.
QMS API will provide that funtion for you
From refman 11.20:
Starting an EDX returns a session ID to allow interrogation of the status of the session rather than on the task. When the session is done, the status contains a list of all the tasks (and session IDs) that have been triggered, allowing for continuous tracking of the status. This functionality is available through the API.
How to get the status of the session with EDX ? is there an example?
Examples are installed when you select the SDK option when installing a server
Help file can be found here
QlikView SDK v.11 : http://community.qlik.com/docs/DOC-2639
QMS API documentation v.11: http://community.qlik.com/docs/DOC-2683
Using EDX v.11: http://community.qlik.com/docs/DOC-2650
Is it possible to get the same result by reading the publisher log file?
Alert mails from QMC can be used to get a mail when a task fails.
Alert mail inside a qvw can be used and be setup to send out an email when for example, an application has been reloaded
There is also the possiblity to use SNMP and have queries to monitor tasks, somehow limited however.