Search found 9 matches

by mrnara
Tue Jun 26, 2012 9:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Namespace (or Scope) for TM1 Dimensions?
Replies: 4
Views: 3487

Namespace (or Scope) for TM1 Dimensions?

I'd like to create a Dimension called Date, but someone using my server has already defined a Date Dimension (that has a much larger range than I would like, and has some sub-divisions that I don't want). In a normal programming language, one can use a local variable "x" in separate subrou...
by mrnara
Mon Jun 25, 2012 11:16 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Preferred Web Browser for Cognos Connection?
Replies: 1
Views: 2480

Preferred Web Browser for Cognos Connection?

What is the preferred web browser for use with Cognos (Connection v10.1)? I used Chrome, and the "Launch Options" menu (between "My Area options" and "Help") did not appear, and it took me a while to figure out it was my browser and not some configuration/permissions is...
by mrnara
Mon Jun 25, 2012 10:22 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 - backwards compatibility?
Replies: 6
Views: 7154

TM1 - backwards compatibility?

One TM1 server where I am is running v10.1, while another is still at v9.5.x When I tried to use my v10.1 TM1 Architect (client) to connect to the older server, I got a dialog box that said "TM1 version is incompatible". Unfortunately, the 2nd server may not be upgraded to v10 anytime soon...
by mrnara
Sat Jun 23, 2012 2:31 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cube creation and loading via script
Replies: 1
Views: 1841

Cube creation and loading via script

So I know how to create a basic Cube from scratch and load data into it using the TM1 Architect and Turbo Integrator. I see some code segments that TI generates under the "Advanced" tab. Is there some way/technique to incorporate these code segments into a complete script, so that I can re...
by mrnara
Sat Jun 23, 2012 2:06 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: tm1s.log not readable
Replies: 2
Views: 1962

Re: tm1s.log not readable

Thanks for the explanation!

Programmers/Developers often do something like

Code: Select all

tail -f serverLogFile.log
while a server is running to see what it is up to.
Can't think of any server that ran into a problem writing to the .log file while someone was tailing it.
by mrnara
Sat Jun 23, 2012 1:47 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Not all rows from DB Table are loading into TM1 Cube
Replies: 4
Views: 3411

Re: Not all rows from DB Table are loading into TM1 Cube

I have about 50K rows in Oracle, but only about 30K rows are loading into my TM1 Cube. I'm loading the rows via Turbo Integrator using "select * from tableName;" 21 columns in the DB Table maps to the Cube's 10 Elements, 10 Consolidations (and 1 Data value). I've Enabled Cube Logging, but...
by mrnara
Fri Jun 22, 2012 3:08 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Not all rows from DB Table are loading into TM1 Cube
Replies: 4
Views: 3411

Not all rows from DB Table are loading into TM1 Cube

I have about 50K rows in Oracle, but only about 30K rows are loading into my TM1 Cube. I'm loading the rows via Turbo Integrator using "select * from tableName;" 21 columns in the DB Table maps to the Cube's 10 Elements, 10 Consolidations (and 1 Data value). I've Enabled Cube Logging, but ...
by mrnara
Fri Jun 22, 2012 2:58 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: tm1s.log not readable
Replies: 2
Views: 1962

tm1s.log not readable

This might be more of a Windows Server configuration question, but...

Why is tm1s.log not readable (it is being used/lockled by some other process)?
Any way to make it readable while the server is running?
by mrnara
Fri Jun 22, 2012 2:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Using JDBC to get to Oracle
Replies: 4
Views: 4283

Using JDBC to get to Oracle

Are there plans to allow TM1 to use a JDBC driver to get to Oracle? An incoming Oracle timestamp object causes data to stop loading. The ODBC Driver's "Bind TIMESTAMP to DATE" option doesn't seem to work, and the workaround appears to be to modify the SQL to include a "cast(myTimestam...