I configured 1 server node with : Name = "cars", CacheStoreFactory = new AdoNetCacheStoreFactory(), KeepBinaryInStore = true, ReadThrough = true, WriteThrough = true The second one with ClientMode = true just accesses the cache by its name and performs all operations. From: Sudhir Patil Sent: Wednesday, November 13, 2019 4:56 PM To: [email protected] Subject: Re: Ignite.Net Read through approach - error : could not create .Net cachestore Alexandr, Ok. But what is type of those 2 nodes ???
On Wednesday, November 13, 2019, Alexandr Shapkin <[email protected]> wrote: Sudhir, > Are there any samples for ReadThrough operation done from normal ignite client node? I tried the AspNetCachestore example with two nodes and it worked well for me. > I can not share snippet now but I will try to type it later...:( That’s ok. Feel free to add details whenever you get ready. From: Sudhir Patil Sent: Wednesday, November 13, 2019 4:30 PM To: [email protected] Subject: Re: Ignite.Net Read through approach - error : could not create .Net cachestore Alexandr, I can not share snippet now but I will try to type it later...:( I am getting cacheexception with message as - could not create .Net CacheStore. From ignite samples i rendered same sample code e.g. AspNetCachestore one. This works when used with thin client but when I use it with normal ignite node with ClientMode =true, it is throwing above exception with that message when I call GetCache function call from client node for a key from cache created in server node. Are there any samples for ReadThrough operation done from normal ignite client node? Sudhir On Wednesday, November 13, 2019, Alexandr Shapkin <[email protected]> wrote: Sudhir, What exception are you getting? Can you share a full stacktrace/code snippet? Most likely you have an issue with the underlying DB configuration. You could have a look at Pavel’s examples for 3rd party persistence: https://github.com/ptupitsyn/ignite-net-examples From: Sudhir Patil Sent: Wednesday, November 13, 2019 3:07 PM To: [email protected] Subject: Re: Ignite.Net Read through approach - error : could not create .Net cachestore I am extremely sorry for typing mistakes. Hi All, 1) Server node - using Ignition.Start. On Server node cache is created with ReadThrough = true with CacheStoreFactory value set to property implementation. 2) Client one - using Ignition.Start (for client with Ignition.ClientMode = true). With this when i do 1st GetCache call for same cache from client mode, hoping it will do a readthrough operation connecting db & filling the data in cache, i am getting error as - could not create .Net CacheStore. Can you please help me on this? On Wednesday, November 13, 2019, Sudhir Patil <[email protected]> wrote:
Hi All, 1) Server node - using Ignition.Start. On Server node cache is created with ReadThrough = true with CacheStoreFactory value set to property implementation. 2) Client one - using Ignition.Start (for client with Ignition.ClientMode = true). With this when i do 1st GetCache call, on same cache from client mode, hoping it will do a readthrough operation connecting db & filling the data in cache, i am setting terrorist as could not create .Net CacheStore. Can you please help me on this?
-- Thanks & Regards, Sudhir Patil, +91 9881095647.
-- Thanks & Regards, Sudhir Patil, +91 9881095647.
-- Thanks & Regards, Sudhir Patil, +91 9881095647.
-- Thanks & Regards, Sudhir Patil, +91 9881095647.
|