Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We configured TAC for a client at UI level and unintentionally finalised it. However one of the configs was incorrect.
Please guide us on reversing this finalisation.
Hi Folks,
We review how to do this in a step-by-step manner in our Talend Administration Center (TAC) documentation. Please see the solution here:
To update the parameters configured on the Configuration and Database configuration pages after they have been finalized, you must edit the configuration.properties file in the <TalendAdministrationCenterInstallationDirectory>/apache-tomcat/webapps/org.talend.administrator/WEB-INF/classes folder.
You can also edit settings manually in the configuration table of the Talend Administration Center database. See Updating configuration table settings.
The procedure:
Stop Talend Administration Center.
Open the configuration.properties file.
To enable access to the Configuration page for the Administrator or the Security Administrator, uncomment the appropriate lines:
configuration.admin.enable=true
configuration.securityadmin.enable=true
To enable access to the Database configuration, uncomment the following line in the file:
configuration.dbadmin.enable=true
Save the changes.
Start Talend Administration Center.
Update the parameters and finalize the configuration.
When the configuration is finalized, the parameter values change to false.
If the lines are missing from the configuration.properties file, the configuration is considered finalized.
Respectfully,
Qlik Support