Hi,
I am setting up an import job from Excel Provider to Dynamicweb Provider, for a custom DB table. I checked db key columns are set on the job, but keep getting the error below.
What am I missing?
DW 9.20.4.
Error: failed to move data from temporary table [dbo._StockAllotmentsTempTableForBulkImport1] to main table [dbo._StockAllotments]. Exception: ExecuteNonQuery: CommandText property has not been initialized Sql query: Stack: at Dynamicweb.DataIntegration.Providers.SqlProvider.SqlDestinationWriter.MoveDataToMainTable(SqlTransaction sqlTransaction, Boolean updateOnly, Boolean insertOnly) at Dynamicweb.DataIntegration.Providers.DynamicwebProvider.DynamicwebProvider.RunJob(Job job). System.Exception: failed to move data from temporary table [dbo._StockAllotmentsTempTableForBulkImport1] to main table [dbo._StockAllotments]. Exception: ExecuteNonQuery: CommandText property has not been initialized Sql query: ---> System.InvalidOperationException: ExecuteNonQuery: CommandText property has not been initialized at System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Dynamicweb.DataIntegration.Providers.SqlProvider.SqlDestinationWriter.MoveDataToMainTable(SqlTransaction sqlTransaction, Boolean updateOnly, Boolean insertOnly) --- End of inner exception stack trace --- at Dynamicweb.DataIntegration.Providers.SqlProvider.SqlDestinationWriter.MoveDataToMainTable(SqlTransaction sqlTransaction, Boolean updateOnly, Boolean insertOnly) at Dynamicweb.DataIntegration.Providers.DynamicwebProvider.DynamicwebProvider.RunJob(Job job)