TM1 Flash Flashcards

1
Q

What is TM1 Workflow used for?

A

Wide deployment
Collaborative decision making
Allows for real-time review

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is needed for a TM1 workflow?

A

Views
Approval hierarchy
Deployment
Security assignments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the different windows in Turbo-Integrator?

A
Datasource
Variables
Maps
Advanced
Schedule
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the data sources available with TI?

A

Comma delimited text files including ASCII files
Relational databases using ODBC Connectivity
Other Cubes and Views
Microsoft Analysis Services
SAP via RFC
IBM Cognos Packages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to run Turbo Integrator Process from Command Line?

A

To initiate the TI process TM1RunTI is a command line interface tool.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define Data Tab?

A

Series of statements that manipulates values for each record in data source.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How does SKIPCHECK help TM1?

A

SKIPCHECK forces TM1 to use the Sparse Consolidation algorithm in all cases.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are FEEDERS?

A

It creates a placeholder on cells so that cells will not be skipped during the consolidation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define TM1 package connector?

A

TM1 package connector helps to import data from packages/dimensions and custom queries.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Name the function which is used to serialize the TI process?

A

Synchronized () function can is used to serialize TI process so they can be processed sequentially.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the functions required to be called for enabling or disabling the bulk load of mode?

A
EnableBulkLoad Mode() = Enable
Disable Bulk Load Mode() = Disable.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the limit of string length in Turbo Integrator?

A

The limit of string length in Turbo Integrator is 8000 single byte character.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Name the different procedures within TI?

A
Defining Data Source
Setting Variables
Mapping Data
Editing Advanced Scripting
Scheduling the completed Process.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Where would you enable Bulk Load Mode in TI?

A

In Prolog or Epilog section of TI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How to Troubleshoot the FEEDERS?

A

Rules Tracer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How does Rules Tracer help?

A

It traces FEEDERS, it ensures that selected leaf cells are feeding rules-calculated cells properly
It checks FEEDERS, ensures that the children of selected consolidated cells are fed properly.

17
Q

What actually happens when Bulk Load mode starts

A

ll the scheduled chores will be deactivated
All the processing by other threads will be paused
Running chores and any of the existing user threads will be suspended
TM1 Top connections and all the system-specific threads will be suspended

18
Q

Give the options which are available after importing data using TI?

A

Create Cube and populate data.
Create and Update dimensions.
Re-create Cube. It destroys the existing cube definitions and overwrites it.

19
Q

Define Prolog tab?

A

Procedure is executed before the data source for the TI is opened.