Search found 2825 matches

by tomok
Thu Jun 09, 2011 2:17 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Error while starting the Servicies.
Replies: 10
Views: 6933

Re: Error while starting the Servicies.

if the TM1 service will not start, and the error is almost instantaneous, then it is almost certainly one of three things: 1) the data directory specified in the tm1s.cfg file is not valid. 2) the registry key for your service that specifies the location of the tm1s.cfg file is not valid. 3) there i...
by tomok
Thu Jun 09, 2011 1:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Attribute Led Feeders
Replies: 13
Views: 8116

Re: Attribute Led Feeders

Given these facts the best way to accomplish what you want is going to be to create a rollup in the P&L dimension called "FeedBase" and make it a parent of all the lines you want to feed to the Base cube. You can have multiple hierarchies in TM1 so this won't affect anthing you are doi...
by tomok
Thu Jun 09, 2011 12:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Attribute Led Feeders
Replies: 13
Views: 8116

Re: Attribute Led Feeders

You're still a little light on details. You talk about a dimension with 2,000 P&L lines. Is this dimension in sending cube, receiving cube, or both. If not in both, how do you map the P&L lines from the sending cube into the proper P&L line in the receiving cube? but i found that using c...
by tomok
Thu Jun 09, 2011 12:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Error while starting the Servicies.
Replies: 10
Views: 6933

Re: Error while starting the Servicies.

Instead of guessing as to why it didn't start, why not try looking in the tm1server.log file and find out why.
by tomok
Wed Jun 08, 2011 4:41 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Attribute Led Feeders
Replies: 13
Views: 8116

Re: Attribute Led Feeders

I think the problem we are having here is that you are using the term "feeder" for the wrong thing. A "feeder" in TM1 is a statement that tells the TM1 rule engine where a value is going to exist in a cube so that it is not skipped when performing a consolidation. It doesn't actu...
by tomok
Wed Jun 08, 2011 12:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Attribute Led Feeders
Replies: 13
Views: 8116

Re: Attribute Led Feeders

Hi thanks for the advise but im really looking to streamline my feeders. So let me get this straight. You're going to streamline your feeders by adding an unnecessary attribute and then write a conditional feeder rule????? Whatever makes you think this is "streamlining"? All you are doing...
by tomok
Mon Jun 06, 2011 6:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI proscess from one view to another is slow
Replies: 4
Views: 2388

Re: TI proscess from one view to another is slow

Your slowdown/locking issues is probably due to locks placed on the cube. As a general rule, I never read and write to the same cube in one TI process to avoid problems like this. if I need to copy one version to another in the same cube I always split the process in two, extracting to a flat file i...
by tomok
Mon Jun 06, 2011 5:40 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: application security
Replies: 5
Views: 4329

Re: application security

i don't know if this what you ment by application folders. plz if there is any step missing tell me what to do If you look at the object tree in Architect you will see an object called "Applications". This is the apllications folder and it is where you would likely put views and reports. ...
by tomok
Mon Jun 06, 2011 5:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: application security
Replies: 5
Views: 4329

Re: application security

Did you assign any security rights to the appropriate application folders to at least one of the groups the user you are logging as belongs to?
by tomok
Mon Jun 06, 2011 12:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Finding out if a server is loaded and ready
Replies: 8
Views: 5671

Re: Finding out if a server is loaded and ready

In the logging directory of your TM1 server you will find a text file called tm1server.log. Scan this text file from the bottom up and look for a message that says "TM1 Server is ready" with a current date and time stamp.
by tomok
Thu Jun 02, 2011 4:50 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to set the use of more memory to spead up performance?
Replies: 13
Views: 13812

Re: How to set the use of more memory to spead up performanc

abcuser wrote:Is there any way I can check if TM1 created view is used by Cognos BI?
Did you configure your query in Cognos BI to pull from a TM1 view? I doubt it's going to magically just know to utilize a cube view you created in TM1 unless you specifically instruct it to.
by tomok
Thu Jun 02, 2011 4:47 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Set Cube Security in TI
Replies: 5
Views: 3509

Re: Set Cube Security in TI

qml wrote:AFAIK there is no TI function CubeSecurityPut() or anything like that.
I don't think you need it. Although I have never used it like this, the following syntax should work:

ElementSecurityPut('WRITE', '}Cubes', CubeName, GroupName);
by tomok
Thu Jun 02, 2011 2:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Elapsed Time of Process
Replies: 2
Views: 4268

Re: Elapsed Time of Process

Are you saying you want to record how long it takes to run a process and store that value in a control cube? It would be easier to record the start and stop times in the control cube and then calculate the elapsed time via a rule in the control cube. Just CellPutN the value from the NOW() function i...
by tomok
Thu Jun 02, 2011 12:23 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: copying data from one version to another.
Replies: 2
Views: 2998

Re: copying data from one version to another.

If you are copying inside the same cube then I have found that breaking that into two processes, where you extract the values to a flat file in process 1 and then load back into the cube in process 2, is much. much faster than doing it all in the same process.
by tomok
Wed Jun 01, 2011 1:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Proportional spreading.
Replies: 4
Views: 4460

Re: Proportional spreading.

Read the TM1 documentation behind the TI function CellPutProportionalSpread, which looks like CellPutProportionalSpread(number, Dim1, Dim2,Dim3...,Dimx) . It takes the number you provide and, starting with the spot in the cube defined by the intersection of Dim1, Dim2, Dim3...,Dimx proportionally sp...
by tomok
Wed Jun 01, 2011 12:50 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Intercube Feeders
Replies: 3
Views: 3569

Re: Intercube Feeders

The purpose of feeders is to tell TM1 which cells, that are subject to rule calculations, will actually evaluate to something other than 0. In your example it looks like Cube1 is really just a lookup cube for determining what a person's grade level is. Why would you use the existence of grade level ...
by tomok
Wed Jun 01, 2011 12:35 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Multilingual Cubes and Dimensions
Replies: 14
Views: 8130

Re: Multilingual Cubes and Dimensions

CoN73mP7 wrote:Now I have to add an alias to each Element. How do I do this? Could anybody tell me?
Have you thought about looking this up in the TM1 documentation? Look for Attribute Manipulation TI functions. It's all there, with examples.
by tomok
Tue May 31, 2011 7:35 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Can we add one dimension into existing cube ?
Replies: 12
Views: 12126

Re: Can we add one dimension into existing cube ?

This is why the Best Practices team, some years ago, recommended that all cubes be created with an additional 'measure' dimension at the end. We follow that and it's saved our proverbials a number of times. Doesn't eliminate the need for cube restructuring, but reduces it a fair amount. And it's no...
by tomok
Tue May 31, 2011 7:30 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Xcelerator loading XLSM files to application folder
Replies: 14
Views: 9312

Re: Xcelerator loading XLSM files to application folder

I see that the last message was in October 2010 and we are in May 2011- Do we have a 'normal' solution for this problem. I see the 'workaround', but I do not understand how to implement it. Also, I have more than one xlsm to put in the applications. It is my understanding that TM1 still only suppor...
by tomok
Mon May 30, 2011 6:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI Change type of Level 0 element from C to N
Replies: 4
Views: 5459

Re: TI Change type of Level 0 element from C to N

Removing all the children underneath a parent element will convert it to an "N" element. Use a While..End loop to cycle through a "C" element and use the DimensionElementComponentDelete to remove each child.