Sync encountered errors: Table: SETTINGS, ex:BirdDogSoftware.Domain.DatabaseException: 207 Invalid column name 'ID'.
The Settings table in Macola ES only has a multi-column key so it is not syncable by our system.
The fix for this is to remove the settings record from the synctables. The following query will do that.
delete from BDSyncTables where Tablename='settings'
If the is value is restored into the table, then the error will persist.