Re: Intermittent Error

2021-06-28 Thread Aleksandr Shapkin
How did you create the cache? Most likely you would like yo use the PUBLIC one, or you should be able to access it using SQL_MYCACHE_TWSources. Here are the docs regarding the schemas creation https://ignite.apache.org/docs/latest/SQL/schemas > On 17 Jun 2021, at 13:28, Ilya Kasnacheev wrote:

Re: Intermittent Error

2021-06-17 Thread Ilya Kasnacheev
Hello! What is the connection string of your JDBC connection? Regards. -- Ilya Kasnacheev ср, 16 июн. 2021 г. в 04:20, Moshe Rosten : > Greetings, > > I'm attempting to retrieve a list of values from this query line: > > List> res = conn.sqlQuery("select * from TWSources"); > > It works some

Re: Intermittent Error

2021-06-15 Thread Ilya Korol
Is there any logs on server side when you face this issue? 16.06.2021 11:19, Moshe Rosten пишет: Greetings, I'm attempting to retrieve a list of values from this query line: List>res =conn.sqlQuery("select * from TWSources"); It works sometimes perfectly fine, and at other times it gives me th