ODBO Virtual Cubes

Post Reply
David Usherwood
Site Admin
Posts: 1458
Joined: Wed May 28, 2008 9:09 am

ODBO Virtual Cubes

Post by David Usherwood »

I stumbled on these the other day and for a time I thought I'd finally found the TM1 inter-server connectivity I've been after for many years - sadly no. :roll:
When writing a TI, the options within the ODBO source are Cube, Dimension and MDX Query. Selecting Cube leads you to a connection dialogue where you can connect to any TM1 server you can see, list out the cubes to which your credentials entitle you, and select a Cube Type. In my testing, selecting Physical generated code (somewhere) which errored - but selecting Virtual allows you to create a cube which appears to reside in your destination server but actually takes all its content (including rule logic) from the source server.
Great, I thought - finally we have cross server connectivity. But no...
a String data isn't read
b Control cubes aren't visible, but finally
c The Virtual cube is not selectable by TI in the destination server! Though you can browse/slice it.
So near....
Clearly, a product manager wrote the spec for this and a developer built and tested it. Can anybody suggest what it was for? (Politely :) )
(Test environment 10.1.1 FP1 though the options are available in 9.5.2 at least and maybe earlier.)
User avatar
jim wood
Site Admin
Posts: 3958
Joined: Wed May 14, 2008 1:51 pm
OLAP Product: TM1
Version: PA 2.0.7
Excel Version: Office 365
Location: 37 East 18th Street New York
Contact:

Re: ODBO Virtual Cubes

Post by jim wood »

My guess would be it's of the new promotion engine for promoting objects between servers??
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Wim Gielis
MVP
Posts: 3230
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.1.5
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: ODBO Virtual Cubes

Post by Wim Gielis »

David - is your post about what Ben Hill posted about here? :
http://blog.tm1tutorials.com/2012/07/27 ... 1-servers/
Best regards,

Wim Gielis

IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
David Usherwood
Site Admin
Posts: 1458
Joined: Wed May 28, 2008 9:09 am

Re: ODBO Virtual Cubes

Post by David Usherwood »

Not quite - Ben's blog post is about creating Physical cubes. As I mentioned, when I tried this option the TI failed with a less than helpful message:

Code: Select all

MDX query execution failed - HRESULT: 80040e14, Minor Code: 0, 
Source: Applix TM1 OLEDB Error Lookup Service, Description: MDX query failed
I will admit that the built (but empty) cube was visible to TI, unlike the virtual cube.

(@jim, I don't think it relates to the promotion tool in Performance Middler, since the function is in 9.5.2 at least.)
User avatar
jim wood
Site Admin
Posts: 3958
Joined: Wed May 14, 2008 1:51 pm
OLAP Product: TM1
Version: PA 2.0.7
Excel Version: Office 365
Location: 37 East 18th Street New York
Contact:

Re: ODBO Virtual Cubes

Post by jim wood »

They have been known to build features in on early releases as part of the development build up. Saying that, it was only a shot in the dark anyway.
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
hbell
Posts: 61
Joined: Wed Feb 25, 2009 6:15 pm
Version: 9.1 SP3
Excel Version: 11.8

Re: ODBO Virtual Cubes

Post by hbell »

Is it readable by rules, and could it therefore function as a way of distributing reference data (like FX rates) across servers?
David Usherwood
Site Admin
Posts: 1458
Joined: Wed May 28, 2008 9:09 am

Re: ODBO Virtual Cubes

Post by David Usherwood »

Interesting thought.
You can write a rule which refers to the virtual cube - it shows on the selector. Sadly all values return #N/A.
I remain puzzled about why the feature is there (albeit FUBAR) and what it was meant to do. I'm pretty sure it was for talking to MS Analysis Services, but even so. :roll:
Post Reply