Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I am getting below error while executing my job:
This is in the Talend Stats and Logs settings. Either in Project Properties or in the Job General Settings. Most often it is in the Project Properties.
This is in the Talend Stats and Logs settings. Either in Project Properties or in the Job General Settings. Most often it is in the Project Properties.
Thanks for the response, it was helpful. however is there a way to change the project properties from the TAC so that all the users connecting the talend studio will have access to same stats & logs database?
Thanks in Advance!
The configuration definition is done in the project (i.e. project properties) which is stored in SVN/Git as part of the project. And that configuration is embedded in all the jobs when the jobs are compiled. Hence, there is nothing specific to TAC here. The only link will be through context variables. If you use context variables for the hostname, port, username, password and database, you can pass the values of those context variables in the TAC because they will be exposed as context variables of the job. Hence, you can set different AMC database for different environments, or even just different jobs at runtime on the Job Conductor.
BTW, If you change it in the project, everyone will get the new properties when they open the project in the studio.