How to see if tm1 view was used when report is run?

Post Reply
abcuser
Posts: 133
Joined: Thu Mar 25, 2010 8:34 am
OLAP Product: Cognos TM1
Version: 9.5.2
Excel Version: 0

How to see if tm1 view was used when report is run?

Post by abcuser »

Hi,
using Cognos BI 10.2.1 accessing Cognos TM1 10.1.1 cube both on the same Windows 2008 RC2 server.

For one cube I am making performance tests I created some views in TM1. I also configured tm1top to see the time reports are executed. Is there any way to see if Cognos BI is using particular TM1 view? If possible I would like to see view name to see if my TM1 view is correctly created.

Thanks
lotsaram
MVP
Posts: 3702
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: How to see if tm1 view was used when report is run?

Post by lotsaram »

abcuser wrote:Is there any way to see if Cognos BI is using particular TM1 view? If possible I would like to see view name to see if my TM1 view is correctly created.
No. Cognos BI doesn't use TM1 views as data source for starters, the data source is a Framework Manager package. In TM1Top you may be able to see a function call CubeCellValueGet or ViewArrayConstruct but I'm unaware of any way to identify the cube via top.

However in a controlled test you should be able to match the user thread to a particular report and from the report you know which package and therefore which cube is being used.
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
User avatar
qml
MVP
Posts: 1096
Joined: Mon Feb 01, 2010 1:01 pm
OLAP Product: TM1 / Planning Analytics
Version: 2.0.9 and all previous
Excel Version: 2007 - 2016
Location: London, UK, Europe

Re: How to see if tm1 view was used when report is run?

Post by qml »

lotsaram wrote:... you know which package and therefore which cube is being used.
This is strictly speaking not always true as it is possible to have a FM package reference more than 1 cube.

If your package is set to use Compatible Query Mode then all the queries will be MDX-based and it should be quite easy to capture them in the TM1 server log by turning MDX debug on. In the case of Dynamic Query Mode it's not as easy, because most of the data exchange will go through the API and I personally haven't found an easy way to capture/audit such queries.
Kamil Arendt
ram123
Posts: 38
Joined: Sun May 19, 2013 10:06 am
OLAP Product: TM1
Version: 10.1
Excel Version: 2007

Re: How to see if tm1 view was used when report is run?

Post by ram123 »

lotsaram wrote:... Cognos BI doesn't use TM1 views as data source for starters, the data source is a Framework Manager package.
Was shot with a similar question yesterday..
Is it possible to integrate TM1 to BI (or vice versa) without the help of Framework Manager?

I strongly believe NO. Atleast, BI to TM1 is NOT POSSIBLE without the use of FM coz' thats where we create the package and call the package in TM1 (using Pkg Connector).

But i'm just wondering if data in TM1 can be populated in BI without FM. As far as I'm aware, it is not possible as we need to connect to the Data Source (TM1 cube) in the Metadata wizard (using FM).. right? Plz correct me if i'm wrong here.

Any other option available? :? For example, connecting to the Contributor directly using Cognos Configuration etc.. ? Or pull data from TM1 Web??
declanr
MVP
Posts: 1828
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: How to see if tm1 view was used when report is run?

Post by declanr »

ram123 wrote: But i'm just wondering if data in TM1 can be populated in BI without FM. As far as I'm aware, it is not possible as we need to connect to the Data Source (TM1 cube) in the Metadata wizard (using FM).. right? Plz correct me if i'm wrong here.

Any other option available? :? For example, connecting to the Contributor directly using Cognos Configuration etc.. ? Or pull data from TM1 Web??

Both TM1 and BI can connect to a SQL database (or other DBs) so you could also push data from tm1 to a table then connect to that from BI, as to why you'd want to it i'm not sure.
Declan Rodger
ram123
Posts: 38
Joined: Sun May 19, 2013 10:06 am
OLAP Product: TM1
Version: 10.1
Excel Version: 2007

Re: How to see if tm1 view was used when report is run?

Post by ram123 »

declanr wrote:
ram123 wrote: But i'm just wondering if data in TM1 can be populated in BI without FM. As far as I'm aware, it is not possible as we need to connect to the Data Source (TM1 cube) in the Metadata wizard (using FM).. right? Plz correct me if i'm wrong here.

Any other option available? :? For example, connecting to the Contributor directly using Cognos Configuration etc.. ? Or pull data from TM1 Web??

Both TM1 and BI can connect to a SQL database (or other DBs) so you could also push data from tm1 to a table then connect to that from BI, as to why you'd want to it i'm not sure.
No, we wouldn't be connecting to other DBs when integrating from TM1 - BI (or vice versa). Simple reason is, we would like to want the same data to be represented as it is when getting populated in other tool (BI for example). This has been a pretty common requirement we faced where the client is using both TM1 and BI.
He wants the dimensions/metadata etc. to be almost similar when displaying in the BI report studio (from a TM1 cube view). So, I would like to pull/push data directly from TM1 to BI without any other source (like DB tables) in between.
So, when the fresh data gets updated in the TM1 cube view, it will almost immediately should get reflected in the BI (Report/Analysis studio).
User avatar
Michel Zijlema
Site Admin
Posts: 712
Joined: Wed May 14, 2008 5:22 am
OLAP Product: TM1, PALO
Version: both 2.5 and higher
Excel Version: 2003-2007-2010
Location: Netherlands
Contact:

Re: How to see if tm1 view was used when report is run?

Post by Michel Zijlema »

ram123 wrote:Is it possible to integrate TM1 to BI (or vice versa) without the help of Framework Manager?

I strongly believe NO. Atleast, BI to TM1 is NOT POSSIBLE without the use of FM
Workspace is a Cognos BI component in which you can incorporate TM1 Web reports. This is a read-write link to TM1 in Cognos BI, without the use of FM.

Michel
Post Reply