Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

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

What is the meaning of below error message?

QDSMain.Exceptions.DistributionFailedException: Distribute failed with errors to follow. ---> QDSMain.Exceptions.ReloadFailedException: Reload failed ---> QDSMain.Exceptions.LogBucketErrorException: The Source Document was NOT reloaded successfully. DocumentPath=\SERVER\SourceDocuments\Monitoring\test.qvw.

   at QDSMain.ReloadTask.VerifyConditions(TaskResult taskResult)

   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)

10/24/2013 06:59:40.3544834 Information Task Execute Duration=00:13:51.1390612

10/24/2013 06:59:40.3544834 Information Sending Alert mail

10/24/2013 06:59:40.9472910 Information TaskResult.status=Finished

10/24/2013 06:59:40.9472910 Information Notifying all triggers of new state:FinishedWithErrors

10/24/2013 06:59:40.9472910 Information Notifying all triggers of new state:FinishedWithErrors - completed

10/24/2013 06:59:40.9472910 Information Saving Task Result

1 Reply
Peter_Cammaert
Partner - Champion III
Partner - Champion III

On average, a TaskLog like this one does not provide you with actual information about the error. It just complains, but you'll have to look for a decent explanation elsewhere. For example if a Reload Task fails because of some error in the load script, the TaskLog will contain a message about a reload failure with all sorts of additional useless info. But for a real pointer to the erroneous statement, you'll have to check the Document Log.

Go to C:\ProgramData\QlikTech\DistributionService\1\Log\, open the daily sub-directory, look for the task log folder and open the DocumentLog.txt file in that folder.

You'll have to enable creation of a log file in your document first (see Dekstop:Settings->Document Properties...->General->Generate Logfile), otherwise there won't be any DocumentLog.

Good luck,

Peter