Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, we lost the source code for the job that is running in production. We need to update the jobs with latest talend studio as the old jobs are creating runtime files which are vulnerable.
The job in production is creating the runtime jar files.
Can we retrieve the code.
We dont have time to build the job from scratch.
Hi
I am afraid you have to rebuild the job from new studio and redeploy the jobs.
Regards
Shong
If it's not in GIT then I'm afraid you'll have to build it from scratch, it's possible to get the java code from the jar but not the item files/component configuration of studio...
(log4j Debug logs could be useful to find back the components and their config that's the most help you can have here I'm afraid)