Skip to content

Provisioning through TCP #1087

Answered by Mimetis
sojan1 asked this question in Q&A
Discussion options

You must be logged in to vote

I dont see filter declaration in your windows provisioning

 SqlSyncProvider serverProvider = new SqlSyncProvider(
      @"Data Source=SERVERMachine\SQLEXPRESS01; Initial Catalog=CORETEST; Integrated Security=true;Trusted_Connection=true;TrustServerCertificate=True;MultipleActiveResultSets=False;");
    var progress = new SynchronousProgress<ProgressArgs>(pa => Console.WriteLine($"{pa.ProgressPercentage:p}\t {pa.Message}"));
    var options = new SyncOptions
    {BatchDirectory = Path.Combine(SyncOptions.GetDefaultUserBatchDirectory(), "server") };
    var remoteOrchestrator = new RemoteOrchestrator(serverProvider);
    var setup = new SyncSetup("_clnt");
    await remoteOrchestrator.Provi…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sojan1
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants