配置好了后在执行更新方法时报错。
 SyncOrchestrator syncOrchestratorSecond = new SyncOrchestrator();//第二组
                //syncOrchestratorSecond = new SyncOrchestrator();
                syncOrchestratorSecond.LocalProvider = new SqlSyncProvider("Second", clientConn);
                syncOrchestratorSecond.RemoteProvider = new SqlSyncProvider("Second", serverConn);
syncOrchestratorSecond.Direction = SyncDirectionOrder.DownloadAndUpload;
                ((SqlSyncProvider)syncOrchestratorSecond.LocalProvider).ApplyChangeFailed += new EventHandler<DbApplyChangeFailedEventArgs>(Program_ApplyChangeFailed);
                SyncOperationStatistics syncStatsSecond = syncOrchestratorSecond.Synchronize();报错内容无法对表“mjb_account”执行命令“BulkUpdateCommand”;该事务已回滚。请确保命令语法是正确的。希望知道的人帮帮忙啊,我实在搞不定了。