which file or folder is need to run on another system in talend
Hi, how to execute the job in another machine only exe file, which one is needed or which file is needed in talend open studio. i was worked in microsoft etl tools ssis, .dtsx file is enough to execute the another system. Regards, Abdul Khadir.
Hi, How did you export you jobs under your Linux system? Usually, you can compile your job under different system platform as long as there are JDK and java source(the job source). First of all, you should export your job in your Linux system. See the reference How to export Jobs. Second, Paste the .zip file of your exported job into Window system. At last, Import your .zip file into your talend studio under Window system How to import items Best regards Sabrina
I am exporting in this way as an Autonomous Job.
When I removed the "windows path mapping" (D: /Myfolder/), and just left the file name. The job exported successfully. Then I put back the full path and file name (D: /MyFolder/MyWin_x64_job.zip), and the job exported successfully.
Guess I should have tried that first.
Thanks,
Hi,
If you use a directory (D: \Myfolder\) in the file path, the error window will pop up "Export destination must be a file, not a directory".
Best regards
Sabrina