Created a view in the database in a database called ETO. Set up the Environment, ran the scan, and set it up as an On-Demand and nothing shows up and the DVID table is empty.
alter view dbo.newerCars as
SELECT top(10000)
[make]
,[model]
,[ModelYear]
,[Vehicle_type]
,[Destination Market]
,[Plant Country]
,[Manufacturer Name]
, [VIN]
FROM [dbo].[CAN<Company>Resultsets]
where Vehicle_type ='Passenger Car' and ModelYear >=2017 and [Plant Country] in ( 'Canada','MEXICO','UNITED STATES (USA)')
TDM Web Portal Build 4.9.437 repository is SQL Server 2012.
Component : Web Portal - Find & Reserve
Needed to add a primary key.
Add a primary key to the underlying table and make it the model key.