Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I have freshly installed Talend DI open studio. While running my first job, I got this error I've attached in this message. Could you please help fix this?
I have installed JDK 14 and provided bin folder path in windows environment variable.
Also, in the "TOS_DI-win-x86_64.ini" file, I have mentioned below line (I got it in one of the forums) -
-vm C:\Program Files\Java\jdk-14.0.2\bin
Hello,
If you do not want to create a temp file, you can just select the "Append" check box in your tfileoutputdelimited component. Let us know if it is OK with you.
Best regards
Sabrina
Did you checked in your preferences ? The jre studio is pointing is same to the one on your .ini file or not
Hello,
JDK 14 is not supported by talend.
Please refer to this installation guide about: TalendHelpCenter: Compatible Java Environments
Best regards
Sabrina
Thank you for your reply. I installed version 11 of jdk and it worked.
Hi all,
While loading multiple files into a delimited file using tFileList, I observed that only the last read file is getting loaded in target. How do I ensure that data from all the files is loaded?
Hello,
If you do not want to create a temp file, you can just select the "Append" check box in your tfileoutputdelimited component. Let us know if it is OK with you.
Best regards
Sabrina
Thank you, it worked.