79133511

Date: 2024-10-28 13:10:57
Score: 0.5
Natty:
Report link

I discovered that you can't send the schema name along with it. Even though it's stated in the documentation.

instead of:

setup.Tables["dbo.Tennants"].SyncDirection = SyncDirection.DownloadOnly;

the correct one:

setup.Tables["Tennants"].SyncDirection = SyncDirection.DownloadOnly;

Subtle, but the error didn't show this, I discovered it through the author's own answer.

https://github.com/Mimetis/Dotmim.Sync/issues/1256

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Dorath