Explain how errors in talend are handled?
Answer / Abhishek Kumar Verma
In Talend, errors are generally handled through exception handling and logging mechanisms. The components 'tLog' and 'tJava' can be used to log messages during runtime. When an error occurs, a job may continue to run based on the configuration of 'Stop on error' option for the component or the global setting under Job Preferences > Run/Debug. If 'Stop on error' is enabled, the job will stop at the point where the error occurred.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is context variables?
What is tunite in talend open studio
List some of the components used to connect MQ websphere?
How can we schedule a job in Talend?
Can we call job within job?
How can we call a child job in master job? How can we trigger particular steps before and after a job?
How can you schedule the jobs by using talend?
How to implement versioning for talend jobs?
How is an element replaced in a string?
How to perform aggregate operations/functions on data in talend?
What is Talend?
Briefly explain performance tuning methods in talend?