Eric Robishaw

Results 5 comments of Eric Robishaw

**Found a quick fix:** set entity.$$treeLevel = -1 for all child-less entities. **Then, fix the following code:** *_ui.grid.js, *_ `finaliseAggregations: function( row ){ if ( row == null || typeof(row.treeNode.aggregations)...

**also experiencing this with SQL Server:** Note, there are 2 server nodes... the job mentioned in the exception is a very long running job (90 minutes), but this is happening...

@Danielku15 It's not as simple as saying " X is mapped to geodetically mapped to Longitude and Y to latitude." when writing to SQL server, via the SqlByte Writer, it...

What I've discovered then, is that if you have a Point object like this: ``` var MyPoint = new Point(-101.03833364223743, 31.535887004561406); //some place in west texas MyPoint.SRID = 4326; ````...

I'd be willing to bet dollars to doughnuts (whatever that means) internally the problem is related to a duplicate thread job having been created accidentally On Wed, Nov 16, 2016...