Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
fkeuroglian
Partner - Master
Partner - Master

WINDOWS TASK NOT WORK IF SCHEDULER

Hi experts!

I have a problem, i create a windows task that call a .bat:

if i execute the bat manual (double click in the bat file) and works but if i create a task that call to the bat, not work, it is rare

the bat call to a qlikview document that generate an excel, but is it strange that works if run manually double clic and not if i put in a winwdows task

what could be?

thank you

the bat is this:

@echo off

"C:\Program Files\QlikView\Qv.exe" /r /w "C:\Proyecto QlikView\Riesgo\1_Produccion\3_Application\Riesgov1.qvw"

@echo off

1 Reply
stabben23
Partner - Master
Partner - Master

Hi,

What user do you use in your task, is it the same as you use in your connectionstring inside scipt in the qvw?

If you use a specific user to connect to a database in your connectionstring and with a password, then you have to use the same user in your task, with this unticked.

2015-05-16_2053.png