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