You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two SQL servers syncing using SqlSyncChangeTrackingProvider.
After updating to 0.9.7 to 0.9.8, sync fails with the following log:
Created agent [ClientDB, SqlSyncProvider] => [ServerDB, SqlSyncProvider]
0,0%: ClientDB: Session Begins. Id:4b33cc16-e92a-4fa6-9a77-357001c35c28. Scope name:DefaultScope.
0,0%: ClientDB: - Temporary renamed scope_info to tmpscope_info.
100,0%: ClientDB: Session Ends. Id:4b33cc16-e92a-4fa6-9a77-357001c35c28. Scope name:DefaultScope.
100,0%: ServerDB: Session Ends. Id:4b33cc16-e92a-4fa6-9a77-357001c35c28. Scope name:DefaultScope.
.\SQL|Dotmim.Sync.SyncException: [InternalCreateScopeInfoTableAsync].ScopeType:ScopeInfo..There is already an object named 'PKey_scope_info_server' in the database.
Could not create constraint or index. See previous errors.
---> Microsoft.Data.SqlClient.SqlException (0x80131904): There is already an object named 'PKey_scope_info_server' in the database.
Could not create constraint or index. See previous errors.
at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
...
The text was updated successfully, but these errors were encountered:
I have two SQL servers syncing using SqlSyncChangeTrackingProvider.
After updating to 0.9.7 to 0.9.8, sync fails with the following log:
The text was updated successfully, but these errors were encountered: