WADM006: Password must contain at least one digit.
Each password entered must contain at least one digit in order to meet the criteria required by the password enforcement level specified in the Configuration utility.
WADM009: User userid belongs to unregistered group name.
According to the SYSXDB.SYSACFMEMBERS table in the SYSTEM location, user userid belongs to group name. However, group name is missing from the SYSXDB.SYSACFGROUPS table. Any group in SYSASCMEMBERS must also be in SYSACFGROUPS. You may remedy this situation by inserting group name into SYSACFGROUPS by selecting the Insert Group option under the Groups menu in XADMIN. Or you can delete group name from SYSACFMEMBERS by running the following interactive SQL command:
WADM012: No password specified.
There is no password specified for this user. A password is required in order to add or update this user. Enter a password.
WADM018: Group name already exists.
You have attempted to create a new group using a group authorization ID that already exists in the SYSXDB.SYSACFGROUPS table. Group auth-IDs must be unique.
WADM019: No Group Authorization ID specified.
You have attempted to add, update, or delete a group but did not specify a group authorization ID. The auth-ID is required to identify the group.
WADM020: Group name does not exist.
You have attempted to delete or update a group, but no group was found in the SYSXDB.SYSACFGROUPS table whose authorization ID matches the one you entered.
WADM022: name is not a valid group name.
The group name you have entered is not a valid database object name. See the SQLWizard online help for the allowable syntax for database object names.
WADM031: Priority name already exists.
You have attempted to create a new priority using a priority that already exists in the SYSXDB.SYSGOVERNOR table. Priorities must be unique.