Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DropAllAsync Error After upgrade from 0.9.7 to 0.9.8 #981

Open
mostafa4c opened this issue Mar 13, 2023 · 1 comment
Open

DropAllAsync Error After upgrade from 0.9.7 to 0.9.8 #981

mostafa4c opened this issue Mar 13, 2023 · 1 comment

Comments

@mostafa4c
Copy link

mostafa4c commented Mar 13, 2023

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

@VagueGit
Copy link
Contributor

VagueGit commented Mar 23, 2023

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.

@mostafa4c mostafa4c changed the title DropAllAsync Error After update from 0.9.7 to 0.9.8 DropAllAsync Error After upgrade from 0.9.7 to 0.9.8 Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants