<?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: tMongoDBBulkLoad issue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMongoDBBulkLoad-issue/m-p/2232586#M22505</link>
    <description>Hi 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;java.io.IOException: Cannot run program "/bin/mongoimport": CreateProcess error=2, The system cannot find the file specified&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It can't find the program mongoimport in the bin folder, this is because there is no a folder called bin in the &amp;lt;mongoDB install dir&amp;gt;, to solve this issue, create a bin folder in &amp;lt;mongoDB install dir&amp;gt;, and then copy the program mongoimport.exe from &amp;lt;mongoDB install dir&amp;gt; and paste it to the bin folder. 
&lt;BR /&gt;Shong</description>
    <pubDate>Thu, 23 Jan 2014 02:17:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-23T02:17:13Z</dc:date>
    <item>
      <title>tMongoDBBulkLoad issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMongoDBBulkLoad-issue/m-p/2232584#M22503</link>
      <description>Environment: 
&lt;BR /&gt;------------------ 
&lt;BR /&gt;Talend Open Studio for Big Data 
&lt;BR /&gt;Version: 5.4.0 
&lt;BR /&gt;Build id: r110020-20131025-0636 
&lt;BR /&gt;OS: windows 7 Enterprise 
&lt;BR /&gt;Issue: 
&lt;BR /&gt;--------------- 
&lt;BR /&gt;when using component tMongoDBBulkLoad, I got following error 
&lt;BR /&gt;---------------- 
&lt;BR /&gt;Exception in component tMongoDBBulkLoad_1 
&lt;BR /&gt;java.io.IOException: Cannot run program "/bin/mongoimport": CreateProcess error=2, The system cannot find the file specified 
&lt;BR /&gt; at java.lang.ProcessBuilder.start(Unknown Source) 
&lt;BR /&gt; at java.lang.Runtime.exec(Unknown Source) 
&lt;BR /&gt; at java.lang.Runtime.exec(Unknown Source) 
&lt;BR /&gt; at java.lang.Runtime.exec(Unknown Source) 
&lt;BR /&gt; at bd_demo.mongodbcrud_0_1.MongoDBCRUD.tMongoDBBulkLoad_1Process(MongoDBCRUD.java:1821) 
&lt;BR /&gt; at bd_demo.mongodbcrud_0_1.MongoDBCRUD.tFileInputDelimited_1Process(MongoDBCRUD.java:1744) 
&lt;BR /&gt; at bd_demo.mongodbcrud_0_1.MongoDBCRUD.runJobInTOS(MongoDBCRUD.java:2074) 
&lt;BR /&gt; at bd_demo.mongodbcrud_0_1.MongoDBCRUD.main(MongoDBCRUD.java:1939) 
&lt;BR /&gt;Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified 
&lt;BR /&gt; at java.lang.ProcessImpl.create(Native Method) 
&lt;BR /&gt; at java.lang.ProcessImpl.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at java.lang.ProcessImpl.start(Unknown Source) 
&lt;BR /&gt; ... 8 more 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;---------------- 
&lt;BR /&gt;While it is ok for me to manuall run the following command as below on the same machine. 
&lt;BR /&gt;mongoimort -h xxx.xxx.xxx.xxx -d events -c ium_400_events c:/test/tes.csv --type csv --headerline 
&lt;BR /&gt;BTW, the path environment is also added. 
&lt;BR /&gt;Also attached two img on the configuration and manual command. 
&lt;BR /&gt;BTW, as checked in code, find it is specified in code with /bin/mongoimport, is there anyway to specify the location of this mongoimport in Talend?</description>
      <pubDate>Sat, 16 Nov 2024 11:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMongoDBBulkLoad-issue/m-p/2232584#M22503</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T11:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: tMongoDBBulkLoad issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMongoDBBulkLoad-issue/m-p/2232585#M22504</link>
      <description>Could anyone help on this?</description>
      <pubDate>Fri, 17 Jan 2014 11:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMongoDBBulkLoad-issue/m-p/2232585#M22504</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-01-17T11:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: tMongoDBBulkLoad issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMongoDBBulkLoad-issue/m-p/2232586#M22505</link>
      <description>Hi 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;java.io.IOException: Cannot run program "/bin/mongoimport": CreateProcess error=2, The system cannot find the file specified&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It can't find the program mongoimport in the bin folder, this is because there is no a folder called bin in the &amp;lt;mongoDB install dir&amp;gt;, to solve this issue, create a bin folder in &amp;lt;mongoDB install dir&amp;gt;, and then copy the program mongoimport.exe from &amp;lt;mongoDB install dir&amp;gt; and paste it to the bin folder. 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 23 Jan 2014 02:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMongoDBBulkLoad-issue/m-p/2232586#M22505</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-23T02:17:13Z</dc:date>
    </item>
  </channel>
</rss>

