I am very puzzled by this. Could anyone shed some light and help me
resolving this simple problem please ? Much appreciated, Bill
##########BAD######################
user A > crontab -l
51 13 * * 1-6 /export/home/userA/copy.ksh
user A > cat /export/home/userA/copy.ksh
#!/bin/ksh
/usr/bin/cp /tmp/temp /export/home/userA
####################################
##########GOOD######################
user B > crontab -l
51 13 * * 1-6 /export/home/userB/copy.ksh
user B > cat /export/home/userB/copy.ksh
#!/bin/ksh
/usr/bin/cp /tmp/temp /export/home/userB
######################################
No. But we did look at /var/cron/log.
UserA's password has expired. We reset it and the cron is working
again.
Thanks,