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: 
khasimvali85
Creator II
Creator II

what is the reason behind QVW file not run through Schedular?

Hi Community,

I have got one issue the QVW file not run through the Schedular, what is the reason behind application.

find below attachment log file.

see the error log file to find the issue

Error: QVX_UNEXPECTED_END_OF_DATA

how can i resolve the issue?

Regards,

Khasim.

21 Replies
qlikviewwizard
Master II
Master II

Khasimvali85


If it is confidential decode and provide the script. Otherwise it is very difficult to provide the right solution by folks.

khasimvali85
Creator II
Creator II
Author

Hi,

i am adding qvw file

please check it.

qlikviewwizard
Master II
Master II

Hi Khasimvali85

Thank you. Please add your scheduler script as well.

qlikviewwizard
Master II
Master II

Hi Khasimvali85

Error is in task scheduler script. So Qlikview won't capture the error message.

khasimvali85
Creator II
Creator II
Author

Hi,

Thanks for comment

we run the jobs through windows task scheduler

the given script is .bat file to run the task

"C:\Program Files\QlikView\qv.exe"   /r  "D:\Service\QVD Maker\Calls.qvw"

qlikviewwizard
Master II
Master II

Hi Khasimvali85

Use the below code in bat file.

"C:\Program Files\QlikView\qv.exe" /R "D:\Service\QVD Maker\Calls.qvw"

Exit

Check my document here for more details. Hope it will help you in your issue.

Batch file script to reload Qlikview Applications

khasimvali85
Creator II
Creator II
Author

Hi,

I think in my script no issue for run the schedules to compare with your script.

the only thing is /R this is should be in Capital letter? i will try with /R.

Anonymous
Not applicable

When run using the Windows Scheduler are you running under the same user as when you run it manually ?

khasimvali85
Creator II
Creator II
Author

hi,

under the same user will run the scheduler jobs, we couldn't run the manually

Anonymous
Not applicable

So are you ok & sorted now ?