Hi
I am encountering an error/exception while attempting to export orders from DW 9 (9.17.9) to BC. The source provider is OrderProvider and the destination provider is EndpointProvider.
The exception is as follows:
System.InvalidCastException: Unable to cast an object of type 'Dynamicweb.DataIntegration.Providers.OrderProvider.OrderProvider' to type 'Dynamicweb.DataIntegration.Integration.Interfaces.IODataBaseProvider' at Dynamicweb.DataIntegration.Providers.EndpointProvider.EndpointProvider.RunJob(Job job).
I am curious about what might be causing this issue. I am using the Order provider as a source, and it appears that the Endpoint provider is attempting, but failing, to cast it to IODataBaseProvider.
Is it prohibited to use the Order provider with the Endpoint provider, or is there another underlying issue?
Mateusz