Hello All –
I’ve been using SQLite databases to store and return information through the engine for a while, and it’s been a really simple and useful tool to have on hand. However, I have a database and process that’s baffling me right now. The engine is able to read, insert, and delete to/from the database I’ve created through the testing tool (route test and proc test), but when I actually move a message through the engine via thread and route, I get “Could not open database: unable to open database file” from the error catch.
I’ve rebuilt the thread, isolated the procedure from any others in the proc stack by creating a temp dummy route with only the proc on it, rebuilt the SQLite database from scratch, etc. Still no luck.
Any ideas on why the proc works in one, but not the other?
Kind Regards,
Jon Christian