<?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: Using Bulk Load component in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326640#M514</link>
    <description>Receiving the following error after running job. 
  &lt;BR /&gt;Jan 08, 2015 4:46:58 PM org.apache.commons.httpclient.HttpMethodBase getResponseBody 
  &lt;BR /&gt;WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. 
  &lt;BR /&gt;Exception in component tMDMBulkLoad_1 
  &lt;BR /&gt;java.io.IOException: An exception occurred while processing last record. 
  &lt;BR /&gt; at org.talend.mdm.bulkload.client.InputStreamMerger.throwLastFailure(InputStreamMerger.java:191) 
  &lt;BR /&gt; at org.talend.mdm.bulkload.client.InputStreamMerger.close(InputStreamMerger.java:262) 
  &lt;BR /&gt; at mdmsolution.locationload_0_1.LocationLoad.tWriteXMLField_1_InProcess(LocationLoad.java:1385) 
  &lt;BR /&gt; at mdmsolution.locationload_0_1.LocationLoad$1ThreadXMLField_tWriteXMLField_1_Out.run(LocationLoad.java:641) 
  &lt;BR /&gt;Caused by: org.talend.mdm.bulkload.client.BulkloadException: An exception happened during bulk load on MDM server. javax.servlet.ServletException: javax.servlet.ServletExcept
 &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/0683p000009MdEF"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdEF"&gt;OriginalPost.pdf&lt;/A&gt;</description>
    <pubDate>Thu, 08 Jan 2015 22:48:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-01-08T22:48:32Z</dc:date>
    <item>
      <title>Using Bulk Load component</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326632#M506</link>
      <description>Hello, 
&lt;BR /&gt;I'm experiencing some issues with loading data into my MDM entity.&amp;nbsp; 
&lt;BR /&gt;Steps completed: 
&lt;BR /&gt;Created DataModel called Location 
&lt;BR /&gt;Created DataContainer called Location 
&lt;BR /&gt;Created Role called DataOwner with Admin Permissions and assigned Roles to Entity Location 
&lt;BR /&gt;Deployed All to Server. 
&lt;BR /&gt;Created Job to Load Data into Entity and receiving the following error 
&lt;BR /&gt;I'm also not able to see the entity on the Master Data Browser page.**** 
&lt;BR /&gt;Exception in component tMDMBulkLoad_1 
&lt;BR /&gt;java.io.IOException: An exception occurred while processing last record. 
&lt;BR /&gt; at org.talend.mdm.bulkload.client.InputStreamMerger.throwLastFailure(InputStreamMerger.java:191) 
&lt;BR /&gt; at org.talend.mdm.bulkload.client.InputStreamMerger.close(InputStreamMerger.java:262) 
&lt;BR /&gt; at mdmsolution.locationload_0_1.LocationLoad.tWriteXMLField_1_InProcess(LocationLoad.java:1385) 
&lt;BR /&gt; at mdmsolution.locationload_0_1.LocationLoad$1ThreadXMLField_tWriteXMLField_1_Out.run(LocationLoad.java:641) 
&lt;BR /&gt;Caused by: org.talend.mdm.bulkload.client.BulkloadException: An exception happened during bulk load on MDM server. 
&lt;BR /&gt;javax.servlet.ServletException: javax.servlet.ServletException: java.lang.IllegalArgumentException: Type 'Location' does not exist in data model 'Location'. 
&lt;BR /&gt; at com.amalto.core.servlet.TransactionFilter.doFilter(TransactionFilter.java:41) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at com.amalto.core.servlet.ErrorFilter.doFilter(ErrorFilter.java:33) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 
&lt;BR /&gt; at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 
&lt;BR /&gt; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) 
&lt;BR /&gt; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) 
&lt;BR /&gt; at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) 
&lt;BR /&gt; at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524) 
&lt;BR /&gt; at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) 
&lt;BR /&gt; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) 
&lt;BR /&gt; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) 
&lt;BR /&gt; at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) 
&lt;BR /&gt; at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:393) 
&lt;BR /&gt; at org.apache.catalina.authenticator.MDMSingleSignOn.invoke(MDMSingleSignOn.java:66) 
&lt;BR /&gt; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) 
&lt;BR /&gt; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262) 
&lt;BR /&gt; at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) 
&lt;BR /&gt; at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) 
&lt;BR /&gt; at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446) 
&lt;BR /&gt; at java.lang.Thread.run(Thread.java:745) 
&lt;BR /&gt;Caused by: javax.servlet.ServletException: java.lang.IllegalArgumentException: Type 'Location' does not exist in data model 'Location'. 
&lt;BR /&gt; at com.amalto.core.servlet.LoadServlet.doPut(LoadServlet.java:111) 
&lt;BR /&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:713) 
&lt;BR /&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 
&lt;BR /&gt; at com.amalto.core.servlet.TransactionFilter.doFilter(TransactionFilter.java:38) 
&lt;BR /&gt; ... 24 more 
&lt;BR /&gt;Caused by: java.lang.IllegalArgumentException: Type 'Location' does not exist in data model 'Location'. 
&lt;BR /&gt; at com.amalto.core.servlet.LoadServlet.getTypeKey(LoadServlet.java:175) 
&lt;BR /&gt; at com.amalto.core.servlet.LoadServlet.doPut(LoadServlet.java:108) 
&lt;BR /&gt; ... 29 more 
&lt;BR /&gt; at org.talend.mdm.bulkload.client.BulkloadClientUtil.bulkload(BulkloadClientUtil.java:77) 
&lt;BR /&gt; at org.talend.mdm.bulkload.client.BulkloadClientUtil$AsyncLoadRunnable.run(BulkloadClientUtil.java:167) 
&lt;BR /&gt; at java.lang.Thread.run(Unknown Source) 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCKE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156227i04A6978A8BA9E917/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCKE.png" alt="0683p000009MCKE.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCKJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138255iE95CF3553CF34DDB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCKJ.png" alt="0683p000009MCKJ.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 07 Jan 2015 17:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326632#M506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-07T17:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bulk Load component</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326633#M507</link>
      <description>Donovan,
&lt;BR /&gt;Could you add a screenshot of your Data Model definition?</description>
      <pubDate>Wed, 07 Jan 2015 19:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326633#M507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-07T19:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bulk Load component</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326634#M508</link>
      <description>Here you go. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCAH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136944iFE75E17DF94E9525/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCAH.png" alt="0683p000009MCAH.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Thank you</description>
      <pubDate>Wed, 07 Jan 2015 19:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326634#M508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-07T19:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bulk Load component</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326635#M509</link>
      <description>Things to add.&lt;BR /&gt;Also created Views for entity and its still not showing up in the web interface.</description>
      <pubDate>Thu, 08 Jan 2015 15:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326635#M509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-08T15:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bulk Load component</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326636#M510</link>
      <description>I created two elements: one has an "e" symbol with a complex type that I assigned. I'm unable to seed this in the data container view drop down. 
&lt;BR /&gt;The next element I created was a "anonymous type" this was the default when creating an element. This shows up in the drop down under the data container. See image two.&amp;nbsp; 
&lt;BR /&gt;What is the anonymous type for? I want to type the element a complex type I created. 
&lt;BR /&gt;Also, still unable to see entity in MDM GUI interface. I loaded the Product Families demo correctly and the entity that I deployed shows up in the "Master Data Browser" 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCKO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153077i30A3D01994A9A586/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCKO.png" alt="0683p000009MCKO.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCFe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139497iD135F4928E7488A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCFe.png" alt="0683p000009MCFe.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 08 Jan 2015 19:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326636#M510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-08T19:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bulk Load component</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326637#M511</link>
      <description>Some things to check within the WebUI is if the rightmost panel, the container and model selector are both set to location.&amp;nbsp; Also, from within the studio the Role has to have been granted read or even read/write permissions by double clicking the role and using the pulldowns and and other controls. 
&lt;BR /&gt;Also in 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/219091/blob_20150108-2006.png"&gt;219091/blob_20150108-2006.png&lt;/A&gt; the little blue "e" at the beginning of the entity doesn't look right, but the icon for locations2 and locations3 looks correct.&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;I believe an anonymous type is one that doesn't come from, nor inherit the properties of your menu of predefined, or user-defined types as listed in the right panel.</description>
      <pubDate>Thu, 08 Jan 2015 19:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326637#M511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-08T19:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bulk Load component</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326638#M512</link>
      <description>Both are selected see image 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MC7O.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143418i80A7032235FB9B3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MC7O.png" alt="0683p000009MC7O.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;What object type do I select for Admin role permissions? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCKY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134634i4D374F7B4C4ABB78/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCKY.png" alt="0683p000009MCKY.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 08 Jan 2015 20:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326638#M512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-08T20:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bulk Load component</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326639#M513</link>
      <description>Found issue: Need to Add Key to main element. This will remove "e" label and turned into a document.
&lt;BR /&gt;Now onto the Bulk component issue....</description>
      <pubDate>Thu, 08 Jan 2015 22:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326639#M513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-08T22:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bulk Load component</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326640#M514</link>
      <description>Receiving the following error after running job. 
  &lt;BR /&gt;Jan 08, 2015 4:46:58 PM org.apache.commons.httpclient.HttpMethodBase getResponseBody 
  &lt;BR /&gt;WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. 
  &lt;BR /&gt;Exception in component tMDMBulkLoad_1 
  &lt;BR /&gt;java.io.IOException: An exception occurred while processing last record. 
  &lt;BR /&gt; at org.talend.mdm.bulkload.client.InputStreamMerger.throwLastFailure(InputStreamMerger.java:191) 
  &lt;BR /&gt; at org.talend.mdm.bulkload.client.InputStreamMerger.close(InputStreamMerger.java:262) 
  &lt;BR /&gt; at mdmsolution.locationload_0_1.LocationLoad.tWriteXMLField_1_InProcess(LocationLoad.java:1385) 
  &lt;BR /&gt; at mdmsolution.locationload_0_1.LocationLoad$1ThreadXMLField_tWriteXMLField_1_Out.run(LocationLoad.java:641) 
  &lt;BR /&gt;Caused by: org.talend.mdm.bulkload.client.BulkloadException: An exception happened during bulk load on MDM server. javax.servlet.ServletException: javax.servlet.ServletExcept
 &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/0683p000009MdEF"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdEF"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Thu, 08 Jan 2015 22:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326640#M514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-08T22:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bulk Load component</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326641#M515</link>
      <description>A little further: I'm able to remove the validation check and bulk load will work, however, when I turn validation on it throws the following stack trace. 
&lt;BR /&gt;Exception in component tMDMBulkLoad_1 
&lt;BR /&gt;java.io.IOException: An exception occurred while processing last record. 
&lt;BR /&gt; at org.talend.mdm.bulkload.client.InputStreamMerger.throwLastFailure(InputStreamMerger.java:191) 
&lt;BR /&gt; at org.talend.mdm.bulkload.client.InputStreamMerger.close(InputStreamMerger.java:262) 
&lt;BR /&gt; at mdmsolution.locationload_0_1.LocationLoad.tWriteXMLField_1_InProcess(LocationLoad.java:1329) 
&lt;BR /&gt; at mdmsolution.locationload_0_1.LocationLoad$1ThreadXMLField_tWriteXMLField_1_Out.run(LocationLoad.java:613) 
&lt;BR /&gt;Caused by: org.talend.mdm.bulkload.client.BulkloadException: An exception happened during bulk load on MDM server. 
&lt;BR /&gt;javax.servlet.ServletException: javax.servlet.ServletException: java.lang.RuntimeException: java.lang.RuntimeException: com.amalto.core.save.SaveException: Exception occurred during save:&amp;nbsp; 
&lt;BR /&gt; at com.amalto.core.servlet.TransactionFilter.doFilter(TransactionFilter.java:41) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 
&lt;BR /&gt; at com.amalto.core.servlet.ErrorFilter.doFilter(ErrorFilter.java:33) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 
&lt;BR /&gt; at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 
&lt;BR /&gt; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) 
&lt;BR /&gt; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) 
&lt;BR /&gt; at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) 
&lt;BR /&gt; at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524) 
&lt;BR /&gt; at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) 
&lt;BR /&gt; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) 
&lt;BR /&gt; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) 
&lt;BR /&gt; at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) 
&lt;BR /&gt; at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:393) 
&lt;BR /&gt; at org.apache.catalina.authenticator.MDMSingleSignOn.invoke(MDMSingleSignOn.java:66) 
&lt;BR /&gt; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) 
&lt;BR /&gt; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262) 
&lt;BR /&gt; at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) 
&lt;BR /&gt; at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) 
&lt;BR /&gt; at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446) 
&lt;BR /&gt; at java.lang.Thread.run(Thread.java:745) 
&lt;BR /&gt;Caused by: javax.servlet.ServletException: java.lang.RuntimeException: java.lang.RuntimeException: com.amalto.core.save.SaveException: Exception occurred during save:&amp;nbsp; 
&lt;BR /&gt; at com.amalto.core.servlet.LoadServlet.doPut(LoadServlet.java:129) 
&lt;BR /&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:713) 
&lt;BR /&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 
&lt;BR /&gt; at com.amalto.core.servlet.TransactionFilter.doFilter(TransactionFilter.java:38) 
&lt;BR /&gt; ... 24 more 
&lt;BR /&gt;Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.amalto.core.save.SaveException: Exception occurred during save:&amp;nbsp; 
&lt;BR /&gt; at com.amalto.core.save.context.BulkLoadSaver.save(BulkLoadSaver.java:43) 
&lt;BR /&gt; at com.amalto.core.servlet.LoadServlet.doPut(LoadServlet.java:119) 
&lt;BR /&gt; ... 29 more 
&lt;BR /&gt;Caused by: java.lang.RuntimeException: com.amalto.core.save.SaveException: Exception occurred during save:&amp;nbsp; 
&lt;BR /&gt; at com.amalto.core.load.action.DefaultLoadAction.load(DefaultLoadAction.java:81) 
&lt;BR /&gt; at com.amalto.core.save.context.BulkLoadSaver.save(BulkLoadSaver.java:41) 
&lt;BR /&gt; ... 30 more 
&lt;BR /&gt;Caused by: com.amalto.core.save.SaveException: Exception occurred during save:&amp;nbsp; 
&lt;BR /&gt; at com.amalto.core.save.context.Init.save(Init.java:66) 
&lt;BR /&gt; at com.amalto.core.load.action.DefaultLoadAction.load(DefaultLoadAction.java:72) 
&lt;BR /&gt; ... 31 more 
&lt;BR /&gt;Caused by: com.amalto.core.util.ValidateException: :-1:-1: cvc-type.2: The type definition cannot be abstract for element Location. 
&lt;BR /&gt; at com.amalto.core.schema.validation.XmlSchemaValidator.validate(XmlSchemaValidator.java:61) 
&lt;BR /&gt; at com.amalto.core.save.context.Validation.save(Validation.java:57) 
&lt;BR /&gt; at com.amalto.core.save.context.ApplyActions.save(ApplyActions.java:47) 
&lt;BR /&gt; at com.amalto.core.save.context.Security.save(Security.java:102) 
&lt;BR /&gt; at com.amalto.core.save.context.GenerateActions.save(GenerateActions.java:144) 
&lt;BR /&gt; at com.amalto.core.save.context.ID.save(ID.java:113) 
&lt;BR /&gt; at com.amalto.core.save.context.Init.save(Init.java:56) 
&lt;BR /&gt; ... 32 more 
&lt;BR /&gt; at org.talend.mdm.bulkload.client.BulkloadClientUtil.bulkload(BulkloadClientUtil.java:77) 
&lt;BR /&gt; at org.talend.mdm.bulkload.client.BulkloadClientUtil$AsyncLoadRunnable.run(BulkloadClientUtil.java:167) 
&lt;BR /&gt; at java.lang.Thread.run(Unknown Source) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job LocationLoad ended at 10:12 09/01/2015.</description>
      <pubDate>Fri, 09 Jan 2015 16:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326641#M515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-09T16:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bulk Load component</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326642#M516</link>
      <description>Hi,&lt;BR /&gt;loading of data into exasol has been very slow of the order of 2rows/sec. any idea how to improve data loading capacity ?</description>
      <pubDate>Tue, 04 Aug 2015 10:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326642#M516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-04T10:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bulk Load component</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326643#M517</link>
      <description>Hi &lt;A href="https://www.talendforge.org/forum/profile.php?id=301539" target="_blank" rel="nofollow noopener noreferrer"&gt;raviteja440&lt;/A&gt;,&lt;BR /&gt;Could you please show us the screenshots of your current job design?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 04 Aug 2015 11:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326643#M517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-04T11:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bulk Load component</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326644#M518</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Thanks for your reply. I am extracting SAP table data directly and loading into Exasol database no other transfomations. Initially my data speed was 2rows/sec. Later i used commit control option and set it to '10000' rows. Now the speed is hiking to 70 rows/sec at max. I couldn't find any other way. 
&lt;BR /&gt;Plz help. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCKd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151462iE63FF5FE8C9113C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCKd.png" alt="0683p000009MCKd.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 06 Aug 2015 06:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326644#M518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-06T06:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using Bulk Load component</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326645#M519</link>
      <description>Hi,&lt;BR /&gt;Anyone Could you please help with the issue?</description>
      <pubDate>Fri, 14 Aug 2015 08:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Using-Bulk-Load-component/m-p/2326645#M519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-14T08:42:23Z</dc:date>
    </item>
  </channel>
</rss>

