You are on page 1of 2

4/24/2021 Clearing the Temporary Files / Delete Cache

TEAMCENTER > T E A M C E N T E R A D M I N I S T R AT O R S F O …

( / S / TO P I C / 0 TO 4 O 0 0 0 0 0 0 M I I G WAC / T … ( / S / TO P I C / 0 TO 4 O 0 0 0 0 0 0 M I M Y WA S …

majid.sayour (/s/profile/0051300000BzB40AAF) (Partner) asked a question.

November 23, 2016 at 11:28 AM (/s/question/0D54O000061xt7HSAQ/clearing-the-temporary-files-delete-cache)

Clearing the Temporary Files / Delete Cache

How do you clear the Temporary Files? Delete Cache?

Teamcenter Administrators Forum Teamcenter Administrators

(/s/topic/0TO4O000000MimYWAS/) (/s/topic/0TO4O000000MioKWAS/)

4 answers 3,29K views

Like Answer Share

xplm2005 (/s/profile/0054O000007xgmsQAA)

4 years ago

Stop all tc processes, remove following folders

C:\Users\ (file:C:/Users/)<username>\Teamcenter

C:\Users\ (file:C:/Users/)<username>\FCCCache

Like Reply

xtof (/s/profile/0051B00000DHQdUQAX) (Siemens)

4 years ago

Alternative to deleting C:\Users\ (file:C:/Users/)<username>\FCCCache is running fccstat -purge or

fccstat -clear.

Like Reply

evolve (/s/profile/0054O000007xiK8QAI)

4 years ago

Hi,

Here is a small script to clean %TEMP% folder but keep the most recent files.

br

Fred

1 @ECHO OFF
2 set MAXDAYS=1
3
4 REM delete all files in subfolders
5 FORFILES /p "%TEMP%" /S /M *.* /D -%MAXDAYS% /C "cmd /c del /Q @path"
6 TIMEOUT 3
7
8 REM delete all subfolders (must be empty)
9 FORFILES /P "%TEMP%" /S /D -%MAXDAYS% /C "cmd /c IF @isdir == TRUE rd
/S /Q @path"
10 TIMEOUT 3

Like Reply

https://community.sw.siemens.com/s/question/0D54O000061xt7HSAQ/clearing-the-temporary-files-delete-cache 1/3
4/24/2021 Clearing the Temporary Files / Delete Cache
e ep y

LarryCarpenter (/s/profile/0054O000007xi99QAA)

4 years ago

I have users run the attached script to clean up scratch and FCC files.

Like Reply

Log In to Answer

BOOKMARK

TRENDING ARTICLES

What is a Power Spectral Density (PSD)?

(/s/article/what-is-a-power-spectral-density-psd)

What is a SN-Curve?

(/s/article/what-is-a-sn-curve)

What is a Frequency Response Function (FRF)?

(/s/article/what-is-a-frequency-response-function-frf)

Digital Signal Processing: Sampling Rates, Bandwidth, Spectral Lines, and more…

(/s/article/digital-signal-processing-sampling-rates-bandwidth-spectral-lines-and-more)

Index of Simcenter Testing Knowledge Articles

(/s/article/Index-of-Testing-Knowledge-Articles)

NX Shortcut Keys - View Full List and Create Custom Keys

(/s/article/nx-shortcut-keys-view-full-list-and-create-custom-keys)

AC versus DC Coupling - What's the difference?

(/s/article/ac-and-dc-coupling-what-s-the-difference)

Dynamic Stiffness, Compliance, Mobility, and more...

(/s/article/dynamic-stiffness-compliance-mobility-and-more)

How to calculate damping from a FRF?

(/s/article/how-to-calculate-damping-from-a-frf)

https://community.sw.siemens.com/s/question/0D54O000061xt7HSAQ/clearing-the-temporary-files-delete-cache 2/3

You might also like