Hi All,
Could anyone please help to delete one column , I have done migration from SP 2007 MOSS to SP foundation 2013 using DB attach method. On source Moss , there is system library was created by the Publishing feature to store images and now that feature is Not available in SP 13 foundation and when I am trying to delete below error coming
Microsoft.SharePoint.SPException: Field type PublishingScheduleStartDateFieldType is not installed properly. Go to the list settings page to delete this field.
I have tried inside SQL database as well using below query
SELECT * FROM WSS_Content_NHSSBS.[dbo].[ContentTypes] WHERE LIKE ('%51d39414%')
The value "aafa-885fda79de62" getting from server manager tool
<Field ID="{51d39414-03dc-4bd0-b777-d3e20cb350f7}" Name="PublishingStartDate" StaticName="PublishingStartDate" SourceID="http://schemas.microsoft.com/sharepoint/v3" Group="Publishing
Columns" DisplayName="Scheduling Start Date" Type="PublishingScheduleStartDateFieldType" Required="FALSE" CanToggleHidden="TRUE" Sealed="TRUE" StorageTZ="UTC" ColName="datetime1" RowOrdinal="0"
Description="" Hidden="TRUE" />
<Field ID="{a990e64f-faa3-49c1-aafa-885fda79de62}" Name="PublishingExpirationDate" StaticName="PublishingExpirationDate" SourceID="http://schemas.microsoft.com/sharepoint/v3" Group="Publishing
Columns" DisplayName="Scheduling End Date" Type="PublishingScheduleEndDateFieldType" Required="FALSE" CanToggleHidden="TRUE" Sealed="TRUE" StorageTZ="UTC" ColName="datetime2" RowOrdinal="0"
Description="" Hidden="TRUE" />
Please reply ...Many thanks.
Anupam soni