Upgrade Logging
13737
UPGRADE LOGGING
1. Access the 'Agility.Installation.Server.Upgrade.exe.config' file by default located at: ...\\KofaxTotalAgility-7.6.0_R2\TotalAgility\TotalAgilityInstall\Agility.Server.Web\bin
2. Uncomment the following lines:
<system.diagnostics> <trace autoflush="true" indentsize="4"> <listeners> <add name="fileLogger" type="System.Diagnostics.TextWriterTraceListener" initializeData="UpgadeDatabaseFile.log" /> <remove name="Default" /> </listeners> </trace> </system.diagnostics>
AND
<extension type="Agility.Server.Common.Logging.LogMethodRegistration, Agility.Server.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d86c87abe4a71948" />
3. Replace the highlighted “fileLogger” above with “KTALog”, and Save.
4. Now re-run the 7.6 automatic upgrade again.
5. This should fail again with the same error as before, but now there should be an “UpgadeDatabaseFile.log” written to the Windows install directory (e.g. C:\Program Files\TotalAgility\Agility.Server.Web\bin)