Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
manuelgomez
Partner - Contributor III
Partner - Contributor III

Connection with BigQuery error

Hello dear community, I would like to request help, we are connecting to bigquery from the Qlik Compose platform and we get the following error "Unable to connect to the remote server"

image (2).png

1 Solution

Accepted Solutions
manuelgomez
Partner - Contributor III
Partner - Contributor III
Author

We noticed that when we included the JDBC .jar files necessary for the connection, the Compose Agent was disconnected.

manuelgomez_0-1695401556503.png

manuelgomez_1-1695401565378.png

manuelgomez_2-1695401576557.png

Solution
To solve the connection error, it was necessary to delete the gson-2.10.1.jar file, which caused the connection to Compose Agent to not be made.

manuelgomez_3-1695401606512.png

After this change we restarted the Qlik Compose service which ensured that the connection with Compose Agent was made correctly.

manuelgomez_4-1695401631166.png

With this I have resolved, we performed the “Test Connection” again and the connection with Google BigQuery was completed satisfactorily.

manuelgomez_5-1695401659089.png

 

View solution in original post

5 Replies
sureshkumar
Support
Support

Hello @manuelgomez 

Please check in compose log and compose agent log for more information.

 

Regards,
Suresh

manuelgomez
Partner - Contributor III
Partner - Contributor III
Author

38 2023-09-19 03:50:17 [Host ] [WARN ] Unable to connect to the remote server
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:56458
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)

sureshkumar
Support
Support

Hello @manuelgomez 
Try to ping and telnet the URL that you are trying to connect to. If this doesn't work, seek help from your network team to fix this.

Regards,

Suresh

manuelgomez
Partner - Contributor III
Partner - Contributor III
Author

We noticed that when we included the JDBC .jar files necessary for the connection, the Compose Agent was disconnected.

manuelgomez_0-1695401556503.png

manuelgomez_1-1695401565378.png

manuelgomez_2-1695401576557.png

Solution
To solve the connection error, it was necessary to delete the gson-2.10.1.jar file, which caused the connection to Compose Agent to not be made.

manuelgomez_3-1695401606512.png

After this change we restarted the Qlik Compose service which ensured that the connection with Compose Agent was made correctly.

manuelgomez_4-1695401631166.png

With this I have resolved, we performed the “Test Connection” again and the connection with Google BigQuery was completed satisfactorily.

manuelgomez_5-1695401659089.png

 

sureshkumar
Support
Support

Thanks @manuelgomez  for the information 🙂