Hello!

I can see that you are doing

IGNITE_CLIENT_FIRST.GetOrCreateCache<string, ICustomCacheStore>(_CACHE_NAME2
);

You don't supply any kind of cache configuration, so a default atomic cache
is created without any SQL tables mapped to it.

The QueryEntity approach should work but you have that commented-out.

Regards,
-- 
Ilya Kasnacheev


пт, 24 янв. 2020 г. в 18:12, siva <[email protected]>:

> Hi,
> I have .Net Core Thick Client and Server Ignite Application .
>
> Not working in System configuration
> ----------------------------------------
> window 10
> Jdk and JRE  Home Environment 1.8.0_221
> IGNITE_HOME  \apache-ignite-2.7.6-bin
>
> Please find the client and server configuration:
> -----------------------------------------------
> Github Client and Server Application.
> <
> https://github.com/CP-Ram/DotNetClientServerIgniteApp/tree/master/DotNetIgniteClientServerApp>
>
>
> Sqlline and IgniteVisor
> ------------------------
> <
> http://apache-ignite-users.70518.x6.nabble.com/file/t1379/Sqlline_IgniteVisor.png>
>
>
> I don't know any cause or not but i observe that it's working in some
> window
> system but not working some other windows system.
>
> working system configuration
> --------------------------------
> Window 10
> Ignite Home:\apache-ignite-2.7.6-bin
> Java Home:C:\Program Files\Java\jdk1.8.0_144
>
> CRUD operation working properly using ThickClient/Client.I have implemented
> thin client in a .net core application but it's not working.
>
> and throwing the following errors :"Failed to set schema for DB connection
> for thread [schema=TEST_CACHE_02_02_02]".
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to