Description:
When running the LDP5APP job as part of installing CA-LDAP r15.1, it ends with the following:
BPXF140E RETURN CODE 00000090, REASON CODE 0549010C.
Solution:
Common reasons for the above message are:
- Make sure that an HFS file exists and for the mount point has a path that doesn't include the /CA directory.
Example:
/common/bbh/CAI/LDAPr151/CA is incorrect as a mount point.
/common/bbh/CAI/LDAPr151/ is correct.
- Specify the directory in the DDDEF statement which includes the /CA directory.
Example:
ADD DDDEF(CDT9HFS) PATH('/common/bbh/CAI/LDAPr151/CA/')
- Make sure the /CA sub-directory exists.
- The "/" at the end of the PATH name on the DDDEF must be there.
Example:
ADD DDDEF(CDT9HFS) PATH('/common/bbh/CAI/LDAPr151/CA/')