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: 
ali_hijazi
Partner - Master II
Partner - Master II

supporting task doesn't end

Hello

got a batch file that opens a QVW which in turn runs a macro to export charts into images

when I run the batch file manually it runs successfully and the QVW exports the charts and the batch execution finishes

the content of the batch file is as follows:

"D:\QlikViewDesktop\qv.exe" "D:\QlikView\Source Documents\3-DEV\Next delivery\Customer Case Analysis Dashboard\QVW\Customer Case Analysis Dashboard - Broadcast.qvw" /vCanCloseDocument=1

timeout /t 180 /nobreak

exit

Now I added a supporting task in QlikView server to call this batch file

however this supporting task keeps on running forever unless I stop it manually

please advise

I can walk on water when it freezes
2 Replies
its_anandrjs

Hi,

Try to use the widnows task schedulers for the Bat file running will effectively runs your Bat file.

Regards,

Anand

ali_hijazi
Partner - Master II
Partner - Master II
Author

but I need in QVS to know when it ends so that another task starts

I need dependencies

I can walk on water when it freezes