Page 2 of 4
Re: Parent Columns and Child Columns don't have type-matchin
Posted: Fri Feb 13, 2015 1:54 pm
by HighAley
Hello.
The cause is not in the report template. These types are for processing data by report engine, but the error comes from the ADO.NET. ADO.NET don't see the types in report template, it retrieve data from database as is, store it in tables and create relations. The error comes from this last stage. The data types should be same in your database. You should check your data.
Please, send as a sample project which reproduces the issue.
Thank you.
Re: Parent Columns and Child Columns don't have type-matchin
Posted: Mon Feb 16, 2015 3:05 pm
by simgschw
Hi,
I created a sample project for you.
You have to create your own oracle database before you run the sample. In attachements there is a sql script which you should execute to create the needed tables for my sample. The schemaName is p3rel11.
Then you can run the sample project.
Re: Parent Columns and Child Columns don't have type-matchin
Posted: Tue Feb 17, 2015 11:26 am
by HighAley
Hello.
We need some additional time to make some tests.
We will let you know about results soon.
Thank you.
Re: Parent Columns and Child Columns don't have type-matchin
Posted: Wed Feb 18, 2015 8:45 am
by Alex K.
Hello,
Please try to set the EngineVersion property for the report to EngineV2.
Thank you.
Re: Parent Columns and Child Columns don't have type-matchin
Posted: Wed Feb 18, 2015 9:09 am
by simgschw
Hi,
I set the EngineVersion to the suggested value but it resulted in the same error when rendering the report.
Re: Parent Columns and Child Columns don't have type-matchin
Posted: Wed Feb 18, 2015 1:23 pm
by Alex K.
Hello,
Not all necessary tables used in the query presents in the sent sql script file. Can you please prepare a simple report with minimum count of tables and columns, which reproduce the issue and sent it for us for analysis.
Thank you.
Re: Parent Columns and Child Columns don't have type-matchin
Posted: Fri Feb 20, 2015 12:12 pm
by simgschw
Hi,
I'm sorry ... I corrected the report and removed some constraints and indexes from the sql script.
Thank you.
Re: Parent Columns and Child Columns don't have type-matchin
Posted: Fri Feb 20, 2015 1:37 pm
by Alex K.
Hello,
Please check the sent files.
In the MaterialEingang datasource in the query you use table "material" (... FROM materialeingang INNER JOIN material ON materialeingang.idMaterial = material.id ). But this table not present in the sql script file.
Thank you.
Re: Parent Columns and Child Columns don't have type-matchin
Posted: Mon Feb 23, 2015 7:43 am
by simgschw
Hi,
please try it again.
Re: Parent Columns and Child Columns don't have type-matchin
Posted: Mon Feb 23, 2015 10:54 am
by Alex K.
Hello,
Please, check the types of the columns in the relations. The columns in datasources have a different datatypes - long and decimal, please try to change it.
Thank you.