I have a Data Services Job that has an error (intentional to test getting logs). I submit and monitor the job through the Web Service SDK. When the job completes with error and I call either get_Monitor_Log or get_Error_Log, these methods raise an exception as follows:
org.xml.sax.SAXParseException: The reference to entity "ERROR_STEP" must end with the ';' delimiter.
I can see both logs on the DS server under Administrator/Batch.
Why can't I retrieve the error log?