Written
December 19, 2012
i am getting the following error, what is wrong in it?
[Sync Error]:Error occurs during sync. Please check logs below.
[Download Change Response Error]: 500 Response: <ServiceError xmlns="http://schemas.datacontract.org/2004/07/Microsoft.Synchronization.Services" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><ErrorDescription>Microsoft.Synchronization.Data.DbSyncException
 Cannot enumerate changes at the RelationalSyncProvider for table 'List'. Check the inner exception for any store-specific errors.
 at Microsoft.Synchronization.Data.RelationalSyncProvider.EnumerateChangesInternal(DbSyncScopeMetadata scopeMetadata)
 at Microsoft.Synchronization.Data.RelationalSyncProvider.GetChanges(DbSyncScopeMetadata scopeMetadata, DbSyncSession DbSyncSession, UInt32 memoryBatchSize)
 at Microsoft.Synchronization.Data.RelationalSyncProvider.GetChangeBatch(UInt32 batchSize, SyncKnowledge destinationKnowledge, Object& changeDataRetriever)
 at Microsoft.Synchronization.Services.SqlProvider.SqlSyncProviderService.GetChanges(Byte[] serverBlob) in C:\Microsoft Sync Framework Toolkit\C#\SyncServiceLib\SqlProvider\SqlSyncProviderService.cs:line 340
 at Microsoft.Synchronization.Services.DownloadChangesRequestProcessor.ProcessRequest(Request incomingRequest) in C:\Microsoft Sync Framework Toolkit\C#\SyncServiceLib\RequestProcessor\DownloadChangesRequestProcessor.cs:line 112
 at Microsoft.Synchronization.Services.SyncService`1.ProcessRequestForMessage(Stream messageBody) in C:\Microsoft Sync Framework Toolkit\C#\SyncServiceLib\SyncService.cs:line 154
 
 System.Data.SqlClient.SqlException
 Procedure or function 'List_selectchanges' expects parameter '@UserID', which was not supplied.