Silent Install of Transformation Server on non default path
Article # 3053819 - Page views: 22
Issue
When performing a silent install of the Transformation Server on a non-default path, using a command such as:
TransformationServerSetup.exe /quiet /log E:\Kofax\Logs\TransLog.log TS_SETUP_CONFIG_FILE=C:\TS_config.ini
The installation fails with an error similar to:
Exception while updating application configuration file: System.IO.FileNotFoundException: Could not find file 'E:\Kofax\TotalAgility\TransformationServer\Kofax.CEBPM.CPUServer.ServiceHost.exe.config'.
File name: 'E:\Kofax\TotalAgility\TransformationServer\Kofax.CEBPM.CPUServer.ServiceHost.exe.config'
Cause
This issue is caused by the fact that we have not specified the TS_INSTALLLOCATION path in the command
Solution
Add the TS_INSTALLLOCATION path in the command
i.e.
TransformationServerSetup.exe /quiet /log E:\Kofax\Logs\TransLog.log TS_SETUP_CONFIG_FILE=C:\TS_config.ini TS_INSTALLLOCATION="E:\Kofax\TotalAgility\TransformationServer"
NOTE: If the TS_INSTALLATION path does not contain any spaces do not include the quotation marks.
Level of Complexity
Easy
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
TotalAgility | All |
References