@ella_s I have been able to recreate this issue. I'll look into it more and get back to you. Strange! But thanks for reporting it.
It looks like this was fixed in May and the fix is in b19254 or greater of 2019.0.
At the time I'm posting this you can get 2019.0.2 (b19260) here: http://www.safe.com/downloads
Additionally, this problem effects the RCaller as it uses the Inline Querier factory underneath.
It looks like this was fixed in May and the fix is in b19254 or greater of 2019.0.
At the time I'm posting this you can get 2019.0.2 (b19260) here: http://www.safe.com/downloads
Thanks @steveatsafe, we'll try upgrading to a newer version of server
Thanks @steveatsafe, we'll try upgrading to a newer version of server
Yes, that worked! Thanks @steveatsafe
Running into this issue on 19253 server. Is there any known workarounds? Need to have it working on server (which I'm holding off on upgrading until the .2 in November).
Tried writing it CARS to a table (feature reader), then reading the GEOMETRY table back in (feature reader) and applying the same where clause to a feature reader for the CARS, but it didn't return the same results.
And Geometry is set to First Feature.
SELECT *
FROM GEOMETRY, CARS
WHERE (GEOMETRY.ROUTE_NAME=CARS.route) AND (GEOMETRY.PRIMARYMP BETWEEN CARS.startmp AND CARS.endmp) AND (GEOMETRY.SECONDARYMP BETWEEN CARS.startmp AND CARS.endmp);
Running into this issue on 19253 server. Is there any known workarounds? Need to have it working on server (which I'm holding off on upgrading until the .2 in November).
Tried writing it CARS to a table (feature reader), then reading the GEOMETRY table back in (feature reader) and applying the same where clause to a feature reader for the CARS, but it didn't return the same results.
And Geometry is set to First Feature.
SELECT *
FROM GEOMETRY, CARS
WHERE (GEOMETRY.ROUTE_NAME=CARS.route) AND (GEOMETRY.PRIMARYMP BETWEEN CARS.startmp AND CARS.endmp) AND (GEOMETRY.SECONDARYMP BETWEEN CARS.startmp AND CARS.endmp);
Getting by until we upgrade to 2019.2 when it comes out by using windows task scheduler on my machine. For those running into this issue, contact @siennaatsafe for an unsupported workaround that may or may not work.