I coded this program yesterday and it was actually working except for when run by CRON. Today, I ran the same script and it does not work. The script will run without any Tr
Try and not use setview.
You do not need it and you can use the full path of the view instead.
cleartool startview yourDynamicView
cd /view/yourDynamicView/vobs/yourVob
I have mentioned before the danger of using setview ("Python and ClearCase setview").
It creates a subprocess within your subprocess, which is not needed here.