Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
bcraymond
Partner - Contributor III
Partner - Contributor III

Accesspoint Task Failure - section access error?

Hi -

Im getting a section access error on a task failure on publisher, but Im not using section access in the QVW.

the error is:

(2013-11-14 09:23:00) Error: The Source Document was NOT reloaded successfully. DocumentPath=E:\SourceDocuments\InPatientQuality\Patient_Throughput.qvw.

(2013-11-14 09:23:00) Information: Closing the document.

(2013-11-14 09:23:01) Information: Closed the QlikView Engine successfully. ProcessID=8276

(2013-11-14 09:23:01) Error: The task "Patient_Throughput refresh" failed. Exception:

(2013-11-14 09:23:01) 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=E:\SourceDocuments\InPatientQuality\Patient_Throughput.qvw.

(2013-11-14 09:23:01) Error: at QDSMain.ReloadTask.VerifyConditions(TaskResult taskResult)

(2013-11-14 09:23:01) Error: at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)

(2013-11-14 09:23:01) Error: --- End of inner exception stack trace ---

(2013-11-14 09:23:01) Error: at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)

(2013-11-14 09:23:01) Error: at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult)

(2013-11-14 09:23:01) Error: --- End of inner exception stack trace ---

(2013-11-14 09:23:01) Error: at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult)

(2013-11-14 09:23:01) Error: at QDSMain.Task.AbstractTask.TaskExecution(ILogBucket logBucket, TaskResult taskResult)

(2013-11-14 09:23:01) Information: Task Execute Duration=00:00:36.6455495

(2013-11-14 09:23:01) Information: Sending Alert mail

Is it possible to inadvertently turn on section access?

thanks for any help.

1 Solution

Accepted Solutions
bcraymond
Partner - Contributor III
Partner - Contributor III
Author

I turned on logging and found the real error- an inability to locate a table. Thanks..

View solution in original post

4 Replies
datanibbler
Champion
Champion

Hi Beth,

no, actually it is not possible - well, not probable anyway - that you would have inadvertently put this in - it's nothing you can turn on with a checkbox, you actually have to code it in your script.

What does the log of the qvw itself say? Could you post that (attach it) In my experience, the logs from the mgmt_console (like this, is it?) are not terribly helpful in detecting an error.

HTH

Best regards,

DataNibbler

Clever_Anjos
Employee
Employee

Open your document using Developer.

Section Access are script comands, just look at your code (Ctrl-E)

bcraymond
Partner - Contributor III
Partner - Contributor III
Author

I turned on logging and found the real error- an inability to locate a table. Thanks..

bcraymond
Partner - Contributor III
Partner - Contributor III
Author

Thanks,  it wasnt section access related after all