Content deployment has suddenly started failing on about half our sites with the message:
ERROR: Requested value 'PublishingPages' was not found.
The relevant section from the import report (on the destination site) is below. To my knowledge, there were no substantial or structural changes to the sites that are failing; they had been publishing properly for months. Very little to be found about this
on Google/Bing. I have no idea where to go from here. I'm pretty facile with PowerShell in case there are any scripts I can run for troubleshooting purposes. Thanks.
[8/18/2015 1:05:19 AM] [List] [careers] Progress: Importing
[8/18/2015 1:05:19 AM] [List] [Pages] Progress: Importing
[8/18/2015 1:05:19 AM] [List] [Pages] Error: Requested value 'PublishingPages' was not found.
[8/18/2015 1:05:19 AM] [List] [Pages] Debug: at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
at System.Enum.Parse(Type enumType, String value)
at Microsoft.SharePoint.Deployment.ListSerializer.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
at Microsoft.SharePoint.Deployment.XmlFormatter.CallSetObjectData(Object obj, SerializationInfo objectData, ISerializationSurrogate surrogate, ISurrogateSelector selector)
[8/18/2015 1:05:19 AM] FatalError: Requested value 'PublishingPages' was not found.
[8/18/2015 1:05:19 AM] Debug: at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
at System.Enum.Parse(Type enumType, String value)
at Microsoft.SharePoint.Deployment.ListSerializer.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
at Microsoft.SharePoint.Deployment.XmlFormatter.CallSetObjectData(Object obj, SerializationInfo objectData, ISerializationSurrogate surrogate, ISurrogateSelector selector)
at Microsoft.SharePoint.Deployment.XmlFormatter.ParseObject(Type objectType, Boolean isChildObject)
at Microsoft.SharePoint.Deployment.XmlFormatter.DeserializeObject(Type objectType, Boolean isChildObject, DeploymentObject envelope)
at Microsoft.SharePoint.Deployment.XmlFormatter.Deserialize(Stream serializationStream)
at Microsoft.SharePoint.Deployment.ObjectSerializer.Deserialize(Stream serializationStream)
at Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects()
at Microsoft.SharePoint.Deployment.SPImport.Run()
[8/18/2015 1:05:19 AM] Progress: Import did not complete.
[8/18/2015 1:05:19 AM] Finish Time: 8/18/2015 1:05:19 AM.
[8/18/2015 1:05:19 AM] Duration: 00:00:02
[8/18/2015 1:05:19 AM] Finished with 0 warnings.
[8/18/2015 1:05:19 AM] Finished with 2 errors.