<?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 AS400 CDC extract in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/AS400-CDC-extract/m-p/2350456#M117307</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;We are doing CDC extract from AS400 and running the below command&lt;/P&gt; 
&lt;P&gt;ftp&amp;gt;open &amp;lt;&amp;lt;&amp;lt;Ftp_Server&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;ftp&amp;gt;user &amp;lt;user_name&amp;gt; *********&lt;BR /&gt;230 &amp;lt;user_name&amp;gt; logged on.&lt;/P&gt; 
&lt;P&gt;ftp&amp;gt;cd CDC_DIR&lt;BR /&gt;250 "CDC_DIR" is current library.&lt;/P&gt; 
&lt;P&gt;ftp&amp;gt;quote rcmd "CDC_DIR/RUNCDC FILE(Sub/table) LIBOUT(CDC_DIR) MODE(*DETACHED) MBROPT(*ADD)"&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;ftp&amp;gt;quit&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;This command is using ftp utlitity to run the CDC command.&amp;nbsp; But our server is not ftp enabled.&amp;nbsp; Can we run the same command using sftp utility?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Arunachalam. S&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2017 17:39:27 GMT</pubDate>
    <dc:creator>Arunachalam</dc:creator>
    <dc:date>2017-11-29T17:39:27Z</dc:date>
    <item>
      <title>AS400 CDC extract</title>
      <link>https://community.qlik.com/t5/Talend-Studio/AS400-CDC-extract/m-p/2350456#M117307</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;We are doing CDC extract from AS400 and running the below command&lt;/P&gt; 
&lt;P&gt;ftp&amp;gt;open &amp;lt;&amp;lt;&amp;lt;Ftp_Server&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;ftp&amp;gt;user &amp;lt;user_name&amp;gt; *********&lt;BR /&gt;230 &amp;lt;user_name&amp;gt; logged on.&lt;/P&gt; 
&lt;P&gt;ftp&amp;gt;cd CDC_DIR&lt;BR /&gt;250 "CDC_DIR" is current library.&lt;/P&gt; 
&lt;P&gt;ftp&amp;gt;quote rcmd "CDC_DIR/RUNCDC FILE(Sub/table) LIBOUT(CDC_DIR) MODE(*DETACHED) MBROPT(*ADD)"&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;ftp&amp;gt;quit&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;This command is using ftp utlitity to run the CDC command.&amp;nbsp; But our server is not ftp enabled.&amp;nbsp; Can we run the same command using sftp utility?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Arunachalam. S&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 17:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/AS400-CDC-extract/m-p/2350456#M117307</guid>
      <dc:creator>Arunachalam</dc:creator>
      <dc:date>2017-11-29T17:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: AS400 CDC extract</title>
      <link>https://community.qlik.com/t5/Talend-Studio/AS400-CDC-extract/m-p/2350457#M117308</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Usually, it is automatically executed via FTP by the Studio to install the &lt;SPAN class="emphasis"&gt;RUNCDC&lt;/SPAN&gt; program, restore the CDC library (the CDC database) and create the &lt;SPAN class="emphasis"&gt;TSUBSCRIBERS&lt;/SPAN&gt; table.&lt;/P&gt; 
&lt;P&gt;Do you want to&amp;nbsp;manually call the &lt;EM id="r-tas400cdc_prop-standard__d31005e622" class="ph i"&gt;RUNCDC&lt;/EM&gt; program by yourself to write changes to the CDC table and use sftp utlitity instead?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;DIV id="tAS400CDC" class="nested0"&gt;
 &amp;nbsp;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Dec 2017 08:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/AS400-CDC-extract/m-p/2350457#M117308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-06T08:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: AS400 CDC extract</title>
      <link>https://community.qlik.com/t5/Talend-Studio/AS400-CDC-extract/m-p/2350458#M117309</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&amp;nbsp; FTP is not enabled between job server and AS400.&amp;nbsp; Waiting for SFTP access between those servers.&amp;nbsp; Once it is provided I am planning to use tSSH component to check on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expecting this will work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arunachalam. S&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 12:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/AS400-CDC-extract/m-p/2350458#M117309</guid>
      <dc:creator>Arunachalam</dc:creator>
      <dc:date>2017-12-06T12:39:49Z</dc:date>
    </item>
  </channel>
</rss>

