Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a job that processes data and generates a CSV output file using the "tFileOutputDelimited" component. This file is output to a network (on-premise) drive. When I run the job in Talend Studio locally, it works because my user profile has access to this network drive. When I promote this job to Talend Cloud (TMC) and try to run the job using one of our paired Remote Engines (On-Premise), the job fails which I suspect is because the on-premise remote engine (UNIX) does not have access to the network drive.
Since this network drive is using Windows Authentication for security, is there a way to have the Talend Job impersonate a user when it is running on the Remote Engine or is there any design patterns you can direct me to which would address this type of use case?
Thank you,
Andrew