<?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: unable to dump mysql database table using tsystem in talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246892#M32258</link>
    <description>here am trying this command from talend after build the job am calling in ubuntu server which my sql placed in it. 
&lt;BR /&gt; 
&lt;BR /&gt;again am getting the same issue 
&lt;BR /&gt;mysqldump: Couldn't find table: "&amp;gt;" 
&lt;BR /&gt;-- MySQL dump 10.13 Distrib 5.7.23, for Linux (x86_64) 
&lt;BR /&gt;-- 
&lt;BR /&gt;-- Host: 192.168.20.21 Database: kafnu 
&lt;BR /&gt;-- ------------------------------------------------------ 
&lt;BR /&gt;-- Server version 5.7.23-0ubuntu0.16.04.1 
&lt;BR /&gt; 
&lt;BR /&gt;/*!40101 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; 
&lt;BR /&gt;/*!40101 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; 
&lt;BR /&gt;/*!40101 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; 
&lt;BR /&gt;/*!40101 SET NAMES utf8 */; 
&lt;BR /&gt;/*!40103 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_TIME_ZONE=@@TIME_ZONE */; 
&lt;BR /&gt;/*!40103 SET TIME_ZONE='+00:00' */; 
&lt;BR /&gt;/*!40014 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; 
&lt;BR /&gt;/*!40014 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; 
&lt;BR /&gt;/*!40101 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; 
&lt;BR /&gt;/*!40111 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; 
&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Aug 2018 08:26:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-30T08:26:43Z</dc:date>
    <item>
      <title>unable to dump mysql database table using tsystem in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246887#M32253</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;am trying to dump mysql database tables using tsystem component in talend&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;main syntax&amp;nbsp; :-&lt;/P&gt; 
&lt;P&gt;"mysqldump -u user-p dbname tablename&amp;nbsp;&amp;gt; file.sql"&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;using this am getting error like mysqldump: Couldn't find table: "&amp;gt;"&lt;/P&gt; 
&lt;P&gt;after modified syntax : -&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;mysqldump -u user-p dbname tablename like this am getting dump completed successfully but file not found.if i given path and file it's showing error&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;how to resolve this ??? please suggest&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246887#M32253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: unable to dump mysql database table using tsystem in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246888#M32254</link>
      <description>&lt;BR /&gt;try with escape char something like
&lt;BR /&gt;%mysqldump -u user-p dbname tablename% &amp;gt; file.sql
&lt;BR /&gt;
&lt;BR /&gt;or
&lt;BR /&gt;
&lt;BR /&gt;call "mysqldump -u user-p dbname tablename" &amp;gt; file.sql</description>
      <pubDate>Wed, 29 Aug 2018 13:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246888#M32254</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-08-29T13:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: unable to dump mysql database table using tsystem in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246889#M32255</link>
      <description>This is a continuation of this thread: please stick to one?! 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D73p000004kUetCAE#M82280" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/unable-to-get-output-sql-file-from-db-source/m-p/131882#M82280&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;However if you specify a path, in Java you need to double the slash... like C:\\folder\\out.sql 
&lt;BR /&gt;Slash , \ is a escape character. 
&lt;BR /&gt;try this and see if it works, put this into your tSystem: 
&lt;BR /&gt;"cmd /c dir *.* &amp;gt; C:\\data\\_out.txt" 
&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Aug 2018 13:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246889#M32255</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-29T13:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: unable to dump mysql database table using tsystem in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246890#M32256</link>
      <description>&lt;P&gt;In tSystem it works for me:&lt;/P&gt;&lt;P&gt;"cmd /c mysqldump -v -h localhost --user=bcketl --password=mypwd datastage etl_source_files &amp;gt;c:\\data\\etldump.sql"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Starting job test at 14:17 29/08/2018.&lt;BR /&gt;&lt;BR /&gt;[statistics] connecting to socket on port 3816&lt;BR /&gt;[statistics] connected&lt;BR /&gt;mysqldump: [Warning] Using a password on the command line interface can be insecure.
-- Connecting to localhost...
-- Retrieving table structure for table etl_source_files...
-- Sending SELECT query...
-- Retrieving rows...
-- Disconnecting from localhost...&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job test ended at 14:17 29/08/2018. [exit code=0]&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Aug 2018 13:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246890#M32256</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-29T13:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: unable to dump mysql database table using tsystem in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246891#M32257</link>
      <description>Both cases r not working showing as could n't find table "&amp;gt;"</description>
      <pubDate>Thu, 30 Aug 2018 07:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246891#M32257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-30T07:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: unable to dump mysql database table using tsystem in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246892#M32258</link>
      <description>here am trying this command from talend after build the job am calling in ubuntu server which my sql placed in it. 
&lt;BR /&gt; 
&lt;BR /&gt;again am getting the same issue 
&lt;BR /&gt;mysqldump: Couldn't find table: "&amp;gt;" 
&lt;BR /&gt;-- MySQL dump 10.13 Distrib 5.7.23, for Linux (x86_64) 
&lt;BR /&gt;-- 
&lt;BR /&gt;-- Host: 192.168.20.21 Database: kafnu 
&lt;BR /&gt;-- ------------------------------------------------------ 
&lt;BR /&gt;-- Server version 5.7.23-0ubuntu0.16.04.1 
&lt;BR /&gt; 
&lt;BR /&gt;/*!40101 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; 
&lt;BR /&gt;/*!40101 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; 
&lt;BR /&gt;/*!40101 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; 
&lt;BR /&gt;/*!40101 SET NAMES utf8 */; 
&lt;BR /&gt;/*!40103 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_TIME_ZONE=@@TIME_ZONE */; 
&lt;BR /&gt;/*!40103 SET TIME_ZONE='+00:00' */; 
&lt;BR /&gt;/*!40014 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; 
&lt;BR /&gt;/*!40014 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; 
&lt;BR /&gt;/*!40101 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; 
&lt;BR /&gt;/*!40111 SET 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMdZAAW"&gt;@old&lt;/A&gt;_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; 
&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Aug 2018 08:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246892#M32258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-30T08:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: unable to dump mysql database table using tsystem in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246893#M32259</link>
      <description>Could you instead of doing &amp;gt; use: --result-file</description>
      <pubDate>Thu, 30 Aug 2018 10:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246893#M32259</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-08-30T10:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: unable to dump mysql database table using tsystem in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246894#M32260</link>
      <description>Hi Dijke,&lt;BR /&gt;Thank u so much it works fine now and dumping tables after using this --result-file</description>
      <pubDate>Fri, 31 Aug 2018 07:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-dump-mysql-database-table-using-tsystem-in-talend/m-p/2246894#M32260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-31T07:51:49Z</dc:date>
    </item>
  </channel>
</rss>

