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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
PierrickB
Contributor III
Contributor III

Build job with parameter for a server

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,

Labels (2)
1 Solution

Accepted Solutions
lennelei
Creator III
Creator III

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

View solution in original post

3 Replies
lennelei
Creator III
Creator III

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

PierrickB
Contributor III
Contributor III
Author

Hi,

 

Yes sorry, it's not a context , i've just put the value for the unix server.

 

In attachment the screenshot.

 

regards


Capture.PNG
PierrickB
Contributor III
Contributor III
Author

Hi,

 

Quote was one of my error.

 

thanks i fixed it.