Developer forum

Forum » Integration » DW10 - Two identical options for Export Orders via Live Integration

DW10 - Two identical options for Export Orders via Live Integration

Kyle Fesmire
Reply

Using https://staging-inolex.mydwsite.com/admin


We are trying to get orders to export in DW10 but they are failing to.
In the export-orders task there are two identical task types to sync queued orders, how do we know which one to choose?
We do have two LI connections setup, could this be why? (Images attached of identical types of dll's and LI connections)

Thanks!

KF


Replies

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

I am not seeing any images, but this can happen when you have multiple Live Integration DLLs: the one that ships with DynamicWeb, and a custom one. There are a few ways to solve this, from simple to hard/silly:

1. If you don't need both, remove one of them from the server and the issue will go away. Simple.

2. If, for some reason, you do need both, update the code of your custom one and make the name unique (like Sync Queued Orders (Custom) so you can differentiate between the two versions. 

3. Use the browser's dev toolbar and find the task in the list. The full namespace will be shown; the standard one looks as below; your custom one will have a different namespace:

This allows you to see which is which so you can pick the right one. (Hard and silly)

Hope this helps,

Imar

 

You must be logged in to post in the forum