Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Please help me out on this error, due to huge volume of data from source database, i have altered the script.
When i validate the script, it shows the error as displayed below,
------------------------------------------------------------------------------------------------------------------------------------------------------
(2015-08-11 08:06:51) Warning: The QlikView Engine is Reloading, it will be killed (Please ignore logged warnings/errors about the kill).
(2015-08-11 08:06:51) Information: Killing the QlikView Engine. ProcessID=50648
(2015-08-11 08:06:52) Information: Reload was aborted.
(2015-08-11 08:06:52) Information: Closed the QlikView Engine successfully. ProcessID=50648
(2015-08-11 08:06:52) Error: The task "QVDGenerator/RawQvdGenerator/RawQvdGenerator.qvw" failed. Exception:
(2015-08-11 08:06:52) Error: QDSMain.Exceptions.DistributionFailedException: Distribute failed with errors to follow. ---> QDSMain.Exceptions.ReloadFailedException: Reload failed ---> System.Threading.ThreadAbortException: Thread was being aborted.
(2015-08-11 08:06:52) Error: at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
(2015-08-11 08:06:52) Error: at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
(2015-08-11 08:06:52) Error: at SolutionGlobal.ThreadPool.ThreadPoolJob.SafeWaitEvent(WaitHandle eventWaitHandle)
(2015-08-11 08:06:52) Error: at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)
(2015-08-11 08:06:52) Error: --- End of inner exception stack trace ---
(2015-08-11 08:06:52) Error: at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)
(2015-08-11 08:06:52) Error: at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult)
(2015-08-11 08:06:52) Error: --- End of inner exception stack trace ---
(2015-08-11 08:06:52) Error: at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult)
(2015-08-11 08:06:52) Error: at QDSMain.Task.AbstractTask.TaskExecution(ILogBucket logBucket, TaskResult taskResult)
(2015-08-11 08:06:52) Error: Task failed with exception
(2015-08-11 08:06:52) Error: Exception=The currently executing operation was aborted.
(2015-08-11 08:06:52) Information: TaskResult.status=Finished
(2015-08-11 08:06:52) Information: Notifying all triggers of new state:FinishedWithErrors
(2015-08-11 08:06:52) Information: Notifying all triggers of new state:FinishedWithErrors - completed
(2015-08-11 08:06:52) Information: Saving Task Result
------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks & Regards
Nandhakumar
Have a look at the RawQvdGenerator document log rather than the server log. The document log is in the same folder as RawQvdGenerator.qvw, with the name RawQvdGenerator.qvw.log.
If the file is not being created, set the Generate Logfile option on Document Properties | General and execute the reload task again.