<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [resolved] SAXParseException when uploading DSC Tasks in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-SAXParseException-when-uploading-DSC-Tasks/m-p/2339580#M1849</link>
    <description>It seems the tStewardshipTaskOutput component is sending an invalid XML to the DSC. You could check if XML sent over http is correct by sniffing the traffic. I suggest you also to contact Support team to help you on that issue.</description>
    <pubDate>Thu, 11 Dec 2014 11:43:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-12-11T11:43:12Z</dc:date>
    <item>
      <title>[resolved] SAXParseException when uploading DSC Tasks</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-SAXParseException-when-uploading-DSC-Tasks/m-p/2339577#M1846</link>
      <description>Hi 
  &lt;BR /&gt;When I want to upload DSC tasks I get the following error: 
  &lt;BR /&gt; 
  &lt;PRE&gt;java.net.SocketTimeoutException: Read timed out&lt;BR /&gt;	at java.net.SocketInputStream.socketRead0(Native Method)&lt;BR /&gt;	at java.net.SocketInputStream.read(Unknown Source)&lt;BR /&gt;	at java.net.SocketInputStream.read(Unknown Source)&lt;BR /&gt;	at java.io.BufferedInputStream.fill(Unknown Source)&lt;BR /&gt;	at java.io.BufferedInputStream.read1(Unknown Source)&lt;BR /&gt;	at java.io.BufferedInputStream.read(Unknown Source)&lt;BR /&gt;	at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)&lt;BR /&gt;	at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)&lt;BR /&gt;	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)&lt;BR /&gt;	at java.net.HttpURLConnection.getResponseCode(Unknown Source)&lt;BR /&gt;	at org.talend.datastewardship.server.task.creation.TaskLoadClient.doLoad(TaskLoadClient.java:100)&lt;BR /&gt;	at helios.j004_dedup_create_person_tasks_dsc_0_1.j004_DEDUP_create_person_tasks_DSC.tFileInputDelimited_1Process(j004_DEDUP&lt;/PRE&gt;
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mcpd"&gt;here&lt;/A&gt;</description>
      <pubDate>Thu, 11 Dec 2014 10:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-SAXParseException-when-uploading-DSC-Tasks/m-p/2339577#M1846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-11T10:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] SAXParseException when uploading DSC Tasks</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-SAXParseException-when-uploading-DSC-Tasks/m-p/2339578#M1847</link>
      <description>Hi,&lt;BR /&gt;The lines:&lt;BR /&gt;&lt;PRE&gt;2014-12-11 11:30:52,047 ERROR  Failed to validate XML file through 'D:\app\talend\Talend-MDMServer-r118616-V5.5.1\jboss-4.2.2.GA\server\default\deploy\org.talend.datastewardship.war\WEB-INF\classes\org\talend\datastewardship\server\task\creation\inputTask.xsd&lt;BR /&gt;org.dom4j.DocumentException: Error on line 1 of document &amp;nbsp;: Content is not allowed in prolog. Nested exception: Content is not allowed in prolog.&lt;/PRE&gt;&lt;BR /&gt;... are rather strange. It looks like you send malformed DSC tasks to the DSC. Changing the database vendor should not be the cause of the error (issue occurs before store to database). Could you check the DSC task contents you're sending?</description>
      <pubDate>Thu, 11 Dec 2014 10:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-SAXParseException-when-uploading-DSC-Tasks/m-p/2339578#M1847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-11T10:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] SAXParseException when uploading DSC Tasks</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-SAXParseException-when-uploading-DSC-Tasks/m-p/2339579#M1848</link>
      <description>Hi&lt;BR /&gt;Here's an example of a DSC task which should be uploaded:&lt;BR /&gt;&lt;PRE&gt;.--------------------------------------.&lt;BR /&gt;|            #1. tLogRow_1             |&lt;BR /&gt;+------------------+-------------------+&lt;BR /&gt;| key              | value             |&lt;BR /&gt;+------------------+-------------------+&lt;BR /&gt;| Id               | 775231            |&lt;BR /&gt;| FIRST_NAME       | Erik              |&lt;BR /&gt;| LAST_NAME        | Verlaet           |&lt;BR /&gt;| FULL_NAME        | Erik Verlaet      |&lt;BR /&gt;| GENDER_CD        | Male              |&lt;BR /&gt;| LANGUAGE_CD      | nl                |&lt;BR /&gt;| WORK_STREET_NAME | Koekoekstraat     |&lt;BR /&gt;| WORK_HOUSE_NR    | 121               |&lt;BR /&gt;| WORK_STREET_CD   | 6601              |&lt;BR /&gt;| WORK_POSTAL_CD   | 2627              |&lt;BR /&gt;| WORK_CITY        | Schelle           |&lt;BR /&gt;| WORK_COUNTRY     | BE                |&lt;BR /&gt;| FAX              |                   |&lt;BR /&gt;| WORK_PHONE       |                   |&lt;BR /&gt;| EMAIL            | admin@bel-east.be |&lt;BR /&gt;| SOURCE_CD        | CP3               |&lt;BR /&gt;| matchingGroup    | Ud37              |&lt;BR /&gt;| score            | 0.0               |&lt;BR /&gt;| groupQuality     | 0.0               |&lt;BR /&gt;| staticTag        | DuplicatePerson   |&lt;BR /&gt;| weights          | 0                 |&lt;BR /&gt;| isTarget         | false             |&lt;BR /&gt;+------------------+-------------------+&lt;BR /&gt;.-------------------------------------------.&lt;BR /&gt;|               #2. tLogRow_1               |&lt;BR /&gt;+------------------+------------------------+&lt;BR /&gt;| key              | value                  |&lt;BR /&gt;+------------------+------------------------+&lt;BR /&gt;| Id               | 203131                 |&lt;BR /&gt;| FIRST_NAME       | Erik                   |&lt;BR /&gt;| LAST_NAME        | Verlaet                |&lt;BR /&gt;| FULL_NAME        | Erik Verlaet           |&lt;BR /&gt;| GENDER_CD        | Male                   |&lt;BR /&gt;| LANGUAGE_CD      | nl                     |&lt;BR /&gt;| WORK_STREET_NAME | Koekoekstraat          |&lt;BR /&gt;| WORK_HOUSE_NR    | 121A                   |&lt;BR /&gt;| WORK_STREET_CD   | 6601                   |&lt;BR /&gt;| WORK_POSTAL_CD   | 2627                   |&lt;BR /&gt;| WORK_CITY        | Schelle                |&lt;BR /&gt;| WORK_COUNTRY     | BE                     |&lt;BR /&gt;| FAX              |                        |&lt;BR /&gt;| WORK_PHONE       |                        |&lt;BR /&gt;| EMAIL            | erik.verlaet@skynet.be |&lt;BR /&gt;| SOURCE_CD        | CP3                    |&lt;BR /&gt;| matchingGroup    | Ud37                   |&lt;BR /&gt;| score            | 0.0                    |&lt;BR /&gt;| groupQuality     | 0.0                    |&lt;BR /&gt;| staticTag        | DuplicatePerson        |&lt;BR /&gt;| weights          | 0                      |&lt;BR /&gt;| isTarget         | false                  |&lt;BR /&gt;+------------------+------------------------+&lt;/PRE&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;Dries</description>
      <pubDate>Thu, 11 Dec 2014 11:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-SAXParseException-when-uploading-DSC-Tasks/m-p/2339579#M1848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-11T11:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] SAXParseException when uploading DSC Tasks</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-SAXParseException-when-uploading-DSC-Tasks/m-p/2339580#M1849</link>
      <description>It seems the tStewardshipTaskOutput component is sending an invalid XML to the DSC. You could check if XML sent over http is correct by sniffing the traffic. I suggest you also to contact Support team to help you on that issue.</description>
      <pubDate>Thu, 11 Dec 2014 11:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/resolved-SAXParseException-when-uploading-DSC-Tasks/m-p/2339580#M1849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-11T11:43:12Z</dc:date>
    </item>
  </channel>
</rss>

