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

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!

How to clear the Talend Administration Center (TAC) cache

100% helpful (1/1)
cancel
Showing results for 
Search instead for 
Did you mean: 
TalendSolutionExpert
Contributor II
Contributor II

How to clear the Talend Administration Center (TAC) cache

Last Update:

Jan 22, 2024 9:35:30 PM

Updated By:

Jamie_Gregory

Created date:

Apr 1, 2021 5:57:59 AM

It can be useful to clear the Talend Administration Center cache for any number of issues that appear, either within Talend Administration Center or Talend Studio.

At a high level:

  1. Stop TAC.
  2. Navigate to tac-installation-folder\apache-tomcat\ and clear all contents of the temp and work folders.
  3. Clear the web browser cache.
  4. Restart TAC.

In the examples below, the TAC service is stopped and started manually, using the Talend-provided .sh and .bat files.

UNIX/Linux

cd /opt/Talend-6.4.1/tac
./stop_tac.sh
cd apache-tomcat
rm -rf ./temp/*
rm -rf ./work/*
cd ..
./start_tac.sh

Windows

cd C:\Talend\6.4.1\tac
.\stop_tac.bat
cd apache-tomcat
del /Q /s /F temp\*
del /Q /s /F work\*
cd ..
.\start_tac.bat
Version history
Last update:
‎2024-01-22 09:35 PM
Updated by: