Replies: 2 comments
-
I dont know |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, i think it was something to do with the provision. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i have an existing tables with all different relationships. i wanted to use that existing tables to sync against the server
Currently i am running using a proxy as mentioned in below link.
https://dotmimsync.readthedocs.io/Web.html
sync is working well with a new dummy database with 3 tables.
but when i use my existing database it can't create stored procedures on the sql server database for each tables. with the name _[tablename]_initialize
error
{Dotmim.Sync.Web.Client.HttpSyncWebException: [InternalApplyThenGetChangesAsync]..[InternalApplyThenGetChangesAsync]..[InternalGetChangesAsync].Directory:C:\WINDOWS\TEMP\DotmimSync.Supports MultiActiveResultSets:False.Is New:True.Interval:/4573000..[InternalReadSyncTableChangesAsync].SelectChangesCommand:[dbo].[_clnt_initialize].Table:_clnt.Is New:True.LastTimestamp:..Could not find stored procedure 'dbo._clnt_initialize'.
└ ─ Could not find stored procedure 'dbo._clnt_initialize'.
at Dotmim.Sync.Web.Client.WebRemoteOrchestrator.HandleSyncError(HttpResponseMessage response) in C:\Users\sojan.GEROC\Documents\Projects\Dotmim.Sync-master\Projects\Dotmim.Sync.Web.Client\Orchestrators\WebRemoteOrchestrator.cs:line 475
at Dotmim.Sync.Web.Client.WebRemoteOrchestrator.SendAsync(HttpStep step, IScopeMessage message, Int32 batchSize, CancellationToken cancellationToken) in C:\Users\sojan.GEROC\Documents\Projects\Dotmim.Sync-master\Projects\Dotmim.Sync.Web.Client\Orchestrators\WebRemoteOrchestrator.cs:line 401
at Dotmim.Sync.SyncPolicy.d__17
1[[System.Net.Http.HttpResponseMessage, System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]].MoveNext() in C:\Users\sojan.GEROC\Documents\Projects\Dotmim.Sync-master\Projects\Dotmim.Sync.Core\SyncPolicy.cs:line 104 at Dotmim.Sync.Web.Client.WebRemoteOrchestrator.ProcessRequestAsync(IScopeMessage message, HttpStep step, Int32 batchSize, CancellationToken cancellationToken, IProgress
1 progress) in C:\Users\sojan.GEROC\Documents\Projects\Dotmim.Sync-master\Projects\Dotmim.Sync.Web.Client\Orchestrators\WebRemoteOrchestrator.cs:line 292at Dotmim.Sync.Web.Client.WebRemoteOrchestrator.InternalApplyThenGetChangesAsync(ScopeInfoClient cScopeInfoClient, ScopeInfo cScopeInfo, SyncContext context, ClientSyncChanges clientChanges, DbConnection connection, DbTransaction transaction, CancellationToken cancellationToken, IProgress
1 progress) in C:\Users\sojan.GEROC\Documents\Projects\Dotmim.Sync-master\Projects\Dotmim.Sync.Web.Client\Orchestrators\WebRemoteOrchestrator.ApplyChanges.cs:line 57 at Dotmim.Sync.SyncAgent.SynchronizeAsync(String scopeName, SyncSetup setup, SyncType syncType, SyncParameters parameters, CancellationToken cancellationToken, IProgress
1 progress) in C:\Users\sojan.GEROC\Documents\Projects\Dotmim.Sync-master\Projects\Dotmim.Sync.Core\SyncAgent.cs:line 483at MauiAppClient.ViewModels.SyncViewModel.ExecuteSyncCommand(SyncType syncType) in C:\Users\sojan.GEROC\Documents\Projects\Dotmim.Sync-master\Samples\MAUI\MauiAppClient\ViewModels\SyncViewModel.cs:line 96}
Beta Was this translation helpful? Give feedback.
All reactions