I imported content from staging to PROD - got all the content, tags, sitemap etc. The html content publishes fine but I cannot publish the content records that contain PDFs.
Here is the error in the publishing server log for one of the records:
Unable to publish file Agenda: Object reference not set to an instance of an object.
Location: Asi.Business.ContentManagement.Publishing.PublishProcess.CopyFile
Any help?
The problem is that the
The problem is that the DocumentStorage rows do not get included in the export/import (this is a bug and ASI Tech Support is aware of it).
If you can edit the ContentFile web part(s) in question, you can reupload the missing file and the record should publish correctly.
Alternately, you could bulk-copy the DocumentStorage table from your dev database to your production database, then republish the affected content records.