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 level for the Ad Hoc Setting Level. Ensure the Ad Hoc Settings Level 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. |
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. |