Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Publisher task reload failed

Hi all,

I scheduled a task in publisher. the task fails and I get the following information in the log file. Can  you please help me where can I find the log file with an error or how can I identify the error. I would really appreciate any help.

Thanks

Gen

4/28/2013 17:36:13.3764952InformationThe Source Document reload complete. DocumentPath=E:test.qvw
4/28/2013 17:36:13.3764952InformationMemory Allocation Delta for this file=937.54 Mb. Available Physical Memory Before Reload=138797.30 Mb. Available Physical Memory After Reload=137876.23 Mb. Total Physical Memory=137876.23 Mb.
4/28/2013 17:36:14.0005112ErrorThe Source Document was NOT reloaded successfully. DocumentPath=E:test.qvw.
4/28/2013 17:36:14.0161116InformationClosing the document.
4/28/2013 17:36:14.6401276InformationClosed the QlikView Engine successfully. ProcessID=7384
4/28/2013 17:36:14.6401276ErrorThe task "QVD_Update" failed. Exception:

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=E: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)

4/28/2013 17:36:14.6401276InformationTask Execute Duration=00:49:36.5095188
4/28/2013 17:36:14.6401276InformationTaskResult.status=Finished
4/28/2013 17:36:14.6557280InformationNotifying all triggers of new state:FinishedWithErrors
4/28/2013 17:36:14.6557280InformationNotifying all triggers of new state:FinishedWithErrors - completed
4/28/2013 17:36:14.6557280InformationSaving Task Result
1 Solution

Accepted Solutions
Not applicable
Author

open the logfile for the document that you're reloading.  it should be in the same folder as the document itself, in this case it looks like E:

look for E:test.qvw.log.  this will give you more details on why the document did not load.

if you can't find it, open the test.qvw document, click 'document properties', and on the general tab, make sure that 'Generate Logfile' is checked.

View solution in original post

1 Reply
Not applicable
Author

open the logfile for the document that you're reloading.  it should be in the same folder as the document itself, in this case it looks like E:

look for E:test.qvw.log.  this will give you more details on why the document did not load.

if you can't find it, open the test.qvw document, click 'document properties', and on the general tab, make sure that 'Generate Logfile' is checked.