Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
We created Database-Thing using Database ThingTemplate. If the query executed for more than 60 seconds, execution stopped and throwing below error.
Error:
Unable to Invoke Service Query on Database-Thing : Execute Query failed: net.snowflake.client.jdbc.SnowflakeSQLException: SQL execution canceled
The input query takes 3 minutes to fetch output. But Thingworx connectivity is not allowing to execute query more than 1 minute. Kindly let me know how to increase execution time to run query in Database-Thing.
Solved! Go to Solution.
Hi @AP_10343008 ,
Also you can try directly increase the service timeout in database's entity service info level itself.
Thanks & Regards,
Arun C
Hi @AP_10343008 ,
By updating the ScriptTimeout in Platform-Settings Json will helps to increase the service execution time in thingworx.
"BasicSettings": {
...
"ScriptTimeout": 60
}
Kindly find the below attched articles it may helps you.
Thanks & Regards,
Arun C
Hi @AP_10343008 ,
Also you can try directly increase the service timeout in database's entity service info level itself.
Thanks & Regards,
Arun C