Good day! I am creating a Bidirectional data synchronization application between a SQL Server Express and a remote server using the Sync Framework 2.1. The express is the client server and the remote is the server. When I provision the server for synchronization, the respective tables and the scope is performed without giving an error, the error comes when I try to provision the client. What permissions should I have on the server or on the client to work without throwing this error?
The current operation could not be completed because the database did not is provisioned for synchronization or you do not have permission to the synchronization configuration tables.
I thank you in advance.