User Profile Management

A UPM function returning the following error codes encountered an error. ┌───────────────────────────────────────┬──────────────────────────────────────┐
│ SYMBOLIC CONSTANT │ MEANING │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_ACTIVE │ The domain logon or logoff failed; a │
│ │ domain logon, logoff, or the LAN │
│ │ Requester graphical user interface │
│ │ is active. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_BAD_PARAMETER │ The user ID or remote name was not │
│ │ valid. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_BAD_TYPE │ The remote type specified was not │
│ │ valid. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_ERROR_MORE_DATA │ All the available UPM_USER_LOGON │
│ │ entries did not fit into buf. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_FAIL_SECURITY │ The user ID or password could not be │
│ │ validated. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_LOG_CANCEL │ The user cancelled from the logon │
│ │ panel. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_LOG_FILE_NOT_FOUND │ A required logon program was not │
│ │ found. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_LOG_INPROC │ Another logon was being processed; │
│ │ the logon attempt was not suc- │
│ │ cessful. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_LOGGED │ The domain logon failed because a │
│ │ domain logon has already occurred. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_NOMEM │ Insufficient memory is available to │
│ │ process the request. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_NOT_LOGGED │ The user has not logged on locally. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_OK │ The user was logged on successfully. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_OPEN_SESSIONS │ The domain logoff failed because a │
│ │ domain logon has active open ses- │
│ │ sions. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_PASSWORD_EXP │ The logon failed; the user's pass- │
│ │ word is expired. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_SS_PWDEXPWARNING │ The local logon succeeded. The │
│ │ user's password is expired. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_SS_BUSY │ The local logon failed; the secure │
│ │ shell was busy. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_SS_DEAD │ The local logon failed; the secure │
│ │ shell has stopped. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_SYS_ERROR │ A system error occurred. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_ULP_LOADED │ The local logon failed; a local │
│ │ logon with a user logon profile is │
│ │ already active. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ UPM_UNAVAIL │ The logon failed; the remote node or │
│ │ domain could not be contacted to │
│ │ process the logon request. │
└───────────────────────────────────────┴──────────────────────────────────────┘


[Back: Directory and Security Server]
[Next: REXX RIPL Function Calls]