When submitting a new job with MyGrid you might get the following error:
Job could not be added
Error cause: There’s a syntax problem at the source: check line X near word ABC.
If the syntax of the JDF file, related to that job, is correct, it might be possible the error is given by a conflict between a reserved JDF word and a string you used inside the JDF script. For instance, if you label the job with the following:
job:
label: Store
you will get the above error because store is a reserved word.