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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
sushantk19
Creator
Creator

parameterization of job

Hi All,

 

I am trying to parameterize my talend job. I have created a context in repository seperately and i am using those in my basic run properties of job. But i am getting the below error:

 

Failed to parse the host0683p000009MAB6.pngort pair 'context.Host:context.Port'.

 

when i dont include the context in Host field i.e "context.Host" then I get the below error:

 

Exception in component tDBInput_1 (Stg_sylius_Address)
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure

 

Can someone please help.

Screenshots are also attached.

Job design is also simple: DBInput---->tLog---->tdelimitedFile.

This job works fine without parameterization.

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

Context variable you should specify with out double quatos.

Existing value : "context.Host"

Value should be : context.Host

View solution in original post

2 Replies
manodwhb
Champion II
Champion II

Context variable you should specify with out double quatos.

Existing value : "context.Host"

Value should be : context.Host
sushantk19
Creator
Creator
Author

working fine now. Thanks!