"Connection Error" when "Skip Schema Wizard" is checked

Stimulsoft Reports.WEB discussion
Post Reply
Fcampero
Posts: 6
Joined: Tue Jun 08, 2021 1:51 pm

"Connection Error" when "Skip Schema Wizard" is checked

Post by Fcampero »

Hi
We need help with the designer, is throwing a "Connection Error" when we try to run a query when we create a new Data Source using a Custom Adapter and the "Skip Schema Wizard" is selected, if we don't check that "Skip Schema Wizard" it is working correctly.

Not so sure if this post should be here but the versions are the next ones:
"Stimulsoft.Reports.Web.NetCore" Version="2020.4.2"
"Stimulsoft.Reports.Engine.NetCore" Version="2020.4.2"

These are the options we have set

Code: Select all

  StiOptions.Services.DataSource.Add(new MySqlConnectorSource());
  StiOptions.Services.DataAdapters.Add(new MySqlConnectorAdapterService());
When we generate the report we add the connector with the following code

Code: Select all

  StiReport report = new StiReport();
  report.Dictionary.Databases.Add(new MySqlConnectorDatabase("user", "password"));
Also I am attaching the custom Data Adapter that we are using.
Thanks in advance
Attachments
Reports.zip
(22.37 KiB) Downloaded 86 times
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: "Connection Error" when "Skip Schema Wizard" is checked

Post by Lech Kulikowski »

Hello,

We need some additional time to investigate the issue, we will let you know about the result.

Thank you.
Fcampero
Posts: 6
Joined: Tue Jun 08, 2021 1:51 pm

Re: "Connection Error" when "Skip Schema Wizard" is checked

Post by Fcampero »

Hello,
Is there any new about this topic?
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: "Connection Error" when "Skip Schema Wizard" is checked

Post by Lech Kulikowski »

Hello,

We are working on the problem. we will let you know about the result.

Thank you.
Post Reply