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
How to see if tm1 view was used when report is run?
-
- 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?
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.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.
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.
- 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?
This is strictly speaking not always true as it is possible to have a FM package reference more than 1 cube.lotsaram wrote:... you know which package and therefore which cube is being used.
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
-
- 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?
Was shot with a similar question yesterday..lotsaram wrote:... Cognos BI doesn't use TM1 views as data source for starters, the data source is a Framework Manager package.
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?

-
- 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?
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
-
- 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?
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.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.
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).
- 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?
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.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
Michel