Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

TASKS On Windows SRV 2008 x64 R2

hello everybody

I have a problem with tasks on windows server 2008

I have a .vbs file to load data Qlik, and a batch to start it.

if I start the batch manually run correctly, but if part of the tasks of windows is running for hours.

this is the batch

C:

cd \Windows\SysWOW64

cmd.exe /c cscript C:\Script\Qlik\load1.vbs

how can I fix it?


thx

2 Replies
marcus_sommer

Probably had the user-account from windows-task not the proper access rights and/or some parts from your script might need more access rights / visibilities as a background-process could provide.

Maybe you used the qv-server to make the load and if you really needed some extra functionalities then with a execute-statement to trigger the batch.

- Marcus

maxgro
MVP
MVP

maybe you can find additional info in the logfile of your qlikview document

you can also add some trace to your qlik doc to see where it stops / hangs