Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
waszcma1
Partner - Creator II
Partner - Creator II

Error: The Source Document was NOT reloaded successfully.

Please could you be so kind and explain me what could be possible reason of not reloading QV apps by server?

(2016-02-08 13:08:51) Information: The Source Document reload complete. DocumentPath=D:\Data\Pulse\OF\SNC performance.qvw

(2016-02-08 13:08:51) Information: Memory Allocation Delta for this file=29.82 Mb. Available Physical Memory Before Reload=233875.57 Mb. Available Physical Memory After Reload=233832.78 Mb. Total Physical Memory=233832.78 Mb.

(2016-02-08 13:08:51) Error: The Source Document was NOT reloaded successfully. DocumentPath=D:\Data\Pulse\OF\SNC performance.qvw.

(2016-02-08 13:08:51) Information: Closing the document.

(2016-02-08 13:08:52) Information: Closed the QlikView Engine successfully. ProcessID=208888

(2016-02-08 13:08:52) Error: The task "Reload and Distribute of OF\SNC performance.qvw" failed. Exception:

(2016-02-08 13:08:52) Error: 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=D:\Data\Pulse\OF\SNC performance.qvw.

(2016-02-08 13:08:52) Error:    at QDSMain.ReloadTask.VerifyConditions(TaskResult taskResult)

(2016-02-08 13:08:52) Error:    at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)

(2016-02-08 13:08:52) Error:    --- End of inner exception stack trace ---

(2016-02-08 13:08:52) Error:    at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)

(2016-02-08 13:08:52) Error:    at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult)

(2016-02-08 13:08:52) Error:    --- End of inner exception stack trace ---

(2016-02-08 13:08:52) Error:    at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult)

(2016-02-08 13:08:52) Error:    at QDSMain.Task.AbstractTask.TaskExecution(ILogBucket logBucket, TaskResult taskResult)

(2016-02-08 13:08:52) Information: Task Execute Duration=00:00:06.6373088

(2016-02-08 13:08:52) Information: TaskResult.status=Finished

(2016-02-08 13:08:52) Information: Notifying all triggers of new state:FinishedWithErrors

(2016-02-08 13:08:52) Information: Notifying all triggers of new state:FinishedWithErrors - completed

(2016-02-08 13:08:52) Information: Saving Task Result

1 Solution

Accepted Solutions
waszcma1
Partner - Creator II
Partner - Creator II
Author

I have found the reason:

I have missed one wrong reference path to the QVD in my scripts which was refereing to my computer C:\Data\Pulse\OF\ instead of D:\Data\Pulse\OF\

Will start using variables:

//Data folders
LET vAdminPath = 'D:\Data\Admin\';
LET vBUPath = 'D:\Data\Business units\';
LET vCommentPath = 'D:\Data\Comments\';
LET vExcelPath ='D:\Data\Excel\';
LET vQVDPath ='D:\Data\QVD\';


Thread can be closed



View solution in original post

6 Replies
Gysbert_Wassenaar

Check the document log. It should exist at D:\Data\Pulse\OF\SNC performance.qvw.log. If it doesn't then first enable the Generate Log file option in the Document Properties and then reload the document.


talk is cheap, supply exceeds demand
Not applicable

Please look into qvw log file and find the error.

Not applicable

On QMC please go to System tab ---> Setup -->  Mounted folders section and  check if the document is mounted properly.

waszcma1
Partner - Creator II
Partner - Creator II
Author

Will check all yours advices and come back with results

Thank you very much!

waszcma1
Partner - Creator II
Partner - Creator II
Author

I have found the reason:

I have missed one wrong reference path to the QVD in my scripts which was refereing to my computer C:\Data\Pulse\OF\ instead of D:\Data\Pulse\OF\

Will start using variables:

//Data folders
LET vAdminPath = 'D:\Data\Admin\';
LET vBUPath = 'D:\Data\Business units\';
LET vCommentPath = 'D:\Data\Comments\';
LET vExcelPath ='D:\Data\Excel\';
LET vQVDPath ='D:\Data\QVD\';


Thread can be closed



Peter_Cammaert
Partner - Champion III
Partner - Champion III

You have to close the thread yourself; no other community member (except for moderators) can do that. Since your issue has a clear solution and you were the one that discovered it, mark your own last post as "Correct". Your answer wil lthen appear immediately under the original question at the top of this thread, making it easier for other visitors to check out Q & A.

Best,

Peter