ksh scripts failing with cannot execute error

Hi,

All the scripts placed in /home/bin had 755 permissions. Sometimes scripts are failing with cannot execute errors.

Let me describe a simple scenario.

MasterScript.sh had 755 permissions. It is success most of the times. But, sometimes failing with cannot execute error.

Really strange. Is there any way to trace out the issue and fix it?

Thanks is advance - Suren

Could you post the complete trace output (add set -xv after the shebang line) from one of the failed executions?