Hi Dynamicweb,
We experience this error when importing into: AccessUserSecondaryRelation
Error creating indexes for the table AccessUserSecondaryRelationTempTableForBulkImport1: ExecuteNonQuery: CommandText property has not been initialized
It seems to be caused in: CreateTempTableIndexes as your are missing a check if valid keys are found in the index as indexes can not be created for the nvarchar(max) columns.
Best regards, Anders