Title: | *OLD* ALL-IN-1 (tm) Support Conference |
Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 |
Moderator: | IOSG::PYE |
Created: | Thu Jan 30 1992 |
Last Modified: | Tue Jan 23 1996 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 4343 |
Total number of notes: | 18308 |
Hello, Customer config: VMS V5.5-2 ALL-IN-1 Starter V2.4 Problem description: failed to create ALL-IN-1 user account. The corresponding create_account log file show the followings: ................... ................... ................... $ set default ALLIN1$DISK:[ALLIN1] $ on warning then goto invalid_condition $ delete/noconfirm/nolog sys$login:muacrevms20805026.tmp; $! $! Check to see if the VMS account specified has an identifier $! $ if f$identifier(vms_user, "name_to_number") .eq. 0 $ then $ set def sys$system $ UAF ADD/ID PDC160440 /value: [000200,002073] %UAF-E-RDBADDERRU,unable to add PDC160440 value:[000200,002073] to rights data base -SYSTEM-F-DUPIDENT,duplicate identifier $ invalid_condition: $ WSO "%SYSTEM-F-DUPIDENT, duplicate identifier" %SYSTEM-F-DUPIDENT, duplicate identifier $ failure_reason = "OA$_MUA_BCH_FAILED_ERROR_CONDX" .................... .................... .................... Things that has been done: 1) UAF> SHOW PDC160440 the UIC code is [000200,002073] 2) UAF> SHOW [000200,002073] there is only one account with this UIC & the account name is PDC160440 Question: what things can I check further to clear the problem ? Thanks in advance for any comment/suggestion. Regards. Tony.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3594.1 | dupl. ident in rightslist | IOSG::TYLDESLEY | Mon Nov 29 1993 10:23 | 10 | |
First off Tony, this is not a sysuaf.dat problem (which you have tested for), but a conflict in rightslist.dat, and it's with the user identifer that you're trying to add to the rightslist. I would suspect that there is already a user ident in rightslist.dat of [200,2073]. Try UAF> show/rights/user=[200,*] and examine the usernames returned; then check out their uics. If there is an old one in there, then remove it. Sorry I can't be more precise without getting into your Authorize! Cheers DaveT |