Hi,
We recently switched our DW10-NAV connection from NAV-Staging to Production. However, when running the scheduled task, the XML still contains data from the staging environment. Interestingly, running the same request directly via the Integration Settings retrieves the correct production NAV data.
This suggests some form of caching might be involved. I’ve already tried flushing the service caches, but the issue persists. What else can I do to resolve this?
Example request:
<GetEcomData > <tables> <Customers type="all" importContacts="false"/> </tables> </GetEcomData>