• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 24414
  • Open Date : 2016/06/13 14:16
  • Print

[DataSpider Servista] Though there was an error in the [Update] process of FTP adapter, there was no error in script execution

In the [Update] process of FTP adapter, there was permission error occurrence and hence unable to perform write operation. However, there was no error in the script execution. Could you please explain the reason?
 
Category : 

Answer

In FTP adapter, when there is an error excluding the network failure during the file update when update process is started, error details are displayed in the log as log level "WARN" and the subsequent process is continued.
 
The reason for the above behaviour is that you can upload multiple files at the same time in FTP update process which in turn performs the subsequent file transfer even if there is a file transfer failure.
 
When you want to make the script execution itself error during permission error then, "NG" should be set in the "Status" attribute of the file wherein the error occurred, therefore by determining that value in the conditional branch process you can handle the error.