Skip to main content
Solved

Parameters ignored for file geodb reader

  • November 19, 2014
  • 1 reply
  • 12 views

Hi,

 

 

My workspace reads 2 file geodatabases containing both several feature classes.

 

10 parameters (5 for each file geodb) are set by the user (or other workspace):

 

- min/max XY (4)

 

- max features to read (1)

 

All file geodb parameters are linked to the correct published parameter.

 

When running the workspace all parameters are ignored and all data is read.

 

 

Even removing the published parameters and setting the reader parameters manually does not solve the problem. Even manually setting the parameter "max features to read" to "0" results in reading the complete dataset.

 

 

Workspaces are created in FME2014 SP3 (build 14391 - WIN64)

 

 

Any insights on this issue?

 

 

Kind regards,

 

Rob

Best answer by tg

Hi Rob,

 

 

numbers smaller than 1 are ignored. So isn't a good idee to test with max feature to read = 0.

 

min/max x/y workes fine in my workspaces. Do you have set other parameters?

 

 

Thomas

 

 
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

  • Best Answer
  • November 19, 2014
Hi Rob,

 

 

numbers smaller than 1 are ignored. So isn't a good idee to test with max feature to read = 0.

 

min/max x/y workes fine in my workspaces. Do you have set other parameters?

 

 

Thomas