Good day,
I am currently working on the integration with ERP and I wanted to also integrate the Product Group structure of the ERP side. So I use the Dynamicweb Provider since it has the complete access to the database tables. When I try to mapped and set it as the destination, I have this error on the logs.
Import job failed: failed to move data from temporary table [dbo.EcomGroupsTempTableForBulkImport1]
to main table [dbo.EcomGroups]. Exception: ExecuteNonQuery: CommandText property has not been initialized Sql query:
Import job failed: failed to move data from temporary table [dbo.EcomGroupRelationsTempTableForBulkImport1]
to main table [dbo.EcomGroupRelations]. Exception: ExecuteNonQuery: CommandText property has not been initialized Sql query:
Import job failed: failed to move data from temporary table [dbo.EcomStockUnitTempTableForBulkImport3]
to main table [dbo.EcomStockUnit]. Exception: ExecuteNonQuery: CommandText property has not been initialized Sql query:
Thanks for the help!
Suzette