[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

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

3917.0. "Installing from account ALLIN1 instead of SYSTEM" by BERN01::MUELLERS (Stefan A Mueller 761-4864) Wed Feb 23 1994 16:25

    A customer didn't open the SYSTEM account to do an ALL-IN-1 upgrade
    installation (V2.4 - V3.0A) so I had to use the ALLIN1 account with the
    privilege SETPRV :-(
    
    I only had a little problem during the execution of A1$POSTINSTALL.
    This procedure tries to grant the identifier OAFC$SYSMAN to the
    installing account and executes immediatly if this fails. Since ALLIN1 
    already owns this identifier at this point but the current process which 
    is checked for the posession of OAFC$SYSMAN doesn't, A1$POSTINSTALL 
    fails and you have to do the remaining tasks after the installation.
    
    $ALLIN1 /NOINIT /NOCUSTOM /LANGUAGE=language/OVERRIDE=SHUTDOWN
    OA$FLO_OPEN_LIB oa$lib:oaform
    OA$FLO_OPEN_LIB oa$lib:memres
    OA$FLO_OPEN_LIB oa$lib:manager
    OA$FLO_OPEN_LIB oa$lib:admin
    OA$FLO_OPEN_LIB oa$lib:cm
    OA$INI_SUBPROCESS
    DO oa$lib:oafc$server_create_73
    DISPLAY "ALL-IN-1 running -- Starting local File Cabinet Server"
    DO oa$lib:oafc$server_startup_det
    etc.
    
    To prevent this problem you may revoke this identifier from ALLIN1
    before A1$POSTINSTALL starts to execute and grant it again after the
    installation has completed.
    
    Stefan
    
T.RTitleUserPersonal
Name
DateLines
3917.1Fixed in PFRIOSG::HALLCDenser than a Black Hole SingularityFri Feb 25 1994 22:077
Stefan,

Thanks for the report.  This is a known problem and I have fixed it for a
Possible Future Release.

Cheers,
	Chris.