Change the Transformation Server cache location
Article # 3047188 - Page views: 125
Issue
For certain operations, a Transformation Server will download and cache files. By default, this location is C:\ProgramData\Kofax\TS. Is there a way to change the location of this cache?
Solution
Yes, the Transformation Server cache location can be changed. The below appSetting should be added to the Kofax.CEBPM.CPUServer.ServiceHost.exe.config. In this example, the cache location will now be on the E:\ drive.
<appSettings> ... <add key="LocalCacheFolder" value="E:\TSCache" /> ... </appSettings>
NOTE: The Transformation Server service will need to be restarted for this to take affect
Level of Complexity
Easy
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
KTA | 7.7+ |