Hi,
I tried to reproduce it and I think I did it 🤤 , here's how:
I have two file write notifications:
1) the job on start flow:f:\jobs\log\{JOB(Active,Name)}-{DATEFORMAT(yyyyMMdd)}.txt (append to file)
2) the task on complete flow:f:\jobs\log\{JOB(Active,Name)}-{DATEFORMAT(yyyyMMdd)}.txt (append to file)
I created a job with three .NET tasks in there.
Job name: Bulktest 1
Tasknames: Bulktest 1 - task 1 / Bulktest 1 - task 2 / Bulktest 1 - task 3
the output of the .NET task is for all three tasks: Bulktest 1
I setup the notifications as mentioned above
I made a loop for task 1 to 3 running it 50 times.
I made a clone of this job, modifing the 'Bulktest 1' text to 'Bulktest 2'. So for the jobname, tasksnames and the .NET output.
I made another clone making it Bulktest 3
the last job I created runs all three jobs at once at random order.
I used three start jop tasks for this which are not waiting to complete the task before going to the next run job task.
When I fire this 'run Bulktest' job it generates three log files named Bulktest 1 - 📅.txt / Bulktest 3 - 📅.txt / Bulktest 3 - 📅.txt
Every bulktest log file should have only entries of their own bulktest nr, but it isn't.
Bulktest 1 - 📅.txtBulktest 2-📅.txtBulktest 3-📅.txtAs you can see the entries are wrong. They all should have their own bluktest nr in there.
I hope this helpes solving this issue.
Regards
Erik
Edited by user
10 years ago
|
Reason: Not specified
Uses Visualcron since 2006.