Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to create checkpoints and recovery mechanism in the trial version of talend ?
From all the browsing I did it looks like it is possible only in Enterprise version. But there are customs components like tComponentstart and end that i can use in open studio as well. Can someone direct me to the link from where i can get these?
Thanks in advance
HI,
If you go to the Talend Exchange, there's a checkpoint component that very useful an easy to use.
Thanks
David
as far as i am aware it is not possible to have cp on TOS but you could build your job design by splitting the job in logical subjobs e.g step1 (extraction) ,step 2 ( transfortion) step 3 ( load )
restart the job the failed subjob from the step which cause error by using context variable and passing step 2/3 as needed. e.g. if it failed at transformation , you could restart from step2
you would not able to achieve all functionality of TIS recovery but worth to try.
HI,
If you go to the Talend Exchange, there's a checkpoint component that very useful an easy to use.
Thanks
David