Configure Transformation Server to use a different drive
Article # 3035506 - Page views: 111
Issue
Is it possible to configure Transformation Server to to use a different drive for runtime operations instead of the system drive or C:?
Solution
Yes the location of cached data used during processing (projects, document images, etc) defaults to C:\ProgramData\Kofax\TS, but can be changed. This can be worthwhile when the system drive has size or performance constrains, and if another drive has more space or better performance.
To change the location:
- Stop the Transformation Server service
- Open C:\Program Files\Kofax\TotalAgility\Transformation Server\Kofax.CEBPM.CPUServer.ServiceHost.exe.config
- Under the <appSettings> section, add a new app setting with key LocalCacheFolder and a value with the folder
- Example: <add key="LocalCacheFolder" value="D:\Cache\" />
- Start the Transformation Server service
Level of Complexity
Easy
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
Kofax TotalAgility | All |
Article # 3035506