Developer forum

Forum » Integration » OData Refresh Schema broken

OData Refresh Schema broken

Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Hi there,

I have a site running on 9.19.1. When I go into a Data Integration job using an OData V4 end point against BC and click Check Tables Schema, all the target tables are no longer found and I end up with an empty list of tables, completely breaking the integration job.

I downgraded Dynamicweb.DataIntegration.Providers.ODataProvider.dll from 3.0.9 to 3.0.7 and that fixed the issue. Is this maybe related to the fix in bug 23039?

The format of our URL connection is: https://company.name.dk:7048/somedb-test/ODataV4/Company('CABR')/ 

This is a self-hosted BC installation.

Can this be fixed please?

Thanks!

Imar

 


Replies

 
Michael Knudsen
Reply

Hello Imar,

- try change the OData endpoint and replace /Company('CABR')/ to /$metadata

From:
https://company.name.dk:7048/somedb-test/ODataV4/Company('CABR')/ 

To:
https://company.name.dk:7048/somedb-test/ODataV4/$metadata

Br. Michael Knudsen

 
Matthias Sebastian Sort Dynamicweb Employee
Matthias Sebastian Sort
Reply

Hi Imar,

It should be fixed in the version 3.0.10 / BUG 23296.

BR

Matthias Sort

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Thank you both; I'll try that out!

 

You must be logged in to post in the forum