Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am facing the issue with reloading of Qlikview Generator.
I debug Qlikview generator manualy with 100 rows then it ran good during dubug.
when i ran it in QMC then it showed failed error.
I checked the logs under "C:\ProgramData\QlikTech\DistributionService". And found 1 log folder.
So i am sharing some information from log folder, Please let me know , why it is failing.
Logs:
Error The task "QVDGENRATOR/QvdGenrator.qvw" 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=C:\QLIKVIEWPROJECT\PRODUCTION\QVDGENRATOR\QvdGenrator.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 ---
Should i need to share full log file ?
Thanks,
Narender
This is not the log file that gives you the details about what the actual error was when the reload task failed. It just more or less state the fact that the reload task failed but not why - it's called the task log file.
You will have to get the document log file. This log contains all the details about the reload script execution and at which step in the load script that it failed. However to find this log file it has to be enabled in your document that a log file should be generated. It is important that all documents being reloaded in the QMC has this option set: "Generate Log File". You can't turn this on in the QMC but will have to turn it on in each QVW / document individually.
In the document properties (Ctrl+Alt+D) of the QlikView application/document you will find the setting here:
If this setting has been set then you can find the appropriate document log file in the same directory you found the task log file.
Thanks Peter .
Generate log file is already enabled. but i have enabled timestamp in log file.
I followed below path:
"C:\ProgramData\QlikTech\DistributionService".
Here i found one folder and name of folder is "1".
After that i found log folder under "1"
C:\ProgramData\QlikTech\DistributionService\1\Log.
Here i found "Root_20180809" file which was latest one.
I am attaching this file.Please have a look.
This is still as far as I can tell not the document log....