Query Installation Failed....in GSQL version 3.5.3

Hi team,
I migrate my GSQL queries from 3.4 approx. to 3.5.3 and this one giving me an error while installing the query

Start installing queries, about 1 minute … update_segment query: curl -X GET ‘http://127.0.0.1:9000/query/clientC_retail_analytics/update_segment?str=VALUE’. Add -H “Authorization: Bearer TOKEN” if authentication is enabled. Select ‘m1’ as compile server, now connecting … Node ‘m1’ is prepared as compile server. [ ] 0% (0/1) [ ] 0% (0/1) [===== ] 7% (0/1) [========== ] 14% (0/1) [============== ] 21% (0/1) [=================== ] 29% (0/1) [======================== ] 36% (0/1) [============================ ] 43% (0/1) [================================== ] 51% (0/1) [====================================== ] 58% (0/1) [=========================================== ] 65% (0/1) [================================================ ] 73% (0/1) [==================================================== ] 80% (0/1) [========================================================= ] 87% (0/1) [============================================================== ] 95% (0/1) m1: An unknown error occurred during installation, code: 2 Query installation failed during linking! Query installation failed!

Please help me out this is a bit urgent,
Tomorrow is my client demo.

Thanks

@pkr2 Can you try the following steps to see if this resolves the issue?

grun all "rm $(gadmin config get System.AppRoot --file ~/.tg.cfg)/dev/gdk/gsql/.tmp/udf/*"
grun all "rm -rf $(gadmin config get System.AppRoot --file ~/.tg.cfg)/bin/libudf/*"
gsql install query -force all

This above command not worked for me
as I checked the logs this below is the issue which I found in my logs
maskSet' on class: com.tigergraph.schema.topology.Permission

But
After re-installation everything,
solves my above issue.

Thanks

1 Like