You will need to make sure:
[1] That the crond process is running. This process is responsinle for checking each user's crontab, and executing any of the scripts that need running.
[2] That your user has permission to run cron jobs. From the crontab man pages:
[ignore]
crontab Access Control
Users: Access to crontab is allowed:
o if the user's name appears in /etc/cron.d/cron.allow.
o if /etc/cron.d/cron.allow does not exist and the
user's name is not in /etc/cron.d/cron.deny.
Users: Access to crontab is denied:
o if /etc/cron.d/cron.allow exists and the user's name
is not in it.
o if /etc/cron.d/cron.allow does not exist and user's
name is in /etc/cron.d/cron.deny.
o if neither file exists, only a user with the
solaris.jobs.user authorization is allowed to submit a
job.
[/ignore]
Hope this helps.
