Configuring upload to OpenText Application Security retry attempts
To configure the number of times the Controller can retry to upload scan results, and the amount of time the Controller waits after a failed upload before it tries again:
Open the
<controller_install_dir>/tomcat/webapps/scancentral-ctrl/WEB-INF/classes/config.propertiesfile in a text editor.To set the maximum number of upload retry attempts, locate the
ssc_upload_retry_countproperty, and replace the default value of5with any integer value from1to10.If the specified value is outside of the valid range or is invalid, OpenText ScanCentral SAST applies the default value.
To set the interval between upload retry attempts, locate the
ssc_upload_retry_intervalproperty, and replace the default value of120(seconds) with any integer value from60(1 minute) to900(15 minutes).If the specified value is outside of the valid range or is invalid, OpenText ScanCentral SAST applies the default value.
Save and close the
config.propertiesfile.
See also
Submitting Scan Requests and Uploading Results to Application Security