SelectSchemaQueryFailed
Error Details:
#Exception Type#: DataSplice.Db.DbException
Failed to prepare the resultset query
Explanation:
The query is invalid against the specified database.
Cause
When a new DataSplice instance is created by copying from another instance,
Tables that were created or managed by DataSplice have not yet been created for the new database.
( Ex. copying a DEV DataSplice instance into a PROD environment )
Solution:
Make a trivial edit to the DataSplice view managing the table and save it. This will cause the data source to create the table.