.net service method call error

2019-06-17 Thread Som Som
hello. I’m trying to deploy a service and call its method. Topology is one server and one client. Service: [Serializable] public class Service1 : IService, IPlusMinusService { [InstanceResource] private readonly IIgnite _ignite; private ICache _cache;

Re:

2019-01-28 Thread Som Som
t; used? > > What happens here is that Ignite expects some composite value type as > opposed to bare integer. Not so clear why yet. > > Regards, > -- > Ilya Kasnacheev > > > пн, 28 янв. 2019 г. в 14:12, Som Som <2av10...@gmail.com>: > >> >> hi, i&#

[no subject]

2019-01-28 Thread Som Som
hi, i'v got a roblem reading the cache throgh the odbc. cahche was created in .net, key type is string, value type is int. error text: SQL Error [5]: javax.cache.CacheException: Failed to execute map query on remote node [nodeId=c3ef8d97-09d0-432d-a0a2-7fd73e8413bc, errMsg=Failed to execute

backup mode

2019-01-07 Thread Som Som
hello. is it posible to change backup from 0 to 1 in existing cache?

continous query

2018-12-26 Thread Som Som
hello. i would like to use labda expression for initial and remote filters of continousquery. simething like this: [Serializable] public class ScanQueryFilter3 :ICacheEntryFilter { private readonly Expression, bool>> _pdct; public ScanQueryFilter3(Expression, bool>>

adding into baseline topology

2018-12-20 Thread Som Som
i am trying to add node into baseline topology: using (var ignite = Ignition.StartFromApplicationConfiguration()) { var baselineTopology = ignite.GetCluster().GetBaselineTopology(); var node = ignite.GetCluster().GetNode(Guid.Parse( "344BEAA8-4E59-467

rest api question

2018-09-13 Thread Som Som
Hi. What is a right way to add TestEntity(it has 2 fields) into the cache via REST API. This is how I created TestEntity cache: public class TestEntity { public string ValueString { get; set; } public DateTime ValueDateTime { get; set; } } class Program

Re: cache doesn't exist

2018-09-12 Thread Som Som
lways get the list of the all caches in cluster using > Ignite.cacheNames() method. > > Evgenii > > ср, 12 сент. 2018 г. в 13:26, Som Som <2av10...@gmail.com>: > >> Hello >> >> >> >> I created new cache using thin .net client: >> >

cache doesn't exist

2018-09-12 Thread Som Som
Hello I created new cache using thin .net client: public class TestEntity { public string ValueString { get; set; } public DateTime ValueDateTime { get; set; } } class Program { static void Main(string[] args) { var igni

Re: .net entity based configuration / datetime field error

2018-09-04 Thread Som Som
good practice for persisting date and time). > > Thanks, > Pavel > > [1] > https://apacheignite-net.readme.io/docs/sql-queries#section-java-type-name-mapping > > On Mon, Sep 3, 2018 at 7:10 PM Som Som <2av10...@gmail.com> wrote: > >> I’m connecting to the server

Re: .net entity based configuration / datetime field error

2018-09-03 Thread Som Som
I’m connecting to the server node via DBeaver (connection settings\ jdbc url - jdbc:ignite:thin://xxx.xx.xx.xx/). I can query DateTime field if I use Attributes Based Configuration and I get an error mentioned below in case of using QueryEntity Based Configuration. How to configure a cache with Que

.net entity based configuration / datetime field error

2018-09-03 Thread Som Som
Hello. if I use Attributes Based Configuration I can put enitity into the cache via key value api and than read rhis entity through the dbeaver(select * from testentity) *Code:* namespace Example { public class TestEntity { [QuerySqlField] public string ValueString

.net entity with datetime field / entity based conf

2018-09-01 Thread Som Som
Hello. if I use Attributes Based Configuration I can put enitity into the cache via key value api and than read rhis entity through the dbeaver(select * from testentity) *Code:* namespace Example { public class TestEntity { [QuerySqlField] public string ValueString

[no subject]

2018-08-17 Thread Som Som
I’v got an ignite java server node and a client node which is c# application public partial class TestEntityKey { public string s1 { get; set; } public string s2 { get; set; } } public partial class TestEntity { public string v1 { get; set;

sql query log

2018-08-16 Thread Som Som
hi. how can i log all the sql queries on the server node side?

Re: continous query remote filter issue

2018-08-09 Thread Som Som
; I'm not sure that C# has peer class loading. Are you sure that you have > this filter's code deployed on your server nodes? > > Regards, > > -- > Ilya Kasnacheev > > 2018-08-09 15:23 GMT+03:00 Som Som <2av10...@gmail.com>: > >> is there any informa

Fwd: continous query remote filter issue

2018-08-09 Thread Som Som
is there any information? -- Forwarded message - From: Som Som <2av10...@gmail.com> Date: ср, 8 авг. 2018 г., 16:46 Subject: continous query remote filter issue To: hello. It looks like peerAssemblyLoadingMode flag doesn’t work correctly in case of CacheEntryEventFilter:

continous query remote filter issue

2018-08-08 Thread Som Som
hello. It looks like peerAssemblyLoadingMode flag doesn’t work correctly in case of CacheEntryEventFilter: As an example: 1) This code works fine and I see “Hello world” on the server console. It means that HelloAction class was successfully transferred to server. class Program {

Re: remote filter of continous query.

2018-08-07 Thread Som Som
n code remotely. > > You can probably even use Apache.Ignite.exe for that. > > Regards, > > -- > Ilya Kasnacheev > > 2018-08-07 17:11 GMT+03:00 Som Som <2av10...@gmail.com>: > >> Hi. >> >> i'm trying to set up a remote filter for contino

remote filter of continous query.

2018-08-07 Thread Som Som
Hi. i'm trying to set up a remote filter for continous query using c# client and i see an error on the console window of my server node: ...platforms are not available... What could be the reason for that?

Re: odbc / cursor is in open state allready

2018-07-13 Thread Som Som
e/IGNITE-8838 Thanks, Pavel 2018-07-12 15:36 GMT+03:00 Som Som <2av10...@gmail.com>: > 2.5.0 > > чт, 12 июл. 2018 г., 12:47 Igor Sapego : > >> Hello, >> >> What is the Ignite version you are using? >> >> Best Regards, >> Igor >> >>

Re: odbc / cursor is in open state allready

2018-07-12 Thread Som Som
2.5.0 чт, 12 июл. 2018 г., 12:47 Igor Sapego : > Hello, > > What is the Ignite version you are using? > > Best Regards, > Igor > > > On Wed, Jul 11, 2018 at 7:47 PM Som Som <2av10...@gmail.com> wrote: > >> There is a system ("DS") which publish

odbc / cursor is in open state allready

2018-07-11 Thread Som Som
There is a system ("DS") which publishes data into MS db via odbc and *it works without any problems*. So i created cache instead of MS db table “T”, then as a test i connected via DBeaver and inserted test row and there was no problem. Next i installed ignite odbc driver and created dsn, but when

can't see caches via DBeaver

2018-07-05 Thread Som Som
Hello. I installed DBeaver in order to browse caches, configured the driver accordingly the instruction. As a result DBeaver successfully connected to server node, but there was no "City" cache in tables folder. Cache was created with the code attached below. Server node configuration

cache keys comparision

2018-04-25 Thread Som Som
hello, how does ignite compare the keys of cache? for example c# dictionary key object has two methods gethashcode and equals.

Re: continuous query - changes from local server only

2018-02-08 Thread Som Som
i've got both client and server nodes on each of 3 physical servers, that is my cluster. there is a partitioned cache, each server node stores only a part of keys. i start the application on my dev machine that app is also client of the cluster further i put new key into the cluster. i would like t

continuous query - changes from local server only

2018-02-07 Thread Som Som
hi. I have a cache with cachemode = partitioned and 2 server nodes that share parts of the cache data according to the affinity function. Then I run the client node on one of the computers where the server node is located. How to configure a continuous query on the client node to receive events on