We are using sharepoint 2007,We have two site, both sites are on different server. According to requirement we need to copy custom list from one server to another on daily/weekly basis. We want to automate this process. Is there any way by which we can do this programatically.

Thanks in advance, Rushikesh

link|improve this question

52% accept rate
feedback

1 Answer

  1. For scheduling you can use SharePoint Timer Jobs.

  2. For the second part, copying list, I am assuming you want to copy the List Items. You can use SharePoint List Web Service for submitting items to a remote server.

link|improve this answer
Hi Nitin,Thanks for giving reply. Yes we need to copy list items on destination server site. Do you have any code or reference link for the same ? – Rushikesh Dec 2 '11 at 8:53
A quick google for following should give you lot of links - Add List Item using SharePoint List Web Service. – Nitin Rastogi Dec 2 '11 at 8:57
Reference Link - sharepointdynamics.net/2011/08/…. The link talks about doing from JavaScript but methodology would be same for you when calling from the timer job. – Nitin Rastogi Dec 2 '11 at 8:58
:) Thanks a lot Nitin – Rushikesh Dec 2 '11 at 9:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.