Hi, GRAM audit database is not updated when an RSL for the job contains fields with single quotes. Is it a bug in GRAM or am I missing something? For example the following script creates record in audit:
<job> <executable>/bin/echo</executable> <directory>/home/grid-bestgrid</directory> <argument>a</argument> <jobType>single</jobType> </job> And the following does not: <job> <executable>/bin/echo</executable> <directory>/home/grid-bestgrid</directory> <argument>'a'</argument> <jobType>single</jobType> </job> Both jobs execute successfully. We use globus from VDT 1.10. Regards, Yuriy
