Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Task Failes with error

Hello All,

In Publisher One Task Failes With Following Error in log file , Can anybody Please explain what would this mean and when i second time run the task its execution was successful, I am unable to understand why this would happen????

InformationClosed the QlikView Engine successfully. ProcessID=13456
8/5/2014 03:36:11.7165351ErrorThe task "View Application_d" 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:\QV Common QVD\Application\View\IncrementalLoad_AppD.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)

12 Replies
Not applicable
Author

Could be, but mostly you get an error with some refference to missing resources. Can you provide the complete Task Log

ChiragPradhan
Creator II
Creator II

Hi Rohit, you need to tick the generate log option, especially for situations like these. It mostly looks like db access issue. If it is a space issue, I have generally observed that the log would say something like "*_UNEXPECTED_END_OF_DATA".

SunilChauhan
Champion
Champion

if you are using section access then make sure to make  upper(UserID) as UserID.

or if using NTNAME upper(NTNAME) as NTNAME. both inside section access code and if using out side section access then also use this and run the task with service account or admin acc login

Sunil Chauhan