• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 30687
  • Open Date : 2019/08/30 15:59
  • Print
NEW

[DataSpider Servista] An error occurred while processing with the file operation adapter.

The following error occurred while processing with the file operation adapter:
Message code = FILE0008E
 
com.appresso.ds.common.io.LocalFileOperationFailedException: OPERATION [delete] for <file path>
 
Please tell me about the cause and a way to resolve this problem.
Category : 

Answer

Cause
 
LocalFileOperationFailedException is an error message code that is output if the operation against local files in the OS with DataSpiderServer running is not successful.
*For more information on the message code, please refer to the link "reference information".
 
The above error will occur if the files are write-locked from other processes.
 
Workaround
 
When the error occurred, please check if there was any access from other processes
 
If other processes were accessing, please make sure that other processes do not access the target file when executing the script.
 
In the past case, the error occurred because of the other scripts execution, user operations, and security software accessing to the target file
 
Please refer to "Reference Information" for how to check the application that is accessing the target file.
 
 
 
Reference information
  • Message code corresponding to the file related error
  • How to check applications that are accessing the target file
DataSpiderServer is displayed as "java.exe" in the process name on OS. If another process name is displayed, it means that another process is accessing it.
 
For example, the status of which application is accessing the file can be checked by using “Process Monitor” provided by Microsoft.
 
*You can download "Process Monitor" from the following URL:
 
*"Process Monitor" is a product of other companies, so we cannot provide detailed usage instructions. Please refer to the link for how to use.