On 3/8/24 13:38, Scott Derrick wrote:
I'm actually indexing from xml files so not connected to a database for data and don't need jdbc.
Ah. I don't know then.When using the database, 0 requests to data source usually means you fail to connect to the DB, and if the DSN has not changed then it's likely missing the drivers.
Sorry Dima