System Administration > File Management System
Improving FSC cache performance
You can improve Teamcenter file management performance by prepopulating your FSC caches with a given set of files. This is useful if your site regularly has a large number of users all accessing the same set of files simultaneously. For example, if you have 50 designers all arriving at the same time in the morning, and they are all simultaneously accessing the same large CAD assemblies, prepopulating your FSC caches with the assembly files improves Teamcenter performance. Prepopulate FSC caches using the plmxml_export and load_fsccache utilities. Extract the file information for cache prepopulation by running the plmxml_export utility, using the justDatasetsOut transfer mode to create a PLM XML file containing all external file references associated with the top-level item selected. For example: Copy plmxml_export -u=tc-admin-user -p=password -g=group -item=item-id -export_bom=yes-transfermode=justDatasetsOut -xml_file=tickets.xml Run the load_fsccache utility to target the fsc_ids within the PLM XML file and prepopulate the cache. For example: Copy load_fsccache -u=tc-admin-user -p=password -g=group -f=load -plmxml=tickets.xml -fsctargets=FSC-ID
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/AWAdmin/fhs4814155880506/uuc1737238583853/improveCachePerformance.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)