Operating System - OpenVMS
1754019 Members
7368 Online
108811 Solutions
New Discussion юеВ

Re: An illegal operator request was made

 
SOLVED
Go to solution
Accullise
Frequent Advisor

Re: An illegal operator request was made

login from system account...
then check opcom is running or not..
(show system/proc=opcom)
if it is available,stop that process ...
(stop/id=xxxxxxx)
and restart the opcom process from system account with the following command...
@sys$system:startup opcom

and then check have got any messages in the operator.log file and then

reply/ena
reply/log
reply/dis

and check whether new operator.log file created or not and what is the size of the last operator.log file.


regds,
Accullise
Willem Grooters
Honored Contributor

Re: An illegal operator request was made

Stupid, perhaps, but what is the output of

$ show sym rep*

I've run into unexpected results due to the fact that symbols overrules standard commands...
Willem Grooters
OpenVMS Developer & System Manager
Dolezel Vaclav
Advisor

Re: An illegal operator request was made

Any REP* symbol defined.
Dolezel Vaclav
Advisor

Re: An illegal operator request was made

After restarting OPCOM problem is gone. thanks