Hi friends,
When i am trying to export a job after finish button it wont creating the zip file and showing the two errors as "error in opening zip file" and also invocation error. Actually i am trying to run the job automatically in linux and going to schedule the time in the early morning everyday have to generate the job automatically.......
the jobs is like orace database---->input--->to postgresqloutput
extracting the data from oracle and loading the data to postgresql.
First error which is present below
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:131)
at java.util.zip.ZipFile.<init>(ZipFile.java:92)
at org.talend.repository.ui.utils.ZipToFile.unZipFile(ZipToFile.java:208)
at org.talend.repository.ui.wizards.exportjob.action.JobExportAction.reBuildJobZipFile(JobExportAction.java:305) at or
Hi friend,
I am new to talend and this is the first time i am exporting a job(autonomous) in linux from talend.Also lot of times i tried to export jobs but giving error only. Also tried to export some other jobs also and it is giving the same error only.
Me using talend open studio for data integration 5.1.1.r84309
Hi Mathew,
I saw this zip error before and that was when Talend commandline had no permissions to write the output file.
You might want to check all permissions (temp folder and output folder).
Regards,
Arno
Hi Arno,
Sorry dont mistake me i am new to talend and i just click the TOS_DI-linux-gtk-x86_64 and it open the application. So i works directly in application only not in commandline and yet now i dont know how to open and use commandline pa.................
Hi, Permission settings are depended on the system you're using to run Talend. I suggest you check with the manuals of the OS on how to set permissions. Assuming a standard Linux os you might use standard ls -la /tmp to check permissions on the tmp folder. The same can be done for your output folder. Regards, Arno
Hi Arno,
Thanks for your linux commands and i found what problem and given permission for what i need. At last zip file created successfully.
Can you please tell me how to schedule the job to run automatically everyday in the early morning.