Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
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