uCosminexus Service Platform, Messages

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

KDEC80062-E

The copied 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 copy destination directory
dd....dd: Copy destination file name
Description
An exception occurs when a file is found at the copy destination because an error is specified in the csc.adapter.fileOperation.copy.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 copying by overwriting, specify "overwrite" in the csc.adapter.fileOperation.copy.existFile property.
  • Save or delete the file existing in the copy destination.