Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Apr 7, 2026 8:51:00 AM
Apr 7, 2026 8:47:36 AM
By default, Qlik Talend Data Catalog will not be able to trace the lineage of Qlik Talend Studio jobs that use dynamic components such as tDBJava. To extract lineage correctly, there are multiple steps that need to be followed. Below is an example where the JavaRow lineage fails to show because Talend Data Catalog is not able to parse the lineage of tJavaRow and instead creates duplicate columns, unintentionally splitting the lineage for each column:
The following versions are required to trace lineage for complex Qlik Talend Studio components:
-vm
C:\Talend\Studio-QTC\zulu17.48....
-vmargs
-Xms512m
-Xmx1536m
-Dfile.encoding=UTF-8
-Dtalend.lineage.enabled=true
-XX:+UseG1GC
-XX:+UseStringDeduplication
-XX:MaxMetaspaceSize=512m
--add-modules=ALL-SYSTEM