FSUM2384I No Such File or Directory
search cancel

FSUM2384I No Such File or Directory

book

Article ID: 271948

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

 Error messages received during USS signon:

FSUM2384   No session was started. The system cannot set the current working directory to the specified home directory for this user ID. Function = chdir(), directory name = '/u/users/joe', return value = -1, errno = number 129, reason code = 05190050, message = 'EDC5129I No Such File or Directory'

Environment

Release : 16.0

Resolution

The directory added to the user via HOME keyword must exist.

Example:

TSS ADD(JOE) HOME('/u/users/joe')

'/u/users/joe' must exist.

If it doesn't, create it via USS make directory command:

mkdir -p 'u/users/joe'