| 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,
Option IMG in the Queue Management Authorisation menu gives the messages
'User Piet is not a member of any management groups' if the VMS-username is not
the same as ALL-IN-1-username. With VMS-username equals ALL-IN-1 username
works fine.
Have somebody a clue.
Piet Dienaar
    
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 2194.1 | a small featurette | IOSG::TYLDESLEY | Tue Feb 02 1993 10:17 | 10 | |
|     Hi Piet,
    
    You are right. This is a bug. The problem lies in the line:
    BIND *GROUPS TO MEMBER_GROUP$:$SM_ACCOUNT WITH .NAME BEGINNING "MNG$_"
    ... where $SM_ACCOUNT currently holds the ALL-IN-1 username, but 
    it should contain the VMS username. If you can, please SPR this, then
    we can get it fixed.
    
    Cheers,
    DaveT                              
 | |||||
| 2194.2 | Customization to fix on site? | SIOG::T_REDMOND | Thoughts of an Idle Mind | Tue Feb 02 1993 10:45 | 8 | 
|     Submit the SPR AND change the line (on your own system) to:
    
    BIND *GROUPS TO MEMBER_GROUP$:PROFIL.VMSUSR[$SM_ACCOUNT] -
      WITH .NAME BEGINNING "MNG$_"
    
    Happiness is a warm customization...
    
    Tony
 | |||||