Hi there,
I have an integration job that runs OK when run directly in DW10. However, when I run it from a scheduled task that uses paging from a remote ERP it fails with tons of errors like this (one for each source row I think):
2025-10-04 16:55:33.1767|DataIntegration|ERROR|Error stack: at Dynamicweb.DataIntegration.Providers.EcomProvider.EcomDestinationWriter.FinishWriting() at Dynamicweb.DataIntegration.Providers.EcomProvider.EcomProvider.RunJob(Job job) 2025-10-04 16:55:33.2050|DataIntegration|INFORMATION|Job Failed with the following message: 2025-10-04 16:55:33.2226|DataIntegration|INFORMATION|Bulk copy failures in the EcomProducts$1 table: 2025-10-04 16:46:22.4974|DataIntegration|INFORMATION|Error: One or more errors occurred. (Cannot access destination table 'EcomProductsTempTableForBulkImport1'.) Row data: [ProductNumber: ""] (System.String), [AXVareTekst: ""] (System.String), [ProductPrice: ""] (System.Double), [ProductWeight: ""] (System.Double), [ProductId: ""] (System.String), [ProductVariantId: ""] (System.String), [ProductLanguageId: ""] (System.String), [ProductVolumeItem: ""] (System.Boolean), [ProductDangerousGoods: ""] (System.Boolean), [ProductCreated: ""] (System.DateTime), [ProductUpdated: ""] (System.DateTime), [ProductErpSource: ""] (System.String), [DropShipmentEnabledProduct: ""] (System.Boolean), [ProductName: ""] (System.String), [ProductBasePrice: ""] (System.String), [ProductUnitCounter: ""] (System.Int32), [StandardLeadTime: ""] (System.String), [ProductDefaultShopId: ""] (System.String), [ProductVariantCounter: ""] (System.Int32)
For some reason, all column data is missing as everything looks empty to me.
The source file (the first page as far as I can tell) contains no empty products. And if I run the activity directly after the task (meaning it runs against the XML file saved by the scheduled task) it runs fine.
This looks similar to this issue: https://doc.dynamicweb.com/forum/integration/integration/job-fails-when-ran-as-scheduled-task We did upgrade to get that problem resolved. Running on 10.19.6 now.