Tagged Questions
0
votes
2answers
74 views
Fix for stsadm export: An item with the same key has already been added
Current Issue:
When performing an export on a web I get the following error:
STSADM.EXE : An item with the same key has already been added.
I have tried checking in and checking out the file. ...
1
vote
1answer
4k views
Copy of same content database running on two web applications
I have a backup of content database (*.bak) file.
I have one web application running it now.
However I have restored it again under different name on my SQL Server.
I would like to create another ...
3
votes
2answers
122 views
Is there a way to detect if a content deployment is ready?
I need to detect if a content deployment between two different sharepoint 2010 farms is finished. Is there a way to achieve this programmatically? I've been looking around for some days now but ...
2
votes
1answer
260 views
Using the Content Deployment API, how to delete items from destination?
Inside a custom developed timer job, we're doing a selective list migration between an internal and external farm based on list item attributes, e.g. only copy to external if "Is Public" is checked. ...
2
votes
3answers
747 views
Object Reference Not Set Error in SPImport.Run()
I'm trying to move my site from a server to another.
I exported my site using Export-SPWeb, moved the data to destination server and ran the function below: (Taken from here.)
function ...