Skip to main content
Announcements
Announcing Qlik Talend® Cloud and Qlik Answers™ to accelerate AI adoption! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

one task killing another

One task is scheduled to run @ every one hour, due to a big updates in database previous load ran more than 1 hour and suddenly next load triggered and task failed, IS there a possibility for this?

Error below:

11/9/2015 2:00:10 AM    Warning     The QlikView Engine is Reloading, it will be killed (Please ignore logged warnings/errors about the kill).

11/9/2015 2:00:11 AM    Warning     Can't kill, retrying!

11/9/2015 2:00:11 AM    Error The task "***.qvw" failed. Exception:

  1. QDSMain.Exceptions.DistributionFailedException: Distribute failed with errors to follow. ---> QDSMain.Exceptions.ReloadFailedException: Reload failed ---> System.Threading.ThreadAbortException: Thread was being aborted.

at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)

at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)

at SolutionGlobal.ThreadPool.ThreadPoolJob.SafeWaitEvent(WaitHandle eventWaitHandle)

at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)

--- End of inner exception stack trace ---

at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)

at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult)

--- End of inner exception stack trace ---

at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult)

at QDSMain.Task.AbstractTask.TaskExecution(ILogBucket logBucket, TaskResult taskResult)

11/9/2015 2:00:11 AM    Error Task failed with exception

11/9/2015 2:00:11 AM    Error Exception=The currently executing operation was aborted.

1 Reply
jonathandienst
Partner - Champion III
Partner - Champion III

I expect that the qvw file was still locked by the previous load, causing the distribute to fail.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein