Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › hcicyclesavemsgs in upgrade from 3.8.1 to 5.3 › Reply To: hcicyclesavemsgs in upgrade from 3.8.1 to 5.3
eval $($HCIROOT/sbin/hcisetenv -root ksh $HCIROOT)
eval $($HCIROOT/sbin/hcisetenv -site ksh $siteName)
(where $HCIROOT and $siteName are defined earlier in the script)
To verify if it as environment problem, try running the hcicyclesavemsgs command manually from the command line when logged in as hci. If it works, then the problem is likely that cron isn’t getting the correct environment.
You might also want to confirm the location of the perl interpreter on you system using the ‘which’ command:
$ which perl
/hci/qdx5.3/integrator/bin/perl
-Glenn