Re: Ignite Custom SQL functions not working with Generic function return type

2020-12-23 Thread Ilya Kasnacheev
Hello! 65 is RAWTOHEX. You can't return Object from the function. You have to return some supported SQL type. Regards, -- Ilya Kasnacheev ср, 23 дек. 2020 г. в 18:50, siva : > Hi, > I am using .Net Client and Server app with Ignite v2.7.6. > > i have created custom sql function and when

Re: configuring DBEaver to connect to Ignite cluster with SSL enabled

2020-12-23 Thread Ilya Kasnacheev
Hello! Did you also specify a SSL socket factory? Regards, -- Ilya Kasnacheev ср, 23 дек. 2020 г. в 18:18, Naveen : > I do this entry in the server config > > > class="org.apache.ignite.configuration.ClientConnectorConfiguration"> > > > > > But still not able to

Re: not able to change keyspace name when Using 3rd Party Persistence (Cassandra) Together with Ignite Native Persistence

2020-12-23 Thread Ilya Kasnacheev
Hello! Why do you think that change should be on Ignite Persistence side? You said yourself that Ignite Persistence tracks the changes in class definition, it's the Cassandra store that does not. Regards, -- Ilya Kasnacheev ср, 23 дек. 2020 г. в 00:17, xmw45688 : > Thanks for your

Ignite Custom SQL functions not working with Generic function return type

2020-12-23 Thread siva
Hi, I am using .Net Client and Server app with Ignite v2.7.6. i have created custom sql function and when doing query with custom function using where clause getting an errors. here is the table,record,query and function are given below. *table* CREATE TABLE Student ( ID LONG PRIMARY KEY,

Re: configuring DBEaver to connect to Ignite cluster with SSL enabled

2020-12-23 Thread Naveen
I do this entry in the server config But still not able to configure DBeaver to connect, am I still missing something Thanks NAveen -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Questions related to check pointing

2020-12-23 Thread Raymond Wilson
Hi, We have been investigating some issues which appear to be related to checkpointing. We currently use the IA 2.8.1 with the C# client. I have been trying to gain clarity on how certain aspects of the Ignite configuration relate to the checkpointing process: 1. Number of check pointing