<?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: JDBC driver encountered communication error. Message: HTTP status=400 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/JDBC-driver-encountered-communication-error-Message-HTTP-status/m-p/2310938#M82020</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please reply on this issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Dec 2020 12:27:07 GMT</pubDate>
    <dc:creator>AbhishekBoga</dc:creator>
    <dc:date>2020-12-21T12:27:07Z</dc:date>
    <item>
      <title>JDBC driver encountered communication error. Message: HTTP status=400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-driver-encountered-communication-error-Message-HTTP-status/m-p/2310935#M82017</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to execute 'Truncate table' statement in tDBRow component in Talend Studio 7.1 version. It was working fine from Studio and in UAT env. But when it was executed in production the job failed due to below error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tDBRow_1 = UNEXPECTED_EXCEPTION&lt;/P&gt;&lt;P&gt;[ERROR]: net.snowflake.client.jdbc.RestRequest - Got error response: http status=400, request=GET https://[Snowflake DB Domain]/queries/XXXXX-XXXX-XXXX-XXXX-XXXX/result?requestId=xxxxx-xxxx-xxcc-cccc-sadasdas&amp;amp;request_guid=sdffsdf-asssadsa-sdfs-werwe-eweweew HTTP/1.1&lt;/P&gt;&lt;P&gt;[ERROR]: net.snowflake.client.core.HttpUtil - Error executing request: GET https://[Snowflake DB Domain]/queries/XXXXX-XXXX-XXXX-XXXX-XXXX/result?requestId=xxxxx-xxxx-xxcc-cccc-sadasdas&amp;amp;request_guid=sdffsdf-asssadsa-sdfs-werwe-eweweew HTTP/1.1&lt;/P&gt;&lt;P&gt;[ERROR]: net.snowflake.client.core.HttpUtil - Response status line reason: Bad Request&lt;/P&gt;&lt;P&gt;[ERROR]: net.snowflake.client.core.HttpUtil - Header name: Cache-Control, value: must-revalidate,no-cache,no-store&lt;/P&gt;&lt;P&gt;[ERROR]: net.snowflake.client.core.HttpUtil - Header name: Date, value: Mon, 30 Nov 2020 23:53:33 GMT&lt;/P&gt;&lt;P&gt;[ERROR]: net.snowflake.client.core.HttpUtil - Header name: Strict-Transport-Security, value: max-age=31536000&lt;/P&gt;&lt;P&gt;[ERROR]: net.snowflake.client.core.HttpUtil - Header name: X-Content-Type-Options, value: nosniff&lt;/P&gt;&lt;P&gt;[ERROR]: net.snowflake.client.core.HttpUtil - Header name: X-Frame-Options, value: deny&lt;/P&gt;&lt;P&gt;[ERROR]: net.snowflake.client.core.HttpUtil - Header name: Content-Length, value: 0&lt;/P&gt;&lt;P&gt;[ERROR]: net.snowflake.client.core.HttpUtil - Header name: Connection, value: keep-alive&lt;/P&gt;&lt;P&gt;[ERROR]: net.snowflake.client.core.HttpUtil - Response content:&amp;nbsp;&lt;/P&gt;&lt;P&gt;[FATAL]: project.job_XXXX.job_child_job - talendStats_DB UNEXPECTED_EXCEPTION:{message=JDBC driver encountered communication error. Message: HTTP status=400.}&lt;/P&gt;&lt;P&gt;org.talend.components.api.exception.ComponentException: UNEXPECTED_EXCEPTION:{message=JDBC driver encountered communication error. Message: HTTP status=400.}&lt;/P&gt;&lt;P&gt;	at org.talend.components.jdbc.CommonUtils.newComponentException(CommonUtils.java:567)&lt;/P&gt;&lt;P&gt;	at org.talend.components.jdbc.runtime.writer.JDBCOutputInsertWriter.open(JDBCOutputInsertWriter.java:49)&lt;/P&gt;&lt;P&gt;	at project.job_XXXX.job_child_job.talendStats_STATSProcess(job_child_job.java:35012)&lt;/P&gt;&lt;P&gt;	at project.job_XXXX.job_child_job.runJobInTOS(job_child_job.java:39091)&lt;/P&gt;&lt;P&gt;	at project.job_XXXX.job_child_job.main(job_child_job.java:38564)&lt;/P&gt;&lt;P&gt;Caused by: net.snowflake.client.jdbc.SnowflakeSQLException: JDBC driver encountered communication error. Message: HTTP status=400.&lt;/P&gt;&lt;P&gt;	at net.snowflake.client.core.HttpUtil.executeRequestInternal(HttpUtil.java:395)&lt;/P&gt;&lt;P&gt;	at net.snowflake.client.core.HttpUtil.executeRequest(HttpUtil.java:318)&lt;/P&gt;&lt;P&gt;	at net.snowflake.client.core.HttpUtil.executeRequest(HttpUtil.java:290)&lt;/P&gt;&lt;P&gt;	at net.snowflake.client.core.StmtUtil.getQueryResult(StmtUtil.java:648)&lt;/P&gt;&lt;P&gt;	at net.snowflake.client.core.StmtUtil.getQueryResult(StmtUtil.java:607)&lt;/P&gt;&lt;P&gt;	at net.snowflake.client.core.StmtUtil.pollForOutput(StmtUtil.java:540)&lt;/P&gt;&lt;P&gt;	at net.snowflake.client.core.StmtUtil.execute(StmtUtil.java:370)&lt;/P&gt;&lt;P&gt;	at net.snowflake.client.core.SFStatement.executeHelper(SFStatement.java:474)&lt;/P&gt;&lt;P&gt;	at net.snowflake.client.core.SFStatement.executeQueryInternal(SFStatement.java:230)&lt;/P&gt;&lt;P&gt;	at net.snowflake.client.core.SFStatement.executeQuery(SFStatement.java:172)&lt;/P&gt;&lt;P&gt;	at net.snowflake.client.core.SFStatement.describe(SFStatement.java:191)&lt;/P&gt;&lt;P&gt;	at net.snowflake.client.jdbc.SnowflakePreparedStatementV1.&amp;lt;init&amp;gt;(SnowflakePreparedStatementV1.java:114)&lt;/P&gt;&lt;P&gt;	at net.snowflake.client.jdbc.SnowflakeConnectionV1.prepareStatement(SnowflakeConnectionV1.java:621)&lt;/P&gt;&lt;P&gt;	at org.talend.components.jdbc.runtime.writer.JDBCOutputInsertWriter.open(JDBCOutputInsertWriter.java:47)&lt;/P&gt;&lt;P&gt;	... 3 more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above job executes 4 table load parallelly. Source system is MSSQL DB and Target system is Snowflake DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on this as I have to close this on high priority  &lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-driver-encountered-communication-error-Message-HTTP-status/m-p/2310935#M82017</guid>
      <dc:creator>AbhishekBoga</dc:creator>
      <dc:date>2024-11-16T01:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC driver encountered communication error. Message: HTTP status=400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-driver-encountered-communication-error-Message-HTTP-status/m-p/2310936#M82018</link>
      <description>&lt;P&gt;Hi, not sure but you can try to use proxy setting to check if that can help you&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 13:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-driver-encountered-communication-error-Message-HTTP-status/m-p/2310936#M82018</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2020-12-04T13:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC driver encountered communication error. Message: HTTP status=400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-driver-encountered-communication-error-Message-HTTP-status/m-p/2310937#M82019</link>
      <description>&lt;P&gt;Hi Prakhar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please elaborate more on proxy settings. I don't see any option in tDBConnection or tDBRow component.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 13:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-driver-encountered-communication-error-Message-HTTP-status/m-p/2310937#M82019</guid>
      <dc:creator>AbhishekBoga</dc:creator>
      <dc:date>2020-12-04T13:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC driver encountered communication error. Message: HTTP status=400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-driver-encountered-communication-error-Message-HTTP-status/m-p/2310938#M82020</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please reply on this issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 12:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-driver-encountered-communication-error-Message-HTTP-status/m-p/2310938#M82020</guid>
      <dc:creator>AbhishekBoga</dc:creator>
      <dc:date>2020-12-21T12:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC driver encountered communication error. Message: HTTP status=400</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-driver-encountered-communication-error-Message-HTTP-status/m-p/2310939#M82021</link>
      <description>&lt;P&gt;Are you able to access Snowflakes Web console from browser in production? If you need to configure proxy in production, you can use tSetproxy component to configure the proxy in the begin of job. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 08:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-driver-encountered-communication-error-Message-HTTP-status/m-p/2310939#M82021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-22T08:38:55Z</dc:date>
    </item>
  </channel>
</rss>

