Search found 4 matches

by speedy
Tue Nov 03, 2015 9:11 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1SystemProgressHookSet TM1 API
Replies: 3
Views: 2055

Re: TM1SystemProgressHookSet TM1 API

I am logging the action and param when the message is TM1ProgressMessageRunning() The action is always 26. I tried to compare the action with the TM1ProgressAction constants defined in tm1api.h ( TM1ProgressActionLoadingCube(), ... ) if ( action == TM1ProgressActionLoadingCube() ) { str += "Loa...
by speedy
Mon Nov 02, 2015 2:02 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1SystemProgressHookSet TM1 API
Replies: 3
Views: 2055

TM1SystemProgressHookSet TM1 API

Hello, I execute a TI process by using TM1ProcessExecuteEx from the API. As a process can take a longer time, I would like to use TM1SystemProgressHookSet. I have a callback function as described in the tm1_api.pdf http://www-01.ibm.com/support/knowledgecenter/SS9RXT_10.2.2/com.ibm.swg.ba.cognos.tm1...
by speedy
Thu Jun 16, 2011 8:08 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Problem with setting alias
Replies: 1
Views: 2176

Problem with setting alias

Hello, I have a dimension with 100.000 elements and want to set the alias for those elements using the API function TM1ObjectAttributeValueSet. With TM1 9.0 that was no problem. As we are upgrading to version 9.5, it takes about 10 times longer than before. I tried to use TM1ServerBatchUpdateStart a...
by speedy
Fri Jan 30, 2009 7:13 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 API Element Security
Replies: 4
Views: 4495

Re: TM1 API Element Security

Hello, I have a similar problem with deleting elements. Instead of minutes it take several hours to delete the elements from a dimension. DummyDim = TM1ObjectDuplicate( pLocal, voDim ) ; voElementCount = TM1ObjectListCountGet( pLocal, DummyDim, TM1DimensionElements() ) ; iElementCount = TM1ValIndexG...