Hello! I don't see IndexHistory anywhere in your config file.
Most likely you need to make sure that binary object names for keys and values match between your SQL, Java and .Net. To do that, you would likely need to enable simple name binary mapping, and make sure that all simple names are spelled identically. Please see https://apacheignite-net.readme.io/docs/platform-interoperability Regards, -- Ilya Kasnacheev пн, 17 сент. 2018 г. в 13:40, wt <waynethe...@gmail.com>: > hi Ilya > > Table initialised? it is a rmdbs integrated here is the config file > Cluster-server.xml > < > http://apache-ignite-developers.2346864.n4.nabble.com/file/t604/Cluster-server.xml> > > > here is the class > > class IndexHistory > { > > [QuerySqlField] > public int VD { get; set; } > > [QuerySqlField] > public double SHARESININDEX { get; set; } > > [QuerySqlField] > public string NAME { get; set; } > > [QuerySqlField] > public string ISIN { get; set; } > > [QuerySqlField] > public string SEDOL { get; set; } > > [QuerySqlField] > public string RIC { get; set; } > > [QuerySqlField] > public double CLOSE { get; set; } > > [QuerySqlField] > public decimal RATE { get; set; } > > } > > > > -- > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ >