what are the options to move/copy list from siteA to siteB thats on another server
I would like some more info on how to to move/copy list items from siteA to siteB thats on another server?The list have attachments attached to some items...The options i can think of now are:Sharepoint Custom Activitishttp://www.codeplex.com/SPDActivitiesJquery lib for sharepoint web serviceshttp://spservices.codeplex.com/Not sure if i can make use of stsadm cmds.Any ideas would be appreciated.Basically i want to keep two lists in sync but they both aren't on the same server.Thanks inAdvance
January 14th, 2010 11:34pm

Gary Lapointe has some stsadm extensions that interact with the content deployment feature. You can see some details here: http://stsadm.blogspot.com/2007/09/importexportcopy-lists.html You could also write a custom SP Designer action or implement an action that supports calling a web service, moving the logic there. You could also write an event handler that that triggers the move, but I would probably go with a SPD workflow to help with automation before taking that on.SharePoint MVP | Developer | Administrator | Speaker-- Twitter -- Blog - http://nextconnect.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
January 15th, 2010 12:01am

Thanks MikeWillhttp://stsadm.blogspot.com/2007/09/importexportcopy-lists.htmlwork across sites?e.g from Site A to Site B on another server
January 15th, 2010 1:58am

I don't have any experience with the Content Deployment, but it is for moving content between sites and farms. Think about writing articles on one server and then publishing it for consumption somewhere else. Here is a full run down on the Content Deployment Features. http://technet.microsoft.com/en-us/library/cc263428.aspx I need to read up on them myself as I'm not as familiar with the details as I would like. SharePoint MVP | Developer | Administrator | Speaker-- Twitter -- Blog - http://nextconnect.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
January 15th, 2010 8:58am

Hi Mike, I have just spend some hours trying to use garys stsadm cmd herehttp://stsadm.blogspot.com/2007/08/stsadm-commands_09.htmlI have a list on a Subsite A that i need to export.(http://myserver:4040/sites/Test/Misc/Lists/SC/AllItem.aspx)And then import it to another subsite B .(http://myserver2:4040/sites/CCC/Misc/Lists/SC/AllItem.aspx)I did create the subsite MISC intentionally on site subsite B so that the URL could be the sameBut i have some questionns regarding the command:I used C:\>stsadm -o gl-exportlistbut i noticed in the log file it also did export all other lists and documents lib under the MISC Subsite A:(.So when i do stsadm –o gl-importlistit cmd stops and complain that those lists and document libs don't exist in SUBSITE B which is true.Later i tried using C:\>stsadm -o gl-exportlistitem andC:\>stsadm -o gl-importlistitemBut it did the same.How can i just export all items in a specific list.THanks in Advance
January 18th, 2010 2:12am

I'm not sure, you might need to follow up with Gary. If you specified the list view then it should only export those items. I'm not sure why the other content would have been included.SharePoint MVP | Developer | Administrator | Speaker-- Twitter -- Blog - http://nextconnect.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
January 18th, 2010 9:51am

Mike do you have any idea if i can use SPD workflow http://spdactivities.codeplex.com/to copy list items across servers?e.g http://myserverA/sites/policelist to http://myserverB/sites/policelistI have no ideas what will be the best way to copy list items across.Any solutions out there?Thanks
January 19th, 2010 11:21pm

I'm not sure, I haven't had to use it to move things between servers, but since it shows the full server path its possible and worth a try. If that doesn't work, I've used the iLoveSharePoint custom actions to call a web service. In this case you could just call the list web service on the destination server. http://www.codeplex.com/iLoveSharePoint/Release/ProjectReleases.aspx?ReleaseId=20898 An event handler or custom action could also be built as well.SharePoint MVP | Developer | Administrator | Speaker-- Twitter -- Blog - http://nextconnect.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
January 19th, 2010 11:45pm

ok. thanks Mike i'll give it a try. I have actually used Sharepoint Designers xml webservice to retrieve the list from the remote site. The only issue i have is attachments are attached to items and unfortunately that server is using Windows Auth whilst the site that is showing the data is using FBA. So when they click the attachment link they would have to autheticate and i don't want that. Regading data only thats done but the attachment to list is the issue
January 20th, 2010 7:10am

Mike the http://spdactivities.codeplex.com/doesn't work across services or servers:)Tired it:(
Free Windows Admin Tool Kit Click here and download it now
January 26th, 2010 10:15pm

Hello, have you tried bu using the list template check below link. http://office.microsoft.com/en-us/sharepoint-server-help/copy-or-move-a-list-by-using-a-list-template-HA101782479.aspxHiren Patel
July 6th, 2012 7:36am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics