Hello all,

I have a posix executable which I want to be able to run from anywhere,
and by anyuser in the system.

(This executable opens a socket send something and exits).

The file has permissions:
iX>ls -l
-rwxrwx--x   1 MANAGER.CTMAG9    CTMAG9    122368 Nov 28 14:35 ctmevent
iX>

The file place in the file system:
iX>pwd
/CTMAG9/BIN
iX>
iX>id
uid=251(OPERATOR.CTMAG9) gid=157(CTMAG9)
iX>

When I try to run the program I get:
iX>./ctmevent

**** EXEC FUNCTION FAILED; subsys =517; info = 48
ABORT: /CTMAG9/BIN/ctmevent
NM SYS   a.00a88288 dbg_abort_trace+$24
NM UNKN  149.00a36658
NM UNKN  1e5.0004ac0c
[1] + Done(134) ./ctmevent
  30867551      Abort   ./ctmevent
iX>

1. Is it possible to run this by anyone no meter what capabilities he has?
2. Any idia what I shell do?

TIA,
Noam