Hi Dynamicweb,
We have a problem when importing what seems like a special number of assortments where we get this in the log:
Mon, 09 Nov 2015 13:39:34 | Starting import to temporary table for EcomAssortmentGroupRelations. | |
Mon, 09 Nov 2015 13:41:40 |
Import job failed: Rækken er blevet fjernet fra tabellen og indeholder ingen data. BeginEdit() tillader, at der oprettes nye data i denne række. The failed input row is: [AssortmentGroupRelationAssortmentID:"VET"], [AssortmentGroupRelationGroupID:"1040"] |
It seems to be caused by a missing check of the record contains any data as the exception is from this line in AssortmentHandler.cs:
if (dataRow.Table.Columns.Contains("AssortmentGroupRelationAssortmentID") && dataRow["AssortmentGroupRelationAssortmentID"] != DBNull.Value && !string.IsNullOrEmpty(dataRow["AssortmentGroupRelationAssortmentID"] as string) &&
Result from debugging the data is attached this post.
I am hoping for a quick hot fix :-)
Best regards, Anders