Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
Since 2 weeks i work on Talend Open Sutio for Data Integration, i have donne lot of test on my local environnement.
Now i want to put my job on unix server , but when try to build the job for copying it on the unix server i got an error : filename cannot be resolved at a variable.
In attachment you have a screenshot of my tFileInputExcel with the link of my file on the unix server.
I don't know if it's the good practice.
Can you help me please?
Regards,
Hi,
The screenshot is missing but usually, your error means you've got something wrong in your parameters: for example, you may have forgotten quotes aroung fixed strings, or you miss the "context." part when calling a context variable "context.filename".
Regards
Hi,
The screenshot is missing but usually, your error means you've got something wrong in your parameters: for example, you may have forgotten quotes aroung fixed strings, or you miss the "context." part when calling a context variable "context.filename".
Regards
Hi,
Yes sorry, it's not a context , i've just put the value for the unix server.
In attachment the screenshot.
regards
Hi,
Quote was one of my error.
thanks i fixed it.