Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ))))
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