Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
In my machine i'm reloading two qvw files through TaskScheduler , consider they named as File1 and File2.
I'm scheduling everyday the File1 for every 1 hour and File2 at 1:00 A.M(File2 only 1 time in a day).
Now what i'm trying is i need to stop the File1 Scheduling at 1:00 A.M and should start after completion of File2 Scheduling completes.
Is this is possible ?
Thanks in advance
Hi,
task dependency is possible to configure, but there is one question: how to proceed with File1 scheduling at time other than 1:00 AM if File2 scheduling failed?
regards
hi Krunoslav, thanks for reply.
task dependency is possible to configure, but there is one question: how to proceed with File1 scheduling at time other than 1:00 AM if File2 scheduling failed?
If File2 Scheduling got failed then File2 task should stop existing reload and File1 should start at first regular interval time(Ex: for file1 having interval times after 1:00 is at 2:00 A.M ,3:00 A.M,..)i.e; File1 should starts at 2:00 A.M.
I hope you might got it know.
Thanks in advance.
One way would be this:
- create task for File1 scheduling, triggering it each hour daily, except 1AM
- create task for File2 scheduling, triggering it at 1:00AM daily
- create task for File1 scheduling, but this time with selected task name of File2 scheduling in Task Dependencies of Triggers tab.
With this configuration File1 task will be scheduled each hour, except 1:00AM. File2 task will be scheduled at 1:00AM. If File2 failed, File1 task will not be executed at that time.
regards
Hi,
- create task for File1 scheduling, triggering it each hour daily, except 1AM
Please can you let me know how to do it in Task Scheduler i.e; Except 1 AM.
Thanks in advance.
In Triggers tab for current trigger set radio button to hourly + Run only between 01:30AM and 00:30AM.
hi,
i can't notice in my system scheduler which you have mentioned the option to "Run only between 01:30AM and 00:30AM".
Plz find the attached image which shows in my system. And please let me know where i can set between time.
THanks in advance.
It should be QlikView Task, configured in QlikView Management Console.
Hi,
I'm scheduling it through windows task scheduler not through with Qlikview Scheduler. Currently i'm using Qlikview Desktop edition.
Is this not possible within the Windows task Scheduler ?
Thanks in advance.