An attempt to acquire the locks of the target files has failed. (adapter name = aa....aa, operation = bb....bb, directory path = cc....cc, file name = dd....dd, exception information = ee....ee)
- aa....aa:アダプタ名
bb....bb:オペレーション名 - TRANSFORM:変換
- COPY:複製
- DELETE:削除
- cc....cc:ディレクトリの絶対パス
dd....dd:ファイル名
ee....ee:例外情報 - 説明
- 操作対象のファイルのロック取得に失敗しました。
- (S)
- ファイル操作アダプタの処理を中断します。
- (O)
- ほかのプロセスが操作対象のファイルにアクセスしている可能性があります。アクセス終了を待つか,独自定義プロパティファイルのcsc.adapter.fileOperation.files.lock.retry.count,csc.adapter.fileOperation.files.lock.retry.intervalを調整してください。
- また,適切なアクセス権限が付与されていない可能性も考えられます。操作対象のファイル権限の設定を見直してください。