hierarchyid type not handled ?
hierarchyid type not handled ?
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
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 ?
Hello,
Unfortunately, this type is not supported in our product.
Thank you.
Unfortunately, this type is not supported in our product.
Thank you.
Re: hierarchyid type not handled ?
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
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
- Attachments
-
- StimulsoftBug.PNG (181.67 KiB) Viewed 3525 times
Re: hierarchyid type not handled ?
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.
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 ?
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
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
- Attachments
-
- SampleStimulsoftBug.7z
- (24.81 KiB) Downloaded 306 times
Re: hierarchyid type not handled ?
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.
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.
- Attachments
-
- Untitled.png (75.89 KiB) Viewed 3505 times
Re: hierarchyid type not handled ?
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
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 ?
Hello.
Thank you.
There was a technical problem. Please, download latest prerelease build again.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, ...'
I made some changes and they will be available in our next prerelease build this week.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)
Thank you.
Re: hierarchyid type not handled ?
Thank you a lot.
Waiting for the release ~
Regards,
Julien
Waiting for the release ~
Regards,
Julien
Re: hierarchyid type not handled ?
Hello, Julien.
Thank you.
Please, don't muss up release with prerelease builds.MoulinJ wrote:Thank you a lot.
Waiting for the release ~
Thank you.