Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI all ,
i have a task which took about 27H to run until the end (this not the issue and i know i have to look out why) , but once it's finished i got an error on the QMC :
Error: The task "WorkSpace/DGCC/DGCC/ETL/[SEPA]-Loader.qvw" failed. Exception: || QDSMain.Exceptions.TaskFailedException: Task execution failed with errors to follow. ---> QDSMain.Exceptions.ReloadFailedException: Reload failed ---> QDSMain.Exceptions.ThreadPoolJobStillRunningException: Aborting reload. Error: QDSMain.TaskResult ---> QDSMain.Exceptions.TaskTimeOutException: Task <WorkSpace/DGCC/DGCC/ETL/[SEPA]-Loader.qvw> has timed out || --- 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) || --- 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)
but nothing in the log file and the returned results seems ok .
Any idea ?
Thx
any one ?
Hi Mohamed,
Did you ever find the explanation and a matching solution for this issue?
Thx
Everything in the log points to a task exceeding its time slot. QDS will abort the job and leave the document alone. QDS will never generate a broken document, so the OP may have been looking at an old copy.
BTW if you have a similar problem, I suggest you post a new question and add relevant details. May produce answers much quicker.
Best,
Peter
Hi
yes it was about the QDS timeout (in the config file) .You have tu put a bigger value .
Hi Ahid
Can you please provide details on what config file and path location that needs to be changed.