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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

IMPOSSIBLE TO RUNNING JOB / .BAT FILE PROBLEM

Hi everybody

I took a previous job build by my colleague. 

When I try to run a job a .bat file run too.. but now i'm using c:/ and not d:/ like previously.

How to change the setting to run it correctly ?

 

I changed all the setting job in job directory -> stat & log

 

Inc screenshot to understand better my question

 

Thanks a lot for your help 0683p000009MACn.png))))

Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi
What's the error? Can you please translate it to English?

Regards
Shong
Anonymous
Not applicable
Author

The error is that when i'm running the job via the .bat file ; he doesn't find the :d-/ directory. Because I have only :c-/ ; I want to change it
Anonymous
Not applicable
Author

If the path is a file path configured on the component, you have to open the job and modify it. We usually configure the file path with context variable, so that we can change the file path out of Studio if needed.

Regards
Shong
David_Beaty
Specialist
Specialist

Hi,

 

On your PC you could always map a network drive as 😧 that is mounted as \\localhost\c$ Or something like that to fool the Talend job in to thinking you have a 😧 drive.

 

Failing that, it sounds like the job has some context set internally that references 😧 directly, you could invoke the job setting this to C: with a --context_param commend line parameters.

 

Thanks