S3 integration download file job fails with "Device or resource busy".
search cancel

S3 integration download file job fails with "Device or resource busy".

book

Article ID: 273603

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

An S3 download file job is failing with the following error message:

INFO : Downloading a file. URL  - https://bucket.amazonaws.com/path/to/file/file_name.txt
INFO: Download job failed.
/path/to/file: Device or resource busy
*
********************************
**      EXECUTION FAILED      **
********************************

Job definition:

PARAM: Endpoint url = https://bucket.amazonaws.com
PARAM: Cloud Storage type = AWS
PARAM: Access Key = ACCESS_KEY
*
*
PARAM: Region name = region
PARAM: Source Bucket = source_bucket
PARAM: Source File path = path/to/file/file_name.txt
PARAM: Destination File path = /path/to/file

Environment

Release: 21.0.0

Component: Integration S3

Cause

Configuration.

Resolution

The "Destination File Path" also needs to include the file name.

PARAM: Destination File path = /path/to/file/file_name.txt

Instead of:

PARAM: Destination File path = /path/to/file