Having an issue when trying to configure a RealTime Lookup process and have it query and pull back information from a view not a table. When configuring the RTL it can see the view correctly so the ODBC is working correctly, however, when the process is ran the error message that is provided is "Invalid object name 'vwEmployee'". So I am not sure why it is not pulling anything back from the view.
We also tried to write a custom query and this does not produce an error, however, it also does not pull and populate any metadata either in the QF Session. Has anyone else had experience with querying the view instead of the table?