Hi,
I want stop syncing two of the tables that are already provisioned because they are not going to be used anymore. If i comment out the table from scope xml file, i am getting internal server error while syncing. This
was captured in the log file:
ERROR , 39, 11/21/2014 10:44:02, System.NullReferenceException
Object reference not set to an instance of an object.
at Microsoft.Synchronization.Services.SqlProvider.SqlSyncProviderService.CreateNewScopeForClient()
at Microsoft.Synchronization.Services.SqlProvider.SqlSyncProviderService.GetChanges(Byte[] serverBlob)
at Microsoft.Synchronization.Services.DownloadChangesRequestProcessor.ProcessRequest(Request incomingRequest)
at Microsoft.Synchronization.Services.SyncService`1.ProcessRequestForMessage(Stream messageBody)
I have commented out the filter parameters file which refers to the commented table. Am i missing anything? what the usual procedure followed when it comes to remove a table from the scope of provisioning?
Thanks