HPlogo   HP 3000 Computer Systems: MPE/iX Architected Interface Facility:
Operating System Reference Manual
> Appendix A AIF Status Messages

AIFCHANGELOGON Status Messages

MPE documents

Complete PDF

 

Table of Contents

Index

 

⇓ Page Bottom

⇑ Page Top

 

Process Information Status Messages

System Configuration Status Messages

Status Number Description
-2501 MESSAGE Logon_string or logon_desc parameter required.
CAUSE Caller must specify either the logon_cmd parameter or the logon_desc parameter.
ACTION Change the call to supply either the logon_cmd, logon_desc parameter, or both.
-2502 MESSAGE Probe failed (logon_desc).
CAUSE Caller does not have write access to logon_desc.
ACTION Check call. You do not have write access to the address passed for the logon_desc parameter.
-2503 MESSAGE Probe failed (logon_cmd).
CAUSE Caller does not have read access to logon_cmd.
ACTION Check call. You do not have read access to the address passed for the logon_cmd parameter.
-2504 MESSAGE Probe failed (error_status).
CAUSE Caller does not have write access to error_status.
ACTION Check call. You do not have write access to the address passed for the error_status parameter.
-2510 MESSAGE Syntax error (logon_cmd).
CAUSE Logon_string parameter contained a syntax error. If the caller passed the error_status parameter, then the scanner/parser status will be returned in that parameter.
ACTION Pass a syntactically valid logon_cmd. To print a more specific syntax error, pass the error_status parameter to AIFCHANGELOGON. The value returned from AIFCHANGELOGON can be passed to the HPERRMSG intrinsic.
-2511 MESSAGE No termination character (logon_cmd).
CAUSE The caller did not terminate the logon string with a valid string terminator character. (Either a NUL or a CR is required).
ACTION Check call. You must terminate the logon_cmd parameter with either a NUL character (value=0) or a carriage return (value=13). Note that the maximum length for the logon_cmd parameter is 256 bytes. If you passed a logon_cmd longer than 256 bytes and the terminator is beyond the 256th byte or not present at all, AIFCHANGELOGON returns this error.
-2515 MESSAGE Non-existent account.
CAUSE The account specified as the target does not exist.
ACTION Specify a target account that exists on your system.
-2516 MESSAGE Non-existent user.
CAUSE The user specified as the target does not exist.
ACTION Specify a target user that exists on your system (within the target account specified).
-2517 MESSAGE Non-existent group.
CAUSE The group specified as the target does not exist.
ACTION Specify a target group that exists on your system (within the target account specified).
-2518 MESSAGE Invalid home group in directory.
CAUSE No group was specified, so the target user's home group was used. The user's home group does not exist.
ACTION Do not default the group for this user, because the home group specified for this user does not exist on your system (Eg: it has been deleted).
-2519 MESSAGE No home group for user in directory.
CAUSE No group was specified and the user does not have a home group.
ACTION Do not default the group for this user, because this user has no home group (Eg: none was specified on the :NEWUSER command when this user was created).
-2520 MESSAGE Invalid account password specified.
CAUSE An invalid account password was specified.
ACTION You specified an invalid password for the target account. Specify the correct password.
-2521 MESSAGE Invalid user password specified.
CAUSE An invalid user password was specified.
ACTION You specified an invalid password for the target user. Specify the correct password.
-2522 MESSAGE Invalid group password specified.
CAUSE An invalid group password was specified.
ACTION You specified an invalid password for the target group. Specify the correct password.
+2523 MESSAGE Unnecessary account password specified. WARNING only.
CAUSE A password was specified for the account, but the account does not have a password. The extra password was ignored.
ACTION To avoid the warning, do not pass an account password for this target account.
+2524 MESSAGE Unnecessary user password specified. WARNING only.
CAUSE A password was specified for the user, but the user does not have a password. The extra password was ignored.
ACTION To avoid the warning, do not pass a user password for this target user.
+2525 MESSAGE Unnecessary group password specified. WARNING only.
CAUSE A password was specified for the group, but the group does not have a password. The extra password was ignored.
ACTION To avoid the warning, do not pass a group password for this target group.
+2526 MESSAGE A password aging warning is in effect. WARNING only.
CAUSE A user password warning is set by the MPE/iX Security Monitor.
ACTION The user password is about to expire. The user password must be replaced or it will expire. Contact your System Manager for further assistance.
-2527 MESSAGE The user password has expired.
CAUSE The user password expiration is set by the MPE/iX Security Monitor.
ACTION The user has an expired password which must be replaced. Contact your System Manager for further assistance.
-2528 MESSAGE The user password is invalid.
CAUSE The user password has exceeded the maximum lifetime allowed by the MPE/iX Security Monitor.
ACTION The user password is invalid see your System Manager for further assistance.
-2529 MESSAGE The user is disabled.
CAUSE A threat detection violation was encountered by the MPE/iX Security Monitor.
ACTION The user is disabled, see your System Manager for further assistance.
-2541 MESSAGE Non-existent target user, group, or account.
CAUSE This error should only occur if the user, account, or group is purged after AIFCHANGELOGON has verified they exist (and that you have specified the correct passwords).
ACTION Treat this error the same as if the target user, account, or group does not exist on your system. (See messages -2515, -2516, or -2517.)
-2550 MESSAGE Internal Error.
CAUSE JSINFO returned a bad status.
ACTION Contact your Hewlett-Packard support representative and be prepared to provide information on how to reproduce the problem.
-2551 MESSAGE Internal Error.
CAUSE JSSET returned a bad status.
ACTION Contact your Hewlett-Packard support representative and be prepared to provide information on how to reproduce the problem.
-2552 MESSAGE Internal Error.
CAUSE DIRECLOGOFF returned a bad status.
ACTION Contact your Hewlett-Packard support representative and be prepared to provide information on how to reproduce the problem.
-2553 MESSAGE Internal Error.
CAUSE CM_SCHANGE_XDD returned a bad status.
ACTION Contact your Hewlett-Packard support representative and be prepared to provide information on how to reproduce the problem.
-2554 MESSAGE Internal Error.
CAUSE RELSIR returned a bad status.
ACTION Contact your Hewlett-Packard support representative and be prepared to provide information on how to reproduce the problem.
-2555 MESSAGE Internal Error.
CAUSE GETSIR returned a bad status.
ACTION Contact your Hewlett-Packard support representative and be prepared to provide information on how to reproduce the problem.
-2556 MESSAGE Internal Error.
CAUSE CONVERT_DST returned a bad status.
ACTION Contact your Hewlett-Packard support representative and be prepared to provide information on how to reproduce the problem.
-2557 MESSAGE Internal Error.
CAUSE Unexpected ESCAPE from a subsystem called by AIFCHANGELOGON.
ACTION Contact your Hewlett-Packard support representative and be prepared to provide information on how to reproduce the problem.
-2560 MESSAGE Internal Error.
CAUSE COREPARSER returned a token longer then the maximum token length that was specified to it.
ACTION Contact your Hewlett-Packard support representative and be prepared to provide information on how to reproduce the problem.
-2561 MESSAGE Internal Error.
CAUSE An invalid case occurred in a case statement in BUILD_LOGON_DESC.
ACTION Contact your Hewlett-Packard support representative and be prepared to provide information on how to reproduce the problem.
-2562 MESSAGE Internal Error.
CAUSE An invalid case occurred in a case statement in CHECK_DIRECTORY.
ACTION Contact your Hewlett-Packard support representative and be prepared to provide information on how to reproduce the problem.
-2563 MESSAGE Internal Error.
CAUSE An invalid case occurred in a case statement in CHECK_PASSWORD.
ACTION Contact your Hewlett-Packard support representative and be prepared to provide information on how to reproduce the problem.
-2564 MESSAGE Internal error.
CAUSE GETDATASEG returned bad status.
ACTION Contact your Hewlett-Packard support representative.
-2565 MESSAGE Internal error.
CAUSE RELDATASEG returned bad status.
ACTION Contact your Hewlett-Packard support representative.
-2566 MESSAGE Internal error.
CAUSE Rebuild of the temporary directory failed.
ACTION Contact your Hewlett-Packard support representative.
-2567 MESSAGE Internal error.
CAUSE CM_BUILD_JDT returned bad status.
ACTION Contact your Hewlett-Packard support representative.
-2568 MESSAGE Rebuilding the temporory directory failed, the application has open temporary files.
CAUSE Temporary files must be closed prior to calling AIFCHANGELOGON unless the option to keep the temporary directory is specified.
ACTION Check the logic of the application.
-2569 MESSAGE Internal error.
CAUSE Adjust user count error returned.
ACTION Contact your Hewlett-Packard support representative.
-2570 MESSAGE Internal error.
CAUSE Process could not be moved to the new workgroup.
ACTION Contact your Hewlett-Packard support representative.
-2571 MESSAGE Internal error.
CAUSE Attempt to duplicate the file descriptor failed.
ACTION Contact your Hewlett-Packard support representative.
-2572 MESSAGE Internal error.
CAUSE Unexpected entry found in temporary directory.
ACTION Contact your Hewlett-Packard support representative.
-2573 MESSAGE Internal error.
CAUSE Attempt to read temporary directory entry failed.
ACTION Contact your Hewlett-Packard support representative.
-2574 MESSAGE Internal error.
CAUSE Attempt to link entry in temporary directory failed.
ACTION Contact your Hewlett-Packard support representative.



Process Information Status Messages

System Configuration Status Messages