Hi Yuriy,
Thanks for the report. That looks like a bug. I added it to bugzilla
for tracking: http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6203
-Stu
On Jul 1, 2008, at Jul 1, 11:28 PM, Yuriy wrote:
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