Page 1 of 1
debug odata connection error
Posted: Fri May 14, 2021 9:45 pm
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?
Re: debug odata connection error
Posted: Mon May 17, 2021 11:00 am
by Lech Kulikowski
Hello,
Please check the following article:
https://www.stimulsoft.com/en/documenta ... _bases.htm
Thank you.
Re: debug odata connection error
Posted: Wed May 19, 2021 5:54 pm
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.
Re: debug odata connection error
Posted: Fri May 21, 2021 12:22 pm
by Lech Kulikowski
Hello,
Thank you for the information.