<?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: How to do the bulk insert operation with vectorwise db? Thanks. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291144#M64355</link>
    <description>Hi
&lt;BR /&gt;It should work with tIngresOutputBulkExec.
&lt;BR /&gt;I found a topic about E_US15B9 MODIFY issue. 
&lt;A href="http://community.actian.com/forum/36357-post10.html" rel="nofollow noopener noreferrer"&gt;http://community.actian.com/forum/36357-post10.html&lt;/A&gt;
&lt;BR /&gt;Hope this will help you.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
    <pubDate>Wed, 23 May 2012 07:07:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-23T07:07:17Z</dc:date>
    <item>
      <title>How to do the bulk insert operation with vectorwise db? Thanks.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291137#M64348</link>
      <description>Hi All, 
&lt;BR /&gt; 
&lt;BR /&gt;Now, I need to do the bulk insert (load) data into to vectorwise db, I tried to use the Ingres drive and its bulk components, but failed, any experts can help me? Please help, thanks. 
&lt;BR /&gt;Talend version: 5.0.2 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Peter. 
&lt;BR /&gt; 
&lt;BR /&gt;============Below is the information: 
&lt;BR /&gt;Starting job BULKPOCEXEC at 11:06 23/05/2012. 
&lt;BR /&gt; connecting to socket on port 3495 
&lt;BR /&gt; connected 
&lt;BR /&gt;C:\Talend\TOS_DI-Win32-r78327-V5.0.2&amp;gt;set II_TM_ON_ERROR=NOCONTINUE 
&lt;BR /&gt;C:\Talend\TOS_DI-Win32-r78327-V5.0.2&amp;gt;set II_TM_SWITCH=true 
&lt;BR /&gt;C:\Talend\TOS_DI-Win32-r78327-V5.0.2&amp;gt;sql xxx::xxxx0&amp;lt;C:\DOCUME~1\xxx\LOCALS~1\Temp\ingres_sql_20120523110631.sql 
&lt;BR /&gt;INGRES TERMINAL MONITOR Copyright 2010 Ingres Corporation 
&lt;BR /&gt;Ingres Microsoft Windows Version II 10.0.0 (int.w32/132) login 
&lt;BR /&gt;Wed May 23 11:06:33 2012 
&lt;BR /&gt;Enter \g to execute commands, "help help\g" for help, \q to quit 
&lt;BR /&gt;continue 
&lt;BR /&gt;* * * go 
&lt;BR /&gt;* * * 
&lt;BR /&gt;SET AUTOCOMMIT OFF 
&lt;BR /&gt;Executing . . . 
&lt;BR /&gt;continue 
&lt;BR /&gt;* * * 
&lt;BR /&gt;SET NOJOURNALING 
&lt;BR /&gt;Executing . . . 
&lt;BR /&gt;continue 
&lt;BR /&gt;* * * 
&lt;BR /&gt;SET SESSION AUTHORIZATION CURRENT_USER 
&lt;BR /&gt;Executing . . . 
&lt;BR /&gt;continue 
&lt;BR /&gt;* * * * * * * * * * * * * * * * * * * * * * * 
&lt;BR /&gt;MODIFY xxx TO TRUNCATED; 
&lt;BR /&gt;COPY TABLE "xxxx" ( 
&lt;BR /&gt;xxx=char(0)comma WITH NULL ('') , 
&lt;BR /&gt;... 
&lt;BR /&gt;xxx=char(0)nl) 
&lt;BR /&gt;FROM 
&lt;BR /&gt;'C:/Talend/TOS_DI-Win32-r78327-V5.0.2/workspace/xxx.csv' 
&lt;BR /&gt;WITH 
&lt;BR /&gt; ROLLBACK=ENABLED, 
&lt;BR /&gt; ON_ERROR=TERMINATE, 
&lt;BR /&gt; ERROR_COUNT=1; 
&lt;BR /&gt;COMMIT 
&lt;BR /&gt;Executing . . . 
&lt;BR /&gt;E_US15B9 MODIFY: 'xxx' is a VectorWise table. 
&lt;BR /&gt; Statement is unsupported. 
&lt;BR /&gt; (Wed May 23 11:06:33 2012) 
&lt;BR /&gt;continue 
&lt;BR /&gt;* * * 
&lt;BR /&gt;ROLLBACK 
&lt;BR /&gt;Executing . . . 
&lt;BR /&gt;continue 
&lt;BR /&gt;* * 
&lt;BR /&gt;Ingres Version II 10.0.0 (int.w32/132) logout 
&lt;BR /&gt;Wed May 23 11:06:33 2012 
&lt;BR /&gt;1859 milliseconds 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job BULKPOCEXEC ended at 11:06 23/05/2012.</description>
      <pubDate>Wed, 23 May 2012 03:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291137#M64348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-23T03:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the bulk insert operation with vectorwise db? Thanks.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291138#M64349</link>
      <description>Hi Peter
&lt;BR /&gt;tIngresOutputBulkExec: Writes data to an output file and efficiently loads it to database using Ingres COPY TABLE command.
&lt;BR /&gt;Please show us the error log.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 23 May 2012 04:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291138#M64349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-23T04:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the bulk insert operation with vectorwise db? Thanks.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291139#M64350</link>
      <description>E_US15B9 MODIFY: 'xxx' is a VectorWise table.
&lt;BR /&gt; Statement is unsupported.
&lt;BR /&gt; (Wed May 23 11:06:33 2012)
&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 23 May 2012 05:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291139#M64350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-23T05:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the bulk insert operation with vectorwise db? Thanks.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291140#M64351</link>
      <description>Hi&lt;BR /&gt;This error shows that 's_csn_ps_nc_comm_cmpv_vw_bulkpoc' is a VectorWise table which is different from the standard structure of Ingres.&lt;BR /&gt;Two choices: &lt;BR /&gt;No. 1: Change this table into Ingres.&lt;BR /&gt;No. 2: Use tVectorWiseOutput instead.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 23 May 2012 06:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291140#M64351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-23T06:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the bulk insert operation with vectorwise db? Thanks.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291141#M64352</link>
      <description>Hi Pedro,&lt;BR /&gt;For the two choices: &lt;BR /&gt;No. 1: Change this table into Ingres.&lt;BR /&gt;No. 2: Use tVectorWiseOutput instead.&lt;BR /&gt;&lt;BR /&gt;No.2 is not bulk operation, so will be slow. And for No.1, change this table into Ingres, do u mean let me use the Ingres db and not the vectorwise db?&lt;BR /&gt;So, does talend support the bulk operation for vectorwise db? And vectorwise support said, could use the Ingres, so sorry, it confuses me.&lt;BR /&gt;Thanks.&lt;BR /&gt;Regards,&lt;BR /&gt;Peter.</description>
      <pubDate>Wed, 23 May 2012 06:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291141#M64352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-23T06:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the bulk insert operation with vectorwise db? Thanks.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291142#M64353</link>
      <description>Hi Peter&lt;BR /&gt;This is an error related to the differences between Vectorwise and Ingres.&lt;BR /&gt;You might find solution from Vectorwise support.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 23 May 2012 06:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291142#M64353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-23T06:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the bulk insert operation with vectorwise db? Thanks.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291143#M64354</link>
      <description>Hi Pedro,&lt;BR /&gt;Ok.&lt;BR /&gt;So, back to my question, hope get confirmation from talend.&lt;BR /&gt;Does Talend support the bulk operation for vectorwise? Thanks.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Peter.</description>
      <pubDate>Wed, 23 May 2012 06:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291143#M64354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-23T06:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the bulk insert operation with vectorwise db? Thanks.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291144#M64355</link>
      <description>Hi
&lt;BR /&gt;It should work with tIngresOutputBulkExec.
&lt;BR /&gt;I found a topic about E_US15B9 MODIFY issue. 
&lt;A href="http://community.actian.com/forum/36357-post10.html" rel="nofollow noopener noreferrer"&gt;http://community.actian.com/forum/36357-post10.html&lt;/A&gt;
&lt;BR /&gt;Hope this will help you.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 23 May 2012 07:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291144#M64355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-23T07:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to do the bulk insert operation with vectorwise db? Thanks.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291145#M64356</link>
      <description>Hi Pedro,&lt;BR /&gt;Appreciate your help, thanks.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Peter.</description>
      <pubDate>Wed, 23 May 2012 07:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-do-the-bulk-insert-operation-with-vectorwise-db-Thanks/m-p/2291145#M64356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-23T07:24:08Z</dc:date>
    </item>
  </channel>
</rss>

