Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Issue with routine libraries when running job through TAC Enterprise

Hi we are running a job in TAC enterprise with a node also hosted for talend run-time .

Currently the job is checked into trunk and also promoted to our branches stage and prod .When we run the job from the job conductor from the trunk branch the job runs fine with the routine library dependency correctly picked up .
But when the job is run from the prod branch with all job and dependencies being promoted the same fails with the below errors which look like to be coming due to the routine library not being there .The library in question here is a freemarker jar .

Configuration cannot be resolved to a type
Configuration cannot be resolved to a type
Version cannot be resolved to a type
Template cannot be resolved to a type
TemplateException cannot be resolved to a type

at routines.WFGEmailUtils.processFMTemplate(EmailUtils.java:60)


Is there a way to resolve this somehow by checking in the jar into some location on the svn or any alternative .AS this doesn't look like consistent behavior from Talend Enterprise and its frustrating as it is happening in the production Branch for us .
STACK
TAC 5.5.1
Runtime 5.5.1
Studio 5.5.1
Regards,
Gaurav

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Finally got it resolved 

Resolution 

Had to go to talend svn and promote the jar from the lib directory to the prod branch .
removing and adding the job conductor back then picked up the jar and finally fixed the issue .
Hope it Helps ! 0683p000009MACn.png