SAT Module Application Error Codes

When errors occur during the operation of the SAT module, an error number appears at the top of the SendMail form. Use the error code to troubleshoot the issue.

The table below provides descriptions for possible application errors that can occur with the SAT Module.

Error

Description

10001

Not enough disk space to upload the files on drive {0} strTempFolderName

10003

The system could not save files to temporary directory

10006

The caller does not have the required permission to create the specified path (LogPath).

10007

The caller does not have the required permission to create the specified path (IISUploadFolder).

10008

The caller does not have the required permission to delete the uploaded File in the temporary directory.

10009

Unhandled Web exception. Refer to the log files for details.

10010

Unhandled exception. Refer to the log files for details.

10011

Failed to instantiate CIServer. Ensure SFTPCOMInterface.dll is registered on the application server.

10012

Could not initiate connection to EFT Server.

10013

The Site name {0} defined on the configuration file (web.config) cannot be found on EFT Server.

10014

The temporary user cannot be created on Site {siteName} of the EFT Server. Refer to the log files for details.

10015

Failed to set permissions for temporary user on Site {siteName} of EFT Server

10016

Could not get a reference to the temporary user on Site {siteName} of EFT Server

10017

Could not set user home directory as root folder for Temporary user on Site {siteName} of EFT Server

10018

Failed to set expiration date for temporary user on Site {siteName} of EFT Server

10019

Failed to reset permissions for a temporary user on Site {siteName} of EFT Server

10020

Failed to send message by e-mail. Refer to log files for details.

10021

Expired Version

10022

Failed to instantiate ClientFTPEngineClass. Ensure ClientFTPCOMLib.dll is registered on the Application Server.

10023

Failed to get retrieved Settings Template for the EFTAdHoc Setting Template. Ensure the EFTAdHoc Settings Template was created on EFT Server. Refer to the log files for details.

10024

Complex password for the user could not be created on Site {siteName}

10025

Change password for the user could not be created on Site {siteName}

10026

Could not set New Full Name for the user.

10027

Access to the path is denied. Refer to the log files for details.

10028

Internal error has occurred; SAT cannot contact the Active Directory Services. Sometimes occurs when the AD server is not operational.

10029

Internal error has occurred; Failed to deliver the payload to the temp account folder. This can be caused by one of the following errors:

  • IIS does not have permission to place the file(s) in the temp account folder.

  • The end user's home folder drive ran out of space or the physical folder does not exist. The log file will read: "An exception has occurred while moving the payload. Error: {0} StackTrace: {1}"

  • The physical destination path is greater than 250 characters. The log file will read: "Files cannot be delivered due to the Path '{0}' because the Fullname is greater than 250 characters. Please change the SAT User Setting physical path on EFT Server to use a shorter path."

 

maxRequestLength = The maximum size allowed for a request, which is 4 MB by default. This includes uploaded files. Maximum request size can be specified in the Machine.config or Web.config file in the maxRequestLength attribute of the httpRuntime Element. Refer to Secure Ad Hoc Transfer's Configuration File for details of editing the file.