Page 1 of 1

Reporting on a TM1 Cube with Report Studio

Posted: Thu Jan 28, 2010 4:26 pm
by Toto
Hello,

I am trying to open a TM1-cube in Report Studio after publishing the cube in Framework Manager. When I open the cube I can not see the levels, although I have defined them in }HierarchyProperties and set up a TI-process where I execute the command: RefreshMDXHierarchy('Dimennsion'). Any idea what I may forgot?
Is there something I could have done wrong in }HierarchyProperties? Attached please see my definitions.

Thanks a lot,

Toto

Re: Reporting on a TM1 Cube with Report Studio

Posted: Wed Feb 03, 2010 3:48 am
by MarioRubbo
Did you publish the TM1 cube to C8 after specifying the levels?

Re: Reporting on a TM1 Cube with Report Studio

Posted: Mon Feb 08, 2010 2:32 am
by rollo19
Been having the same issue in Express 9.0

DMR example of what we are expecting (members & levels):
DMR_showing_levels.png
DMR_showing_levels.png (18.74 KiB) Viewed 12565 times
TM1 demo data source (members only):
TM1_showing_members_only.png
TM1_showing_members_only.png (18.66 KiB) Viewed 12566 times
Tried editing }HierarchyProperties cube

Used TI to RefreshMDXHierarchy('Products');
Saved & restarted server
Re-published FM package
Same result - no levels.

Re: Reporting on a TM1 Cube with Report Studio

Posted: Mon Feb 08, 2010 3:24 am
by rollo19
hang on a mo - it does work!
I don't think you need to re-start the server either. Just be wary of the C8 refresh lag. I remember there is a parameter somewhere to change that.

Re: Reporting on a TM1 Cube with Report Studio

Posted: Wed Jul 14, 2010 8:49 am
by ParisHilton
rollo19 wrote:hang on a mo - it does work!
I don't think you need to re-start the server either. Just be wary of the C8 refresh lag. I remember there is a parameter somewhere to change that.

I've been suspecting a lag existed , consolidations can take forever to show up in BI. Does anyone know where to find docs on this magic parameter?

Re: Reporting on a TM1 Cube with Report Studio

Posted: Wed Sep 08, 2010 9:26 am
by RasMA
C8 caches the metadata when a package is accessed in the C8 Studios. Sometimes this can introduce a 'lag' in changes to cubes being visible. Try refreshing the rtm package cache.

Cheers,
-MA

Re: Reporting on a TM1 Cube with Report Studio

Posted: Wed Jan 05, 2011 4:51 pm
by babernat
I have experienced issues when I specify a specific dimension in the following code:

RefreshMDXHierarchy('Dim Name');

So.... I write is as follows and it works perfectly.

RefreshMDXHierarchy('');

Note: It will refresh for all dimensions.

Re: Reporting on a TM1 Cube with Report Studio

Posted: Sun Jan 09, 2011 3:03 pm
by merdal
When making any changes in TM1 model or data, to make sure to see the change in BI front end, and to make sure not to use cache, restart your browser and make sure your browser does not use cached objects from previous browsing sessions.