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

Announcements
Congratulations to the new Qlik Luminary and Partner Ambassador class! Meet them here
cancel
Showing results for 
Search instead for 
Did you mean: 
AbdullahMastan
Partner - Contributor III
Partner - Contributor III

Un-Finalise TAC Configuration

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.

AbdullahMastan_0-1784866362925.png

Talend Administration Center 

1 Reply
David_Apodaca
Support
Support

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:

 

https://help.qlik.com/talend/en-US/administration-center-user-guide/8.0/updating-parameters-after-co...

 

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.

 

https://help.qlik.com/talend/en-US/administration-center-user-guide/8.0/updating-configuration-table...

 

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