When restoring Dev content to Local machine on initial load we're getting road-blocked with an error around values being null. How do we troubleshoot or investigate this issue with Courier transferring content? Are there some SQL or debugging means with Courier in the Umbraco Cloud?
Error: Error extracting item, ID:
437e51fb-980b-474e-b335-accedd9ac670d8e6ad83-e73a-11df-9492-0800200c9a66,
Name: Broker Support, Type: Umbraco.Courier.ItemProviders.Document
Details: System.ApplicationException: Error extracting item, ID:
437e51fb-980b-474e-b335-accedd9ac670d8e6ad83-e73a-11df-9492-0800200c9a66,
Name: Broker Support, Type: Umbraco.Courier.ItemProviders.Document
---> NHibernate.Exceptions.GenericADOException: could not insert: [Umbraco.Courier.Persistence.V6.NHibernate.EntityClasses.CmsContent][SQL:
INSERT INTO cmsContent (contentType, nodeId) VALUES (?, ?)] --->
System.Data.SqlServerCe.SqlCeException: The column cannot contain null
values. [ Column name = contentType,Table name = cmsContent ]
UaaS - Courier Problems Restoring
When restoring Dev content to Local machine on initial load we're getting road-blocked with an error around values being null. How do we troubleshoot or investigate this issue with Courier transferring content? Are there some SQL or debugging means with Courier in the Umbraco Cloud?
not sure whats happening, but those steps may help to figure out the error.
is working on a reply...