Operating System - OpenVMS
1748142 Members
3577 Online
108758 Solutions
New Discussion

Re: What privilege does a user need to run a EXE on a remote node?

 
arun sanghvi
Occasional Advisor

What privilege does a user need to run a EXE on a remote node?

Hello

As shown below user is unable to run EXE on node ANTVX4 from VAX6.

$ run antvx4"amehta pwd"::SYS$SYSDEVICE:[PERM.SAP4G07V]SAP4G7E3
%DCL-W-ACTIMAGE, error activating image ANTVX4"amehta sesmic"::SYS$SYSDEVICE:[PE
RM.SAP4G07V]SAP4G7E3
-CLI-E-IMGNAME, image file ANTVX4"amehta password"::SYS$SYSDEVICE:[PERM.SAP4G07V
]SAP4G7E3.EXE;
-RMS-E-ACC, ACP file access failed
-SYSTEM-F-LINKEXIT, network partner exited

 

EXE  does exist and has w:RE

ANTVX4::>dir
Directory SYS$SYSDEVICE:[000000.PERM.SAP4G07V]
SAP4G7E3.EXE;1          2315/2316     24-JUN-1998 14:49:28.42  (RWED,RWED,E,RE)

EXE runs OK if I use "sysmgr" account.

 

What privilege  does user  require for user to run EXE on a remote node?

 

Thanks.

 

1 REPLY 1
Hein van den Heuvel
Honored Contributor

Re: What privilege does a user need to run a EXE on a remote node?

 

>> user is unable to run EXE on node ANTVX4 from VAX6.

 

Hold it right there....

 

$ run antvx4::SAP4G7E3

 

That's just a remote file spec. It is NOT a command to run something ON vx4, but FROM vx4.

It that what is intended?

One READ priv is needed for that (because it is not execution)

http://h71000.www7.hp.com/doc/73final/9996/9996pro_046.html

 

Hein.