A LAN Server API function returning error codes 2219-2249 encountered an
error while requesting or modifying information concerning network privileges.
┌───────────────────────────┬───────┬──────────────────────────────────────────┐
│ SYMBOLIC CONSTANT │ VALUE │ MEANING │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_AccountUndeletable │ 2218 │ The user account is marked undeletable.
│
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_ACFNotFound │ 2219 │ The accounts file NET.ACC cannot be
│
│ │ │ found. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_GroupNotFound │ 2220 │ The group does not exist. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_UserNotFound │ 2221 │ The user name cannot be found. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_ResourceNotFound │ 2222 │ The netname cannot be found. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_GroupExists │ 2223 │ The group name is already in use. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_UserExists │ 2224 │ The user account already exists. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_ResourceExists │ 2225 │ The resource permission list already
│
│ │ │ exists. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_NotPrimary │ 2226 │ The UAS database is replicant and does
│
│ │ │ not allow updates. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_ACFNotLoaded │ 2227 │ The UAS database has not been started.
│
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_ACFNoRoom │ 2228 │ There are too many names in the access
│
│ │ │ control file. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_ACFFileIOFail │ 2229 │ An error was encountered in accessing
│
│ │ │ the accounts database. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_ACFTooManyLists │ 2230 │ Too many lists were specified. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_UserLogon │ 2231 │ Deleting a user with a session is not
│
│ │ │ allowed. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_ACFNoParent │ 2232 │ The parent directory cannot be located.
│
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_CanNotGrowSegment │ 2233 │ It is not possible to enlarge the UAS
│
│ │ │ cache segment. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_SpeGroupOp │ 2234 │ This operation is not allowed on this
│
│ │ │ special group. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_NotInCache │ 2235 │ This user is not cached in UAS sess │
│ │ │ cache. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_UserInGroup │ 2236 │ The user already belongs to this group.
│
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_UserNotInGroup │ 2237 │ The user does not belong to this group.
│
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_AccountUndefined │ 2238 │ The user account is undefined. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_AccountExpired │ 2239 │ The user account has expired. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_InvalidRequester │ 2240 │ The user is not allowed to log on from
│
│ │ │ this requester. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_InvalidLogonHours │ 2241 │ The user is not allowed to log on at
│
│ │ │ this time. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_PasswordExpired │ 2242 │ The password has expired. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_PasswordCantChange │ 2243 │ This password cannot change. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_PasswordHistConflict │ 2244 │ This password cannot be used now.
│
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_PasswordTooShort │ 2245 │ The password is shorter than required.
│
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_PasswordTooRecent │ 2246 │ The password is too recent to change.
│
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_InvalidDatabase │ 2247 │ The UAS database file is damaged.
│
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_DatabaseUpToDate │ 2248 │ No updates are necessary to this
│
│ │ │ replicant. │
├───────────────────────────┼───────┼──────────────────────────────────────────┤
│ NERR_SyncRequired │ 2249 │ This user accounts database is outdated
│
│ │ │ because it no longer is synchronized │
│ │ │ with the domain controller. │
└───────────────────────────┴───────┴──────────────────────────────────────────┘