Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
kunkumnaveen
Specialist
Specialist

New to windows scheduler

Hello guys,

my client haven't provide me any publisher nor server  i just have a license qlikview app  ,but he want me to do this auto update qvds and excel sheets thing over time to time  ,so i just came to known that it is possible by using windows scheduler....as i have no knowledge and experience in doing that ,so i am looking for help to achieve this .....

If any step by step process referral document will be appreciated

thanks

naveen

1 Solution

Accepted Solutions
vikasmahajan

Windows Task Schedular.docx

and Windows Task Schedular

HTH

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.

View solution in original post

18 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

Check this link below

Batch file script to reload Qlikview Applications

Regards,

jagan.

vikasmahajan

Windows Task Schedular.docx

and Windows Task Schedular

HTH

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
kunkumnaveen
Specialist
Specialist
Author

Hello jagan,

i have gone through the link,but getting confuse how to start the process

currently i am using a 2 tire architecture,

i have got only one qvw(qualitydashboard.qvw) for now and later weeks i might have one more qvws,

 

the path were the application is :

C:\qlikview\application\qualitydashboard.qvw

so how to start and were to write this batch script

please if u have any idea will u please explain me from where i need to start up

thanks

naveen

kunkumnaveen
Specialist
Specialist
Author

Hello VIKAS,

i have gone through the link,but getting confuse how to start the process

currently i am using a 2 tire architecture,

i have got only one qvw(qualitydashboard.qvw) for now and later weeks i might have one more qvws,

the path were the application is :

C:\qlikview\application\qualitydashboard.qvw

so how to start and were to write this batch script

please if u have any idea will u please explain me from where i need to start up

thanks

naveen

jagan
Luminary Alumni
Luminary Alumni

Hi,

Did you gone the link?  Answer is there for your requirement in that link.

Regards,

jagan.

Anonymous
Not applicable

If you dont have QMC then Batch File is the alternate option in Qlik...

Check this?

https://community.qlik.com/docs/DOC-8899

How to create a batch file

saniyask
Creator
Creator

Hi Naveen ,

You can go to control panel -> system & Security -> administrative tools -> task scheduler -> task schedule library - > create a new task

like wise you can create a new task and apply triggers, (whenever you like to reload your app's), you can also insert your various applications in the scheduler through action menu in the create task tab. as far as batch files are concerned you can add them too through actions.

Thanks & regards,

Saniya Shaikh

its_anandrjs

Hi,

If your location is C:\qlikview\application\qualitydashboard.qvw

Then you have to write this line in any batch file

"C:\Program Files\QlikView\Qv.exe"  C:\qlikview\application\qualitydashboard.qvw"

Note:- File extension should be *.Bat

Regards,

Anand