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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
sukumar_c
Contributor
Contributor

Error Running Talend job

Hi 
I am new to the talend. 
I created a job which will connect to oracle database and pull the data from oracle table write it in .csv file.
But i getting below error while running the job. Can anybody can advise  how to rectify the issue.
Version i am using Talend 6.3.0 
java version : jre1.8.0_111
Execution failed : Job compile errors 
At least job "export_empv1" has a compile errors, please fix and export again.
Error Line: 693
Detail Message: hr cannot be resolved to a variable
There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.
Labels (5)
1 Reply
Anonymous
Not applicable

Hi 
It is a compilation error, open the Code tab, you will see which lines have the error and what are the error message, hr cannot be resolved to a variable, maybe you miss the double quotes?
Regards
Shong