Content deployment is a feature of Microsoft SharePoint Server that you can use to deploy content from a source site collection to a destination site collection.
9
votes
2answers
324 views
Content deployment deploys everything except list contents (PDF's, excel docs) - Log included
Background of problem
We are developing an extranet. It's primary purpose is to share pdf's and xls files with external customers. After content deployment, everything works as expected, except the ...
5
votes
3answers
293 views
Content deployment un-hiding navigation items?
SharePoint 2007 Enterprise, SP2, no post-SP2 CUs.
We have a pretty standard staging -> production content deployment job that runs nightly to move over any new or modified content that had been ...
5
votes
2answers
1k views
Using the Content Deployment APIs, ListItem are duplicated, when documents are not
I am making a tool to migrate/update specific content (list items and documents) from a farm to another. A little bit like the SharePoint Content Deployment Wizard, but with custom specifications from ...
4
votes
3answers
601 views
Why use an authoring server *and* a production server
I've been reading the topology document for SharePoint 2010 content deployment and am trying to explain the benefits of a 2-stage (authoring and production) or even 3-stage (authoring, staging, ...
4
votes
2answers
622 views
master page across multiple site collections
I've got a branding feature, deployed in multiple site collections, including the master and system master pages.
The goal is that if a power user does some changes to one of these master pages, ...
4
votes
2answers
325 views
How to “seed” default content into newly provisioned site definitions in SharePoint 2010?
We have a publishing site definition that we have created in Visual Studio 2010. It is working great and provisions the sites just fine. We have a need to have starter content inside the sites. All ...
3
votes
3answers
2k views
How to create a package to deploy (everything)?
I've a Sharepoint site which have custom Theme, Layout, WebParts (third-party - no source code), custom user controls (with source code), and the site backup (.dat) which we took from command prompt ...
3
votes
4answers
1k views
Content deployment - synchronizing lists in two environments
I'm working on a project with a typical scenario where authors are maintaining content on internal network (let's call it InAuthoring) and uses "content deployment" feature to flush the content to ...
3
votes
2answers
56 views
Architecture: How do you store single pieces of information?
I am building a solution in which each Site Collection represents a single contained unit. The members of that unit will be using SharePoint to track information that describes their unit at the root ...
3
votes
1answer
182 views
Content Deployment job failing because of mismatched feature versions
I have content deployment (using database snapshots) configured between an authoring and production SharePoint 2010 environment.
I have a feature called PublishingContent_ContentTypes which I ...
3
votes
1answer
43 views
SP2010: What happens when starting several Content deployment jobs at the same time?
what happens if I start several content deployment jobs synchronously in different site collections by ContentDeploymentJob.Run()? Are the jobs definitely executed one after another?
Thanks!
3
votes
3answers
244 views
SP version history is different from version history dispayed in Office application
Have you any idea why office application like Excel or Word shows different name in version history than SP version history? This is version history of some Excel file viewed through SP GUI:
... ...
3
votes
2answers
121 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 ...
3
votes
1answer
146 views
Import&Export Sharepoint Lists / Deploy this with VS2010
I created a webpart which grabs content of two Lists in Sharepoint, is used as source.
Its working very well and i like the way users can change content. Is there an way to export my ...
2
votes
2answers
6k views
Export-SPWeb / Import-SPWeb could not find file ExportSettings.xml
I have encountered an error in the web export/import routine. The thing is that the feasibility of import seems to depend on the statу of the web.
I have several subsequent export packages of the ...
2
votes
3answers
3k views
Error: 'A list … with the specified title already exists'
We're trying to do content deployment from one SP2010 server to another, and it keeps throwing this error on one of the web sites:
An unexpected error has occurred. Lists/FAQ/AllItems.aspx
...
2
votes
3answers
250 views
MOSS 2010 Content Deployment Reset List ID's
We want to synchronize data across several environments that are not production, ie dev, test ect. We have several list that are set to order by ID. The problem is that when doing the content ...
2
votes
1answer
32 views
Content Deployment and what happens when deployed files change on the remote server?
A quick and simple question which I can't find a definite answer on:
When using Content Deployment to e.g. deploy a subweb from Farm A to Farm B, Farm A is the "Master".
What happens the next ...
2
votes
1answer
684 views
“File cannot be imported because its parent does not exist.” error
We're trying to run a content deployment job from our development server to test and it throws this error:
The file SiteAssets/Forms/Document cannot be imported because its parent /logistics does not ...
2
votes
3answers
745 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 ...
2
votes
3answers
97 views
Deployment scenarios which are not possible by using SharePoint Solution mechanism
I am a big fan of SharePoint Solution deployment mechanism but I was once asked is there any scenario which can not be deployed by just using SharePoint solution deployment mechanism or is only ...
2
votes
1answer
88 views
How to identify which object is causing the problem in content deployment?
Apart from the manifest.xml in exportedfiles.cab, Event Viewer and the ULS logs, is there any way to identify which object is causing the problem in content deployment?
2
votes
2answers
1k views
SharePoint 2010 package site collection for deployment to production
I want to move a site collection "MY SITE" from my development environment to my client's Production environment. Is there any best practice to do it in SP2010?
2
votes
1answer
212 views
Content Deployment performance issues
I'm struggling with Content Deployment tool on SP 2010 in these days, because it is the only way, how to repair our permission issue, however, it brings a lot of another small headaches with it even ...
2
votes
1answer
397 views
Limit visibility of Site Content and structure, customize Sitemanager.aspx?
In my current scenario the users would like to move wiki pages from one folder to another.
The only way to do this is using the site content and structure and it works fine.
However, the site ...
2
votes
0answers
27 views
Creating an authoring instance
We have a single production farm for our SharePoint 2010 server, behind our firewall and only accessible via the intranet. Is it possible to add an authoring server to our topology? Departmental ...
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. ...
1
vote
1answer
57 views
Content Deployment - Resuming from a messed up deployment
We have an incremental CD running, say from stage to production, and for some reason yesterday the export worked and import failed. We fixed the offending issue in the target/prod server, next time ...
1
vote
1answer
658 views
SharePoint Server 2010 as a real cms: publishing identical content with different branding across site collections
does anyone have a suggestion on how to use SharePoint a standard Cms to publish content from one editing site to many others?
That is to say:
have a site collection as an editing
one
having as ...
1
vote
1answer
48 views
Content deployment between SharePoint 2007 and SharePoint 2010
Is it possible to deploy on a regular basis content from a SharePoint 2007 server to a SharePoint 2010 server ?
1
vote
1answer
126 views
Base64 encoded images with Sharepoint 2010 deployments
I'm currently using sharepoint 2010 and I want to use base64 encoded images. They work fine on our development server, but when the server goes through the standard content-deployment process to our ...
1
vote
1answer
224 views
Is it possible to run Content Deployment incrementally using code?
I am running some Content Deployment jobs using the code but the jobs are not run incrementally, instead they are run by exporting all the objects. Is it possible to run them incrementally using the ...
1
vote
1answer
555 views
How to update all elements child of a Content Type programmatically
when (by web interface) user access to a content type (in site settings -> content types) and adds or remove a column there is a flag near the end that says something like:
"Update all content types ...
1
vote
1answer
199 views
SharePoint 2010 - Content Deployment - Missing Quick Deploy Job
I have several sites, all have automatically created the "Quick Deploy Job" when I create a content deployment path for them. All was well.
I have a new site that will not create the default "Quick ...
1
vote
1answer
199 views
Content deployment: enterprise edition to standard edition
Our staging environment has Sharepoint 2010 Enterprise edition installed. We are not using any features specific to this edition. The production server has only Standard edition installed. We'd like ...
1
vote
2answers
1k views
Subsite Migration from SharePoint 2007 to SharePoint 2010
We want to Migrate a subsite from SharePoint 2007 to SharePoint 2010 without doing a content DB Migration, we tried with "import/export" commands and failed.
Please let me know if we have any other ...
1
vote
2answers
556 views
Content deployment and swapping content database
I'm currently working on a SharePoint 2007 site which is setup to allow clients to author content on a staging server and then this is automatically pushed up to the live environment via content ...
1
vote
0answers
76 views
How do you Import a list item from a .cmp file using powershell?
I have implemented the code located at this link to export and import a list to a cmp file using powershell and the SPDeployment functions. While trying to better understand this code I came to the ...
1
vote
2answers
300 views
Content deployment error; feature not installed
The business had a wish to copy content from production to acceptation (publishing environment). So I created a content deployment job to do so, and ran it.
It failed with the following error:
...
1
vote
0answers
22 views
Links instances of links across multiple site collections
We are looking at de-commissioning a site within our collection, however prior to doing the de-commission, Im wanting to generate a report of pages that contain links to the specific pages within the ...
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 ...
1
vote
0answers
39 views
Content Replacement
I have a problem with content deployment that I need to fix using a script to replace content throughout the site. SharePoint handles relative urls already but editors have to use an internal url ...
1
vote
2answers
213 views
Is it possible to exclude certain documents or libraries from a content deployment job?
I have authoring environment and production environment for my public facing site. Now the requirement that I have is there is one Private document library which should only be available in authoring ...
1
vote
2answers
193 views
Content deployment quick-deploy job errors
SharePoint 2007 Enterprise, SP2 (no post-SP2 patches).
For some reason, after a content page was checked-in, published, and marked for quick deployment a couple days ago, our quick deploy job started ...
0
votes
3answers
214 views
Need SharePoint production site collection data on staging site collection
I have a blog(SharePoint site collection) on staging environment. The posts are published on staging site collection(intranet-facing) by authors which are deployed to production site collection ...
0
votes
3answers
160 views
Sharepoint contenttype columns -> types
Does anybody have a list of all internal "type" names of contenttype - columns in SP2010?
I am creating a custom contenttype in VS and really don't have an idea where to get them from. I already ...
0
votes
1answer
766 views
Moving sites from one server to another
I am using SharePoint Server Enterprise 2007 with Windows Server 2008 Enterprise. I have a site collection which is using 3 types of sites publishing portal/wiki/blog. I want to move the template ...
0
votes
4answers
4k views
Restore-SPSite failure due to insufficient Content Database Space
I hope someone can help me solve this weird problem I'm facing for 4 days.
I'm trying to restore the backup of Sharepoint 2010 web application. I'm using Windows Powershell command :
Restore-SPSite ...
0
votes
3answers
326 views
Content deployment source and destination out of sync
We have two servers - Production and Edit. The Production site is 99% read only and all edits are performed on the Edit site. We use Content Deployment to move the changes from Edit to Production on a ...
0
votes
1answer
172 views
Publishing site: Why are my pages blank but having webparts and controls in editing mode?
Started to look into Publishing site pages.
I have a few pages of a publisihing site filled with web parts and controls in editor that I fail to see. They are saved, checked in and published (few ...


