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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

writing logfile that made out of tStatCatcher's properties error

I want to make log file that composed by tStatCatcher for easily find out error place if occur error.

and for seeing job processing status.  (my job will be run on linux server by .sh file)

 

the problem is  I want to write to same file whole tStatCatcher's properties.  

 

so I try linked tStatCather_2 -> tFileOutputDelimited_1 but It couldn't

 

Is there any effective ways to make log file ? 

 

0683p000009MaDc.jpg

 

 

Labels (2)
4 Replies
manodwhb
Champion II
Champion II

@Barnum , tStatCatcher works independetly and you no need to use two tStatCatcher 's in a single job.

 

remove tStatCatcher_2 and remove connection between tStatCatcher and tFTPconnection.

 

in tFileOutputDelimited_1, enable append check box in basic seeting.

Anonymous
Not applicable
Author

Thanks again your reply

 

This is my whole process.

 

so If I use it like this and check append option in "tFileOutputDelimited_1"

 

1. every each components' status log will be written in one file?

 

2.  even if occur "OnComponentError", tStatCatcher will write log file?  without OnComponentError link? 

0683p000009MaDh.jpg

manodwhb
Champion II
Champion II

Anonymous
Not applicable
Author

Thanks for fast reply