Hello,
I am getting an error when attempting to run SAP_PI_ImportChannels. I have completed the pre-requisites and I am able to select that SAP system where the channels are located. Just wondering if anyone has seen this before I reach out to support. When I submit the import job I get the following error.
java.io.IOException: The markup in the document following the root element must be well-formed.
org.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed.
java.io.IOException: The markup in the document following the root element must be well-formed.
at com.redwood.scheduler.connector.sap.pi.channelmgr.PIChannelOperations.getChannels(PIChannelOperations.java:158)
at com.redwood.scheduler.connector.sap.pi.channelmgr.PIChannelOperations.getChannels(PIChannelOperations.java:51)
at com.redwood.scheduler.connector.sap.pi.service.jobs.ImportChannels.execute(ImportChannels.java:105)
at com.redwood.scheduler.connector.sap.pi.service.PIJobWorker.doWork(PIJobWorker.java:107)
at com.redwood.scheduler.infrastructure.workqueue.Worker.run(Worker.java:76)
at java.lang.Thread.run(Thread.java:743)
Caused by: org.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed.
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:246)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:160)
at com.redwood.scheduler.connector.sap.pi.channelmgr.PIChannelOperations.getChannels(PIChannelOperations.java:149)
... 5 more
Thanks,
Brian