We are trying to setup a Watch process using Database Emulation, and when we place a data file into the watched incoming directory, it passes the data file to the process, but the output does not contain any data…any suggestions on what we might be missing in our setup?
Your data file being your database I guess?
Then you need to have that database file stored into a fixed location (you can do this with a Send To Folder step, most likely by given it a fixed name as well).
Then your Database plugin will read from that database. A new database comes in and will overwrite the old one, still using the same name.