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.
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