Search found 23 matches
- Wed Dec 27, 2017 5:50 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Reducing Time to Process Feeders
- Replies: 15
- Views: 13372
Re: Reducing Time to Process Feeders
However, it is generally possible to have a feederless design with C-level rules and not use ConsolidateChildren. I have used this technique in some really large cubes and it scaled very well and provided good performance. qml, I'm curious to know more about this. Were you able to design the rules ...
- Thu Oct 27, 2016 4:37 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Storage Location Of Cube's Dimension Order
- Replies: 5
- Views: 4247
Re: Storage Location Of Cube's Dimension Order
To answer your first question, all the information about a cube, metadata and data, is indeed stored in the .cub file That's what I had suspected, which is consistent with the Dimension Re-Order wizard telling me that it was currently in the original order when we loaded the .cub file from backup. ...
- Thu Oct 27, 2016 4:30 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Storage Location Of Cube's Dimension Order
- Replies: 5
- Views: 4247
Re: Storage Location Of Cube's Dimension Order
bplaia, how are you measuring cube size? Size of .cub on disk? }StatsByCube? Since you mentioned .feeder files, TM1 does some file timestamp sanity checking on feeder files and there's a chance it might have thrown out your saved .feeder file and reprocessed feeders at startup which could change so...
- Thu Oct 27, 2016 3:19 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Storage Location Of Cube's Dimension Order
- Replies: 5
- Views: 4247
Storage Location Of Cube's Dimension Order
Hey guys, I was wondering if anybody here had some insight into where TM1 stores a cube's dimension order. I would assume that this information is stored in the individual .cub files for each cube, however the reason I'm asking is because we have changed the dimension order in our UAT environment fo...
- Tue Oct 18, 2016 7:37 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Dimension hierarchy
- Replies: 1
- Views: 2398
Re: Dimension hierarchy
You'll need to create the attributes and populate them on instance B with the values from instance A. Create a TI process to ASCIIOUTPUT your attribute values on instance A to a flat file and a TI process to read in the file and populate the attributes on instance B. Or alternatively you could just ...
- Sat Oct 15, 2016 2:26 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Reducing Time to Process Feeders
- Replies: 15
- Views: 13372
Re: Reducing Time to Process Feeders
We're talking about a cube of 190 GB in memory of which 180 GB is feeder flags. I can't imagine how performance could be anything other than barfworthy. For a data model of this size you have very different optimization parameters and design constraints that a cube of 100 MB. And one of the most si...
- Fri Oct 14, 2016 2:57 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Reducing Time to Process Feeders
- Replies: 15
- Views: 13372
Re: Reducing Time to Process Feeders
Your stats do look like there is some massive overfeeding going on. Maybe in your case you could try a feederless solution? Lotsaram described it in this thread . It does require a bit of thought and preparation, but it can work very well if you're able to get rid of all N-level rules, replace them...
- Fri Oct 14, 2016 2:25 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Reducing Time to Process Feeders
- Replies: 15
- Views: 13372
Re: Reducing Time to Process Feeders
How big is this cube having a virtual copy of itself? Again sorry, but the design is simply ludicrous, and not in a good way. A cube with this degree of data has a source system. User driven forecast input, if any, will be a small fraction of the data volume, and any rule derived values in another ...
- Tue Oct 11, 2016 7:57 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Reducing Time to Process Feeders
- Replies: 15
- Views: 13372
Re: Reducing Time to Process Feeders
If these intersections are indeed empty AND not being fed, then removing them will likey not help much. TM1 does a very good job with sparcity so these intersections are not being evaluated to begin with. Sure, there is a little overhead here so not having them versus having them with sparcity is n...
- Tue Oct 11, 2016 7:55 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Reducing Time to Process Feeders
- Replies: 15
- Views: 13372
Re: Reducing Time to Process Feeders
Unless what is being fed is "Total SKU" in which case a whole lot of overfeeding is going on which points to some dubious design. Sometimes it might be necessary to overfeed, for example in an allocation model. But there are almost always ways to limit the amount of overfeeding for exampl...
- Tue Oct 11, 2016 6:49 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Reducing Time to Process Feeders
- Replies: 15
- Views: 13372
Reducing Time to Process Feeders
Hi all, I'm currently working on a relatively massive TM1 system for a client (404 GB in memory, 355 GB on disk in the Data directory) using Persistent Feeders to enable the instance to come back up during our weekly restarts and in the event of any crashes in about an hour. The caveat with Persiste...
- Tue Feb 18, 2014 2:26 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Removing some data from a cube
- Replies: 19
- Views: 18202
Re: Removing some data from a cube
The Process run fine but it throws an error "Unable to Register a View'. My advice would be to check and see if there is a view already created with that name ( 'SinceStartDate' ), since that's the error that gets thrown when it tries to create a view that already exists. Maybe add some condit...
- Wed Jan 29, 2014 8:08 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Copying subsets between users
- Replies: 9
- Views: 6185
Re: Copying subsets between users
Assuming you're talking about private subsets, simply copying them into the user's data folder won't work.
Inside the user's data folder there needs to be a Dimension}subs directory, and that is where you may copy the .sub files
Brian
Inside the user's data folder there needs to be a Dimension}subs directory, and that is where you may copy the .sub files
Brian
- Wed Nov 27, 2013 3:27 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX Query
- Replies: 7
- Views: 7200
Re: MDX Query
Also as suggested by Neil you would be able to get to the above code by doing the following: [1] Open Subset Editor on "Customer" Dimension [2] Select "Tools" => "Record Expression" [3] Press "All" [4] Select "Filter by wildcard" [5] Search on "...
- Fri Nov 15, 2013 2:42 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX: Filter by multiple elements in same dimension
- Replies: 12
- Views: 18725
Re: MDX: Filter by multiple elements in same dimension
Latest attempt: {FILTER ( {TM1SORT( {TM1FILTERBYLEVEL( {TM1DRILLDOWNMEMBER( { DRILLDOWNMEMBER( { TM1SubsetBasis() }, {[TL].[AB00]} ) }, ALL, RECURSIVE )}, 0)}, ASC)}, {UNION( [AMAT1].([VER].[2014_1],[MAT1].[Price - Company Currency] ) <>0 , [AMAT1].([VER].[2014_1],[MAT1].[Price - Group Currency]) <...
- Fri Oct 04, 2013 7:11 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: 10.2 TM1 Top
- Replies: 7
- Views: 8844
Re: 10.2 TM1 Top
I've lifted tm1top.exe from a 952 install, dropped it into the bin64 folder in a 10.2 install, configured the shortcut and it comes up fine. Haven't tested the thread cancellation functionality as yet. As David said, dropping TM1Top from a different installation version into the bin64 folder worked...
- Tue Sep 24, 2013 4:58 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: 10.2 TM1 Top
- Replies: 7
- Views: 8844
Re: 10.2 TM1 Top
Did you select it as a component when installing? I haven't installed 10.2 yet so I don't know if it is an option. Check by modifying the installation to see if it is there, Jim. Uninstalled, re-downloaded a fresh copy of the install files, and re-installed...still nothing. Also, not that it should...
- Tue Sep 24, 2013 4:00 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: 10.2 TM1 Top
- Replies: 7
- Views: 8844
10.2 TM1 Top
Hey guys, I've gone ahead and installed the new 10.2 version off the IBM download site onto my 64-bit Windows 7 machine. I ran the 64-bit installer, it completed as expected, TM1 runs normally as i can create servers, cubes, dimensions, processes, etc. however I do not seem to have TM1 Top anywhere ...
- Thu Aug 08, 2013 2:37 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Architect
- Replies: 2
- Views: 3084
Re: TM1 Architect
Can you see Architect on the Windows taskbar?
- Fri Aug 02, 2013 5:02 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: can i use IF statment on DBRW excel formula
- Replies: 9
- Views: 9714
Re: can i use IF statment on DBRW excel formula
DBRW won't write back to TM1, you have to use a DBS or DBSW formula in order to save data on TM1 Incorrect. You can write back to TM1 over a DBRW formula. This has been a key feature umpteen years. What you CANNOT do is write back to TM1 in a DBRW when the cell has more than just a plain vanilla DB...