Yellowfin 7.4 and Geometry field type (SQL Server)
Completed
Doesn't Yellowfin support the geometry field type from SQL Server anymore?
I've a Yellowfin 7.3+ installation that does support it and a Yellowfin 7.4 installation that doesn't. Same database, same connection, same credentials.
Hi Jurgen,
We did not remove any functionality in 7.4, so if you are experiencing problems with past functionality, chances are that it is a bug.
Can you elaborate a bit on what is going wrong, maybe include the stack trace for any error you are seeing as well?
Regards,
Nathan
Hi Jurgen,
We did not remove any functionality in 7.4, so if you are experiencing problems with past functionality, chances are that it is a bug.
Can you elaborate a bit on what is going wrong, maybe include the stack trace for any error you are seeing as well?
Regards,
Nathan
Hello Nathan,
we have developed a database with a lot of OpenData and GeoData. For the Netherlands we have information like province, city, regio, etc. with polygon data. We converted the polygon (Multipolygon, Point) data to the geometry datatype in SQL Server. This works faster (field is a lot smaller).
I've a Yellowfin 7.3+ and a Yellowfin 7.4 running, both in Microsoft Azure on Ubuntu. The 7.3+ works fine with these geometry fields, but the 7.4 doesn't. It shows empty values.
I now use the Polygon/Multipolygon/Point values again (with datatype varchar(max)), but it looks like some values are to large, so it doesn't display correct, and it's also slower than geometry.
I can make printscreens but it's just showing what I just explained above.
Regards,
Jurgen
Hello Nathan,
we have developed a database with a lot of OpenData and GeoData. For the Netherlands we have information like province, city, regio, etc. with polygon data. We converted the polygon (Multipolygon, Point) data to the geometry datatype in SQL Server. This works faster (field is a lot smaller).
I've a Yellowfin 7.3+ and a Yellowfin 7.4 running, both in Microsoft Azure on Ubuntu. The 7.3+ works fine with these geometry fields, but the 7.4 doesn't. It shows empty values.
I now use the Polygon/Multipolygon/Point values again (with datatype varchar(max)), but it looks like some values are to large, so it doesn't display correct, and it's also slower than geometry.
I can make printscreens but it's just showing what I just explained above.
Regards,
Jurgen
Hi Jurgen,
Sorry for the delay here. In my tests on the latest 7.4 this works as expected:
Am I missing anything replication wise?
Regards,
Nathan
Hi Jurgen,
Sorry for the delay here. In my tests on the latest 7.4 this works as expected:
Am I missing anything replication wise?
Regards,
Nathan
Replies have been locked on this page!