| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 838.1 | $ SET WATCH FILES/CLASS=MAJOR | IOSG::PYE | Graham - ALL-IN-1 Sorcerer's Apprentice | Tue Jun 09 1992 19:08 | 18 | 
|  |     The best way to find out what the problem is, is to use the DCL command
    $ SET WATCH FILES/CLASS=MAJOR (Needs CMKRNL) before starting up the
    image. Then you'll see which file we were trying to get to.
    
    Likely possibilities are:
    
    	User is an administrator (in profile) but doesn't have OA$ADMIN
    	right in AUTHORIZE.
    
    	The image isn't installed with privs, or some of the logicals
    	aren't defined /EXEC.
    
    	There's something wrong with the versions or protections of the
    	image or the language image if it's multi-lingual.
    
    But set watch is best!
    
    Graham
 | 
| 838.2 | Many possible causes | AIMTEC::WICKS_A | Liverpool win the F.A Cup again! | Tue Jun 09 1992 19:13 | 13 | 
|  |     Marsha,
    
    Either your ALL-IN-1 logicals are defined in SUPERVISOR mode in the
    SYSTEM table (they should be in EXEC) or PROFILE.DAT is protected
    against you for some reason - there are quite a few reasons for this
    like protection being wrong, system resources, images not installed etc
    
    If you don't know how to check those against the documentation I'll see
    if I can find a STARS article on it.
    
    Regards,
    
    Andrew.D.Wicks
 | 
| 838.3 | Moderator clash! | AIMTEC::WICKS_A | Liverpool win the F.A Cup again! | Tue Jun 09 1992 19:13 | 1 | 
|  |     
 | 
| 838.4 | Nit-picker strikes again ;^) | SWETSC::WESTERBACK | Mimsy were the borogroves | Tue Jun 09 1992 19:24 | 17 | 
|  |     Small nit: Graham's syntax won't work, you have to write
    $ SET WATCH FILE/CLASS=MAJOR    (FILES won't work)
    
    And since this is not documented, it might be added that you turn it off
    with $ SET WATCH FILE/CLASS=NONE
    
    Also don't forget:
    
    $ ALLIN1/NOINIT
    CMD> OA$INI_INITIALIZE
    CMD> EXIT
    
    which I find useful to start with in cases like this, it can give 
    good error messages.
    
    HTH,
    Hans
 |