- This topic has 9 replies, 5 voices, and was last updated 18 years, 11 months ago by .
-
Topic
-
I have a tcl proc that deletes any saved process logs older than 2 months. I have setup a cronjob that executes this tcl proc but I am getting the following error when it runs: /hci/qdx5.1/integrator/ms4test/tclprocs/processLogs.tcl[12]: proc: not found.
/hci/qdx5.1/integrator/ms4test/tclprocs/processLogs.tcl[18]: 0403-057 Syntax error at line 20 : `}’ is not expected.
The crontab looks like this:
34 11 * * * /usr/bin/ksh -c ‘eval `/hci/qdx5.1/integrator/sbin/hcisetenv -root ksh /hci/qdx5.1/integrator ms4test`;/hci/qdx5.1/integrator/ms4test/tclprocs/proce
ssLogs.tcl’>/hci/joe/processtestlogs.log 2>&1
Any thoughts or suggestions on this would be greatly appreciated!
Thanks
Viewing 8 reply threads
Viewing 8 reply threads
- The forum ‘Cloverleaf’ is closed to new topics and replies.