Filetransfer aborts due to: U02003041 Invalid 'kvs_append[lseek()/write()]' call, file name '/var/log/uc4exec/out/FTAALPPLT.sts'. Error code: ('9' - 'Bad file descriptor')
search cancel

Filetransfer aborts due to: U02003041 Invalid 'kvs_append[lseek()/write()]' call, file name '/var/log/uc4exec/out/FTAALPPLT.sts'. Error code: ('9' - 'Bad file descriptor')

book

Article ID: 132404

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

When performing a file transfer on Unix systems that will allow for resume functionality, which creates a status store (.sts) file, the transfer can fail with:

U02003041 Invalid 'kvs_append[lseek()/write()]' call, file name '/var/log/uc4exec/out/FTAALPPLT.sts'. Error code: ('9' - 'Bad file descriptor') 

Environment

Release:
Component: AAUTEN

Cause

This is due to an internal timing issue where both the transfer and the status store are updated out of order, ending with the .sts file having an incorrect descriptor. 

Resolution

As a workaround, the transfers can be restarted and in most cases this will resolve this issue.

The issue was found and fixed with

Automation.Engine 12.1.5 in Agent Unix released 05-20-2019
Automation.Engine 12.2.3 in Agent Unix pending release.

Hotfix-Description: File transfer fails with invalid kvs_append() call

An error has been fixed where a file transfer failed in call kvs_append[lseek()/write()].