The INSERT statement conflicted with the FOREIGN KEY constraint "FK_cmsPropertyData_cmsPropertyType_id".
The INSERT statement conflicted with the FOREIGN KEY constraint "FKcmsPropertyDatacmsPropertyType_id". The conflict occurred in database "hemmaodlat", table "dbo.cmsPropertyType", column 'id'.
I added one property to document type and set the value for that. But, while saving the content node, I was getting the above database error.
I have this same issue. I add a property and after 15-20 minutes when I try to see that document type in Content it gives me this error. I have to save the modified document type so the error goes away but so does my property.
I have tried deleting umbraco.config but it didn't help.
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_cmsPropertyData_cmsPropertyType_id".
The INSERT statement conflicted with the FOREIGN KEY constraint "FKcmsPropertyDatacmsPropertyType_id". The conflict occurred in database "hemmaodlat", table "dbo.cmsPropertyType", column 'id'.
I added one property to document type and set the value for that. But, while saving the content node, I was getting the above database error.
Can anyone suggest any ideas to resolve.
Thanks, Gopi B.
I have the same problem. Did you find the solution since posting this
Note: We've NOT removed Umbraco.config & NOT recycled the app pool.
I have this same issue. I add a property and after 15-20 minutes when I try to see that document type in Content it gives me this error. I have to save the modified document type so the error goes away but so does my property.
I have tried deleting umbraco.config but it didn't help.
Anyone have any idea?
So how it was solved for me:
https://our.umbraco.com/forum/using-umbraco-and-getting-started/94984-properties-not-saved-in-document-type
is working on a reply...