<?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: Integration with Amazon S3 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354281#M120293</link>
    <description>Hi Vaibhav, 
&lt;BR /&gt;Please find attached the screenshot of the job design. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/225517/Talend_Forum_Error.jpg.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MERN.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141678i21857192AB3953E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MERN.jpg" alt="0683p000009MERN.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/A&gt;</description>
    <pubDate>Thu, 11 Sep 2014 10:41:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-11T10:41:56Z</dc:date>
    <item>
      <title>Integration with Amazon S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354279#M120291</link>
      <description>Hello,&lt;BR /&gt;I am using Amazon's cloud based services:EC2(elastic compute cloud), Redshift and S3(simple storage service) for hosting a data warehouse. In order to carry out this process, I am using Talend Load Jobs which would be used to transfer the files from FTP to Redshift via a three way process: &lt;BR /&gt;i) Fetching of data from FTP and downloading it to EC2&lt;BR /&gt;ii) Uploading the data to S3 from EC2&lt;BR /&gt;iii) Loading data from S3 to Redshift tables&lt;BR /&gt;While executing the Talend Load Job, I found out that step i) is executing normally and correspondingly the files are successfully downloaded to EC2 but step ii) is not executed successfully. The error log displays an error stating that "&lt;FONT color="#ff6633"&gt;a region must be specified --region or specifying the region in a configuration file or as an environment variable&lt;/FONT&gt;."&lt;BR /&gt;The detailed error log is mentioned below:&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;A region must be specified --region or specifying the region&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;in a configuration file or as an environment variable.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;Alternately, an endpoint can be specified with --endpoint-url&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;Exception in component tRedshiftRow_1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;org.postgresql.util.PSQLException: ERROR: The specified S3 prefix 'Acxiom/adv_oli_20140910.dat' does not exist&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp; Detail: &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp; -----------------------------------------------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp; error:&amp;nbsp; The specified S3 prefix 'Acxiom/adv_oli_20140910.dat' does not exist&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp; code:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8001&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp; context:&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp; query:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 226570&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp; location:&amp;nbsp; s3_utility.cpp:545&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp; process:&amp;nbsp;&amp;nbsp; padbmaster &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp; -----------------------------------------------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2096)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1829)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:510)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:372)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:364)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at talend_jobs.dup_adv_oli_load_with_error_catching_0_1.Dup_adv_oli_Load_with_error_catching.tRedshiftRow_1Process(Dup_adv_oli_Load_with_error_catching.java:2313)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt; disconnected&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at talend_jobs.dup_adv_oli_load_with_error_catching_0_1.Dup_adv_oli_Load_with_error_catching.tSystem_1Process(Dup_adv_oli_Load_with_error_catching.java:2199)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at talend_jobs.dup_adv_oli_load_with_error_catching_0_1.Dup_adv_oli_Load_with_error_catching.tSystem_5Process(Dup_adv_oli_Load_with_error_catching.java:2008)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at talend_jobs.dup_adv_oli_load_with_error_catching_0_1.Dup_adv_oli_Load_with_error_catching.runJobInTOS(Dup_adv_oli_Load_with_error_catching.java:3442)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at talend_jobs.dup_adv_oli_load_with_error_catching_0_1.Dup_adv_oli_Load_with_error_catching.main(Dup_adv_oli_Load_with_error_catching.java:3290)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#333333"&gt;adv_oli_20140910.dat is the name of the file to be transferred from EC2 to S3, and&lt;BR /&gt;talend_jobs.dup_adv_oli_load_with_error_catching_0_1 is the name of the Talend 'Load' Job.&lt;/FONT&gt;&lt;BR /&gt;Any help would be highly appreciated.&lt;BR /&gt;Thanks,&lt;BR /&gt;Shobhit</description>
      <pubDate>Wed, 10 Sep 2014 19:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354279#M120291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-10T19:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Amazon S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354280#M120292</link>
      <description>Hi Shibhit,
&lt;BR /&gt;Can you show the job design? Not sure how you are using tRedshiftRow_1 component for loading data into Redshift?&amp;nbsp;
&lt;BR /&gt;Please check example scenario for loading data into redshift
&lt;BR /&gt;
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=19426484#tredshiftinputscenario" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=19426484#tredshiftinputscenario&lt;/A&gt;
&lt;BR /&gt;Please elaborate more on design side.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 11 Sep 2014 08:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354280#M120292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-11T08:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Amazon S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354281#M120293</link>
      <description>Hi Vaibhav, 
&lt;BR /&gt;Please find attached the screenshot of the job design. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/225517/Talend_Forum_Error.jpg.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MERN.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141678i21857192AB3953E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MERN.jpg" alt="0683p000009MERN.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/A&gt;</description>
      <pubDate>Thu, 11 Sep 2014 10:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354281#M120293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-11T10:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Amazon S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354282#M120294</link>
      <description>PFA</description>
      <pubDate>Thu, 11 Sep 2014 10:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354282#M120294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-11T10:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Amazon S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354283#M120295</link>
      <description>I think here is an issue. S3 is a file storage... tRedShiftRow fires query on database... How you are reading a file using a query? can you show the query which reads file from S3 and inserts data into the redshift?... please look at following scenario...
&lt;BR /&gt;
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=19426484#tredshiftinputscenario" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=19426484#tredshiftinputscenario&lt;/A&gt;
&lt;BR /&gt;I think you need to download the file to local drive and then insert into the redshift...&amp;nbsp;
&lt;BR /&gt;Please let me know if I have understood differently.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 11 Sep 2014 11:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354283#M120295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-11T11:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Amazon S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354284#M120296</link>
      <description>The files in raw format are being picked up from the FTP and put on S3 using tsystem_5 component in the screenshot shown. This component downloads the file from FTP to EC2. 
&lt;BR /&gt;The second component copies the data from EC2 to S3 using cp Utility component. 
&lt;BR /&gt;The third component copies the data from S3 to Redshift using the following query for a fixed width raw file: 
&lt;BR /&gt;" 
&lt;FONT color="#ff9933"&gt;create table phase2.adv_oli_increment_raw_temp as select top 1 * from phase2.adv_oli_increment_raw_2;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff9933"&gt;copy phase2.adv_oli_increment_raw_temp from 's3://WoltersKluwerHealthMR/Acxiom/adv_oli_"+TalendDate.getDate("CCYYMMDD")+".dat' CREDENTIALS ''&amp;nbsp;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff9933"&gt;&amp;nbsp;COMPUPDATE ON ACCEPTINVCHARS MAXERROR AS 50 REMOVEQUOTES TRUNCATECOLUMNS;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff9933"&gt;"&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Shobhit</description>
      <pubDate>Thu, 11 Sep 2014 11:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354284#M120296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-11T11:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Amazon S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354285#M120297</link>
      <description>Ok great.. As per error, following path prefix does not exists...&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;The specified S3 prefix 'Acxiom/adv_oli_20140910.dat' does not exist&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Whether the bucket and the prefix exists in the S3? can you check manually? If it exists, then use print statement to check the query...&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;And test the query using DB client&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#ff9933"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Vaibhav&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 11 Sep 2014 12:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354285#M120297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-11T12:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Amazon S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354286#M120298</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LO2VAAW"&gt;@Shobhit_G&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;I would like to know, where is the Talend installed? I also have the same requirement. It will help me. Is it on EC2 instance?</description>
      <pubDate>Fri, 28 Sep 2018 03:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354286#M120298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-28T03:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Amazon S3</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354287#M120299</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LO2VAAW"&gt;@Shobhit_G&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could please post the configuration of 'Copy data from EC2 to S3'? or suggest what to configure in tSystem component.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Hema KG&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2018 12:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Integration-with-Amazon-S3/m-p/2354287#M120299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-07T12:10:36Z</dc:date>
    </item>
  </channel>
</rss>

