Page 1 of 1

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

Posted: Mon Oct 04, 2021 5:40 am
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

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

Posted: Tue Oct 05, 2021 9:33 pm
by Lech Kulikowski
Hello,

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

Thank you.

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

Posted: Mon Oct 25, 2021 2:00 pm
by Fcampero
Hello,
Is there any new about this topic?

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

Posted: Thu Oct 28, 2021 12:17 pm
by Lech Kulikowski
Hello,

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

Thank you.