Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
we don't have publisher we are running all jobs in task scheduler but one dashboard getting failed at randomly times ,when i check the log file while saving qvd it was getting failed and showing error message GENERAL SCRIPT ERROR ,but when i run manually it was running successfully i didn't see any error occurs
2/15/2017 7:30:50 AM: 0970 DROP Table Order_BOOK1
2/15/2017 7:31:17 AM: 0973 STORE Order_BOOK into
2/15/2017 7:32:04 AM: General Script Error
2/15/2017 7:32:05 AM: Execution Failed
2/15/2017 7:32:05 AM: Execution finished.
Regards
Pardhu
Hi ,
Ur existing qvd might be locked , so that it was not able to overwrite the qvd
this is one possible case
delete that qvd and re run it
Hi ,
Ur existing qvd might be locked , so that it was not able to overwrite the qvd
this is one possible case
delete that qvd and re run it
hi manoj
but when we try to reload the dashboard manually the reload was successful ...can you explain how the QVD will be locked
'
As i assume, When it goes to qvd issue on server - Might be error in the path. Check whether the path is good or not
1.What is the table name?
2. Before Store only there was a drop , once can please check the same
Hi,
I have had this issue before, delete and re-created the job in Task Scheduler.
Kind Regards
Kamiel
hi guys
i tried all things which you suggested none of them working ..
Is your D Drive on your Qlikview server?
May be use the UNC paths like
STORE Order_Table INTO \\yourservername\d$\Qlikview\SourceDocuments\DEV\Application\QVD\Order_Book_Onwardsdec.qvd (qvd);
Can you send the Log files of QVW i mean whole log file / Script. And try to remove Square Bracket
STORE Order_BOOK into D:\DEV\Application\QVD\Order_Book_Onwardsdec.qvd (qvd)
when ever ur refreshing the dashboard manually ,is it referring to the same location qvd ?
I mean to say both manually and automation process is picking from the same location .
Try to regenerate the qvd or overwrite the qvd from some other location ... Try it once