EDC5129I error message creating an OMVS directory
search cancel

EDC5129I error message creating an OMVS directory

book

Article ID: 202796

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP WEB ADMINISTRATOR FOR TOP SECRET

Issue/Introduction

When creating a OMVS/Shell directory the following error messages are returned:

Function = chdir(), directory name = '/u/user001', return value = -1, errno = 129 (X'00000081'), reason code = 05190050, message = '

EDC5129I No such file or directory.' 

Environment

Release : 16.0

Component : CA Top Secret for z/OS

Resolution

Directories need to be created in shell or OMVS.


Here is an example of creating a directory:
TSO OMVS

$ cd /u/users/sec
$ mkdir projecta
$ ls -l
total 33466 drwxr-xr-x 2 ADMIN01 ENF 0 Jan 1 00:00 projecta

* This above creates a projecta directory *

Additional Information

For more information on Directories reference the link below:

IBM Creating a Directory