Hi,
I have a query that reads data from a view. When I run the workspace that executes the query locally, it executes.
If I then set the workspace to FMEflow, the query no longer works. Local and FMEflow use the same Oracle client version.
The error message is meaningless: SQLCreator_11_<Rejected>: Termination Message: 'SQLCreator_11 output a <Rejected> feature. To continue translation when features are rejected, change 'Workspace Parameters' > Translation > 'Rejected Feature Handling' to 'Continue Translation''
The query does an select with a group by on a view. The same query runs in SQLdeveloper without errors.
The only strange thing i see is when i skip the 'group by' that there are fields with the value "<Missing>" Normally i see Null.


