@michaelgillum
Okay, but the error is coming from MSSQL, as far as I can tell. Check your log on the database, maybe it’ll tell you more details.
Have you tried adding the databaseName=YourDatabaseNameHere
to the Connection String?
https://stackoverflow.com/questions/44543855/jdbc-invalid-object-name-table-name
(found by doing an internet search for sql server jdbc "Invalid object name"
)
It might have something to do with the JDBC connection driver, but as I said before, it will be upgraded in 0.34.0 (coming soon)