[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

3194.0. "OA$PROFIL_PRVAPP .nes. PROFIL.PRVAPP?" by KERNEL::LOAT (Keep passing the open windows...) Wed Aug 25 1993 18:17

    
    ALL-IN-1 3.0 VMS 5.5-2
    
    The symbol OA$PROFIL_PRVAPP comes from the value of the profile field
    PROFIL.PRVAPP["USER"], so I undertstand.
    
    
    A customer is having problems getting into ALL-IN-1 CM, because it says
    he doens't have access. If he looks at the profile, the PRVAPP flag is
    set to M. (He's in the MANAGER account.
    
    GET PROFIL.PRVAPP["MANAGER"] returns "M", but GET OA$PROFIL_PRVAPP
    returns 0! What updates OA$PROFIL_PRVAPP? Seems tha two of them are out
    of sync.
    
    I've looked at the script which does the nomination and all it does is
    a WRITE CHANGE to PROFIL. Just to make this worse, this is the only
    account which should have CM privs, so the customer can't nominate
    himself as an App Mgr to see if this will fix the problem!
    
    Ideas?
    
    Steve.
    
T.RTitleUserPersonal
Name
DateLines
3194.1Need correct UAF record setup, tooGANTRY::HULLDigital Consulting [Delivery]/MotownWed Aug 25 1993 19:5618
If the acct in question is a valid CM programmer, it must have the correct
UAF Rightlist identifier marked on his UAF record.  My acct has full A1
Manager, App. Mgr, and CM Programmer, and these are all the Idents that
show up:

  OA$ADMIN                         %X8001100E
  OA$PRVAPP                        %X8001100F      RESOURCE
  OAFC$SYSMAN                      %X800100A3
  OA$MANAGER                       %X800100A0
  OA$MANAPP                        %X8001009F      RESOURCE

So make sure he has OA$PRVAPP.  If he is also flagged as an Application
Manager he'll need OA$MANAPP.


Regards,

	Al
3194.2Missing OA$INI_GLOBALS somewhere?IOSG::HULINIan Hulin, a.k.a. Banquo's ghost -}Thu Aug 26 1993 12:5719
    Steve,

�.0   GET PROFIL.PRVAPP["MANAGER"] returns "M", but GET OA$PROFIL_PRVAPP
�.0   returns 0! What updates OA$PROFIL_PRVAPP? Seems tha two of them are out
�.0   of sync.

    Al's probably got the right solution but here's something else to check. 

    Normally if GET PROFIL.<fieldname>[OA$USER] does the right thing, but GET
    OA$PROFIL_<fieldname> doesn't, it can normally be cured by a quick 
    <OA$INI_GLOBALS to reset all the fast-access special symbols to their new
    "correct" values.

    HTH,

    Cheers from beyond the rightsized grave,

    Ian

3194.3KERNEL::LOATKeep passing the open windows...Thu Aug 26 1993 14:1714
    
    The customer editted the profile record, and changed it back to "A",
    and then tried the symbol, and it had changed. We then checked the UAF
    record, and this showed the OA$MANAPP identifier, so we did a write
    change to set it back to "M" exited ALL-IN-1 and re-entered, and it
    worked!
    
    I noticed that the symbol didn't change until we exitted and
    re-entered, so I think that .2 had the crucial info.
    
    Thanx for the help everyone.
    
    Steve.