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