GSQL client is not compatible with GSQL server

Hello. I have a Gradle script that when run executes a series of tasks to call some gsql scripts. However when I run it gets to the first task and fails. then I get the following error message “If there is any relative path, it is relative to tigergraph/dev/gdk/gsql. GSQL client is not compatible with GSQL server. Please contact [sup…@tigergraph.com](javascript:)”.

I have no idea what’s going on as i’m new to this, any help would be greatly appreciated.

hi,

it’s most likely your TigerGraph server has been upgraded since you obtained the gsql_client.jar. Please find the server machine, and copy the matching client to your application place.

this page explains the remote gsql-client.

https://docs.tigergraph.com/dev/using-a-remote-gsql-client

Mingxi