| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 2910.1 | <<< Check for the following... >>> | KITFOX::BALL |  | Fri May 01 1992 13:48 | 15 | 
|  |     Hi -
    	What the error message is actually saying is you probably do not
    have the following things set up for your process:
    
    ( 1 ) the proper privileges enabled via set process/priv=""
          you need to have access to objects via system protection
    ( 2 ) if you have all privileges do you have proxy to yourself on this
    VMS system???
    
    
    
    
    
    
    - darryl
 | 
| 2910.2 |  | SEVERN::BREWTON |  | Tue May 05 1992 09:13 | 13 | 
|  |     re .1
    
    The account I'm running DECmcc has full privileges. I'm confused 
    by .1.  It seems to me that no matter what, MCC should not look for 
    NETNODE_LOCAL.DAT in SYS$COMMON:[SYSEXE]. NETNODE_LOCAL.DAT is specific
    to the particular system and should only be found in
    SYS$SYSROOT:[SYSEXE]. Am I wrong, should I move NETNODE_LOCAL.DAT
    to SYS$COMMON:[SYSEXE]?
    
    
    
    Steve
     
 | 
| 2910.3 | QAR it. | TOOK::HOAG | Dave Hoag NSM Maintenance | Tue May 05 1992 12:21 | 4 | 
|  |     
      A QAR is going to be entered.
    
    - Dave.
 | 
| 2910.4 | isn't this an NML (not MCC) problem? | SWORD1::KENNEDY | MaryEllen - CTE | Tue May 12 1992 17:38 | 14 | 
|  | better late than never, maybe.
I've seen this same error using NCP and I think .1 has hit it.  While 
NETNODE_LOCAL.DAT is in SYS$SYSROOT: (actually SYS$SPECIFIC:), it's most
likely being searched for via the logical SYS$SYSTEM (or even SYS$SYSROOT: -
do show logical on your system).  If it can't open the one in the local
root, it tries again in SYS$COMMON: and reports file not found, event
though there was a previous error (probably protection).
You probably are going after this information via a DECnet connection, so
do you have a proxy set up?  You could try NCP TELL 0 LIST EXEC CHAR and
see what happens.
_Mek
 | 
| 2910.5 | Still having problem??? | ZPOVC::RAYMONDTAN |  | Wed Aug 26 1992 03:04 | 15 | 
|  |     I have added a proxy to my account and the NCP>TELL 0 LIST EXEC CHAR work
    fine. However, I still face some problem showing the initial attribute
    of other node with the following error;
    
    %NONAME-E-OPENIN,error opening SYS$COMMON:[SYSEXE]NETNODE_LOCAL.DAT;as input
    -RMS-E-FNF,file not found.
    
    However, if I show the initial attribute via by user and by password
    (privilege account), it works fine.
    
    Thanks in advance.
    
    
    
    Raymond Tan
 | 
| 2910.6 | you will need a proxy access on the remote systems | HERON::PATEL_A | LoLo-AQIC-I82Q-B4IP, - LMF | Wed Aug 26 1992 05:47 | 4 | 
|  |     you set a proxy on the local system, how about proxy access on the
    remote systems ?
    
    Amrit
 | 
| 2910.7 | No luck... | ZPOVC::RAYMONDTAN |  | Thu Aug 27 1992 03:02 | 35 | 
|  |     I have set the proxy access for the remote node too. And inorder to get
    you a clear picture, please see below;
    
    System A (SIN004) - Running DECmcc
    ----------------------------------
    
    My privilege login account is SYSTEM.
    
    UAF> SHOW /PROXY *
    
    Default proxies are flagged with (D)
    
    SIN004::SYSTEM 
        SYSTEM (D)
    
    SIN001::FIELD
        SYSTEM (D)
    
    
    SYSTEM B (SIN001) - Remote node
    -------------------------------
    
    My privilege login account is FIELD.
    
    UAF> SHOW /PROXY *
    
    Default proxies are flagged with (D)
    
    SIN001::FIELD 
        FIELD (D)
    
    SIN004::SYSTEM
        FIELD (D)
    
    
 |