Failed couldn't Initialize
Found Version
Skyhigh Content Security Reporter 2.x
Description
Content Security Reporter can't retrieve logs from WebSaaS, even though when you test the connection, it reports as Successful.
In the Job Queue, you see the following error:
Failed - couldn't initialize
How to Fix
To resolve this issue, increase the connection timeout and decrease the batch size interval:
- On your CSR server, navigate to ...\Content Security Reporter\reporter\conf.
- Add \resources\system to the \conf folder. For example:
...\Content Security Reporter\reporter\conf\resources\system.
- Navigate to: ...\Content Security Reporter\reporter\conf\examples\resources\system
- Copy the server.properties file you see to ...\Content Security Reporter\reporter\conf\resources\system.
- Open .....\conf\resources\system\server.properties, in a file editor of your choice.
- Locate the following block:
# Override the batch size for SaaS data.
# Value is in minutes and must be between 5 and 60.
# SaasDataBatchSize 60
# Override the Http timeout for retrieving SaaS data.
# Value is in minutes and must be between 1 and 60.
# SaasHttpTimeout 1
- Remove the # before SaasDataBatchSize and SaasHttpTimeout.
- Modify the values of both these entries to 20.
For example:
# Override the batch size for SaaS data.
# Value is in minutes and must be between 5 and 60.
SaasDataBatchSize 20
# Override the Http timeout for retrieving SaaS data.
# Value is in minutes and must be between 1 and 60.
SaasHttpTimeout 20
When you set these values to 20, data is retrieved in 20-minute batches with a 20-minute wait before timing out.
- Save your changes.
- Restart the CSR server and verify that the logs are being fetched from WebSaaS.