T.R | Title | User | Personal Name | Date | Lines |
---|
2749.1 | Try UNLOCK first | GANTRY::HULL | Digital Services Delivery - Motown | Mon May 24 1993 19:13 | 8 |
| From the SM MUA menu have MANAGER record in the current item block and type
the unlisted menu command UNLOCK. If that doesn't clear it, then you have
to manually clear the field NOT$IN$USE in the profile record. You want to
set the value to 0, so
<WRITE CHANGE PROFIL USER="MANAGER", NOT$IN$USE = '0'
This is from memory, but I believe it is correct.
|
2749.2 | Things that make you go hmmmmh! | AIMTEC::WICKS_A | Alphatraz - Coming Summer 93 | Mon May 24 1993 19:25 | 1 |
| I would have thought that the IOSG system manager knew this (:==:)
|
2749.3 | And it's the manual too! | AIMTEC::WICKS_A | Alphatraz - Coming Summer 93 | Mon May 24 1993 19:41 | 7 |
| also there's a menu option (albeit hidden) called UNLOCK on the
SM MUA menu that does what Al so eloquently put in .1 which is
documented on page 4-56 of the ALL-IN-1 Management Guide
Regards,
Andrew.D.Wicks
|
2749.4 | The correct answer... | RDGENG::AWILLIAMS | | Tue May 25 1993 19:53 | 20 |
|
Using Trace showed that CREATE$FAIL had the wrong value.
This was caused by a modification to the Managers account
not emerging from the other side of the script formatter !
A mail appeared today saying :-
A L L - I N - 1 E d i t A c c o u n t R e p o r t
-------------------------------------------------------
One ALL-IN-1 account was not successfully edited:
MANAGER Could not obtain all the required information
To correct the problem use :-
<WRITE CHANGE PROFIL USER="MANAGER",CREATE$FAIL = ""
|