Hello!
- WinCC OA version : 3.14 Patch 15
If a script fails to read data from the database(Oracle), I used the pmonKillManager function in pmon.ctl to make the script end.
By the way, error message was output in log window.
I didn't modify anything in pmon.ctl and I don't know what caused this error.
Please help me.
pmon.ctl Error
Search
-
- Posts: 18
- Joined: Mon Feb 29, 2016 3:30 pm
Re: pmon.ctl Error
Hey,
that's quite an old bug but still not fixed. I ended up adding those variables as globals in the pmon.ctl.
viewtopic.php?f=15&t=5243&p=961215#p956106
Best regards,
Tobias
that's quite an old bug but still not fixed. I ended up adding those variables as globals in the pmon.ctl.
viewtopic.php?f=15&t=5243&p=961215#p956106
Best regards,
Tobias
Re: pmon.ctl Error
Thanks Tobias.
I'll follow your advice.
I'll follow your advice.
-
- Posts: 373
- Joined: Tue Jan 15, 2019 3:12 pm
Re: pmon.ctl Error
To stop you own script you could use the 'exit' function instead.
To stop another script you could use the DPE '_Managers(_2).Exit' instead as explained in the topic: How to start and stop managers from ctrl-script
To stop another script you could use the DPE '_Managers(_2).Exit' instead as explained in the topic: How to start and stop managers from ctrl-script
Re: pmon.ctl Error
Thanks gschijndel.
That was a very helpful answer.
That was a very helpful answer.