Agree with comment above, can you post the CRON entry as well?
Perhaps there are more errors there that we could help you with.
Kerem ERSOY
Hi,
Status 127 means there's a path not found error condition in your script. When executing cron scripts you need to add full path to commands because cron Environment is not the same as your ilogon environment.
Here's a list of exit status codes for cron scripts:
Perhaps there are more errors there that we could help you with.