<?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: Tbigqueryoutput Oauth failed on Deployment server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Tbigqueryoutput-Oauth-failed-on-Deployment-server/m-p/2298430#M144860</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;What's your deployment server? Could you please give us more detailed steps to reproduce your issue?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2019 10:51:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-31T10:51:57Z</dc:date>
    <item>
      <title>Tbigqueryoutput Oauth failed on Deployment server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tbigqueryoutput-Oauth-failed-on-Deployment-server/m-p/2298429#M144859</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am facing an issue while deploying talend job on my deployment server. Job is running properly on my local machine both in Standalone batch file and talend console.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Exception in component tBigQueryOutput_1_tBQBE (dim_tablesMigration)&lt;BR /&gt;com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request&lt;BR /&gt;{&lt;BR /&gt;"error" : "invalid_grant",&lt;BR /&gt;"error_description" : "Bad Request"&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tbigqueryoutput-Oauth-failed-on-Deployment-server/m-p/2298429#M144859</guid>
      <dc:creator>vishalg19</dc:creator>
      <dc:date>2024-11-16T05:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tbigqueryoutput Oauth failed on Deployment server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tbigqueryoutput-Oauth-failed-on-Deployment-server/m-p/2298430#M144860</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;What's your deployment server? Could you please give us more detailed steps to reproduce your issue?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 10:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tbigqueryoutput-Oauth-failed-on-Deployment-server/m-p/2298430#M144860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-31T10:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Tbigqueryoutput Oauth failed on Deployment server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tbigqueryoutput-Oauth-failed-on-Deployment-server/m-p/2298431#M144861</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My deployment server is nothing just another windows desktop machine.&lt;/P&gt; 
&lt;P&gt;Actually, the issue is because of Oauthentication since I am using Oauth 2.0 as an Authentication mode and then added client_id, client_secret, and oauth_code manually.&lt;/P&gt; 
&lt;P&gt;But Google is not authorising my second machine.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 09:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tbigqueryoutput-Oauth-failed-on-Deployment-server/m-p/2298431#M144861</guid>
      <dc:creator>vishalg19</dc:creator>
      <dc:date>2019-06-01T09:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tbigqueryoutput Oauth failed on Deployment server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tbigqueryoutput-Oauth-failed-on-Deployment-server/m-p/2298432#M144862</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having a similar problem, the file.bat it is working fine on my PC. but when I run it in the server i getting this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception in component tBigQuerySQLRow_1 (MyJobProd)&lt;BR /&gt;com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request&lt;BR /&gt;{&lt;BR /&gt;"error" : "invalid_grant"&lt;BR /&gt;"error_description" : "Bad Request"&lt;BR /&gt;}&lt;BR /&gt;at com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:105)&lt;BR /&gt;at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)&lt;BR /&gt;at com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest.execute(GoogleAuthorizationCodeTokenRequest..java:158)&lt;BR /&gt;at local_project.myjobprod_0_1.MyJobProd.tBigQuerySQLRow_1Process(MyJobProd.java:730)&lt;BR /&gt;at local_project.myjobprod_0_1.MyJobProd.runJobInTOS(MyJobProd.java:7627)&lt;BR /&gt;at local_project.myjobprod_0_1.MyJobProd.main(MyJobProd.java:7401)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody has an idea that what is the problem and how it is resolved?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 13:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tbigqueryoutput-Oauth-failed-on-Deployment-server/m-p/2298432#M144862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-06T13:47:09Z</dc:date>
    </item>
  </channel>
</rss>

