Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
@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.
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?
@Barnum , check the below link.
https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/bzKGPBac4kMI5v9BXrDk~A
Thanks for fast reply