On Mar 4, 2010, at 5:38 PM, [email protected] wrote: > Hello > > I created a rsl that does a file_stage_in of an executable. The Problem of > the executable is the file permission it is -rw-r--r-- and therefore it is > not executable (GRAM Job failed because the executable file permission do not > allow execution (error code 72)) the original file permission is 777. How can > I make it executable? > > thx pod > -- > Sicherer, schneller und einfacher. Die aktuellen Internet-Browser - > jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/atbrowser
Instead of using file_stage_in, just put the URL of the file in the executable attribute's value: &(executable = gsiftp://www.example.org/~me/exe) GRAM will check stdin and stdout for URLs and stage those if they aren't local files. Joe
