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

Reload of Document Failed

Hello,

I try to reload a document in Qlikview 11.2. It reads successfully the file, but finally it fails.

I would appreciate your help.

Please find below a portion of  the log :

(2015-05-26 16:19:05) Information: The document was loaded successfully.

(2015-05-26 16:19:05) Information: Document was opened successfully

(2015-05-26 16:19:05) Information: Starting reload

(2015-05-26 16:19:05) Information: QlikView->Settings->Document Peferences->Generate Logfile in document is not set.

(2015-05-26 16:19:05) Information: The Source Document is being reloaded. DocumentPath=C:\ProgramData\QlikTech\Documents\1.qvw

(2015-05-26 16:19:05) Information: The Source Document reload complete. DocumentPath=C:\ProgramData\QlikTech\Documents\1.qvw

(2015-05-26 16:19:05) Information: Memory Allocation Delta for this file=1.38 Mb. Available Physical Memory Before Reload=6054.87 Mb. Available Physical Memory After Reload=6047.24 Mb. Total Physical Memory=6047.24 Mb.

(2015-05-26 16:19:05) Error: The Source Document was NOT reloaded successfully. DocumentPath=C:\ProgramData\QlikTech\Documents\1.qvw.

(2015-05-26 16:19:05) Information: Closing the document.

(2015-05-26 16:19:06) Information: Closed the QlikView Engine successfully. ProcessID=4076

(2015-05-26 16:19:06) Error: The task "1.qvw" failed. Exception:

(2015-05-26 16:19:06) 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=C:\ProgramData\QlikTech\Documents\1.qvw.

(2015-05-26 16:19:06) Error: at QDSMain.ReloadTask.VerifyConditions(TaskResult taskResult)

(2015-05-26 16:19:06) Error: at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)

(2015-05-26 16:19:06) Error: --- End of inner exception stack trace ---

(2015-05-26 16:19:06) Error: at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)

(2015-05-26 16:19:06) Error: at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult)

(2015-05-26 16:19:06) Error: --- End of inner exception stack trace ---

(2015-05-26 16:19:06) Error: at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult)

(2015-05-26 16:19:06) Error: at QDSMain.Task.AbstractTask.TaskExecution(ILogBucket logBucket, TaskResult taskResult)

(2015-05-26 16:19:06) Information: Task Execute Duration=00:00:02.4492000

(2015-05-26 16:19:06) Information: TaskResult.status=Finished

Thanks in advance for your help

1 Solution

Accepted Solutions
jaimeaguilar
Partner - Specialist II
Partner - Specialist II

Hi,

With this server log, you can't clearly say what is the issue, it can be pretty much anything. However, you can enable the file log: Settings > Document Properties > General > Generate log file. this log file will be saved in the same folder where the qvw is stored. This log is more detailed, because it will display line per line the script that is being executed.

If you upload this document log it would be easier to assist you,

regards

View solution in original post

5 Replies
Colin-Albert

This shows that the failure was during the reload not the distribution.

Error: The Source Document was NOT reloaded successfully.

Can you post the document log for this task?

jaimeaguilar
Partner - Specialist II
Partner - Specialist II

Hi,

With this server log, you can't clearly say what is the issue, it can be pretty much anything. However, you can enable the file log: Settings > Document Properties > General > Generate log file. this log file will be saved in the same folder where the qvw is stored. This log is more detailed, because it will display line per line the script that is being executed.

If you upload this document log it would be easier to assist you,

regards

Not applicable
Author

Buenos Dias a todos,

I enabled the  log file of the document. I saw that the document could not open the db.

I modified the security. Now it is ok and running.

Thanks  a lot to both of you (Albert and you)


Not applicable
Author

Please find attached the log file.

Not applicable
Author

I have one question more :

I have a document where I try to open a folder from a server.

This document is running from the automation. However the actual AD account that runs the task does not have access to this folder. Is there any way to bypass the security using other AD account for this task ?

Thanks