Dotmim.Sync icon indicating copy to clipboard operation
Dotmim.Sync copied to clipboard

DropAllAsync Error After upgrade from 0.9.7 to 0.9.8

Open mostafa4c opened this issue 1 year ago • 1 comments

var agent = new SyncAgent(serverProvider, clientProvider);
await agent.LocalOrchestrator.DropAllAsync();

return error [DropAllAsync]..[InternalGetSchemaAsync]..[InternalGetTableSchemaAsync].Table:HR_empvacationdata..[SetPrimaryKeysAsync].Table:HR_empvacationdata..Table HR_empvacationdata does not have any primary key.

this Table:HR_empvacationdata not in Sync process in 0.9.7 no error return

mostafa4c avatar Mar 13 '23 09:03 mostafa4c

I am experiencing something similar (I think) after upgrade from DMS 0.9.7 to 0.9.8. Calling await webServerAgent.RemoteOrchestrator.DropAllAsync(); now throws [DropAllAsync]..[InternalGetSchemaAsync]..[InternalGetTableSchemaAsync].Table:scope_info_server..[FillSyncTableWithColumns].Table:scope_info_server..In table scope_info_server, the Column name sync_scope_name is not allowed. Please consider to change the column name.

VagueGit avatar Mar 23 '23 04:03 VagueGit