Code failing when moved from Open Studio 5.5.1 to Talend Open Studio 7.1.1
I moved Jobs and their subjobs from Open Studio 5.5 to Open Studio 7.1 using export/import. All the connections are working but when I try to run the job I get the following error
An error occurred org.eclipse.emf.codegen.jet.JETException on Jeader_addionalJava
That's 2 major version increases, so I'm not surprised they failed, You'll have to look for things like:
-Components that have been deprecated between the 2 versions
-Components that now require additional parameters.
For each job/sub-job, open it up in Studio, click to the code tab, see if any red bars appear down the right hand side. If yes, switch back to Designer view and the component with the problem should have a red error box around it.