<?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 tRedshiftInput not working after building the Job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tRedshiftInput-not-working-after-building-the-Job/m-p/2328529#M97802</link>
    <description>Hi all, 
&lt;BR /&gt;Im facing a issue from some time ago when using the tRedshiftInput component. 
&lt;BR /&gt;The Job needs to read some tables from staging area and dimensions in Redshift and later insert data in a dimension table also located in the same Redshift server. 
&lt;BR /&gt;The job runs perfectly when ruining from DI Open Studio, it not takes more than 5 minutes normally. 
&lt;BR /&gt;But the job starts and never ends (I waited for more than 5 hours) when running it after building the job. After some investigation I realise that the Job never ends querying the data (its a quite plane simple query) the redshift table with component tRedshiftInput. 
&lt;BR /&gt;So I compared the logs redshift-jdbc.log using the option of both jobs (the build and the pre-build from DI Open Studio) and I got this: 
&lt;BR /&gt; 
&lt;B&gt;In the DI Open Studio&lt;/B&gt;, 
&lt;U&gt;the job works fine&lt;/U&gt; and the log 
&lt;B&gt;redshift-jdbc.log&lt;/B&gt; looks like (showing only first 50 lines): 
&lt;BR /&gt; 
&lt;PRE&gt;DriverManager.getConnection("jdbc:postgresql://xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439/dev?prepareThreshold=100&amp;amp;loglevel=7&amp;amp;protocolVersion=3")&lt;BR /&gt;    trying driver&lt;BR /&gt;16:44:00.449 (driver) Loading driver configuration via classloader sun.misc.Launcher$AppClassLoader@558fe7c3&lt;BR /&gt;16:44:00.449 (driver) Connecting with URL: jdbc:postgresql://xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439/dev?prepareThreshold=100&amp;amp;loglevel=7&amp;amp;protocolVersion=3&lt;BR /&gt;16:44:00.454 (1) PostgreSQL 8.4 JDBC4 (build 703)&lt;BR /&gt;16:44:00.457 (1) Trying to establish a protocol version 3 connection to xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439&lt;BR /&gt;16:44:01.162 (1)  FE=&amp;gt; StartupPacket(user=xxxxx, database=dev, client_encoding=UNICODE, DateStyle=ISO, extra_float_digits=2)&lt;BR /&gt;16:44:01.189 (1)  &amp;lt;=BE AuthenticationReqMD5(salt=1720827a)&lt;BR /&gt;16:44:01.190 (1)  FE=&amp;gt; Password(md5digest=password)&lt;BR /&gt;16:44:01.222 (1)  &amp;lt;=BE AuthenticationOk&lt;BR /&gt;16:44:01.230 (1)  &amp;lt;=BE ParameterStatus(client_encoding = UNICODE)&lt;BR /&gt;16:44:01.230 (1)  &amp;lt;=BE ParameterStatus(datestyle = ISO, MDY)&lt;BR /&gt;16:44:01.230 (1)  &amp;lt;=BE ParameterStatus(gconf_case_sensitive = on)&lt;BR /&gt;16:44:01.230 (1)  &amp;lt;=BE ParameterStatus(integer_datetimes = on)&lt;BR /&gt;16:44:01.230 (1)  &amp;lt;=BE ParameterStatus(is_superuser = off)&lt;BR /&gt;16:44:01.230 (1)  &amp;lt;=BE ParameterStatus(server_encoding = UNICODE)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(server_version = 8.0.2)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(session_authorization = rsuser)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(TimeZone = UTC)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(timezone_abbreviations = Default)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(padb_version = .)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(padb_revision = )&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(max_numeric_precision = 38)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(max_varchar_size = 65535)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE BackendKeyData(pid=11899,ckey=1300355240)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ReadyForQuery(I)&lt;BR /&gt;16:44:01.231 (1)     compatible = 8.4&lt;BR /&gt;16:44:01.231 (1)     loglevel = 7&lt;BR /&gt;16:44:01.231 (1)     prepare threshold = 100&lt;BR /&gt;getConnection returning driver&lt;BR /&gt;16:44:01.243 (1) simple execute, handler=org.postgresql.jdbc2.AbstractJdbc2Statement$StatementResultHandler@165973ea, maxRows=0, fetchSize=0, flags=17&lt;BR /&gt;16:44:01.243 (1)  FE=&amp;gt; Parse(stmt=null,query="SELECT *&lt;BR /&gt;FROM	dim_agent &lt;BR /&gt;WHERE country_code = 'SG'&lt;BR /&gt;AND scd_is_current = 1&lt;BR /&gt; ",oids={})&lt;BR /&gt;16:44:01.244 (1)  FE=&amp;gt; Bind(stmt=null,portal=null)&lt;BR /&gt;16:44:01.244 (1)  FE=&amp;gt; Describe(portal=null)&lt;BR /&gt;16:44:01.244 (1)  FE=&amp;gt; Execute(portal=null,limit=0)&lt;BR /&gt;16:44:01.244 (1)  FE=&amp;gt; Sync&lt;BR /&gt;16:44:01.325 (1)  &amp;lt;=BE ParseComplete &lt;BR /&gt;16:44:01.326 (1)  &amp;lt;=BE BindComplete &lt;BR /&gt;16:44:01.326 (1)  &amp;lt;=BE RowDescription(34)&lt;BR /&gt;16:44:01.327 (1)  &amp;lt;=BE DataRow&lt;BR /&gt;16:44:01.327 (1)  &amp;lt;=BE DataRow&lt;BR /&gt;16:44:01.328 (1)  &amp;lt;=BE DataRow&lt;BR /&gt;16:44:01.328 (1)  &amp;lt;=BE DataRow&lt;BR /&gt;16:44:01.329 (1)  &amp;lt;=BE DataRow&lt;BR /&gt;16:44:01.329 (1)  &amp;lt;=BE DataRow&lt;BR /&gt;...&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;B&gt;After building the Job&lt;/B&gt;, 
&lt;U&gt;the job never ends&lt;/U&gt; and the log 
&lt;B&gt;redshift-jdbc.log&lt;/B&gt; looks like (showing all lines): 
&lt;BR /&gt; 
&lt;PRE&gt;DriverManager.getConnection("jdbc:postgresql://xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439/dev?prepareThreshold=100&amp;amp;loglevel=7&amp;amp;protocolVersion=3")&lt;BR /&gt;    trying driver&lt;BR /&gt;16:22:05.516 (driver) Loading driver configuration via classloader sun.misc.Launcher$AppClassLoader@138d107f&lt;BR /&gt;16:22:05.517 (driver) Connecting with URL: jdbc:postgresql://xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439/dev?prepareThreshold=100&amp;amp;loglevel=7&amp;amp;protocolVersion=3&lt;BR /&gt;16:22:05.522 (1) PostgreSQL 8.4 JDBC4 (build 703)&lt;BR /&gt;16:22:05.525 (1) Trying to establish a protocol version 3 connection to xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439&lt;BR /&gt;16:22:05.800 (1)  FE=&amp;gt; StartupPacket(user=xxxxx, database=dev, client_encoding=UNICODE, DateStyle=ISO, extra_float_digits=2)&lt;BR /&gt;16:22:05.803 (1)  &amp;lt;=BE AuthenticationReqMD5(salt=1fe3d16b)&lt;BR /&gt;16:22:05.804 (1)  FE=&amp;gt; Password(md5digest=password)&lt;BR /&gt;16:22:05.813 (1)  &amp;lt;=BE AuthenticationOk&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(client_encoding = UNICODE)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(datestyle = ISO, MDY)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(gconf_case_sensitive = on)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(integer_datetimes = on)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(is_superuser = off)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(server_encoding = UNICODE)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(server_version = 8.0.2)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(session_authorization = rsuser)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(TimeZone = UTC)&lt;BR /&gt;16:22:05.821 (1)  &amp;lt;=BE ParameterStatus(timezone_abbreviations = Default)&lt;BR /&gt;16:22:05.821 (1)  &amp;lt;=BE ParameterStatus(padb_version = .)&lt;BR /&gt;16:22:05.821 (1)  &amp;lt;=BE ParameterStatus(padb_revision = )&lt;BR /&gt;16:22:05.821 (1)  &amp;lt;=BE ParameterStatus(max_numeric_precision = 38)&lt;BR /&gt;16:22:05.821 (1)  &amp;lt;=BE ParameterStatus(max_varchar_size = 65535)&lt;BR /&gt;16:22:05.821 (1)  &amp;lt;=BE BackendKeyData(pid=11169,ckey=1006961730)&lt;BR /&gt;16:22:05.821 (1)  &amp;lt;=BE ReadyForQuery(I)&lt;BR /&gt;16:22:05.821 (1)     compatible = 8.4&lt;BR /&gt;16:22:05.821 (1)     loglevel = 7&lt;BR /&gt;16:22:05.821 (1)     prepare threshold = 100&lt;BR /&gt;getConnection returning driver&lt;BR /&gt;16:22:05.834 (1) simple execute, handler=org.postgresql.jdbc2.AbstractJdbc2Statement$StatementResultHandler@1d5a0305, maxRows=0, fetchSize=0, flags=17&lt;BR /&gt;16:22:05.834 (1)  FE=&amp;gt; Parse(stmt=null,query="SELECT *&lt;BR /&gt;FROM    dim_agent&lt;BR /&gt;WHERE country_code = 'SG'&lt;BR /&gt;AND scd_is_current = 1&lt;BR /&gt; ",oids={})&lt;BR /&gt;16:22:05.835 (1)  FE=&amp;gt; Bind(stmt=null,portal=null)&lt;BR /&gt;16:22:05.835 (1)  FE=&amp;gt; Describe(portal=null)&lt;BR /&gt;16:22:05.835 (1)  FE=&amp;gt; Execute(portal=null,limit=0)&lt;BR /&gt;16:22:05.835 (1)  FE=&amp;gt; Sync&lt;/PRE&gt; 
&lt;BR /&gt;So seems like there is a problem when querying from the redshift table. 
&lt;BR /&gt; 
&lt;BR /&gt;I will Appreciate some help. 
&lt;BR /&gt;Right now Im evaluating to use the postgres component (still didn't test) for querying the redshift tables.</description>
    <pubDate>Sat, 16 Nov 2024 11:35:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:35:42Z</dc:date>
    <item>
      <title>tRedshiftInput not working after building the Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRedshiftInput-not-working-after-building-the-Job/m-p/2328529#M97802</link>
      <description>Hi all, 
&lt;BR /&gt;Im facing a issue from some time ago when using the tRedshiftInput component. 
&lt;BR /&gt;The Job needs to read some tables from staging area and dimensions in Redshift and later insert data in a dimension table also located in the same Redshift server. 
&lt;BR /&gt;The job runs perfectly when ruining from DI Open Studio, it not takes more than 5 minutes normally. 
&lt;BR /&gt;But the job starts and never ends (I waited for more than 5 hours) when running it after building the job. After some investigation I realise that the Job never ends querying the data (its a quite plane simple query) the redshift table with component tRedshiftInput. 
&lt;BR /&gt;So I compared the logs redshift-jdbc.log using the option of both jobs (the build and the pre-build from DI Open Studio) and I got this: 
&lt;BR /&gt; 
&lt;B&gt;In the DI Open Studio&lt;/B&gt;, 
&lt;U&gt;the job works fine&lt;/U&gt; and the log 
&lt;B&gt;redshift-jdbc.log&lt;/B&gt; looks like (showing only first 50 lines): 
&lt;BR /&gt; 
&lt;PRE&gt;DriverManager.getConnection("jdbc:postgresql://xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439/dev?prepareThreshold=100&amp;amp;loglevel=7&amp;amp;protocolVersion=3")&lt;BR /&gt;    trying driver&lt;BR /&gt;16:44:00.449 (driver) Loading driver configuration via classloader sun.misc.Launcher$AppClassLoader@558fe7c3&lt;BR /&gt;16:44:00.449 (driver) Connecting with URL: jdbc:postgresql://xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439/dev?prepareThreshold=100&amp;amp;loglevel=7&amp;amp;protocolVersion=3&lt;BR /&gt;16:44:00.454 (1) PostgreSQL 8.4 JDBC4 (build 703)&lt;BR /&gt;16:44:00.457 (1) Trying to establish a protocol version 3 connection to xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439&lt;BR /&gt;16:44:01.162 (1)  FE=&amp;gt; StartupPacket(user=xxxxx, database=dev, client_encoding=UNICODE, DateStyle=ISO, extra_float_digits=2)&lt;BR /&gt;16:44:01.189 (1)  &amp;lt;=BE AuthenticationReqMD5(salt=1720827a)&lt;BR /&gt;16:44:01.190 (1)  FE=&amp;gt; Password(md5digest=password)&lt;BR /&gt;16:44:01.222 (1)  &amp;lt;=BE AuthenticationOk&lt;BR /&gt;16:44:01.230 (1)  &amp;lt;=BE ParameterStatus(client_encoding = UNICODE)&lt;BR /&gt;16:44:01.230 (1)  &amp;lt;=BE ParameterStatus(datestyle = ISO, MDY)&lt;BR /&gt;16:44:01.230 (1)  &amp;lt;=BE ParameterStatus(gconf_case_sensitive = on)&lt;BR /&gt;16:44:01.230 (1)  &amp;lt;=BE ParameterStatus(integer_datetimes = on)&lt;BR /&gt;16:44:01.230 (1)  &amp;lt;=BE ParameterStatus(is_superuser = off)&lt;BR /&gt;16:44:01.230 (1)  &amp;lt;=BE ParameterStatus(server_encoding = UNICODE)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(server_version = 8.0.2)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(session_authorization = rsuser)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(TimeZone = UTC)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(timezone_abbreviations = Default)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(padb_version = .)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(padb_revision = )&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(max_numeric_precision = 38)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ParameterStatus(max_varchar_size = 65535)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE BackendKeyData(pid=11899,ckey=1300355240)&lt;BR /&gt;16:44:01.231 (1)  &amp;lt;=BE ReadyForQuery(I)&lt;BR /&gt;16:44:01.231 (1)     compatible = 8.4&lt;BR /&gt;16:44:01.231 (1)     loglevel = 7&lt;BR /&gt;16:44:01.231 (1)     prepare threshold = 100&lt;BR /&gt;getConnection returning driver&lt;BR /&gt;16:44:01.243 (1) simple execute, handler=org.postgresql.jdbc2.AbstractJdbc2Statement$StatementResultHandler@165973ea, maxRows=0, fetchSize=0, flags=17&lt;BR /&gt;16:44:01.243 (1)  FE=&amp;gt; Parse(stmt=null,query="SELECT *&lt;BR /&gt;FROM	dim_agent &lt;BR /&gt;WHERE country_code = 'SG'&lt;BR /&gt;AND scd_is_current = 1&lt;BR /&gt; ",oids={})&lt;BR /&gt;16:44:01.244 (1)  FE=&amp;gt; Bind(stmt=null,portal=null)&lt;BR /&gt;16:44:01.244 (1)  FE=&amp;gt; Describe(portal=null)&lt;BR /&gt;16:44:01.244 (1)  FE=&amp;gt; Execute(portal=null,limit=0)&lt;BR /&gt;16:44:01.244 (1)  FE=&amp;gt; Sync&lt;BR /&gt;16:44:01.325 (1)  &amp;lt;=BE ParseComplete &lt;BR /&gt;16:44:01.326 (1)  &amp;lt;=BE BindComplete &lt;BR /&gt;16:44:01.326 (1)  &amp;lt;=BE RowDescription(34)&lt;BR /&gt;16:44:01.327 (1)  &amp;lt;=BE DataRow&lt;BR /&gt;16:44:01.327 (1)  &amp;lt;=BE DataRow&lt;BR /&gt;16:44:01.328 (1)  &amp;lt;=BE DataRow&lt;BR /&gt;16:44:01.328 (1)  &amp;lt;=BE DataRow&lt;BR /&gt;16:44:01.329 (1)  &amp;lt;=BE DataRow&lt;BR /&gt;16:44:01.329 (1)  &amp;lt;=BE DataRow&lt;BR /&gt;...&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;B&gt;After building the Job&lt;/B&gt;, 
&lt;U&gt;the job never ends&lt;/U&gt; and the log 
&lt;B&gt;redshift-jdbc.log&lt;/B&gt; looks like (showing all lines): 
&lt;BR /&gt; 
&lt;PRE&gt;DriverManager.getConnection("jdbc:postgresql://xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439/dev?prepareThreshold=100&amp;amp;loglevel=7&amp;amp;protocolVersion=3")&lt;BR /&gt;    trying driver&lt;BR /&gt;16:22:05.516 (driver) Loading driver configuration via classloader sun.misc.Launcher$AppClassLoader@138d107f&lt;BR /&gt;16:22:05.517 (driver) Connecting with URL: jdbc:postgresql://xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439/dev?prepareThreshold=100&amp;amp;loglevel=7&amp;amp;protocolVersion=3&lt;BR /&gt;16:22:05.522 (1) PostgreSQL 8.4 JDBC4 (build 703)&lt;BR /&gt;16:22:05.525 (1) Trying to establish a protocol version 3 connection to xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439&lt;BR /&gt;16:22:05.800 (1)  FE=&amp;gt; StartupPacket(user=xxxxx, database=dev, client_encoding=UNICODE, DateStyle=ISO, extra_float_digits=2)&lt;BR /&gt;16:22:05.803 (1)  &amp;lt;=BE AuthenticationReqMD5(salt=1fe3d16b)&lt;BR /&gt;16:22:05.804 (1)  FE=&amp;gt; Password(md5digest=password)&lt;BR /&gt;16:22:05.813 (1)  &amp;lt;=BE AuthenticationOk&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(client_encoding = UNICODE)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(datestyle = ISO, MDY)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(gconf_case_sensitive = on)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(integer_datetimes = on)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(is_superuser = off)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(server_encoding = UNICODE)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(server_version = 8.0.2)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(session_authorization = rsuser)&lt;BR /&gt;16:22:05.820 (1)  &amp;lt;=BE ParameterStatus(TimeZone = UTC)&lt;BR /&gt;16:22:05.821 (1)  &amp;lt;=BE ParameterStatus(timezone_abbreviations = Default)&lt;BR /&gt;16:22:05.821 (1)  &amp;lt;=BE ParameterStatus(padb_version = .)&lt;BR /&gt;16:22:05.821 (1)  &amp;lt;=BE ParameterStatus(padb_revision = )&lt;BR /&gt;16:22:05.821 (1)  &amp;lt;=BE ParameterStatus(max_numeric_precision = 38)&lt;BR /&gt;16:22:05.821 (1)  &amp;lt;=BE ParameterStatus(max_varchar_size = 65535)&lt;BR /&gt;16:22:05.821 (1)  &amp;lt;=BE BackendKeyData(pid=11169,ckey=1006961730)&lt;BR /&gt;16:22:05.821 (1)  &amp;lt;=BE ReadyForQuery(I)&lt;BR /&gt;16:22:05.821 (1)     compatible = 8.4&lt;BR /&gt;16:22:05.821 (1)     loglevel = 7&lt;BR /&gt;16:22:05.821 (1)     prepare threshold = 100&lt;BR /&gt;getConnection returning driver&lt;BR /&gt;16:22:05.834 (1) simple execute, handler=org.postgresql.jdbc2.AbstractJdbc2Statement$StatementResultHandler@1d5a0305, maxRows=0, fetchSize=0, flags=17&lt;BR /&gt;16:22:05.834 (1)  FE=&amp;gt; Parse(stmt=null,query="SELECT *&lt;BR /&gt;FROM    dim_agent&lt;BR /&gt;WHERE country_code = 'SG'&lt;BR /&gt;AND scd_is_current = 1&lt;BR /&gt; ",oids={})&lt;BR /&gt;16:22:05.835 (1)  FE=&amp;gt; Bind(stmt=null,portal=null)&lt;BR /&gt;16:22:05.835 (1)  FE=&amp;gt; Describe(portal=null)&lt;BR /&gt;16:22:05.835 (1)  FE=&amp;gt; Execute(portal=null,limit=0)&lt;BR /&gt;16:22:05.835 (1)  FE=&amp;gt; Sync&lt;/PRE&gt; 
&lt;BR /&gt;So seems like there is a problem when querying from the redshift table. 
&lt;BR /&gt; 
&lt;BR /&gt;I will Appreciate some help. 
&lt;BR /&gt;Right now Im evaluating to use the postgres component (still didn't test) for querying the redshift tables.</description>
      <pubDate>Sat, 16 Nov 2024 11:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRedshiftInput-not-working-after-building-the-Job/m-p/2328529#M97802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: tRedshiftInput not working after building the Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRedshiftInput-not-working-after-building-the-Job/m-p/2328530#M97803</link>
      <description>Hi, &lt;BR /&gt;What's your query in your second testing? Could you please show us some screenshots of your job design?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 08 Jul 2014 07:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRedshiftInput-not-working-after-building-the-Job/m-p/2328530#M97803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-08T07:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: tRedshiftInput not working after building the Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRedshiftInput-not-working-after-building-the-Job/m-p/2328531#M97804</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Thanks for you answer! 
&lt;BR /&gt;You can find attached the a screenshot of the job and other with the configuration of the tRedshiftInput component. 
&lt;BR /&gt;Note that the query is the same in both tests, I think its quite simple query, should not be any performance issue, it has around 5000 rows. 
&lt;BR /&gt; 
&lt;PRE&gt;SELECT *&lt;BR /&gt;FROM	dim_agent &lt;BR /&gt;WHERE country_code = 'MY'&lt;BR /&gt;AND scd_is_current = 1&lt;/PRE&gt; 
&lt;BR /&gt;The Job works perfectly when I run it from the DI studio, 
&lt;U&gt;the problem is only after building the Job&lt;/U&gt; 
&lt;BR /&gt;The job is build with the options selected by default, you can find also an attached image with it. 
&lt;BR /&gt;Im developing from a OSX 10.9.4 and the DI version is 5.5.1 (also tried with pervious versions) 
&lt;BR /&gt;Please let me know if I can provide more info. 
&lt;BR /&gt;Thank you very much! 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Oscar 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEV5.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131341i58D6F71EA9C6EA1C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEV5.jpg" alt="0683p000009MEV5.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEVd.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156886i0FD769021C73F393/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEVd.jpg" alt="0683p000009MEVd.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEQA.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128581i88999F80B1C4C65E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEQA.jpg" alt="0683p000009MEQA.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 08 Jul 2014 09:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRedshiftInput-not-working-after-building-the-Job/m-p/2328531#M97804</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-08T09:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: tRedshiftInput not working after building the Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRedshiftInput-not-working-after-building-the-Job/m-p/2328532#M97805</link>
      <description>Hi all,
&lt;BR /&gt;I still didn't find a solution for this.&amp;nbsp;
&lt;BR /&gt;I tried using the Postgres component but Im still having the same problem (sometimes, issue doesn't seems to be consistent) after building the Job. Note that I never had this problem when running the job from the TOS_DI, it only happens after building.
&lt;BR /&gt;I have the feeling that this may be related with the build functionality and only for cases where access to redshift is required.&amp;nbsp;
&lt;BR /&gt;Also not sure if OSX (last current version) is fully supported or tested with TOS_DI, Im thinking to start using different operating system to give a try.&amp;nbsp;
&lt;BR /&gt;Btw, (maybe out of topic) our server is running with Redhut and openJDK, should be more convenient to use the Oracle Java distribution instead?&amp;nbsp;
&lt;BR /&gt;Thanks!
&lt;BR /&gt;Oscar</description>
      <pubDate>Wed, 30 Jul 2014 05:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRedshiftInput-not-working-after-building-the-Job/m-p/2328532#M97805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-30T05:37:32Z</dc:date>
    </item>
  </channel>
</rss>

