Enable Export Logging in KTA
To Enable Export Logging in KTA, please perform the following steps:
1. Browse to the CoreWorkerService Folder:
C:\Program Files\Kofax\TotalAgility\CoreWorkerService
2. Open the following Config files in a Text editor:
- Agility.Server.Core.ExportService.exe
- Agility.Server.Core.ExportWorker.Host.exe
3. Edit the Agility.Server.Core.ExportService.exe config file, so that the following line is placed in the ‘Container’ tag:
<extension type="Agility.Server.Common.Logging.LogMethodRegistration, Agility.Server.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d86c87abe4a71948" />
Next, uncomment the <system.diagnostics> section, and edit the name of the KTALog File name, so that we know it is relating to Export.
Save this File.
4. Edit the Agility.Server.Core.ExportWorker.Host.exe config file, so that the following line is placed in the ‘Container’ tag:
<extension type="Agility.Server.Common.Logging.LogMethodRegistration, Agility.Server.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d86c87abe4a71948" />
Next, uncomment the <system.diagnostics> section, and edit the name of the KTALog File name, so that we know it is relating to Export.
Save this File.
5. Restart the Export Worker Service.
What's Next
When KTA processes an Export node, Export log files will be written to the temp folder specified in the config.
These Export log files will be useful for troubleshooting Export issues.