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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
TC1697460415
Contributor II
Contributor II

Changing DB Configurations of the standalone Jobs

After building the jobs, we get archive folder and a normal folder. Is there anyway any file where I can change the configurations of DB over there itself and run script file or batch file without having to do the same in the Talend Jobs and then building the jobs again and again

Labels (2)
1 Reply
Anonymous
Not applicable

Hello,

If we understand your requirement very well, you are able to change the value of the password in the context of database connections.

Please try to use component tContextLoad, define password as a context parameter and put value into an external file or database.

When your job is exported or running external to Talend, you can change password value in specified file or table directly.

Or define it as a local context parameter, then you will be able to change it in the context file.

https://help.talend.com/r/en-US/8.0/context/tcontextload

Feel free to let us know if it is what you are looking for.

Best regards

Sabrina