Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When upgrading the project from talend 6 to 8 with patch R202409, I am getting system routines unresolved error.
I tried importing the system routines manually but still did not detect the routines.
Is there any where would be glitch , when we migrate.
How can I overcomes this issue
Hello,
A direct upgrade from Talend 6.3.1 to 8.0.1 requires a project migration, as these are different major versions with changes to project structure, system routines, and libraries.
During the import into Talend Studio 8.0.1, unresolved system routines or compilation errors may appear because some routines or dependencies used in 6.3.1 are deprecated, renamed, or removed in 8.x.
Recommended approach:
Export the project from Talend 6.3.1.
Import the project into Talend Studio 8.0.1 using Import existing project.
Review the generated migration report to identify unresolved items.
Update or recreate custom routines and replace deprecated components as required.
Clean and rebuild the jobs after migration.
Note:
Always back up the original 6.3.1
Thanks,
Gourav