1*7f2fe78bSCy Schuberterror_table adb 2*7f2fe78bSCy Schuberterror_code OSA_ADB_NOERR, "No Error" 3*7f2fe78bSCy Schuberterror_code OSA_ADB_DUP, "Principal or policy already exists" 4*7f2fe78bSCy Schuberterror_code OSA_ADB_NOENT, "Principal or policy does not exist" 5*7f2fe78bSCy Schuberterror_code OSA_ADB_DBINIT, "Database not initialized" 6*7f2fe78bSCy Schuberterror_code OSA_ADB_BAD_POLICY, "Invalid policy name" 7*7f2fe78bSCy Schuberterror_code OSA_ADB_BAD_PRINC, "Invalid principal name" 8*7f2fe78bSCy Schuberterror_code OSA_ADB_BAD_DB, "Database inconsistency detected" 9*7f2fe78bSCy Schuberterror_code OSA_ADB_XDR_FAILURE, "XDR encoding error" 10*7f2fe78bSCy Schuberterror_code OSA_ADB_FAILURE, "Failure!" 11*7f2fe78bSCy Schuberterror_code OSA_ADB_BADLOCKMODE, "Bad lock mode" 12*7f2fe78bSCy Schuberterror_code OSA_ADB_CANTLOCK_DB, "Cannot lock database" 13*7f2fe78bSCy Schuberterror_code OSA_ADB_NOTLOCKED, "Database not locked" 14*7f2fe78bSCy Schuberterror_code OSA_ADB_NOLOCKFILE, "KADM5 administration database lock file missing" 15*7f2fe78bSCy Schuberterror_code OSA_ADB_NOEXCL_PERM, "Insufficient permission to lock file" 16*7f2fe78bSCy Schubertend 17