Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Loading TaskLog.txt Files

Has anyone created a script for loading TaskLog.txt log files?

These files are located at ...\ProgramData\QlikTech\DistributionService\1\Log\<date>\<qvw name>\TaskLog.txt

I'm trying to get some stats about a particular task that gets run every morning. Specifically, when it starts and when it ends.The Operations Monitor application doesn't grab these files. The problem, as I see it, is getting the script to load these files in a loop given the path structure above. Right now I'm just manually maintaining a spreadsheet by getting the log details from the Management Console each morning, but I'd like to automate this and put a .QVW out on the AccessPoint.

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Brian,

Attached is a script I use to read the TaskLog files (V9) and create QVDs for Tasks and the Raw log messages. Setup instructions are in the script.

Make sure you pre create the QVD directory it expects -- currently a subdirectoy "QVD" under the qvw.

-Rob

View solution in original post

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Brian,

Attached is a script I use to read the TaskLog files (V9) and create QVDs for Tasks and the Raw log messages. Setup instructions are in the script.

Make sure you pre create the QVD directory it expects -- currently a subdirectoy "QVD" under the qvw.

-Rob

Anonymous
Not applicable
Author

Fantastic Rob, thanks!