Page 1 of 2

hierarchyid type not handled ?

Posted: Mon Aug 06, 2012 2:32 am
by MoulinJ
Hello,

whenever I am trying loading data with a hierarchyid type it generates some problems: the right sidebar (Properties, Dictionary, Report Tree) becomes blank

I would like to know whether there is a fix that handles the new(2008) SQL types such as hierarchyid ?

Regards,

Julien

Re: hierarchyid type not handled ?

Posted: Mon Aug 06, 2012 10:25 am
by Alex K.
Hello,

Unfortunately, this type is not supported in our product.

Thank you.

Re: hierarchyid type not handled ?

Posted: Tue Aug 07, 2012 2:04 am
by MoulinJ
Hello,

Even though the type is not supported is it normal that it crashes the application?

When I load my data I should at least see the ones that are not of the type HierarchyId.

I join the screen shot.

Do you plan to support the HierarchyId type in a near future ?

Regrads,

Julien

Re: hierarchyid type not handled ?

Posted: Tue Aug 07, 2012 6:25 am
by Alex K.
Hello,

We couldn't reproduce this bug.
Please check the last prerelease build. If the issue is still present, please send us a sample report with test data for analysis.

Unfortunately, we do not have plans to develop this type, because this type requires more complex processing for using it.

Thank you.

Re: hierarchyid type not handled ?

Posted: Wed Aug 08, 2012 4:00 am
by MoulinJ
Hello,

Here is the sample that reproduce the bug.

I join the script to generate 2 tables and 2 stored procedures.

One table doesn't have hierarchyId, no bug
One table has a HierarchyId => bug

Regards,

Julien

Re: hierarchyid type not handled ?

Posted: Wed Aug 08, 2012 10:58 am
by Alex K.
Hello,

Please check the last prerelease build.
Also for rendering without errors you need to set the Type property for field HierarchyId to Object.

Thank you.

Re: hierarchyid type not handled ?

Posted: Thu Aug 09, 2012 1:53 am
by MoulinJ
Hello,

I downloaded the last prelease Ultimate and I got this error:
Assembly 'Stimulsoft.Report, Version=2012.2.1317.0, ... ' uses 'Stimulsoft.Base, Version=2012.2.1317.0,...' which has a higher version than referenced assembly 'Stimulsoft.Base, Version=2012.2.1316.0, ...'



And I don't want to set the Type property manually.
It should be done automatically: Source.SynchronizeColumns();
(code behind in the sample)

Regards,

Julien

Re: hierarchyid type not handled ?

Posted: Thu Aug 09, 2012 6:26 am
by HighAley
Hello.
MoulinJ wrote:I downloaded the last prelease Ultimate and I got this error:
Assembly 'Stimulsoft.Report, Version=2012.2.1317.0, ... ' uses 'Stimulsoft.Base, Version=2012.2.1317.0,...' which has a higher version than referenced assembly 'Stimulsoft.Base, Version=2012.2.1316.0, ...'
There was a technical problem. Please, download latest prerelease build again.
MoulinJ wrote:And I don't want to set the Type property manually.
It should be done automatically: Source.SynchronizeColumns();
(code behind in the sample)
I made some changes and they will be available in our next prerelease build this week.

Thank you.

Re: hierarchyid type not handled ?

Posted: Thu Aug 09, 2012 8:24 am
by MoulinJ
Thank you a lot.

Waiting for the release ~

Regards,

Julien

Re: hierarchyid type not handled ?

Posted: Thu Aug 09, 2012 10:41 am
by HighAley
Hello, Julien.
MoulinJ wrote:Thank you a lot.

Waiting for the release ~
Please, don't muss up release with prerelease builds.

Thank you.