regarding content deployment
When I am doing an Incremental deployment from our staging to production server, the content deployment shows a status of running and it eventually times out. This has been happening for a while now. I tried to debug the object it is failing at and looked at the manifest file.
It is failing at this object.
<?xml version="1.0" encoding="utf-8" ?>
- <SPObject Id="bea43a12-4f29-4b4f-a8cd-25ba8e394b91" ObjectType="SPFile" ParentId="b7714be5-ef3e-47d2-8fa6-1c8804e7b1cd" ParentWebId="e85ee45d-0410-4267-aafb-496d69bcc19f" ParentWebUrl="/News" Url="/News/WorkflowHistory/AllItems.aspx" xmlns="urn:deployment-manifest-schema">
- <File Url="WorkflowHistory/AllItems.aspx" Id="bea43a12-4f29-4b4f-a8cd-25ba8e394b91" ParentWebId="e85ee45d-0410-4267-aafb-496d69bcc19f" ParentWebUrl="/News" Name="AllItems.aspx" ListId="4fcc0bb8-7f72-47c6-b262-4f3f238c30a5" ParentId="b7714be5-ef3e-47d2-8fa6-1c8804e7b1cd" TimeCreated="2008-12-03T14:32:13" TimeLastModified="2008-12-03T14:32:13" Version="1.0" IsGhosted="true" SetupPath="pages\viewpage.aspx" SetupPathVersion="3" SetupPathUser="1" FileValue="00000045.dat">
- <WebParts>
<WebPart Name="f612ad04-0c4d-4583-84ba-dae870c3caae" Flags="1" Hidden="false" Threaded="false" ReadOnly="false" RecurrenceRowset="false" FPModified="false" ModerationType="" Personal="false" OrderedView="false" ListId="4fcc0bb8-7f72-47c6-b262-4f3f238c30a5" ListRootFolderUrl="/News/WorkflowHistory" Version="1" DisplayName="All History" BaseViewID="1" Level="major" WebPartZoneID="Main" WebPartTypeId="2242cce6-491a-657a-c8ee-b10a2a993eda" IsIncluded="true" WebPartOrder="1" Type="0" FrameState="0" />
</WebParts>
</File>
</SPObject>
I have not started any workflow on the source site and still errors or rather hangs at this point. Can anyone point me in the direcion of fixing it? Any help regarding this issue will be appreciated.
Thanks
vamsy
April 6th, 2009 5:03am
Did anyone have a similar issue ?
Free Windows Admin Tool Kit Click here and download it now
April 6th, 2009 3:50pm
When doing a content deployment from one farm to another farm, if you have calculated columns created in list. The content deployment fails at that point. I had to delete that particular subsite and re ran the content deployment process again. It worked.
Calculated columns are a problem when doing content deployment process.V
April 29th, 2011 2:11pm


