Search found 249 matches

by Mike Cowie
Thu Apr 14, 2011 2:01 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Read a TM1 Cube through ODBO
Replies: 22
Views: 20840

Re: Read a TM1 Cube through ODBO

As you know, there is no "out-of-the-box" solution for doing this And further to Mike's reply, TM1RunTI.exe is now included with 9.5.2 HF1. Andy: Looks interesting - spot any documentation for it (or notes on 9.5.2 HF1) yet? Not all the command options are that obvious from the command-li...
by Mike Cowie
Wed Apr 13, 2011 4:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Data string length
Replies: 17
Views: 16171

Re: Data string length

I wonder if there are limitations of entry via EV or the API? Hi Jim: I can't speak for EV, but I think it uses the same C/VB API, which I would assume is limited by what length of string TM1 can store in a cube these days. From what I know of the way TM1 stores string values in cube files, it uses...
by Mike Cowie
Wed Apr 13, 2011 3:57 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ACTIVE FORMS AND NUMBER OF ROWS
Replies: 8
Views: 6344

Re: ACTIVE FORMS AND NUMBER OF ROWS

The explaination I heard from what I would assume is a reliable source is that internally IBM are replacing many legacy Essbase reporting tools with TM1 and Essbase has an in Excel cube browser that looks and feels remarkably similar to the TM1 ISB. Since this was a feature the users were familiar ...
by Mike Cowie
Wed Apr 13, 2011 3:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Order of priority for Security cubes.
Replies: 7
Views: 7716

Re: Order of priority for Security cubes.

Please note that if you give none rights to a certain element using dimension element security, it is not possible to override this using cell security - the cell security will only be applied to the 'available' elements. Hi Michel: Actually, this is not totally true. The following scenario does wo...
by Mike Cowie
Wed Apr 13, 2011 2:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Read a TM1 Cube through ODBO
Replies: 22
Views: 20840

Re: Read a TM1 Cube through ODBO

We will be soon reaching the point where we need to start scheduling our loads. The TM1 scheduler, though functional, does not have enough features (and it probably shouldn't -- leave it up to the enterprise schedulers!). I have been doing some research on how to call a TI process from the command ...
by Mike Cowie
Wed Apr 13, 2011 3:22 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unable to Increment the Variable in Data Tab
Replies: 2
Views: 2765

Re: Unable to Increment the Variable in Data Tab

Hi: I'm a little confused here. You say: My Aim : Is to compare 'vPlanNameSales' with 'SUniqueVersionName' and if does not matches then Asciioutput should execute else skip: Problem is When am using vPlanNameSales in a while loop its always pulling single record from the SQL Output. Buy your script ...
by Mike Cowie
Tue Apr 12, 2011 7:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ACTIVE FORMS AND NUMBER OF ROWS
Replies: 8
Views: 6344

Re: ACTIVE FORMS AND NUMBER OF ROWS

Olga: If Slicing from the Cube Viewer works properly, but doing something similar from the In-Spreadsheet Browser or Active Forms does not, then that, to me, might indicate a bug that needs to be reported to IBM. That 16-17,000 cut-off range is an interesting one, since much older versions of Excel ...
by Mike Cowie
Mon Mar 14, 2011 6:45 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: }ElementAttributes_Time rules
Replies: 2
Views: 3075

Re: }ElementAttributes_Time rules

Any of the following will help me - - The directory where I can find the rule for }ElementAttributes_Time - The syntax error in the rule Thank you in advance for your help! Hi: Saved rules can be found as .RUX files in your TM1 server's data directory. I believe the syntax problem is that you didn'...
by Mike Cowie
Sun Feb 13, 2011 9:13 pm
Forum: Useful code, tips and tricks
Topic: New TI Process & Chore Command-Line Execution Utility
Replies: 21
Views: 60432

TIExecute & Cognos Express Connection Notes

Hi All: Quick note on TIExecute and Cognos Express for anyone that is using the two together or plans to do so - these notes will ultimately make it into newer release notes at some stage (hopefully after some IBM feedback on the issues noted below). If you're using TIExecute with Cognos Express, yo...
by Mike Cowie
Fri Feb 11, 2011 1:05 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: OLAPObjects copy input from n level
Replies: 2
Views: 2859

Re: OLAPObjects copy input from n level

Hi Richard: So are you just hoping to have an input value repeat across employees? If the value doesn't change for each employee then you could capture it in a cube that doesn't go to the employee level (via a single cell in the workbook) and use it in rules, if needed. If you do want the value to p...
by Mike Cowie
Mon Feb 07, 2011 10:45 pm
Forum: Useful code, tips and tricks
Topic: Deleting log-files older than < x > days with TI
Replies: 5
Views: 10168

Re: Deleting log-files older than < x > days with TI

Marcus: Thanks for posting this. There are also some DOS-based ways of doing this, too, if you'd like to use some other non-TI scheduler, or would like to use a single batch file/command from TI (using ExecuteCommand). One of the DOS command methods I've used takes advantage of the Forfiles command ...
by Mike Cowie
Sat Feb 05, 2011 12:14 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Applix.Tm1.API could not be loaded
Replies: 2
Views: 3825

Re: Applix.Tm1.API could not be loaded

Hi: First, I'm curious why you've jumped to building a custom ASP.NET application rather than try to use native Cognos Express components to build web-based reports against TM1 (e.g., use TM1 Web with Active Forms)? I'm not suggesting that TM1 Web and other Cognos Express components will do everythi...
by Mike Cowie
Thu Feb 03, 2011 10:32 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dim Subset MDX for filter by leaf node but display parents?
Replies: 4
Views: 7874

Re: Dim Subset MDX for filter by leaf node but display paren

Hi: This is MDX, so I'm sure there are many other ways to do this, some of which are probably simpler, but this was the first idea that popped up for me. These samples first get the leaf elements filtered by attribute, and then use that to generate (via the GENERATE function) a (sub)set via various ...
by Mike Cowie
Wed Jan 26, 2011 6:04 pm
Forum: Useful code, tips and tricks
Topic: New TI Process & Chore Command-Line Execution Utility
Replies: 21
Views: 60432

Re: New TI Process & Chore Command-Line Execution Utility

I'm currently using your old version but fell foul when trying to use it with LDAP authentication, I know you mention the new version supports LDAP but what I'm trying to do is use the TM1 Admin account to the run the processes. The new version can support TM1's Integrated Login method, which isn't...
by Mike Cowie
Thu Jan 20, 2011 12:20 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: File size limitation on .CUB files?
Replies: 9
Views: 6765

Re: File size limitation on .CUB files?

Also, if you're talking about physical *file* size limitations, I believe any limitations there have to do with your choice of disk/partition format and, possibly, operating system. For example, if your TM1 data directory is on a FAT32 partition (I can't imagine too many are these days) I think you ...
by Mike Cowie
Sat Jan 15, 2011 8:16 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: getting data in xml format in TM-1
Replies: 11
Views: 7741

Re: getting data in xml format in TM-1

I expect now that IBM has taken over, you are going to see more of this in the future where TM1 is embeded. I'd like to think so, but I haven't gotten the sense it's a high development priority outside of integrating with other components in the Cognos stack, which does seem to be a higher developm...
by Mike Cowie
Sat Jan 15, 2011 3:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: getting data in xml format in TM-1
Replies: 11
Views: 7741

Re: getting data in xml format in TM-1

Hi Mike, thanks for your advice. I am basically investigating what options there are out there to do this. The bottom line is that being able to do this would be an enormous advantage over a competing solution within the same company, and the business needs really require as close to real time upda...
by Mike Cowie
Sat Jan 15, 2011 3:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: getting data in xml format in TM-1
Replies: 11
Views: 7741

Re: getting data in xml format in TM-1

I have been asked by a client whether it is possible to somehow push data in xml format (webservices) into TM-1. (the goal is to get real real-time updates of TM-1 models) I have absolutely no idea whether this can be done. I suppose there may be other products in the cognos stack able to do this o...
by Mike Cowie
Sat Jan 15, 2011 2:23 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: VBA Process Run Issue Encountered
Replies: 11
Views: 5817

Re: VBA Process Run Issue Encountered

Guys, I think I have narroed it down. I think for some reason it is not able retrieve the process (object) name correctly. Have any of you encoutnered this problem before? Jim. Hi Jim, Sorry for the late reply to this thread - have you verified that the server handle is also valid (an object)? If f...
by Mike Cowie
Sat Jan 15, 2011 2:17 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 API get parameters names from TI process
Replies: 8
Views: 6426

Re: TM1 API get parameters names from TI process

Hi Steve, Using the TM1 API you can get some details about the parameters once you have a valid handle to the TI process. There are a number of not officially documented properties of a process that you can retrieve. Because they're not officially documented they could technically change at any time...