| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 1834.1 | Can B access the file?? | CHRLIE::HUSTON |  | Mon Nov 23 1992 13:38 | 12 | 
|  |     
    If I understand you correctly, no node Orange, users A and B are 
    the same person once the security it done (A proxies into B). 
    
    You say A cannot read the document, can B?
    
    It is possible to have a document with no content (at least from the
    FCS not sure if you can set this up with IOS), if this is the case
    it would act like what you are seeing.
    
    --Bob
    
 | 
| 1834.2 |  | KERNEL::COOPER | Suzanne Cooper UK Customer Support (833)3502 | Mon Nov 23 1992 15:02 | 6 | 
|  |     B on node Orange can read the document, 'A' via the Proxy to B cannot
    read the document. 
    
    Doesn't make sense does it?
    
    Suzanne 
 | 
| 1834.3 | Some questions... | CHRLIE::HUSTON |  | Mon Nov 23 1992 18:12 | 28 | 
|  |     
    Before I ask you this, let me summarize what I think you are saying
    your proxy setup is (these can get confusion enough when we are
    all talking about the same setup):
    
    
    node                   node              
    
    BLUE                   ORANGE (has the physical document)
    
    UserA lives on BLUE, but has a proxy of the form BLUE::USERA --> USERB
    which is in the NETPROXY.DAT on ORANGE?
    
    Now for some questions:
    
    1) Are there any other proxies of the form BLUE::USERA --> anything 
       on ORANGE?
    
    2) What is the ACL on the ACCESS.DAT for the drawer being accessed?
    
    3) What is the ACL of the docn.dir for the document being accessed?
    
    4) What is the ACL on the content file in the docn.dir?
    
    5) Does anything show up in the FCS trace about this?
    
    --Bob
    
 | 
| 1834.4 |  | KERNEL::COOPER | Suzanne Cooper UK Customer Support (833)3502 | Tue Nov 24 1992 12:00 | 17 | 
|  |     I've found it.  It was because the account that I was trying to access
    the drawer in was captive.  the netserver.log in the account is as
    follwows.
    $set noon
    $set noverify
    
    Initialising ALL-IN-1...
    
    
    
    FORM Main Menu
    %OA-E-EIF, Error occurred while form !AS was current
      GIRLING_T    job terminated at 24-NOV-1992 11:04:35.33
    
     I am getting them to put an if mode thing in the captive login.
           
    Suzanne
 | 
| 1834.5 |  | COMICS::BARHAM | Norbert: | Fri May 21 1993 10:17 | 26 | 
|  |     FYI,
    
    I just had this problem too. It was because the captive login had a
    line
    
    $ assign/nolog 'f$logical("sys$output")' sys$input
    
    which was being translated into
    
    $ assign/nolog $255$dua15: sys$input (i.e. a disk name instead of
    						terminal device)
    
    
    The f$logical is out of date and should be replaced by f$trnlnm.
    
    We also put an
    
    if f$mode() .eqs. "NETWORK" then $ exit
    
    in the captive login.
    
    
    HTH,
    
    Clive
    
 |