uCosminexus Service Platform, Messages

[Contents][Index][Back][Next]

KDEC80122-E

The extracted file already exists. (adapter name = aa....aa, operation = bb....bb, output directory path = cc....cc, output file name = dd....dd)

aa....aa: Adapter name
bb....bb: Operation name
  • TRANSFORM: Transformation
  • COPY: Duplication
  • DELETE: Deletion
  • COMPRESS: Compression
  • EXTRACT: Extraction
cc....cc: Absolute path of the extraction destination directory
dd....dd: Name of the extraction destination file
Description
An exception occurs if a file is found in the extraction destination because "error" is specified in the csc.adapter.fileOperation.extract.existFile property of the file operations adapter definition file.
(S)
The processing of the file operations adapter is interrupted.
(O)
Execute one of the following methods:
  • To allow extraction by overwriting, specify "overwrite" in the csc.adapter.fileOperation.extract.existFile property of the file operations adapter definition file.
  • Save or delete the file existing in the extraction destination.