U02002058 File transfers without login information are not permitted.
search cancel

U02002058 File transfers without login information are not permitted.

book

Article ID: 222477

calendar_today

Updated On:

Products

CA Automic One Automation

Issue/Introduction

A script utilizing PREP_PROCESS_FILENAME fails with the following message:

2021-08-24 21:00:04 - U02002058 File transfers without login information are not permitted.

The script fails with the message above although ANONYMOUS_FT was set to Y.

 

Environment

Release : 12.3

Component : AUTOMATION ENGINE

Cause

Configuration.

Resolution

These entries in the agent ini files also need to be changed:

Windows:

; logon: The settings for the execution of jobs / file transfers.
; See: Description of the settings ANONYMOUS_FT and ANONYMOUS_JOB in the variable UC_HOSTCHAR_DEFAULT.
; 0 - Jobs and/or file transfers and/or FILE Events start under the agent's OS user. The login data that is available in the Login object is not checked.
; 1 - The login data that is stored in the Login object is used.
;
LOGON=0

Linux/Unix:

; login_Check: Password check.
; Note that the agent must have root rights as otherwise, login_check=yes does not work. Use login_check=no and ANONYMOUS_JOB=yes in this case. See also UC_HOSTCHAR_DEFAULT.
; yes - login credentials are checked
; no - login credentials are not checked
;
login_Check=no