Search found 1347 matches

by David Usherwood
Thu Feb 19, 2009 8:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 automated process
Replies: 10
Views: 8598

Re: TM1 automated process

I did some Essbase not so long ago and I don't think you'll get to what exactly you are after with TM1. You can run a TI from within a COM (OLE) wrapper. Applix/Cognos/IBM don't provide it (only a nasty, low level API) but there are routines floating around to do this (we have one). But there is no ...
by David Usherwood
Wed Feb 18, 2009 9:57 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Web 9.1.4 Setup
Replies: 5
Views: 3922

Re: TM1 Web 9.1.4 Setup

Good that Martin E could help. But I would be looking for this kind of inner technical detail to be supplied by Cognos, either directly (if you are a direct client) or via your partner (if not). When you worked for a partner I'm sure that's what you would have said!
Were they no help?
by David Usherwood
Wed Feb 18, 2009 9:49 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Object locking model
Replies: 24
Views: 12836

Re: Object locking model

Steve, did you get anything sensible from Cognos? This is a pretty crucial issue for the community and they had better come up with something.
by David Usherwood
Fri Feb 13, 2009 5:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Object locking model
Replies: 24
Views: 12836

Re: Object locking model

I think this is on the right track (and is consistent with Scottw's comments) however I don't think it will work with microcubes which are ruled into a central cube. This is because the feeders would fire and cause the central cube to be invalidated. My belief is that a TI is required to transfer th...
by David Usherwood
Fri Feb 13, 2009 12:42 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Time average
Replies: 6
Views: 5112

Re: Time average

Weighting is a possibility, but I would argue that it's rather inflexible.
by David Usherwood
Fri Feb 13, 2009 11:18 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Time average
Replies: 6
Views: 5112

Re: Time average

Best way is a rule on the lines of: ['Count'] = n:abs(sign( ['Value'])); ['Average'] = ['Value'] \ ['Count']; #(Notice N on the count, to get it to add up, but not on the average, to get it to work at all levels) (Don't forget the feeders...) ['Value'] => ['Count'],['Average']; As you are finding, i...
by David Usherwood
Fri Feb 13, 2009 11:11 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Object locking model
Replies: 24
Views: 12836

Re: Object locking model

In your place I would raise a formal SR for this. It is a very reasonable request, indeed crucial. If you do and you get something, try to get clearance to make it available here. There has been so much flying around about the locking model the community really needs something solid to get its teeth...
by David Usherwood
Tue Feb 10, 2009 10:02 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ObjectDuplicate client lock
Replies: 14
Views: 9407

Re: ObjectDuplicate client lock

Steve, I'm away in the Middle East (Colin says hi). We were getting this at a UK client using Citrix. Cognos recommended some changes to the CFG and I applied them but I don't recall what they were and don't know how much they helped. When I'm back I'll find out. Let's meet for a much needed beer an...
by David Usherwood
Thu Jan 29, 2009 10:42 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Debugging TI-Processes
Replies: 4
Views: 4226

Re: Debugging TI-Processes

I wish! It has been requested many times. At present, Asciioutput is the only tool you have. You can, of course, write several files out at once and put all the logic you like on them. But it's pretty *(&*&%^ primitive.
by David Usherwood
Wed Jan 28, 2009 4:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Function TM1RECALC unloads XL UserForm
Replies: 7
Views: 5185

Re: Function TM1RECALC unloads XL UserForm

That's interesting (and I stand corrected). The risk, I suspect, is that if the objects/methods/properties you have unearthed are not 'official', then Applix/Cognos/IBM can change them when they please. And if they drop the feature altogether, I think that qualifies as 'changing them when they pleas...
by David Usherwood
Mon Jan 26, 2009 4:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Planning Manager and Read only Workbooks
Replies: 1
Views: 1662

Re: Planning Manager and Read only Workbooks

I'll be interested to see if any forumers actually use Planning Manager in anger. However, what you are seeing is probably a result of how TM1 handles spreadsheets stored in application folders. When you create/update a spreadsheet into an application folder, it puts a timestamp on the name (NB the ...
by David Usherwood
Mon Jan 26, 2009 3:32 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: I know it's a crosspost, but...
Replies: 2
Views: 2259

I know it's a crosspost, but...

I'd be interested what forumers thought about this.
http://forums.olapforums.com/viewtopic.php?f=5&t=637
by David Usherwood
Mon Jan 26, 2009 3:28 pm
Forum: General
Topic: Microsoft drops Performance Point
Replies: 12
Views: 13891

Microsoft drops Performance Point

http://www.olapreport.com/Comment_Bizdemise.htm
Haven't seen anything directly from MS, but the OLAP Report is probably right about this. And an Oracle salesman told a client of ours the other day that this was upcoming.
by David Usherwood
Mon Jan 26, 2009 2:21 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Function TM1RECALC unloads XL UserForm
Replies: 7
Views: 5185

Re: Function TM1RECALC unloads XL UserForm

Guillaume, if you have done a report using 'Browse in Excel' you must be using the In Spreadsheet Browser. This is quite a venerable piece of code, and Cognos have said they plan to discontinue it. That said, it has its moments and I do use it myself from time to time. However I _never_ heard that i...
by David Usherwood
Thu Jan 22, 2009 11:08 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How do feeders actually work?
Replies: 19
Views: 27514

Re: How do feeders actually work?

There's got to be a way of explaining this simply. Feeders are a notorious barrier for TM1 users climbing the learning curve - Stephen Waters suggests the climbing term 'overhang' as a term for a major barrier which puts people off. I suspect many of us are over the overhang, but we mustn't let it b...
by David Usherwood
Wed Jan 14, 2009 11:18 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rules
Replies: 4
Views: 3688

Re: Rules

I think (and hope) that server to server communication is going to come up the priority list as I heard a rumour of a pricing change which would step away from the per server cost in favour of a pure named user basis. Inter server comms has been a bee in my bonnet for quite a few years. Replication ...
by David Usherwood
Tue Jan 13, 2009 1:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Locking an element using TI
Replies: 11
Views: 11145

Re: Locking an element using TI

Nice one. Cubelockoverride is in the list of reserved words but is _not_ (from a brief check) documented in the (9.1) help. Which version are using, and is it documented in that version? Update - found it in the 9.0 documentation. Think it disappeared when they tore up the locking model for 9.1+. Ho...
by David Usherwood
Tue Jan 13, 2009 9:09 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Locking an element using TI
Replies: 11
Views: 11145

Re: Locking an element using TI

I don't believe this is available - wish it were.
I use rules in cell security cubes, driven by (normal) control cubes. I've read suggestions that cell security gives a performance hit but I think this is manageable if the rules therein are kept simple.
by David Usherwood
Mon Jan 12, 2009 10:44 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Speed issues... strange, stranger and strangest
Replies: 15
Views: 7517

Re: Speed issues... strange, stranger and strangest

Scott, that's a very useful, considered response. I will admit hardly any of our clients use spreading so data input is quite granular, and we do encourage them to manage input via macros etc, or even macro generated flat files which are read in via TI. When I have time I will return to this area fo...
by David Usherwood
Mon Jan 12, 2009 10:03 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Speed issues... strange, stranger and strangest
Replies: 15
Views: 7517

Re: Speed issues... strange, stranger and strangest

I'm glad we're so obviously making progress then. En contraire Monsieur Obson, ... admittedly the backend engine may have lost some pure raw speed (in a single user environment) but what of the gains in multi-user performance, x64, granular object locks, user interface (action buttons, active forms...