Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I'm an Intermediate user in Talend, I run Jobs From a PostGres DB To a Salesforce DB using TOS 7.1.1.
Recently i have issues on the connection. I am supposed to connect on Port 5432. This post has been provided by the client, So it's basically stored in a Context Variables as the SERVER the DATABASE and so. However when we run the jobs there is a connection to socket on a port that is randomically setted. Since i have few issue with connection those days. I would like to know what is the difference between the Port stored in the Context variable and the Port generated at the run time. is there any conflict ?
Thank by advance.
Hello,
Do you mean your DB connection port parameter stored in context variable will be changed randomly at the runtime? Are you using context group or implicit tContextLoad?
Best regards
Sabrina
Hello, Thank you for your time.
The Port stored in the context variable is fixed as 5432. But i noted that during the start of the running job there is a phrase like '[statistics] connecting to socket on port 4316', and this port number is changing randomly every running. I wonder What is the meaning of that? I am using a group of context variable.
Thx.