Views:

IWSVA returns the read error (return code:-96/-94) when scanning under the following circumstances:

In such cases, the IWSVA's scan result for the files is "Failed_Extract_File" and they are blocked by default because they might be malicious.

If you want IWSVA not to block them, do the following:

  1. Log on to IWSVA as root via SSH (for example with a SSH shell such as PuTTy).
  2. Create a backup copy of /etc/iscan/IWSSPIScanVsapi.dsc:

    # cp /etc/iscan/IWSSPIScanVsapi.dsc /etc/iscan/IWSSPIScanVsapi.dsc.bak

  3. Use vi to edit the file /etc/iscan/IWSSPIScanVsapi.dsc:

    # vi /etc/iscan/IWSSPIScanVsapi.dsc

  4. Add the following line in the [Scan-configuration] section.

    skip_read_error=yes

  5. Save the file and quit.
  6. Run the following commands to restart the FTP/HTTP scan services:

    # /etc/iscan/S99ISftp stop
    # /etc/iscan/S99ISftp start

    # /etc/iscan/S99ISproxy stop
    # /etc/iscan/S99ISproxy start