Viewing Virus Scanning Error Logs

If there are any errors during file processing the error codes listed in this table will be generated.

If there is a failure, the details will be logged in the location specified for the parameter ig.errorLog.filename in integrationGateway.properties, which is located in <PS_CFG_HOME>/webserv/<domain_name>/applications/peoplesoft/PSIGW.war/WEB-INF.

The return value when the virus scans for mail attachments is REPOSITORY_FAILURE = 8.

See PeopleCode API Reference: Error Messages Returned by MCFGetMail Class Methods.

If the file is uploaded successfully and no problems are found in the virus scan, the AddAttachment, InsertImage, or MAddAttachment function returns %Attachment_Succeeded.

If a problem is found, the PeopleCode function returns one of the following return codes:

Numeric Value Error Code Description

9

%Attachment_FileNotFound

Cannot locate file.

13

%Attachment_ViolationFound

File violation detected by the virus scan engine.

14

%Attachment_VirusScanError

Virus scan engine error.

15

%Attachment_VirusConfigError

Virus scan engine configuration error.

16

%Attachment_VirusConnectError

Virus Scan engine connection error.

24

%Virusscan_Disabled

Virus scan is not enabled.