Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am working on TOS. In this i have created a certain number of jobs and done schedule through 'windows task scheduler'.
My problem is, sometimes the job is getting completed within 2 mins and sometimes the same job is taking more time (approx 2 hrs) to complete the execution.
What is the reason for this and how could it be rectified?
@uganesh ,Need to analyze that ,when it took long time how much data was processing comparatively when it took 2 mins to complete and when it was executing longtime other tasks are running.
@uganesh ,Ok..how was the network speed when it took long time comparatively to 2 mins time?
and as mentioned when it took long time any other jobs are executing compare to 2 mins run?
@uganesh ,when it was taking long time,is it takes time to fetch data?
@uganesh ,can you analyse source statistics when that job was running long time and less time?
Hi,
Q1) How many components you are having inside the talend job.
Q2) How many sub jobs are inside your main job
Q3) what are the sources, targets and lookups used and their types
Use TJava to print system time after each and every component. And share the log of execution to analyze further.