How do I find a project area that contains an element type with a syntax issue?
How do I identify a RTC project area that contains an element type with problem in the XML syntax?
.
One of my colleagues has an issue with an element recordTime defined in the process template xml with no matching end-tag.
The project area with this element needs to be identified and corrected
Does anyone know how to find the associated RTC project area with the issue?
We believe this is causing their SCM ETL jobs to fail.
Here is the info from the ccm-etl.log:
2014-10-13 00:07:00,942 [ccm2: AsynchronousTaskRunner-0 @@ 20:49] ERROR
ouse.service.scm.internal.ScmRemoteSnapshotService - com.ibm.rational.
etl.common.exception.ETLException: org.xml.sax.SAXParseException: The
element type "recordTime" must be terminated by the matching end-tag
"</recordTime>".
java.sql.SQLException: com.ibm.rational.etl.common.exception.
ETLException: org.xml.sax.SAXParseException: The element type
"recordTime" must be terminated by the matching end-tag "</recordTime>".
at com.ibm.rational.drivers.jdbc.xml.BaseRDSResultSet.
fetchMoreData(BaseRDSResultSet.java:2101)
...
They currently are running
CLM 4.0.3
Websphere 7
RHEL 6
Oracle 11g R2.
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
I would think there is something else going on, e.g. incomplete data transaction during the ETL job. Please contact Support for further investigation.