You built multiple Jobs in Studio, each uses its own tDBInput component to connect to a common database server, but they all use different credentials. How should you configure the tDBInput components?
A.
Set the Property type to Repository and use a common DB connection metadata.
B.
Set the Property type to Repository and replace the credentials in each component.
C.
Set the Property type to Built-in and set all the relevant properties manually.
When multiple Jobs require connections to the same database server but with different credentials, the recommended approach is:
Set the Property Type to Built-in and Set All the Relevant Properties Manually (Option C):
In each tDBInput component, set the 'Property Type' to 'Built-in.'
Manually enter the connection details, including the specific username and password required for that particular Job.
This approach ensures that each Job uses its own set of credentials, maintaining the necessary security and access controls.
[References:Talend Studio User Guide, Talend Database Components Documentation, , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit