debug odata connection error

Stimulsoft Reports.JS discussion
Post Reply
tamagee
Posts: 4
Joined: Fri May 14, 2021 9:41 pm

debug odata connection error

Post by tamagee »

I am trying to configure and Odata datasource in the JS designer client. The server is CData's Odata server running in a local docker. Using connection string https://localhost:8443/apiserver/api.rsc, Stimulsoft give be a "connection error" with no additional information. How can I get more info on the error?
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: debug odata connection error

Post by Lech Kulikowski »

Hello,

Please check the following article:
https://www.stimulsoft.com/en/documenta ... _bases.htm

Thank you.
tamagee
Posts: 4
Joined: Fri May 14, 2021 9:41 pm

Re: debug odata connection error

Post by tamagee »

I was able to resolve this by adding an authentication header in onBeginProcessData. This works fine, but does not allow checking in the create datasource wizard. Since we will be providing datasources programatically, this is not a problem for us.
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: debug odata connection error

Post by Lech Kulikowski »

Hello,

Thank you for the information.
Post Reply