The Sync Group is currently in preview and I've setup a sync group for an Azure sql database to sync one-way to an on-premise sql 2014 instance.
The setup process went well, including installing the local sync agent on our server. No errors.
The issue comes to selecting the tables to sync. Selecting all of them was an instant failure, as when I clicked Sync, I was given the error:
So, I selected only one table, when was successful. I repeated this, one by one, ensuring xml columns were de-selected as these are not supported, right up until the last one, the Results table, which fails.
Any idea why this table would cause the error?
UPDATE
I've pinpointed the issue to the Results PlayerId. When I de-select this field, no error is shown when I start the sync (but this won't work as it'd a FK that can't be null). Data types are the same in primary key and foreign key.