Question : Crontab not working on Sun Machine

Hi ,
When i execute Commands such as touch and mkdir from crontab ,it runs fine .But when i try to run tcsh scripts from crontab it fails doing nothing .
What might be the problem ????!!!!

Is the current tcsh might be a problem ???

What might be the possible problems and solution ?

Best Regards ,

Pankaj

Answer : Crontab not working on Sun Machine

cron uses sh to run all commands; Ensure that the scripts have
#!/usr/bin/tcsh
on the first line.

Plus cron does not use your standard environment, so you may have to specify or source environment variables in your scipt

Finally, cron sends any output and error messages to you as a mail message (unless you've explicitly redirected output to a log or to /dev/null), so check your mail for more details of the problem.
Random Solutions  
  •  Can't open default email folders in Outlook 2007 to connect to Exchange Server 2007?
  •  Outlook 2003, Error Message Can't create file: Inv673.rtf. Right-click the folder you want to create the file in, and the click Properties on the shortcut menu to check your permissions for the folder
  •  Archiving Outlook Inbox in a Separate Location
  •  Convert PDF to MS Word, Word Perfect....
  •  foo bar
  •  The permissions granted to user 'ANU\ASPNET' are insufficient for performing this operation. (rsAccessDenied)
  •  Instant Rails with RadRails
  •  Set up Cisco piX 515E for terminal server
  •  phpList install on Apache server - need help (IMAP + image upload issues)
  •  Disable Warnings concerning Max Row size when adding columns ( Cannot create a row of size .... which is greater than the allowable maximum of 8060 )
  •  
    programming4us programming4us