Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
hugmarcel
Specialist
Specialist

Create individual logfiles for parameterized tasks

Hi

having multiple parameterized tasks using the same base QVW file, how do I manage that every task creates it's own logfile?

E.g. Tasks:

1.) "Load x.qvw 1" using file x.qvw, scriptparam=a scriptparamvalue=1      ->     should create logfile x_1.log

2.) "Load x.qvw 2" using file x.qvw, scriptparam=a scriptparamvalue=2      ->     should create logfile x_2.log

3.) "Load x.qvw 3" using file x.qvw, scriptparam=a scriptparamvalue=3      ->     should create logfile x_3.log

How do I achieve this?

Current result is that same x.log File is always "used" when I start all 3 tasks simultaneously.

Thanks

Marcel

1 Reply
hugmarcel
Specialist
Specialist
Author

well, I am now using a logfile with the "timestamp" option, and start the tasks with an interruption of 1 minute, so that the logfiles do not conflict with each other.