Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
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.
I am getting
Exception in component tBigQueryOutput_1_tBQBE (dim_tablesMigration)
com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request
{
"error" : "invalid_grant",
"error_description" : "Bad Request"
Hello,
What's your deployment server? Could you please give us more detailed steps to reproduce your issue?
Best regards
Sabrina
Hi,
My deployment server is nothing just another windows desktop machine.
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.
But Google is not authorising my second machine.
Hello
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:
Exception in component tBigQuerySQLRow_1 (MyJobProd)
com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request
{
"error" : "invalid_grant"
"error_description" : "Bad Request"
}
at com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:105)
at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)
at com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest.execute(GoogleAuthorizationCodeTokenRequest..java:158)
at local_project.myjobprod_0_1.MyJobProd.tBigQuerySQLRow_1Process(MyJobProd.java:730)
at local_project.myjobprod_0_1.MyJobProd.runJobInTOS(MyJobProd.java:7627)
at local_project.myjobprod_0_1.MyJobProd.main(MyJobProd.java:7401)
Does anybody has an idea that what is the problem and how it is resolved?