<?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: Problems with tInfobrightOutput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problems-with-tInfobrightOutput/m-p/2284692#M58329</link>
    <description>Hi smt09, 
&lt;BR /&gt;I assume you're loading this data onto a local Infobright server. Is this accurate? 
&lt;BR /&gt;If you're running remotely, then you'll need to setup the pipe to accept connections. There are instructions in the README.txt file for the Infobright connector. 
&lt;BR /&gt;Let me know if this doesn't work -- jeff@infobright.com. 
&lt;BR /&gt;Jeff</description>
    <pubDate>Tue, 26 Apr 2011 17:03:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-04-26T17:03:58Z</dc:date>
    <item>
      <title>Problems with tInfobrightOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problems-with-tInfobrightOutput/m-p/2284691#M58328</link>
      <description>Hello all,i really need your help, i download the component tInfobrightOutput for TOS, and i try to upload data from a csv file to my table in MySql (of course using brighthouse as engine) and i have an error. 
&lt;BR /&gt; 
&lt;BR /&gt;table script: 
&lt;BR /&gt;DROP TABLE IF EXISTS `test1`.`customer`; 
&lt;BR /&gt;CREATE TABLE `test1`.`customer` ( 
&lt;BR /&gt; `id_c` int(11) DEFAULT NULL, 
&lt;BR /&gt; `name` varchar(20) COLLATE latin1_bin DEFAULT NULL, 
&lt;BR /&gt; `lname` varchar(20) COLLATE latin1_bin DEFAULT NULL, 
&lt;BR /&gt; `address` varchar(200) COLLATE latin1_bin DEFAULT NULL 
&lt;BR /&gt;) ENGINE=BRIGHTHOUSE DEFAULT CHARSET=latin1 COLLATE=latin1_bin; 
&lt;BR /&gt; 
&lt;BR /&gt;CSV file structure : 
&lt;BR /&gt;id_c;name;lname;address 
&lt;BR /&gt; 
&lt;BR /&gt;I'm using: 
&lt;BR /&gt;ICE 3.5.2.0 
&lt;BR /&gt;TOS 4.1.0 
&lt;BR /&gt;connector for talend : infobright-core-v3.4 
&lt;BR /&gt; 
&lt;BR /&gt;Error in TOS: 
&lt;BR /&gt; connecting to socket on port 3859 
&lt;BR /&gt; connected 
&lt;BR /&gt;Contents of columnList: &amp;lt;IMetadataColumn&amp;gt;: 
&lt;BR /&gt;original col name: id_c 
&lt;BR /&gt;column type: INT 
&lt;BR /&gt;Talend type: id_Integer 
&lt;BR /&gt;Mapped: INT 
&lt;BR /&gt;original col name: name 
&lt;BR /&gt;column type: VARCHAR 
&lt;BR /&gt;Talend type: id_String 
&lt;BR /&gt;Mapped: VARCHAR 
&lt;BR /&gt;original col name: lname 
&lt;BR /&gt;column type: VARCHAR 
&lt;BR /&gt;Talend type: id_String 
&lt;BR /&gt;Mapped: VARCHAR 
&lt;BR /&gt;original col name: address 
&lt;BR /&gt;column type: VARCHAR 
&lt;BR /&gt;Talend type: id_String 
&lt;BR /&gt;Mapped: VARCHAR 
&lt;BR /&gt;Contents of stmtStructure: &amp;lt;Column&amp;gt; 
&lt;BR /&gt;col name: id_c 
&lt;BR /&gt;data type: null 
&lt;BR /&gt;col name: name 
&lt;BR /&gt;data type: null 
&lt;BR /&gt;col name: lname 
&lt;BR /&gt;data type: null 
&lt;BR /&gt;col name: address 
&lt;BR /&gt;data type: null 
&lt;BR /&gt;Create SQL = CREATE TABLE `customer`(`id_c` INT(0) ,`name` VARCHAR(0) ,`lname` VARCHAR(0) ,`address` VARCHAR(0) 
&lt;BR /&gt;INFO: Tue Feb 15 15:46:52 CET 2011: Column: id_c INT(11) 
&lt;BR /&gt;INFO: Tue Feb 15 15:46:52 CET 2011: Column: name VARCHAR(20) 
&lt;BR /&gt;INFO: Tue Feb 15 15:46:52 CET 2011: Column: lname VARCHAR(20) 
&lt;BR /&gt;INFO: Tue Feb 15 15:46:52 CET 2011: Column: address VARCHAR(200) 
&lt;BR /&gt;DEBUG: Tue Feb 15 15:46:52 CET 2011: exec sql: set 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMBnAAO" target="_blank"&gt;@bh&lt;/A&gt;_dataformat='txt_variable'; 
&lt;BR /&gt;DEBUG: Tue Feb 15 15:46:52 CET 2011: exec sql: set 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMBnAAO" target="_blank"&gt;@bh&lt;/A&gt;_pipemode='server'; 
&lt;BR /&gt;DEBUG: Tue Feb 15 15:46:52 CET 2011: exec sql: set 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMBnAAO" target="_blank"&gt;@bh&lt;/A&gt;_timeout=30; 
&lt;BR /&gt;DEBUG: Tue Feb 15 15:46:52 CET 2011: ID#0 starting TXT_VARIABLE load thread via named pipe bhnamedpipe_15_46_52_776-0 
&lt;BR /&gt;DEBUG: Tue Feb 15 15:46:52 CET 2011: ID#0 executing sql: load data infile '\\\\.\\pipe\\bhnamedpipe_15_46_52_776-0' into table customer fields terminated by ',' optionally enclosed by '"' escaped by '\\' lines terminated by ' 
&lt;BR /&gt;'; 
&lt;BR /&gt;DEBUG: Tue Feb 15 15:46:53 CET 2011: SQL load started in 239 ms 
&lt;BR /&gt;DEBUG: Tue Feb 15 15:46:53 CET 2011: creating named pipe client "bhnamedpipe_15_46_52_776-0" 
&lt;BR /&gt;Exception in component tInfobrightOutput_1 
&lt;BR /&gt;java.io.IOException: Could not open client pipe for writing: Accès refusé. 
&lt;BR /&gt;: Confirm that table engine=brighthouse!!! 
&lt;BR /&gt; at com.infobright.io.WindowsNamedPipe.clientCreate(Native Method) 
&lt;BR /&gt; at com.infobright.io.WindowsNamedPipe.&amp;lt;init&amp;gt;(WindowsNamedPipe.java:89) 
&lt;BR /&gt; at com.infobright.io.NamedPipeFactory$WindowsHelper.createClientPipe(NamedPipeFactory.java:91) 
&lt;BR /&gt; at com.infobright.io.NamedPipeFactory.createClient(NamedPipeFactory.java:120) 
&lt;BR /&gt; at com.infobright.io.NamedPipeOutputStream.&amp;lt;init&amp;gt;(NamedPipeOutputStream.java:66) 
&lt;BR /&gt; at com.infobright.io.WindowsPipeCallStrategy.afterExecuteCreate(WindowsPipeCallStrategy.java:81) 
&lt;BR /&gt; at com.infobright.io.InfobrightNamedPipeLoader.start(InfobrightNamedPipeLoader.java:465) 
&lt;BR /&gt; at test.toto_0_1.toto.tFileInputDelimited_1Process(toto.java:574) 
&lt;BR /&gt; at test.toto_0_1.toto.runJobInTOS(toto.java:1000) 
&lt;BR /&gt; at test.toto_0_1.toto.main(toto.java:871) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;DEBUG: Tue Feb 15 15:46:55 CET 2011: ID#0 SQL statement cancelled 
&lt;BR /&gt; 
&lt;BR /&gt;I load data from my csv file with infobright command line and it's work but i can not doing with Talend component. 
&lt;BR /&gt;Any help ? 
&lt;BR /&gt;tks a lot.</description>
      <pubDate>Sat, 16 Nov 2024 13:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problems-with-tInfobrightOutput/m-p/2284691#M58328</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with tInfobrightOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problems-with-tInfobrightOutput/m-p/2284692#M58329</link>
      <description>Hi smt09, 
&lt;BR /&gt;I assume you're loading this data onto a local Infobright server. Is this accurate? 
&lt;BR /&gt;If you're running remotely, then you'll need to setup the pipe to accept connections. There are instructions in the README.txt file for the Infobright connector. 
&lt;BR /&gt;Let me know if this doesn't work -- jeff@infobright.com. 
&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 26 Apr 2011 17:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problems-with-tInfobrightOutput/m-p/2284692#M58329</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-26T17:03:58Z</dc:date>
    </item>
  </channel>
</rss>

