Control Compliance Suite (CCS)
When trying to collect the log files using the CCS Console, you get the following pop-up error.
Operation timed out. This may happen due to large log files.
Increase the value of WaitIntervalForLogTaskInSeconds in appsettings section of symconsole.config file.
For further details, please check the symconsole and application server logs.
Release: CCS 12.6.x
This is caused by log files that are too large and are taking longer than the default of 10 seconds to be copied from the remote server to the console server.
<add key="LastLaunchTime" value="06/01/2023 15:09:39" />
<add key="WaitIntervalForLogTaskInSeconds" value="60" />
</appSettings>
WaitIntervalForLogTaskInSeconds
from 60 to 120. Keep increasing the value as needed until you can successfully download the log files.NOTE: You will be unable to use the console while the log files are being downloaded.