Skip to Content
0
Former Member
Feb 23, 2009 at 04:48 PM

Exception in get_Monitor_Log/get_Error_Log after Data Services Batch error

18 Views

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?