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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Job not executing

Hello,

 

I have a job which simply fetches metadata from the respective source (Salesforce). This job was executing successfully but all of a sudden when I try to execute job now it gives the error :

 

Execution failed : java.io.FileNotFoundException: C:\Talend\studio\temp\Remote1185512449819238610Export\remote_run_export-Test_MainJob_3_18_4.zip (The system cannot find the file specified)
[C:\Talend\studio\temp\Remote1185512449819238610Export\remote_run_export-Test_MainJob_3_18_4.zip (The system cannot find the file specified)]

 

Checked the above path and there is no Zip file. Don't know what causes this issue only on my machine, tried it on a colleagues machine it works there we both are using the same version of Talend (Talend 6.3.1 Data Fabric) and Java 8

 

Any help would be really appreciated.

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Issue solved. In case if anyone else faces this issue so here's the solution

 

In Talend studio -> Go to Window->Preferences->Java->Compiler->Change compiler compliance level to 1.8 it will show a pop up of project rebuild click ok. And then job executes.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi Vikas,

 

The error is saying that your job cant find the zip file. Usually it causes by either the file is not there anymore (or didnt get generated correctly in your process) or you have the file open and java cant open it.

 

Are you able to give us more detail (screenshot of your job) or the process?

 

Cheers,

Anonymous
Not applicable
Author

Issue solved. In case if anyone else faces this issue so here's the solution

 

In Talend studio -> Go to Window->Preferences->Java->Compiler->Change compiler compliance level to 1.8 it will show a pop up of project rebuild click ok. And then job executes.