Answered by:
Using the Microsoft Sync Framework with Microsoft Office SharePoint Server 2007

Question
-
is this a possibility? and how would one go about doing so?
- Moved by Liam Cavanagh - MSFTMicrosoft employee Thursday, January 21, 2010 4:57 PM (From:SyncFx - General)
Tuesday, December 18, 2007 4:59 PM
Answers
-
Hi LeonM,
Unfortunately we do not have such a sample at the moment, however I can describe how you would build such a scenario:
To construct such a scenario you would need to build two providers -
One provider would communicate with SharePoint (i.e. via SharePoint's web service API) and would work with lists. The other would communicate with your database (perhaps via ADO.NET) in terms of tables / rows. Each provider would be responsible for transforming between the data format of their store and some common in-memory format you use for data interchange between the providers.
Hope that helps,
Neil
Monday, May 12, 2008 9:55 PM
All replies
-
Hi Joshua,
It is possible to build sync provider for share point. The sync framework helps you to do that. One way to start is to check the NTFS Sample provider that ships with the framework SDK.
It would be helpful if you can give us more details on the scenario.
Thanks
Tuesday, December 18, 2007 7:24 PM -
Friday, May 2, 2008 9:24 AM
-
Hi LeonM,
Unfortunately we do not have such a sample at the moment, however I can describe how you would build such a scenario:
To construct such a scenario you would need to build two providers -
One provider would communicate with SharePoint (i.e. via SharePoint's web service API) and would work with lists. The other would communicate with your database (perhaps via ADO.NET) in terms of tables / rows. Each provider would be responsible for transforming between the data format of their store and some common in-memory format you use for data interchange between the providers.
Hope that helps,
Neil
Monday, May 12, 2008 9:55 PM -
Hi,
Does anyone comes with something to starts with (basic sample of a sharepoint list sync provider) ?
I would like to use sync framework also, to sync between sharepoint list and excel file.Tuesday, September 1, 2009 1:11 PM -
hi,I'm looking to sync between sharepoint document library and file system
if there is some sample code to start with....It would be really helpful.Saturday, September 5, 2009 8:37 AM -
hiwe're looking to sync between sharepoint document library and file system too. does anyone have a solution?Thursday, December 31, 2009 4:16 PM
-
hi,
@Denis one way sync between file system and Sharepoint doc library can be done. using the way files are synced between two folders, u can use file system as source and document library as destination. Then u alter the create, update, delete operations on the destination to do respective operation in the document library. when doing one way sync you dont need to check the changes in the document library.
Pankaj Bajpai. Prosares Solutions ASP.Net | Sharepoint | Consulting SharePoint | ASP.Net | Business Intelligence http://www.prosares.com http://www.linkedin.com/in/pankajbbajpai- Proposed as answer by Pankaj Bajpai Monday, January 4, 2010 11:40 AM
Monday, January 4, 2010 11:35 AM -
Denis,
I'm currently using SyncToy 2.1 and syncing with Sharepoint through DavWWWRoot capability... so basically you put your source file system on the left in SyncToy and the UNC path to the sharepoint document list in the right and specify contibute as the sync operation... Then you can just run the sync whenever you want and have the changes pushed to sharepoint.. Not sure how well it would scale... thats what I'm working out now.Tuesday, February 16, 2010 4:52 PM