We have installed and are testing 5.3
I set up cron jobs to cyclesave the test messages in 5.3, while production remains on 3.8.1. However, the log is telling me: “/usr/bin/ksh: /hci/qdx5.3/integrator/contrib/hcicyclesavemsgs: not found.” When I look in the contrib directory, hcicyclesavemsgs is present.
Here are samples of the old and new crontabs:
30 0 * * * /usr/bin/ksh -c ‘eval `/hci/bin/hcisetenv -root ksh /hci/root3.8.1P prod3`;/hci/root3.8.1P/contrib/hcicyclesavemsgs -d -o 14’ >/tmp/cyclemsg.prod3.log 2>&1
50 0 * * * /usr/bin/ksh -c ‘eval `/hci/bin/hcisetenv -remote ksh /hci/qdx5.3/integrator test4`;/hci/qdx5.3/integrator/contrib/hcicyclesavemsgs -d -o 45’ >/tmp/cyclemsg.test4.log 2>&1
What am I missing? Thanks in advance.
Kathy